Show level names in level info and recent files#1452
Merged
Conversation
22a0380 to
65636c6
Compare
start sorting names, read tr2x names More trx parsing Update nlohman json Update to nlohman json 3ed64e502a6371311af3c2f309e6525b2f5f6f18 Use new parameter to allow trailing commas Update IFiles.h
Move imgui version into the other one in the render function
This reverts commit 6ae8e5b.
Collaborator
|
Looks good. The only thing I noticed was case-sensitivity. For example, if I make |
Handle case being different for names. Handle path not being present (there are dummy entries in trx gameflow)
Owner
Author
Thanks, handled the case mismatch. The crash was because it wasn't checking the path element was present and it made it all the way to the dummy elements. |
lahm86
approved these changes
Oct 30, 2025
This file contains hidden or 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
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.
Make best effort to show the in-game name of the loaded level.
Approaches included:
Includes an update to nlohmann json to be able to cope with the trailing commas in the TRX json files. All json parsing has been given extra flags to allow for comments and trailing commas.
Level names are shown in the recent files display and the level info. Sorting mode can be selected in the settings window.
The hashes list is incomplete but will be added to.
Closes #1394