summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-04-15Blair Charlie version bump (#5407)9.0.2Christopher Leggett
2025-04-15Implements a rand inf for Ruto's letter to apply to logic to track it ↵Malkierian
separate from the underwater item check. (#5405)
2025-04-14Fix Entrance Rando weather override behavior (#5403)Archez
* Add AfterSceneCommands hook * move ER weather override to AfterSceneCommands
2025-04-13Race Lockout (#5364)Malkierian
* Implement race lockout on the new menu, with option for opt-out. * Cal's requests.
2025-04-12Fix misspelling of Broken Giant's Knife fix CVar (#5395)Jordan Longstaff
2025-04-12Change the Reset All callback back to `CosmeticsEditor_ResetAll`, because ↵Malkierian
it's already set up to not reset HUD position stuff. (#5385)
2025-04-11fix oversight in forest trial first room (#5381)Pepper0ni
2025-04-11Improve tracker dock bgs (#5383)Malkierian
* 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.
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