-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Old Code Revamp, Curved Rails, & Actor To Rail Fix #111
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Legacy ImGui Column code replaced with the newer API's ImGui Table code. Curved Rails can be created and their curve control point can be moved in the viewport when a point is selected. Fixed how ActorToRail Links are saved, as the previous method caused bugs with objects that moved along them automatically.
Forgot a Declaration
The Rail's control point now defaults to the point's position instead of (0, 0, 0).
* Tweaked the UI of Actor to Rail Link and Local Links window * Fixed selecting Tile Units, Rails, and Global Links via the UI windows * Fixed batch undo when deleting multiple objects * (Experimental WIP) Added button to add new layers
removed a single space
Overlapping points are possible now
* Added limits to the amount of Play and Deco Areas * WIP Deleting Layers * Fixed crash with loading bone params
* Rails now load and save their parameters properly * Fixed crash when assigning a a rail with no points to an actor to rail link
Some Local Link optimizations and preventing infinite recursion
jupahe64
reviewed
Mar 1, 2024
jupahe64
reviewed
Mar 2, 2024
* Further improved the code of the add layer window Thank you JuPaHe64 for helping with this.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Features
Fixes