summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-12-17Bump version to MacReady Echo 8.0.4 (#3537)8.0.4Garrett Cox
2023-12-17Remove use of static variable in en_box (#3536)Garrett Cox
2023-12-17Add player state dead check to Player_UseTunicBoots (#3530)inspectredc
* Add player state dead check to Player_UseTunicBoots * Update soh/src/overlays/actors/ovl_player_actor/z_player.c --------- Co-authored-by: Garrett Cox <garrettjcox@gmail.com>
2023-12-17Fix Logical Error With Darunias Door Entrance (#3529)inspectredc
2023-12-17Initialize GameInteractor before SaveManager so it can correctly set up a ↵Garrett Cox
hook (#3535)
2023-12-17Re-implement Pause menu Dungeon map texture effects (#3496)Adam Bird
* first pass implement dungeon maps * wrap up map dungeon implementation * add comments and enums, rename vars * bump lus
2023-12-17bump lus to latest 1.x (#3528)briaguya
2023-12-17[Tweak] Improve KD lava effect performance and stability (#3501)Adam Bird
* improve kd lava performance and stability * enum typo * account for rock tex size
2023-12-16Fix JSON parsing every frame on file select (#3513)Garrett Cox
* Fix JSON parsing every frame on file select * string (#73) --------- Co-authored-by: briaguya <70942617+briaguya-ai@users.noreply.github.com>
2023-12-16fix condition causing enemies to always be small (#3512)Adam Bird
2023-12-16more swordless fixes when time traveling (#3510)Adam Bird
2023-12-16retain gameplay stats window size (#3508)Adam Bird
2023-12-16fix led crash when set to health (#3507)Adam Bird
2023-12-16change adult shooting gallery reward and add message (#3506)Adam Bird
2023-12-16Added "Always show gold skulltula" to check tracker options. Toggleable ↵Malkierian
without restart. (#3505) Made "Hide right-side shop checks" toggleable without restart.
2023-12-16fix jabu mq minimap mark points (#3494)Adam Bird
2023-12-04Tweak skeleton limbs to use OTR path strings for loading DList and improve ↵Adam Bird
Alt toggling (#3479) * set otr string paths for DList on skeleton limbs * delay toggling alt assets cvar to end of frame
2023-11-29delta bump (#3465)8.0.3briaguya
2023-11-29[Vanilla Fix] Slow Down Darunia's Dance (#3438)Malkierian
* Fix Darunia's dancing animation speed (static for now; needs toggle later). * Moved previous code to toggleable fix in enhancements. Tweaked speed factors, partially successful.
2023-11-29limit entrance discovered saving to end of operation (#3459)Adam Bird
2023-11-28Change declaration of Morpha tentacle verts to combine them all and avoid ↵rozlette
overlaps that result in dropped verts
2023-11-28Race Integrity QoL (#3445)Garrett Cox
* Add gDisableChangingSettings * Add support for dropping a config file to overwrite CVars
2023-11-28Flag tracker (#3447)Malkierian
* Hook into flagset hooks for processing check tracking. Has some manual workarounds (some breaks still need to be found). Remove areaChecks and looping functionality as redundant. * Additional vanilla handling. * Fix tracker not showing MQ checks in MQ non-rando. Fix tracker marking non-MQ variants of dungeon checks (e.g. map chest, etc) when collecting in MQ. * Set all areas to spoiled if not rando. * Revert attempt to spoil in randomizer based on MQ dungeon count as I don't know how that works at the moment. * Restore and update spoiling based on MQ dungeon settings (none, selection, or count of 12). Fix Anju As Adult check. * Remove Anchor-specific code :baguette: * Use `ClearAreaTotals()` in `Teardown()` instead of the duplicate code there. * Update to `ClearAreaChecksAndTotals()` with `vec.clear()` added. * Fix type spoiling again. Now spoils on 0 MQ dungeons, not rando, if the option is enabled in check tracker settings, selection, or set number of 12. Fix vanilla checks being marked collected in MQ dungeons. * Fix 100 GS check. * ACTUALLY fix 100 GS: change flag type to `RandomizerInf()` in `item_location.cpp`, add RC to RandoInf for it to the table. Also don't send GI for flag if father, falsely triggers ZR frogs minigame. * Fix gravedigging tour tracking. * Fix membership card check tracking. Change scene and flag values to any existing enums. Clarifying formatting for the checking loop vOrMQ conditions. * Fix Gravedigging Tour tracking. Simplify Always Win Gravedigging Tour and Fix Gravedigging Tour Glitch applications. Modified all necessary paths to use vanilla GDT PoH collection flag instead of randomizer variant. * Fix Kak Potion Shop being "seen" when entering as child.
2023-11-29Fix bugs dont despawn cheat to work with soil patches (#3457)Adam Bird
2023-11-29bump LUS to 1.4.0 (#3461)briaguya
2023-11-29sort patch otrs (#3430)briaguya
2023-11-28Separate Arrows Equip Dupe Fix (#3450)inspectredc
* add gseparatearrow check for equip dupe fix * update gseparatearrows tooltip
2023-11-28Random Enemy Sizes fixes (#3452)aMannus
2023-11-28Fix: Missing TextIDs for MQ PAL and change lava size (#3449)Adam Bird
* Fix text offset for MQ pal and add text ID asserts * correct lava texture size
2023-11-27Changed all checks for `!gPlayState` to `!GameInteractor::IsSaveLoaded()` in ↵Malkierian
mods.cpp for all the cheats, and added the same full check to others that really didn't need to be running outside of a game (like infinite rupees, magic, health, etc), and clear any triggering CVars. (#3441) Changed `RegisterSwitchAge()` to clear the CVar instead of setting it to 0.
2023-11-26Disable Fix Vine Fall when Climb Everything is enabled (#3439)Malkierian
* Disable Fix Vine Fall when Climb Everything is enabled. * Remove option disabling.
2023-11-24Fix kokiri sword unequipping when using switch age cheat/enhancements (#3415)inspectredc
* test fix for ks unequip * remove unnecessary brackets
2023-11-24Fix #3417 Symlinks to Directories in Mods Dir Aren't Traversed (#3418)Salt
2023-11-24fix: skybox crash for mask shop (#3427)Adam Bird
2023-11-24Fix audio cutoff issues (#3428)Garrett Cox
2023-11-23Re-implement King Dodongo's Lava texture effects (#3434)Adam Bird
* fix alt backgrounds not always loading * include gfx lookup with the original unload * Add hook for alt toggle * handle cpu modified texture for kd lava * malloc array instead of illegal initialize
2023-11-15Version bump to MacReady Charlie (#3406)8.0.2briaguya
2023-11-15bump lus (#3405)briaguya
2023-11-15Use Correct Player Boot Enums in CC (#3403)inspectredc
2023-11-14Version bump to MacReady Bravo (#3398)8.0.1Garrett Cox
2023-11-14Add gFixEyesOpenWhileSleeping (#3365)Garrett Cox
2023-11-14[Feature/fix] Save to temp file first (#3376)Malkierian
* Add temp file flow to `SaveManager::SaveFileThreaded`. Add "Save finish" info log message. * Fix WiiU/Switch
2023-11-14Fix magic being zeroed out when using fast file select (#3389)Josh Bodner
* Move to frame counter init to a place that fast file select also touches * Undo removing old fix * Reset on gameover
2023-11-14SaveManager cleanup (#3386)Malkierian
* Move threadpool initialization and `OnExitGame` registration from `SaveManager::Init` to SM's constructor. Comment on `Init` to mention it's not an initializer for `SaveManager`. Added check for `SaveManager::SaveSection` to prevent firing a save worker if the game is already exited from a reset. * Removed `IsSaveLoaded` check in favor of another `ThreadPoolWait()` at the start of `SaveManager::Init()`.
2023-11-14Use substr method to determine file extension (#3390)AltoXorg
See https://github.com/HarbourMasters/OTRExporter/pull/12
2023-11-14Fix: Prevent patching custom models (#3367)Adam Bird
* fix prevent patching custom models * prevent patching chests textures for custom chest models * add tooltip for cosmetic editor about custom models * chest texture handling for alt toggles
2023-11-14Stop hardcoding skeleton type to flex (#3397)Garrett Cox
2023-11-14[Feature] Remove `performDelayedSave` functionality from Autosave (#3387)Malkierian
* Removes delayed save functionality, making autosave work everywhere except Ganon and Chamber of Sages scenes. * Change AutoSave comment to remove the scenarios we no longer block autosave in. * handle temp B on saving outside of kaleido --------- Co-authored-by: Adam Bird <archez39@me.com>
2023-11-14[Feature Fix] Tunics stolen by like likes now removed from the item buttons ↵Malkierian
(#3375) * Extends `Assignable Boots and Tunics` functionality to check for and remove Goron and Zora tunics from item buttons when like likes steal them. * Comment documentation.
2023-11-14bump lus (#3394)briaguya