-
Notifications
You must be signed in to change notification settings - Fork 46
Comparing changes
Open a pull request
base repository: IllusionMods/IllusionModdingAPI
base: v1.45.1
head repository: IllusionMods/IllusionModdingAPI
compare: v1.46
- 12 commits
- 34 files changed
- 5 contributors
Commits on Nov 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cebe846 - Browse repository at this point
Copy the full SHA cebe846View commit details -
Remove developmentDependency tag from nuget packages (causes issues i…
…n sdk csproj files)
Configuration menu - View commit details
-
Copy full SHA for 420aa25 - Browse repository at this point
Copy the full SHA 420aa25View commit details
Commits on Nov 27, 2025
-
Fix control points in Bezier curve interpolation methods (#99)
This PR fixes incorrect values and order of parameters in Utilities.Curve. Co-authored-by: Fox <36754166+rnetiks@users.noreply.github.com> Reviewed-on: https://gitgoon.dev/IllusionMods/IllusionModdingAPI/pulls/99 Reviewed-by: ManlyMarco <manlymarco@noreply.localhost> Co-authored-by: rnetiks <rnetiks@noreply.localhost> Co-committed-by: rnetiks <rnetiks@noreply.localhost>
Configuration menu - View commit details
-
Copy full SHA for 2a58216 - Browse repository at this point
Copy the full SHA 2a58216View commit details
Commits on Dec 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a1719fc - Browse repository at this point
Copy the full SHA a1719fcView commit details
Commits on Feb 14, 2026
-
feat(tablet): improve Wintab API documentation and add configurable c…
…ontext initialization (#100) * feat(tablet): improve Wintab API documentation and add configurable context initialization - Add comprehensive XML documentation to all Wintab structs and methods - Rename struct fields from Hungarian notation (pkX, orAzimuth, axMin) to PascalCase - Add lcOut struct for configurable output coordinate mapping - Make Initialize() accept parameters for context options, packet mode, movement mask, and packet rate - Update TabletManager to use new Initialize signature with default 5000x5000 output extent BREAKING CHANGE: Initialize() now requires lcOut parameter; Packet, Orientation, Rotation, and Axis field names changed to PascalCase * feat(tablet): improve Wintab API documentation and add configurable context initialization - Add comprehensive XML documentation to all Wintab structs and methods - Rename struct fields from Hungarian notation (pkX, orAzimuth, axMin) to PascalCase - Add lcOut struct for configurable output coordinate mapping - Make Initialize() accept parameters for context options, packet mode, movement mask, and packet rate - Update TabletManager to use new Initialize signature with default 5000x5000 output extent BREAKING CHANGE: Initialize() now requires lcOut parameter; Packet, Orientation, Rotation, and Axis field names changed to PascalCase
Configuration menu - View commit details
-
Copy full SHA for 9cb1003 - Browse repository at this point
Copy the full SHA 9cb1003View commit details -
Add GlobalContextMenu API (#105)
- Added GlobalContextMenu utility class for displaying context menus with customizable entries - Added helper methods to IMGUIUtils for detecting middle and right mouse button clicks
Configuration menu - View commit details
-
Copy full SHA for 316f097 - Browse repository at this point
Copy the full SHA 316f097View commit details -
Add Toolbar Button Hiding (#106)
* Add Toolbar Button Hiding Add **"Edit Mode"** for the Studio Toolbar, allowing users to hide unwanted or spammy button Buttons flash when in Edit Mode (White = Visible / Red = Hidden). * **Safety Overlay (Conflict Prevention):** * Uses a `RaycastTarget` overlay to intercept clicks during Edit Mode. --------- * Refactor toolbar hiding & edit mode; add context menu - Edit mode field is now in ToolbarManager and is toggled via a new right-click context menu on the "option" button. - Added buttons for resetting positions and showing all buttons to the context menu. - Button hiding now uses left-click, middle-click to exit edit mode. - Show an explanation tooltip in edit mode. - Code clean up and refactoring * Update xmldocs Co-authored-by: ManlyMarco <39247311+ManlyMarco@users.noreply.github.com>Configuration menu - View commit details
-
Copy full SHA for a947e3a - Browse repository at this point
Copy the full SHA a947e3aView commit details -
Add config option to disable local texture support (#101)
* Initial plan * Add Config.Bind for "Enable local texture support" Co-authored-by: ManlyMarco <39247311+ManlyMarco@users.noreply.github.com> * Address code review feedback - improve config description and event sender Co-authored-by: ManlyMarco <39247311+ManlyMarco@users.noreply.github.com> * Final verification - implementation complete Co-authored-by: ManlyMarco <39247311+ManlyMarco@users.noreply.github.com> * Remove accidentally added nuget.exe --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ManlyMarco <39247311+ManlyMarco@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6b1e55c - Browse repository at this point
Copy the full SHA 6b1e55cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ec532b - Browse repository at this point
Copy the full SHA 1ec532bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6817b12 - Browse repository at this point
Copy the full SHA 6817b12View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec24af3 - Browse repository at this point
Copy the full SHA ec24af3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66eaae7 - Browse repository at this point
Copy the full SHA 66eaae7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.45.1...v1.46