Shipwright/soh/src/overlays/actors
sonoftunk b56e8926f0
Randomizer Auto Location tracker (#1942)
* Initial Auto-Location Tracking

* Updates styling for checked items in Check Tracker

* Fixes crashing issues with Check Tracker rendering

* Auto scroll Check Tracker windows to current area

* Checks Tracker only shows checked locations once in game

* Fixes issue where Check Tracker would auto-scroll to wrong location when entering a grotto

* Fixes gerudo fortress checks showing in tracker when settings have them removed

* InfTable Check Location Fixes: Lost Dog Richard, Rolling Gorons, HBA 1000, Thawed Zora

* Fixes most Event Chk Inf Checks on Check Tracker, and Frogs

* Check Tracker - Song from Malon now works

* Check Tracker
- Fixes Claim Check check not tracking
- Fixes spoiler for Claim Check check when getting Biggoron's Sword
- Fixes LACS being spoiled and not tracking

* Check Tracker - Fixes #2 for Skull Mask and Mask of Truth checks

* Check Tracker
- Adds support for merchants
- Fixes #7 for Bomchu Salesman
- Fixes #12 for Medigoron

* Check Tracker - Fixes #8 for Song from Saria

* Check Tracker - Fixes #9 for Adult Shooting Gallery

* Check Tracker - Fixes #10 for Composer Grave

* Check Tracker - Fixes #14 for Song from Ocarina of Time

* Check Tracker - Fixes #16 for Shooting the Sun

* Check Tracker - Fixes #19 for Darunia's Joy

* Save Editor - Adds missing label for Treasure Chest Game

* Check Tracker - Fixes Great Faries checks

* Check Tracker - Fixes Sheik at Temple

* Check Tracker - Fixes Great Fairy auto-scroll to wrong location

* Check Tracker - Updates blue warp checks
- Fixes Bongo Bongo and Twinrova checks

* Check Tracker - Fixes Dampe's Gravedigging Tour

* Check Tracker - Fixes Prescription to King Zora

* Check Tracker - Fixes Bazaar showing under wrong area on tracker between adult/child

* Check Tracker - Fixes scroll for Hyrule Market and Bazaar

* Check Tracker - Fixes giving Adult Trade Items shown on tracker: Broken Sword, Saw, Cojiro, Eyeball Froge, and Eyedrops

* Cleans up item_location

* Check Tracker - Item List
- Fixes item list not updating when changing seeds/options
- Separates item exclusion list from item check list
- Clean up comments

* Check Tracker - Adds Skip functionality to buttons

* Check Tracker - Refactors adult trade items to RandomizerInf

* Check Tracker - Fixes an issue where any time an item is removed the tracker would cause an application crash

* Check Tracker - Item names are now dependent on file language

* Check Tracker - Fixes Gerudo Card check not showing in Fast setting

* Reorders headers to (hopefully) avoid CI build conflicts on linux/consoles

* Explicitly defines vector header in randomizer.h to fix compile errors

* Complete Refactor of Check Tracker ImGui

* Adds missing check tracker files to CMakeLists

* Reverts the Item_location whitespace cleanup from ad10807c

* Check Tracker - Loading Fixes
- Fixes a bug where loading a save file a second time would add all the checks again
- Fixes a bug where the check tracker would not render at all until in a save file

* Check Tracker - Fixes a bug where checks would sometimes fail to load

* Check Tracker - Fixes duplicated checks when using Only on Pause or Only on Combo

* Check Tracker - Works around issue where single characters don't show in EnhancementCombobox, and fixes a label for combo buttons held option

* Check Tracker - Applies all Check Tracker changes to Item Location

* Check Tracker - Updated Check List
- Adds Link's pocket, either in KF or HM depending on starting age
- Supports Scrubs and Merchants
- Uses enums instead of magic numbers
- Updates DC Scrub Short Names for MQ

* Check Tracker - Adds a performance mode option

* Check Tracker - List Fixes (requires new rando generation)
- Fixes Frogs Rupees always visible
- Fixes Kokiri Sword Chest not showing
- Fixes Weird Egg not showing

* Check Tracker - MQ List basic support

* Check Tracker - MQ/Vanilla anti-spoilers

* Check Tracker - Collecting a compass now spoils the area

* Check Tracker - Basic Vanilla Support and fixes
- Vanilla items show in check tracker, even if many won't auto check
- Fixes an issue with Gerudo Fortress Keys
- Refactors IsVisibleInCheckTracker to randomizer_check_tracjer

* Check Tracker - Fixes merge conflict from 08a487f35e

* Check Tracker - Fixes tracker loading as Floating when default value is set to Windowed

* Randomizer Location Exclusion List
- Adds Scrubs, Merchants, Shops. Adult Trade items, MQ Dungeons, and Bean Salesman
- Fixes Kokiri Sword Chest, Weird Egg, and Frog Song Rupees from misbehaving
- Updates Gerudo Fortress logic to be dependent on Open/Fast/Normal Fortress
- Removes Invalid Check
- Adds RO Enum for MQ settings
- Updates magic values to RO enum

* Location Exclusion List - Scrubs that are always randomized now always show on the list

* For now, removes some extra code only needed for a Check Tracker.

* Randomizer Location Exclusion List - Fixes Eyeball Frog from showing up when Adult Trade Items was off

* Location Tracker - Updates Eyedrops to use RandomizerInf instead of Chest

* Check Tracker - Fixes a bug where Link's Pocket item wasn't acting as checked for area item count

* Check Tracker - Fixes a bug where Locations would incorrectly say Vanilla due to the first check in the area being a non-MQ check

* Check Tracker - Fixes a crash when Check Tracker is docked but not visible

* Check Tracker - Fixes areas being spoiled when loading different save files

* Check Tracker - Only reset variables if they are initialized

* Check Tracker - Cleans up old comments, unused variables, methods, and macros, adds language TODOs,

* Check Tracker - Readds rainbow UI elements after Cosmetics Editor refactor

* Check Tracker - Removal of flag lookup that was refactored, no longer needed header, and some trivial whitespace fixes.

* Check Tracker - Refactors Index to Bitmask code to a macro

* Check Tracker - Changes ordering from alphabetical to RandomizerCheck ordering

* Check Tracker - Wraps everything in a namespace to avoid global variable usage

* Check Tracker - Explicitly defines for-loop scope

* Check Tracker - refactors dungeon lookup from static array to function

* Fixes a bug when using EnhancementColor with alpha

* Check Tracker - Refactors all colour to use direct conversions

* Check Tracker - refactors settings loading and check visibility for readability

* Check Tracker - Fixes a bug where the wrong label showed on the Check Tracker BG Color

* UIWidgets - Adds Alpha bar to EnhancementColor when using alpha parameter
2022-12-10 22:39:23 -05:00
..
ovl_Arms_Hook Merge branch 'develop-flynn' into flynn-to-dev 2022-12-06 21:29:27 -05:00
ovl_Arrow_Fire Cosmetic Editor v3 (#1898) 2022-12-08 23:24:39 -05:00
ovl_Arrow_Ice Cosmetic Editor v3 (#1898) 2022-12-08 23:24:39 -05:00
ovl_Arrow_Light Cosmetic Editor v3 (#1898) 2022-12-08 23:24:39 -05:00
ovl_Bg_Bdan_Objects Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Bdan_Switch Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Bom_Guard Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Bombwall Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Bowl_Wall [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Breakwall [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Bg_Ddan_Jd Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Ddan_Kd Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Dodoago [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Dy_Yoseizo [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Bg_Ganon_Otyuka [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Gate_Shutter Use enum for kak gate (#2043) 2022-11-30 00:33:38 +01:00
ovl_Bg_Gjyo_Bridge enums for rainbow bridge (#2052) 2022-11-29 23:41:46 -05:00
ovl_Bg_Gnd_Darkmeiro Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Gnd_Firemeiro [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Gnd_Iceblock Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Gnd_Nisekabe Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Gnd_Soulmeiro [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Bg_Haka Cosmetic Editor v3 (#1898) 2022-12-08 23:24:39 -05:00
ovl_Bg_Haka_Gate [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Haka_Huta [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Bg_Haka_Megane Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Haka_MeganeBG Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Haka_Sgami Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Haka_Ship [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Haka_Trap Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Haka_Tubo [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Bg_Haka_Water [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Haka_Zou [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Bg_Heavy_Block [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Bg_Hidan_Curtain [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Hidan_Dalm [docs] Upstream updates 1 (#1955) 2022-11-30 00:28:57 +01:00
ovl_Bg_Hidan_Firewall [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Hidan_Fslift Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Hidan_Fwbig [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Hidan_Hamstep [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Hidan_Hrock Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Hidan_Kousi [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Hidan_Kowarerukabe [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Hidan_Rock [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Hidan_Rsekizou [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Hidan_Sekizou [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Hidan_Sima [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Hidan_Syoku Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Ice_Objects Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Ice_Shelter Cosmetic Editor v3 (#1898) 2022-12-08 23:24:39 -05:00
ovl_Bg_Ice_Shutter Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Ice_Turara Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Ingate [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Jya_1flift Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Jya_Amishutter Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Jya_Bigmirror [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Bg_Jya_Block [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Jya_Bombchuiwa [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Bg_Jya_Bombiwa Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Jya_Cobra [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Jya_Goroiwa Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Jya_Haheniron Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Jya_Ironobj [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Bg_Jya_Kanaami Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Jya_Lift Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Jya_Megami [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Jya_Zurerukabe Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Menkuri_Eye [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Menkuri_Kaiten Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Menkuri_Nisekabe Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Mizu_Bwall [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Bg_Mizu_Movebg [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Mizu_Shutter [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Mizu_Uzu Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Mizu_Water [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Mjin [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Mori_Bigst [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Bg_Mori_Elevator [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Mori_Hashigo [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Mori_Hashira4 [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Mori_Hineri [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Bg_Mori_Idomizu [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Mori_Kaitenkabe [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Mori_Rakkatenjo [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Po_Event [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Bg_Po_Syokudai [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Bg_Pushbox [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Relay_Objects Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Spot00_Break Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Spot00_Hanebasi [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Spot01_Fusya Cosmetic Editor v3 (#1898) 2022-12-08 23:24:39 -05:00
ovl_Bg_Spot01_Idohashira [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Spot01_Idomizu [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Spot01_Idosoko [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Spot01_Objects2 Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Spot02_Objects [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Spot03_Taki [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Spot05_Soko Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Spot06_Objects [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Spot07_Taki [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Spot08_Bakudankabe Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Spot08_Iceblock Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Spot09_Obj [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Spot11_Bakudankabe Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Spot11_Oasis [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Bg_Spot12_Gate Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Spot12_Saku Entrance Rando (#1760) 2022-11-14 12:13:21 +01:00
ovl_Bg_Spot15_Rrbox Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Spot15_Saku [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Spot16_Bombstone [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Bg_Spot16_Doughnut [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Spot17_Bakudankabe [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Spot17_Funen [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Spot18_Basket Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Spot18_Futa Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Spot18_Obj Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Spot18_Shutter Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Sst_Floor [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Toki_Hikari [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Toki_Swd [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Treemouth [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Umajump Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Vb_Sima [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Ydan_Hasi [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Ydan_Maruta Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Bg_Ydan_Sp [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Bg_Zg [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Boss_Dodongo [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Boss_Fd [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Boss_Fd2 [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Boss_Ganon Merge branch 'develop-flynn' into flynn-to-dev 2022-12-06 21:29:27 -05:00
ovl_Boss_Ganon2 [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Boss_Ganondrof [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Boss_Goma [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Boss_Mo [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Boss_Sst [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Boss_Tw [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Boss_Va [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Demo_6K [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Demo_Du [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Demo_Ec [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Demo_Effect [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Demo_Ext [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Demo_Geff [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Demo_Gj [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Demo_Go [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Demo_Gt [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Demo_Ik [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Demo_Im [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Demo_Kankyo [Feature] Entrance Rando v2 (#2071) 2022-12-07 00:37:50 +01:00
ovl_Demo_Kekkai [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Demo_Sa [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Demo_Shd [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Demo_Tre_Lgt [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Door_Ana [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Door_Gerudo [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Door_Killer [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Door_Shutter [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Door_Toki Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Door_Warp1 Merge branch 'develop-flynn' into flynn-to-dev 2022-12-06 21:29:27 -05:00
ovl_Efc_Erupc [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Eff_Dust [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Elf_Msg [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Elf_Msg2 [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Am [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Ani [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Anubice [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Anubice_Fire [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Anubice_Tag Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_En_Arow_Trap [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Arrow Cosmetic Editor v3 (#1898) 2022-12-08 23:24:39 -05:00
ovl_En_Attack_Niw [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Ba [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Bb [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Bdfire [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Bigokuta [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Bili [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Bird Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_En_Blkobj [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Bom [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Bom_Bowl_Man [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Bom_Bowl_Pit Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_En_Bom_Chu Cosmetic Editor v3 (#1898) 2022-12-08 23:24:39 -05:00
ovl_En_Bombf [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Boom [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Box Cosmetic Editor v3 (#1898) 2022-12-08 23:24:39 -05:00
ovl_En_Brob [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Bubble [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Butte [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Bw [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Bx [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Changer [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Clear_Tag Gameplay stats 1.1 (#2129) 2022-12-10 21:37:33 +01:00
ovl_En_Cow [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Crow [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Cs [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Daiku [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Daiku_Kakariko [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Dekubaba [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Dekunuts [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Dh [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Dha [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Diving_Game [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Dns Don't autosave immediately after purchasing from a shop (#2079) 2022-12-10 21:39:26 +01:00
ovl_En_Dnt_Demo Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_En_Dnt_Jiji [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Dnt_Nomal [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Dodojr [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Dodongo [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Dog Cosmetic Editor v3 (#1898) 2022-12-08 23:24:39 -05:00
ovl_En_Door [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Ds Don't autosave immediately after purchasing from a shop (#2079) 2022-12-10 21:39:26 +01:00
ovl_En_Du Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_En_Dy_Extra [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Eg Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_En_Eiyer [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Elf Cosmetic Editor v3 (#1898) 2022-12-08 23:24:39 -05:00
ovl_En_Encount1 [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Encount2 Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_En_Ex_Item [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Ex_Ruppy [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Fd [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Fd_Fire [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_fHG [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Fhg_Fire [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Fire_Rock [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Firefly Cosmetic Editor v3 (#1898) 2022-12-08 23:24:39 -05:00
ovl_En_Fish [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Floormas [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Fr [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Fu [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Fw [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Fz [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_G_Switch Cosmetic Editor v3 (#1898) 2022-12-08 23:24:39 -05:00
ovl_En_Ganon_Mant Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_En_Ganon_Organ [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Gb [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Ge1 [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Ge2 [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Ge3 [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_GeldB [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_GirlA Don't autosave immediately after purchasing from a shop (#2079) 2022-12-10 21:39:26 +01:00
ovl_En_Gm Don't autosave immediately after purchasing from a shop (#2079) 2022-12-10 21:39:26 +01:00
ovl_En_Go [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Go2 Randomizer Auto Location tracker (#1942) 2022-12-10 22:39:23 -05:00
ovl_En_Goma [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Goroiwa Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_En_Gs Cosmetic Editor v3 (#1898) 2022-12-08 23:24:39 -05:00
ovl_En_Guest [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Hata [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Heishi1 [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Heishi2 [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Heishi3 [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Heishi4 [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Hintnuts [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Holl [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Honotrap [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Horse [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Horse_Game_Check [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Horse_Ganon [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Horse_Link_Child [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Horse_Normal [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Horse_Zelda [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Hs Randomizer Auto Location tracker (#1942) 2022-12-10 22:39:23 -05:00
ovl_En_Hs2 [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Hy [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Ice_Hono [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Ik Cosmetic Editor v3 (#1898) 2022-12-08 23:24:39 -05:00
ovl_En_In [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Insect [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Ishi [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_It Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_En_Jj [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Js Don't autosave immediately after purchasing from a shop (#2079) 2022-12-10 21:39:26 +01:00
ovl_En_Jsjutan [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Kakasi [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Kakasi2 [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Kakasi3 [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Kanban [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Karebaba [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Ko Cosmetic Editor v3 (#1898) 2022-12-08 23:24:39 -05:00
ovl_En_Kusa [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Kz [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Light [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Lightbox Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_En_M_Fire1 Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_En_M_Thunder Cosmetic Editor v3 (#1898) 2022-12-08 23:24:39 -05:00
ovl_En_Ma1 [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Ma2 [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Ma3 [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Mag Cosmetic Editor v3 (#1898) 2022-12-08 23:24:39 -05:00
ovl_En_Mb [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Md use forest enum values instead of magic numbers (#2038) 2022-11-30 02:32:22 +01:00
ovl_En_Mk Randomizer Auto Location tracker (#1942) 2022-12-10 22:39:23 -05:00
ovl_En_Mm [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Mm2 [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Ms Don't autosave immediately after purchasing from a shop (#2079) 2022-12-10 21:39:26 +01:00
ovl_En_Mu Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_En_Nb [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Niw [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Niw_Girl [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Niw_Lady [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Nutsball [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Nwc [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Ny [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_OE2 Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_En_Okarina_Effect Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_En_Okarina_Tag fix: rando door of time enum usage (#2032) 2022-11-28 22:41:33 +01:00
ovl_En_Okuta [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Ossan Don't autosave immediately after purchasing from a shop (#2079) 2022-12-10 21:39:26 +01:00
ovl_En_Owl [Feature] Entrance Rando v2 (#2071) 2022-12-07 00:37:50 +01:00
ovl_En_Part [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Peehat [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Po_Desert [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Po_Field [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Po_Relay [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Po_Sisters [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Poh [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Pu_box Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_En_Rd [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Reeba [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_River_Sound Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_En_Rl [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Rr [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Ru1 [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Ru2 [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Sa Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_En_Sb Gameplay Stat Tracker V1 (#1986) 2022-11-22 20:04:40 -05:00
ovl_En_Scene_Change [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Sda [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Shopnuts [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Si Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_En_Siofuki [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Skb [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Skj [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Skjneedle [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Ssh Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_En_St [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Sth [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Stream [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Sw [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Syateki_Itm Fixed Shooting Gallery Difficulty Menu implementation issues (#1991) 2022-11-22 00:53:23 +01:00
ovl_En_Syateki_Man [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Syateki_Niw [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Ta Don't autosave immediately after purchasing from a shop (#2079) 2022-12-10 21:39:26 +01:00
ovl_En_Takara_Man [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Tana [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Test [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Tg Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_En_Tite [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Tk [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Torch [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Torch2 [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Toryo Randomizer Auto Location tracker (#1942) 2022-12-10 22:39:23 -05:00
ovl_En_Tp [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Tr [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Trap Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_En_Tubo_Trap Gameplay Stat Tracker V1 (#1986) 2022-11-22 20:04:40 -05:00
ovl_En_Vali [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Vase Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_En_Vb_Ball [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Viewer [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Vm [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Wall_Tubo Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_En_Wallmas [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Weather_Tag Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_En_Weiyer [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Wf [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Wonder_Item [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Wonder_Talk [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Wonder_Talk2 Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_En_Wood02 [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Xc [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Yabusame_Mark Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_En_Yukabyun [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Zf [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Zl1 [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Zl2 [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Zl3 [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_En_Zl4 [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_En_Zo [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_End_Title Cosmetic Editor v3 (#1898) 2022-12-08 23:24:39 -05:00
ovl_Fishing [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Item_B_Heart [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Item_Etcetera Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Item_Inbox Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Item_Ocarina [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Item_Shield [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Magic_Dark [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Magic_Fire [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Magic_Wind [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Mir_Ray [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Obj_Bean Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Obj_Blockstop Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Obj_Bombiwa Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Obj_Comb [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Obj_Dekujr [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Obj_Elevator Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Obj_Hamishi [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Obj_Hana Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Obj_Hsblock [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Obj_Ice_Poly [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Obj_Kibako Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Obj_Kibako2 [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Obj_Lift Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Obj_Lightswitch [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Obj_Makekinsuta [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Obj_Makeoshihiki Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Obj_Mure [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Obj_Mure2 [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Obj_Mure3 Use PlayState instead of GlobalContext (#1927) 2022-11-06 09:24:34 +01:00
ovl_Obj_Oshihiki [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Obj_Roomtimer ER - Shabom timer fix (#2110) 2022-12-08 00:16:08 +01:00
ovl_Obj_Switch [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Obj_Syokudai [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Obj_Timeblock Cosmetic Editor v3 (#1898) 2022-12-08 23:24:39 -05:00
ovl_Obj_Tsubo Gameplay Stat Tracker V1 (#1986) 2022-11-22 20:04:40 -05:00
ovl_Obj_Warp2block [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Object_Kankyo [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Oceff_Spot [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Oceff_Storm [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00
ovl_Oceff_Wipe [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Oceff_Wipe2 [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Oceff_Wipe3 [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_Oceff_Wipe4 [docs] Pull upstream updates: SetupDL (#2048) 2022-11-30 00:29:36 +01:00
ovl_player_actor Gameplay stats 1.1 (#2129) 2022-12-10 21:37:33 +01:00
ovl_Shot_Sun [Feature] Rando: Enemy Randomizer V1 (#1781) 2022-12-06 10:33:50 +01:00