summaryrefslogtreecommitdiff
path: root/soh
AgeCommit message (Collapse)Author
2025-09-08Add additional glitch-aiding cutscenes for MQ (#5769)develop-blairEric Hoey
* add mq jabu chest + mq spirit switch cs * update tooltip
2025-09-08Fix gerudo card generation failures (#5774)Pepper0ni
* quick fix gerudo card * submodules pls
2025-09-08Encapsulate `BeginTable` for item and check tracker settings windows. (#5778)Malkierian
2025-09-08Fixes for the German translation in util.cpp (#5768)Extloga
* Fixes for the German translation in util.cpp * Fixes for the German translation in item_list.cpp * Fixes for the German translation in item_list.cpp * Fixes for the German translation in util.cpp * Revert the fixes for the German translation in item_list.cpp * Fixes for the German translation in util.cpp * Fixes for the German translation in util.cpp * Fixes for the German translation in util.cpp * Fixes for the German translation in util.cpp * Fixes for the German translation in util.cpp * Fixes for the German translation in kaleidoscope_ger.json * Revert the fixes for the German translation in kaleidoscope_ger.json * Fixes for the German translation in util.cpp
2025-08-28Search Tweaks (#5767)Malkierian
* Increase vibrancy of search field color. Set autofocus to only happen on fresh menu load. * Revert tooltip addition.
2025-08-26[TWEAK] Localization support for the Notification System (#5751)PurpleHato
* Localization support * stick/nuts updrage french wording * forgot german questItem and function adaptation for these * names * clang * name + clang * should be the last one :derp: * German typo
2025-08-25Fix the Show Horizontal Resolution Field option v2 (#5744)balloondude2
* move showHorizontalResField initialization * remove redundant assignment Co-authored-by: Philip Dubé <serprex@users.noreply.github.com> --------- Co-authored-by: Philip Dubé <serprex@users.noreply.github.com>
2025-08-25Fix King Dodongo door switch cutscene (#5729)Eric Hoey
* fix parathenses to properly OR * clang clang clang
2025-08-25Fix TOT_MASTER_SWORD when the master sword is stated with but not shuffled. ↵Pepper0ni
(#5705) * Fix TOT_MASTER_SWORD when the master sword is stated with but not shuffled. * remove RC_MASTER_SWORD_PEDESTAL
2025-08-25Restore previous state of `z_door_warp1.c`, and reimplement boss rush blue ↵Malkierian
warp bypass. This also fixes the issue with shadow and spirit medallions not being given in vanilla without cutscene skips on. (#5763) Ensure shadow and spirit medallions get queued when skipping story cutscenes in vanilla.
2025-08-25Fix faulty Nocturne trigger when receiving Fire Medallion (#5761)Jordan Longstaff
2025-08-12skip ItemGet for small keys after skeleton key (#5730)Eric Hoey
2025-08-12remove !IS_RANDO check (#5728)Eric Hoey
2025-08-12Removed SHUTTER_BACK_LOCKED and SHUTTER_BOSS from GetDungeonSmallKeyDoors. ↵xxAtrain223
(#5738)
2025-08-09Add missing CVar check for tab key processing for alt asset toggle. (#5736)Malkierian
2025-08-05properly clear location subcatagories when generating a seed (#5707)Pepper0ni
2025-07-29Fix Dpad Navigation and Dpad equips on Inventory (#5708)Malkierian
* Encapsulates ship-specific stuff inside the first state checks in menu draw functions to prevent function bleed. * clang
2025-07-23Add playing icon to improve Audio Editor indicator (#5686)Jordan Longstaff
2025-07-23`timesplitdata.json` obey app directory (#5693)AltoXorg
2025-07-23Rando Versioning (Again) (#5691)Malkierian
* Adds Sulu/Spock rando block check (data not empty, but all sub-entries null), and put that and data being empty to the old file flow. Also moves the `SaveFile` call to after everything else is loaded to preserve sohStats block. * Add check for blank buildVersion in sohStats block for determining old saves. * clang
2025-07-21Prevent empty randomizer blocks from triggering the rando version flow. (#5689)Malkierian
Clear SpoilerLog CVar when unsupported spoiler log is discovered on load.
2025-07-21Fix old file deletion. (#5688)9.0.3Malkierian
2025-07-21Bump version to Blair Delta 9.0.3, and fix a typo. (#5687)Malkierian
2025-07-21Fix logic for items given at run start due to settings (#5665)Pepper0ni
* initial changes * submodules * fix master sword, skip zelda and skip epona logic * I for one welcome our new clang overlords...
2025-07-21Ivan: collect deku seeds (#5654)Shishu the Dragon
2025-07-21Add Clear Devices button that will erase the controllers block. (#5683)Malkierian
2025-07-02Split Skip Pickup Messages (#5648)OtherBlue
* Split Skip Pickup Messages following ZFG's comment https://youtube.com/clip/UgkxF-LDaR-zyTkqSkqtP3dkLrCca_KGScIw?si=RJY9SIG8QKSiWgVl splits the Skip Pickup Messages time saver for consumables and bottle pickups * CVar updates I missed * another cvar I missed
2025-06-29Change early return in CheckTrackerLoadGame to check specifically for Boss ↵Malkierian
Rush instead of Not Rando. (#5634)
2025-06-28Fix Boss Rush scene/cutscene setup after Bongo/Twinrova. (#5623)Malkierian
Also prevent check tracker crash loading Boss Rush.
2025-06-28Expand tooltip for Free Look to explain camera locks and scene reload. (#5624)Malkierian
2025-06-25first person to first-person (#5616)Eric Hoey
2025-06-25Ruto no longer targetable with sitting down skip (#5611)Jordan Longstaff
2025-06-23Fix dpad navigation on Quest Status pause screen. (#5607)Malkierian
2025-06-23Updated SpoilerFileExists to cache the results. (#5606)xxAtrain223
2025-06-23Fix Available Checks On Load (#5599)xxAtrain223
* Setup call to RecalculateAvailableChecks instead of direct call. * Remove RecalculateAvailableChecks from CheckTrackerSettingsWindow::DrawElement.
2025-06-19Add wallet to mask logic, clean up mask logic (#5567)Pepper0ni
2025-06-19Adds saving and loading for location exclusion, and hooks the check tracker ↵Malkierian
up to return false from IsVisibleInCheckTracker if a location was excluded. (#5594)
2025-06-19Change excluded checks to have junk instead of non-advancment. (#5592)Pepper0ni
* Change excluded checks to have junk instead of non-advancment * loud frying pan noises
2025-06-18Clarify hint text for pots in interiors (#5591)Pepper0ni
* Clarify hint text for pots in interors * Make dampe's pots text less like a naming error
2025-06-16Hardcode spirit hands to be dungeon checks (#5590)Pepper0ni
* Hardcode spirit hands to be dungeon checks * CLANG CLANG CLANG!
2025-06-16fix various oversights with altar hint off (#5589)Pepper0ni
2025-06-15Fix rare crash in randomiser generation (#5585)Pepper0ni
2025-06-15RecalculateAvailableChecks Fix - IsSaveLoaded Guard (#5587)xxAtrain223
* Added IsSaveLoaded guard clause to RecalculateAvailableChecks. * Combined RecalculateAvailableChecks guard clauses.
2025-06-15Create macro to make All and None buttons for cutscene skips trigger ↵Malkierian
ShipInit for each CVar changed. (#5576)
2025-06-15New options that affect feeding Jabu-Jabu (#5397)Jordan Longstaff
* New options that affect feeding Jabu-Jabu * Add hints for what Jabu-Jabu wants * Roll back "key" settings to just closed/open, finish rando logic * Revert "Add hints for what Jabu-Jabu wants" This reverts commit 2a1974a669a51f3ff0f33ce8ba251769614cfde5. * Fix vanilla enhancement disabler
2025-06-14CanUse instead of HasItem for Hover Boots to reach jabu switch ledge (#5581)Pepper0ni
* CanUse instead of HasItem for Hover Boots to reach jabu switch * also fix a similar issue in fountain
2025-06-13Finish hint translations for fish by waterfall (#5466)Jordan Longstaff
* Finish hint translations for fish by waterfall * Revise
2025-06-12Fix club moblins moving out of bounds and remove them from the no-clear-room ↵Pepper0ni
list (#5569)
2025-06-11Save and Randomizer Version Control (#5557)Malkierian
* 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.
2025-06-11Fix Search Crash from Scrolling (#5571)Malkierian
* Fix search crashing when section child scrolled too far. * clang