Shipwright/soh/soh
Christopher Leggett f756da02e5
Fixes a few bugs I introduced for MQ file select screen. (#1808)
* Fixes a few bugs I introduced for MQ file select screen.

- MQ Saves could not be loaded while only an mq otr is present, because `requiresOriginal` was true when `gSaveContext.mqDungeonCount` was less than 12. That value only ever gets set for rando saves, so I added a check for the rando flag to that conditional.
- The rando tag was not getting grayed out with the rest of the save file.
- Some necessary meta info wasn't getting loaded when the randomizer CVar was off. Removed that check so that the rando save data always gets loaded during InitMeta. That way the amount of mq dungeons can be checked for validity with the loaded set of OTRs even if randomizer isn't enabled.

* i not 1

Co-authored-by: briaguya <70942617+briaguya-ai@users.noreply.github.com>
2022-10-20 22:13:08 -04:00
..
Enhancements Use macros for max key count (#1818) 2022-10-20 22:01:54 -04:00
CrashHandlerExp.h Crash Handler 2.0 (#1466) 2022-09-26 19:54:25 -04:00
CrashHandlerExt.cpp Crash Handler 2.0 (#1466) 2022-09-26 19:54:25 -04:00
GameMenuBar.cpp Dual OTR MQ and Vanilla Support (#1694) 2022-10-16 23:07:35 -04:00
GameMenuBar.hpp Phase 1: Separate ImGui Drawing From LUS (#1310) 2022-09-03 00:00:04 -04:00
GbiWrap.cpp Use tex sizes from texture rather than hardcoded values (#610) 2022-07-31 21:32:40 -04:00
OTRAudio.h Handle audio thread properly 2022-08-06 21:52:42 -04:00
OTRGlobals.cpp Use macros for max key count (#1818) 2022-10-20 22:01:54 -04:00
OTRGlobals.h Dual OTR MQ and Vanilla Support (#1694) 2022-10-16 23:07:35 -04:00
OTRInit.h git subrepo clone https://github.com/HarbourMasters/soh.git 2022-03-22 02:51:23 +01:00
SaveManager.cpp Fixes a few bugs I introduced for MQ file select screen. (#1808) 2022-10-20 22:13:08 -04:00
SaveManager.h Dual OTR MQ and Vanilla Support (#1694) 2022-10-16 23:07:35 -04:00
UIWidgets.cpp Add mirror shield cosmetic option (#1705) 2022-10-17 17:26:14 +02:00
UIWidgets.hpp Add mirror shield cosmetic option (#1705) 2022-10-17 17:26:14 +02:00
frame_interpolation.cpp Phase 1: Separate ImGui Drawing From LUS (#1310) 2022-09-03 00:00:04 -04:00
frame_interpolation.h Experimental interpolation (#309) 2022-05-13 18:43:55 -04:00
gu_pc.c add support for clang compiler (#592) 2022-07-10 10:51:12 -04:00
stubs.c Removed legacy audio mode and fixed ganon sound bug (#657) 2022-07-11 22:37:39 -04:00
util.cpp Add flag, equipment, and quest status editors (#164) 2022-04-17 11:24:43 -04:00
util.h Add flag, equipment, and quest status editors (#164) 2022-04-17 11:24:43 -04:00
z_message_OTR.cpp Randomizer v2 (#1065) 2022-09-21 00:50:22 -04:00
z_play_otr.cpp Dual OTR MQ and Vanilla Support (#1694) 2022-10-16 23:07:35 -04:00
z_scene_otr.cpp Dual OTR MQ and Vanilla Support (#1694) 2022-10-16 23:07:35 -04:00