summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-04-11Move processing for RAND_INF_WEIRD_EGG to trade item processing so it ↵Malkierian
happens whenever you get the egg. (#5382) Remove RSK check for garden entrance because access is still handled by `CanUse(RG_WEIRD_EGG)`.
2025-04-11Fixed right stick aiming being significantly less precise than left stick ↵Proloe
aiming. (#5388)
2025-04-11Fix boss key kaleido text for NTSC (#5389)Archez
2025-04-11Fix Fishing-related checks location pool (again) (#5378)Christopher Leggett
2025-04-10Fix Adult Fishing as Child Softlock (#5377)Eric Hoey
* pass a pointer not a pointer to a pointer * update GIVanillaBehavior comment * also drop this
2025-04-10Add `ImGuiWindowFlags_NoSavedSettings` to notification windows to prevent ↵Malkierian
cluttering the imgui.ini (#5380)
2025-04-10Fix input viewer's first-open position calculation. (#5376)Malkierian
2025-04-09Blair Bravo version bump (#5372)9.0.1Christopher Leggett
2025-04-09Allow seeded enemy rando to use the values of the enemy list selection. (#5371)Malkierian
2025-04-09Add check for bean inventory slot having bean on it to allow availability to ↵Malkierian
succeed with ammo count 0. (#5370)
2025-04-09IC ledge to fountain child logic fixed (#5368)Pepper0ni
* IC ledge to fountain child logic fixed * fully unblob ZF
2025-04-09Fix migrators for tracker colors to match new menu formats. (#5369)Malkierian
Add temporary additional clearing to CVarColorPicker's reset functionality to resolve already migrated issues.
2025-04-09Swap call to `RecalculateAvailableChecks()` in `SaveFile()` to a variable ↵Malkierian
that triggers a recalculation in `DrawElement()`. (#5366)
2025-04-09Additions for the currencies in randomizer.cpp (#5344)Extloga
* Rearrangement of the currencies in randomizer.cpp * Rearrangement of the currencies in randomizer.cpp * Rearrangement of the currencies in randomizer.cpp * Rearrangement of the currencies in randomizer.cpp * Rearrangement of the currencies in randomizer.cpp * Rearrangement of the currencies in randomizer.cpp * Rearrangement of the currencies in randomizer.cpp * Rearrangement of the currencies in randomizer.cpp * Rearrangement of the currencies in randomizer.cpp * Rearrangement of the currencies in randomizer.cpp * Rearrangement of the currencies in randomizer.cpp * Rearrangement of the currencies in randomizer.cpp
2025-04-09Fix ZD beehives and some small cleanup. (#5353)Pepper0ni
* clean up zora domain logic * revert useless short circuits
2025-04-09Fix crash in Message Viewer when playing with an NTSC OTR. (#5367)Christopher Leggett
2025-04-09add check for agony option (#5365)Eric Hoey
2025-04-09Fix non-loach fish making it into the pool when Loach Only is selected. (#5360)Christopher Leggett
2025-04-09Rando: Last missing french + tiny tweak (#5359)PurpleHato
* Update hint_list_exclude_overworld.cpp * missing ones * Oops forgot a '
2025-04-09Fix break room access and crates underneath crates logic (#5347)Pepper0ni
* fix break room acces and crates underneath crates logic * apply GF_JUMP to the jump from NEAR_GS to LONG_ROOF to reach BREAK_ROOM
2025-04-08Additions for the German translation in two files (#5351)Extloga
* Additions for the German translation in hint_list_exclude_dungeon.cpp * Additions for the German translation in hint_list_exclude_overworld.cpp * Additions for the German translation in hint_list_exclude_overworld.cpp
2025-04-08Fix a couple typos in enhancement descriptions. (#5358)Malkierian
2025-04-08Fix Docked Tracker Ghosting (#5354)Malkierian
* Dynamically changes a tracker's chosen color's opacity to full when it registers as docked to fix the framebuffer ghosting. * remove debugging
2025-04-08Add temporary patch for invisible boulder fragments (#5352)Archez
2025-04-08Fix copyright tex for GC JP (#5324)Archez
* Fix copyright tex for GC JP * add 2004 texture for jp ce
2025-04-08Fix Rando Give for Adult Fishing as Child Glitch (#5349)Eric Hoey
* VBVBVB * Update soh/soh/Enhancements/randomizer/hook_handlers.cpp * Update soh/soh/Enhancements/randomizer/hook_handlers.cpp * first try
2025-04-08Mixed pools now properly disables itself when hidden. (#5341)Pepper0ni
* mixed pools now sets itself off when hidden * the clanging never ends
2025-04-08Fix Market Grass and Crate logic (#5340)Pepper0ni
* fix market grass and crate logic * apply clang
2025-04-08Change check total array types to s16 to handle more check totals (thanks ↵Malkierian
storage temple). (#5348) Fix typos regarding `overridden` in various parts of the codebase.
2025-04-08Move the white iron knuckle entry in `randomizedEnemySpawnTable` to match ↵Malkierian
the order of `enemyCvarList`. (#5350)
2025-04-07Fix checking gSaveContext for used small keys (#5346)Christopher Leggett
2025-04-07French Rando : Add missing text + some tweaks (#5327)PurpleHato
* Should cover everything, I hope * One last * final tweaks for real this time * Update soh/soh/Enhancements/randomizer/3drando/hint_list/hint_list_item.cpp Co-authored-by: Extloga <141232749+Extloga@users.noreply.github.com> * Update soh/soh/Enhancements/randomizer/3drando/shops.cpp Co-authored-by: Extloga <141232749+Extloga@users.noreply.github.com> * Update soh/soh/Enhancements/randomizer/3drando/shops.cpp Co-authored-by: Extloga <141232749+Extloga@users.noreply.github.com> * TODO_TRANSLATE is a macro no a string Hato --------- Co-authored-by: Extloga <141232749+Extloga@users.noreply.github.com>
2025-04-07fix blank names in spoiler (#5329)briaguya
* fix blank names in spoiler * replace a couple more `.english`/`.french` with `.GetEnglish()`/`.GetFrench()`
2025-04-07Fix shop translations and unify untranslated message alerts. (#5312)Pepper0ni
* try to fix messages, crashing on vanilla text * oops * adjust shop flavor translations to better fit on 2 lines * run clang format
2025-04-07Set Savewarp in Ganondorf to Ganon's Tower in Entrance Rando (#5339)Eric Hoey
2025-04-04Various menu fixes (#5321)Eric Hoey
* input viewer + rang + draw + circledisp * clang
2025-04-04move AltAssets to gSettings from gEnhancements (#5323)Christopher Leggett
2025-04-04Fix boss title card extraction for NTSC; Fix Morpha water (#5320)Archez
2025-04-04Fix the GS Map combobox in the Flags tab of the save editor not remembering ↵Malkierian
the selected index, and also rework it to remove the label. (#5317)
2025-04-04Fix excluded locations on subsequent seed generations (#5302)Christopher Leggett
2025-04-04Fix the start with Master Sword option (#5304)Christopher Leggett
2025-04-03ESC now toggles menubar (#5293)PBillodeau
* ESC now toggles menubar * Update "menubar" to "menu" in README * Add mouse capture toggle to README
2025-04-03fix oversight causing big poes check not to run (#5303)Pepper0ni
2025-04-03Fix Disable Bomb Billboarding (#5290)inspectredc
2025-04-02Bump Blair Alfa (#5283)9.0.0Archez
2025-04-02Fix upgrade crash in rando settings (#5282)aMannus
2025-04-02More check renames (#5262)Malkierian
* Rename a few more entrances to better match interior contents, and a lot of check names to match their grotto names. * Undo debug commit. Now it's just text changes.
2025-04-02Reload font on language change (#5279)inspectredc
2025-04-02Fix Names On Custom Message (#5278)inspectredc
* Fix Names On Custom Message * Display Blank Name * format
2025-04-02Use sOptionsMenuSettings to avoid OOB read (#5277)inspectredc