Level names
Where possible trview will try to find out the name of the level. This is based on the following:
- TOMBPC.DAT
- Remastered strings files
- TRX strings file
- Level hash
More level hashes will be added over time but for most officially released PC levels names should appear.
The sorting mode can be changed in the settings window.
Rooms Window changes
The Floordata tab has been renamed to Sector and now has extra fields as well as the floordata meanings.
Minimap
The minimap is now draggable. This change came about because of the removal of the custom rendering for the minimap and will make future changes possible.
Thanks
@lahm86 for many many reviews
@Trxyebeep feature suggestions and feedback
What's Changed
- Allow changing waypoint room in the rooms window by @chreden in #1501
- Convert minimap rendering to ImGui by @chreden in #1502
- Simply settings window usage by @chreden in #1504
- Convert UserSettings passing to messaging by @chreden in #1507
- Fix off-by-one in size for textures by @chreden in #1508
- Ignore unused texture vertices, deduplicate replacement textures by @chreden in #1510
- Account for all-0 object textures by @chreden in #1511
- Show level names in level info and recent files by @chreden in #1452
- Add sector_above/below Lua bindings by @chreden in #1512
- Fix scrolling to target missing from windows by @chreden in #1514
- Remove the scene sprite from viewer by @chreden in #1515
- Add extra sector detail, convert Floordata tab to Sector tab by @chreden in #1517
- Update to version 2.8.0 by @chreden in #1522
Full Changelog: v2.7.9...v2.8.0