| Age | Commit message (Collapse) | Author |
|
* Add version control for Rachael saves and old rando saves.
* Change spoiler drop success sound to puzzle success chime.
Add spoiler drop fail sound (sys_error).
Improve path sanitizer operation.
Add check for a spoiler having a version and it equaling running version. Deletes spoiler CVar if spoiler becomes unusuable while running, and prevents loading dropped spoilers that don't match.
* clang
* Remove backslash escaping from Sanitize.
Remove duplicate Sanitize from Context and make it use SohUtils.
Fix typo.
|
|
* Fix search crashing when section child scrolled too far.
* clang
|
|
|
|
|
|
* Fix minor mistakes in region table
* Update soh/soh/Enhancements/randomizer/location_access/dungeons/ice_cavern.cpp
Co-authored-by: Philip Dubé <serprex@users.noreply.github.com>
---------
Co-authored-by: Philip Dubé <serprex@users.noreply.github.com>
|
|
|
|
* Fixed a couple typos.
* Ran clang format.
|
|
* EntranceShuffler ApplyEntranceOverrides.
* Updated ApplyEntranceOverrides.
* Updated ApplyEntranceOverrides.
* Initial Entrance Discovery.
* Added Randomizer_EntranceDiscovered.
* Updated Randomizer_DiscoverRegion to discover unshuffled connected regions.
* Removed extra semi-colon.
* Update to latest entranceShuffleTable.
* Format fixes.
* Updated EntranceDiscovered to account for entrances not in the entranceShuffleTable.
* Rediscover regions when loading a game.
* Rediscover entrances when enabling Available Checks.
* Added Rando::Context::ParseTricksJson.
* Updated ApplyEntranceOverrides to skip default (unset) overrides.
* Fix clang-format failed check.
* Set mLACSCondition when loading a Randomizer game.
* Updated rediscover loop to use MAX_ENTRANCE_RANDO_USED_INDEX.
* Move entrance discovered into ProcessExits.
* Discover spawns when pulling/placing the master sword.
* Discover adult/child spawn when using Song of Time to switch age.
* Reset logic and ApplyOrStoreItems without applying the item effects to the save when calculating available checks.
* Removed !itemLoc->IsAddedToPool() from the check tracker.
* Remove region discovery as its not needed anymore.
* Cleanup changed files for PR.
* Added Available Checks - Process Undiscovered Exits DebugConsole command.
* Added initial Available Checks - Recalculate DebugConsole command.
* ACPUE, recalculate only if save loaded. ACR, set age and times for the starting region.
|
|
prevent running. (#5522)
|
|
* fix crash when no valid enemies are selected
* Clanged
|
|
* fix getting heart containers on pocket and skipped impas song
* curse you clang! CURSE YOU!
|
|
|
|
* Fix boss and tower entryways in decoupled
* Add patches to child boss room entryways
* Apply fixes
* remember to set ALL the new exits
|
|
* fix link voice missing when hanging off ledges
* remove unused bitrate var
* hardcoded but justified
* format
|
|
|
|
* fix incorrect token count in messages when tokensanity is off
* Update OTRGlobals.cpp
|
|
* c
* fix and rename IsKeysanity
* add comment
|
|
|
|
on File Select. (#5509)
|
|
scrubs (#5504)
|
|
* Improved the item location price availability.
* Moved the available checks price logic into location_access.cpp.
* Fixed typo and clarified check status identified.
|
|
* vb forest pillar cs skip
* change to one point cutscene skip
* rm whitespace
|
|
|
|
|
|
* Prevent BeanPlanted using gSaveContext for seed gen
* address malk's comment about extern
---------
Co-authored-by: briaguya <70942617+briaguya-ai@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
* Skip Kakariko gate cutscenes
* Simplify a bit
* Revert "Simplify a bit"
This reverts commit ffa68c130fede6962bb4488b85c9ec61ccc60170.
* Add Hyrule Castle gate skip
* Add missing backtick
* Redo simplifications
* Run clang-format
* Proper casting of clearCamera argument
Co-authored-by: Pepper0ni <93387759+Pepper0ni@users.noreply.github.com>
---------
Co-authored-by: Pepper0ni <93387759+Pepper0ni@users.noreply.github.com>
|
|
|
|
|
|
* Format map GI text
* dum
|
|
|
|
* Ganon's Tower barrier dispelled if cutscene is skipped
* More format-compliant comment
|
|
|
|
|
|
* add some imgui ids in input editor
* clang format
|
|
when window type is Window. (#5441)
|
|
|
|
|
|
formatted (#5415)
* fix TODO_TRANSLATE language replacement in cases where the text is already formatted
* oops
|
|
|
|
separate from the underwater item check. (#5405)
|
|
* Add AfterSceneCommands hook
* move ER weather override to AfterSceneCommands
|
|
* Implement race lockout on the new menu, with option for opt-out.
* Cal's requests.
|
|
|
|
it's already set up to not reset HUD position stuff. (#5385)
|
|
|
|
* Modify the flow for applying opacity to docked tracker windows only when they are docked to the "Main - Deck" dockspace.
* Add opacity clamping for check tracker.
|