Shipwright/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
..
assets Merge branch 'develop' into z64-devmerge 2022-06-17 00:39:07 -04:00
include Controller Configuration UI and JSON Config (#760) 2022-07-13 23:12:11 -04:00
macosx Introduce App Directory Path (#572) 2022-07-13 00:19:07 -04:00
soh Refactors CustomMessages to not be rando specific. 2022-07-17 12:34:56 -04:00
src Refactors CustomMessages to not be rando specific. 2022-07-17 12:34:56 -04:00
.clang-format git subrepo clone https://github.com/HarbourMasters/soh.git 2022-03-22 02:51:23 +01:00
.clang-tidy git subrepo clone https://github.com/HarbourMasters/soh.git 2022-03-22 02:51:23 +01:00
.gitattributes git subrepo clone https://github.com/HarbourMasters/soh.git 2022-03-22 02:51:23 +01:00
.gitignore Add Support for macOS (#441) 2022-06-22 14:59:21 -04:00
.gitrepo git subrepo push soh 2022-07-14 20:47:48 -04:00
fixbaserom.py git subrepo clone https://github.com/HarbourMasters/soh.git 2022-03-22 02:51:23 +01:00
format.sh git subrepo clone https://github.com/HarbourMasters/soh.git 2022-03-22 02:51:23 +01:00
Makefile Introduce App Directory Path (#572) 2022-07-13 00:19:07 -04:00
randomizer_generation.cpp testing out item replacement (#416) 2022-07-11 20:11:07 -04:00
randomizerTypes.h testing out item replacement (#416) 2022-07-11 20:11:07 -04:00
resource.h git subrepo clone https://github.com/HarbourMasters/soh.git 2022-03-22 02:51:23 +01:00
Resource.rc git subrepo clone https://github.com/HarbourMasters/soh.git 2022-03-22 02:51:23 +01:00
SHIPOFHARKINIAN.ico git subrepo clone https://github.com/HarbourMasters/soh.git 2022-03-22 02:51:23 +01:00
soh.sln Replaced StormLib .lib files with source code. 2022-06-16 20:35:52 -04:00
soh.vcxproj Refactors CustomMessages to not be rando specific. 2022-07-17 12:34:56 -04:00
soh.vcxproj.filters Controller Configuration UI and JSON Config (#760) 2022-07-13 23:12:11 -04:00
soh.vcxproj.user Fix VS stuff 2022-05-15 19:01:19 +02:00