Shipwright/soh/soh
Christopher Leggett 4eaf70b859
Refactors CustomMessages to not be rando specific.
Pulls the Custom Message related code out into it's own class, which has an initialization phase where other enhancements / future features can create messages during an initialization phase to be stored and retrieved later. Along with this refactoring, the 4 bottle messages from the previous rando-specific system are now created and stored during intialization and retrieved by their getItemId.

Now that it isn't rando specific, the goal is to move anything text changes that are hard-coded into z_message_PAL.c and refactor it so that future text additions/overrides can be done without modifying that file.
2022-07-17 12:34:56 -04:00
..
Enhancements Refactors CustomMessages to not be rando specific. 2022-07-17 12:34:56 -04:00
frame_interpolation.cpp Implement AnyFPS + option to queue one rendered frame (#401) 2022-05-29 12:16:23 -04:00
frame_interpolation.h Experimental interpolation (#309) 2022-05-13 18:43:55 -04:00
GbiWrap.cpp Reduce input lag by one frame by reading the controller at the correct place 2022-04-30 10:36:58 -04:00
gu_pc.c add support for clang compiler (#592) 2022-07-10 10:51:12 -04:00
OTRAudio.h Save states (#300) 2022-05-12 13:28:24 -04:00
OTRGlobals.cpp Refactors CustomMessages to not be rando specific. 2022-07-17 12:34:56 -04:00
OTRGlobals.h Refactors CustomMessages to not be rando specific. 2022-07-17 12:34:56 -04:00
OTRInit.h git subrepo clone https://github.com/HarbourMasters/soh.git 2022-03-22 02:51:23 +01:00
SaveManager.cpp Introduce App Directory Path (#572) 2022-07-13 00:19:07 -04:00
SaveManager.h testing out item replacement (#416) 2022-07-11 20:11:07 -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 Spammable kaepora (#354) 2022-05-29 11:46:47 -04:00
z_play_otr.cpp Use Macro for __FILE__ & __LINE__ when possible (#559) 2022-07-05 19:29:34 -04:00
z_scene_otr.cpp Dodongo's Cavern blue warp crash fix (#622) 2022-07-10 09:30:19 -04:00