Shipwright/soh/soh
Malkierian 19be6e9b99
Trackers MQ Cleanup (#4009)
* Clean up grayed out items in file select.
Tie personal notes saving to `OnExitGame()` to account for save scum resets.
Hide text input box (but not window) for personal notes when a save isn't loaded to prevent saving over a save's notes while in file select.

* Allow check tracker window to be visible and show the "Waiting for file load..." text in file select (ease of positioning).

* Fix key label text placement.

* Persist `areasSpoiled`, change trigger to `OnSceneTransition`.
Add `IsAreaSpoiled` for tie-in to Item Tracker.
Add `SetAreaSpoiled` to unify bitmagic.

* Add proper spoiling evaluation based on specific entrance IDs, or first check collection.
Add light yellow color for vanilla dungeon abbreviations to match the purple for MQ.

* Initialize `areasSpoiled` to 0, so 0 gets saved on file create.

* All new conditional statements around `GameInteractor::IsSaveLoaded()` were inverted. Fixed that.

* Change some c-style casts to `static_cast`.

* Few more cleanups, plus clarifying comment.
2024-04-19 09:41:46 -04:00
..
config [Bugfix] Prevent crash in audio editor when shuffling over old CVar format (#3337) 2023-11-05 08:57:59 +01:00
Enhancements Trackers MQ Cleanup (#4009) 2024-04-19 09:41:46 -04:00
Extractor Fix: Repair working directory on Mac and use app directory for extractor search paths (#3359) 2023-11-06 16:46:48 -06:00
resource Tweak skeleton limbs to use OTR path strings for loading DList and improve Alt toggling (#3479) 2023-12-04 07:33:14 -06:00
ActorDB.cpp Rename all instances of Desert Wasteland to Haunted Wasteland. (#3372) 2023-11-13 23:45:52 -05:00
ActorDB.h Dynamic Actor IDs (#1729) 2023-06-01 21:39:50 -04:00
CrashHandlerExp.h refactor: use LUS 1.0 RC 2023-01-17 00:33:56 -05:00
CrashHandlerExt.cpp Add scene table (#3131) 2023-09-01 11:46:19 -05:00
frame_interpolation.cpp Fix: Use correct fps value for frame interpolation with match refresh rate (#2694) 2023-04-11 18:54:10 -04:00
frame_interpolation.h Experimental interpolation (#309) 2022-05-13 18:43:55 -04:00
GbiWrap.cpp build soh with LUS 1.0.0 (#2881) 2023-06-03 15:27:45 -04:00
gu_pc.c add support for clang compiler (#592) 2022-07-10 10:51:12 -04:00
mixer.c Moves SoH mixer to SoH from LUS. (#2361) 2023-01-17 22:03:55 -05:00
mixer.h Moves SoH mixer to SoH from LUS. (#2361) 2023-01-17 22:03:55 -05:00
mq_asset_hacks.h [OTR Archive] Move shared scenes out of nonmq/mq folders (#3191) 2023-11-06 16:44:49 -06:00
OTRAudio.h Import libultraship as a submodule (#1943) 2022-11-14 11:22:34 +01:00
OTRGlobals.cpp fix timestamp truncation (#3874) 2024-02-01 19:25:57 -06:00
OTRGlobals.h Tweak: Improve pause menu dungeon map performance (#3773) 2024-01-15 09:39:54 -06:00
SaveManager.cpp Add Unix timestamp to renamed corrupted file to prevent trying to copy over existing file. (#3984) 2024-02-28 22:46:32 -05:00
SaveManager.h [Feature/fix] Save to temp file first (#3376) 2023-11-14 20:46:50 -05:00
SohGui.cpp [UX Improvement] Catch save loading errors and notify user (#3979) 2024-02-28 21:12:23 -06:00
SohGui.hpp [UX Improvement] Catch save loading errors and notify user (#3979) 2024-02-28 21:12:23 -06:00
SohMenuBar.cpp prevent remember save location in dungeons/boss rooms (#3983) 2024-02-28 22:33:51 -05:00
SohMenuBar.h build soh with LUS 1.0.0 (#2881) 2023-06-03 15:27:45 -04:00
SohModals.cpp [UX Improvement] Catch save loading errors and notify user (#3979) 2024-02-28 21:12:23 -06:00
SohModals.h [UX Improvement] Catch save loading errors and notify user (#3979) 2024-02-28 21:12:23 -06:00
stubs.c Fix audio cutoff issues (#3428) 2023-11-24 09:38:13 -05:00
UIWidgets.cpp Check Tracker Update (#2668) 2023-10-04 10:03:36 -05:00
UIWidgets.hpp Check Tracker Update (#2668) 2023-10-04 10:03:36 -05:00
util.cpp Race Integrity QoL (#3445) 2023-11-28 23:42:37 -05:00
util.h Race Integrity QoL (#3445) 2023-11-28 23:42:37 -05:00
z_message_OTR.cpp Fix: Missing TextIDs for MQ PAL and change lava size (#3449) 2023-11-28 20:11:03 +01:00
z_play_otr.cpp [OTR Archive] Move shared scenes out of nonmq/mq folders (#3191) 2023-11-06 16:44:49 -06:00
z_scene_otr.cpp fix object unload using wrong index (#3949) 2024-02-20 08:31:24 -06:00