| Age | Commit message (Collapse) | Author |
|
|
|
* 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.
|
|
|
|
overlaps that result in dropped verts
|
|
* Add gDisableChangingSettings
* Add support for dropping a config file to overwrite CVars
|
|
* 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.
|
|
|
|
|
|
|
|
* add gseparatearrow check for equip dupe fix
* update gseparatearrows tooltip
|
|
|
|
* Fix text offset for MQ pal and add text ID asserts
* correct lava texture size
|
|
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.
|
|
* Disable Fix Vine Fall when Climb Everything is enabled.
* Remove option disabling.
|
|
* test fix for ks unequip
* remove unnecessary brackets
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
* Add temp file flow to `SaveManager::SaveFileThreaded`.
Add "Save finish" info log message.
* Fix WiiU/Switch
|
|
* Move to frame counter init to a place that fast file select also touches
* Undo removing old fix
* Reset on gameover
|
|
* 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()`.
|
|
See https://github.com/HarbourMasters/OTRExporter/pull/12
|
|
* 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
|
|
|
|
* 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>
|
|
(#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.
|
|
|
|
|
|
load the "trackerData" section to a new `OnLoadGame` hook function to fix crashes on transferred saves. (#3368)
|
|
|
|
`InitializeShufflePool` to exclude them before modifying either shuffle pool. (#3370)
|
|
|
|
|
|
|
|
search paths (#3359)
* fix otr regen on mac release
* linux args
|
|
* share common scenes between mq and nonmq
* move shared scenes under shared folder and bring back thieves hideout mq handling
* update headers for shared scenes
* bump submodules
* remove mq handling for mirror world song patch
* only have unique dungeons be nomq/mq variants
* bump submodules
|
|
|
|
and proper file permissions (write/modify, to prevent things like Program Files or Windows, or other folders we couldn't know about that don't have proper file permissions). Instructs users as to what it discovered and how to fix, then exits. (#3097)
|
|
larger) and experimental tag. (#3037)
|
|
interval options. (#3335)
|
|
* vanilla bugfix for wall climbing on edge of polys
* rename missed vars
* add CVar toggle
|
|
|
|
regenerate (#3218)
* parse sohver arg and store version file in otr
* parse args for soh.otr gen only
* pass soh version from built in extractor
* update launch scripts, cmake and extract steps to pass soh version
* check otr versions and error or ask to regenerate
* add wiiu core header for osfatal
* review feedback
* remove soh dummy version for lus change instead
* only configure linux script for linux
* change lus commit
* rename soh version to port version
* fix submodules
* bump OTRExporter
* clean up error messages for switch/wiiu
* strings not char array
* typo
* init wiiu before otr detection
* Add message for mac/linux extraction
* remove unneeded exits
* change version number types to u16 to fix 32bit devices
* bump otrexporter
|
|
|