Commit Graph

  • f3e702a600 First LogicVar class. Malkierian 2024-01-05 18:19:48 -0700
  • c0e6ecca5b Fix other hints not getting reset Pepper0ni 2024-01-06 00:44:02 +0000
  • 6cb3a830bd
    Restore previous Boost download URL (#3809) Amaro Martínez 2024-01-05 18:41:09 -0500
  • 0d8b457587 use stringpath for ganon rubble Adam Bird 2024-01-05 18:39:30 -0500
  • f160549c3b move ruto earing fix to real patch Adam Bird 2024-01-05 18:38:32 -0500
  • 4d2ca29940
    Quickfix skip trials setting (#3800) Pepper0ni 2024-01-05 20:19:23 +0000
  • c1804cad2e
    Restore previous Boost download URL Amaro Martínez 2024-01-05 15:15:57 -0500
  • a61594d796 Prepare default pot contents, fix/add dungeons aMannus 2024-01-05 20:55:24 +0100
  • d91467665c fix tektite death texture loading Adam Bird 2024-01-05 14:01:18 -0500
  • 1754f6ab51 Update location_list.cpp Pepe20129 2024-01-05 19:55:03 +0100
  • 4566a6db59 Change to set trial count to 0 when skipping Pepper0ni 2024-01-05 18:00:14 +0000
  • 25625ee548 Remove more spoiler names Pepe20129 2024-01-05 18:32:43 +0100
  • 252c28d3e6
    Optimize pointer deref Jérémy Lugand 2024-01-05 17:53:21 +0100
  • 350d521c82 Fixes aMannus 2024-01-05 17:04:18 +0100
  • 0f7664f050 Make noclip only effect player Garrett Cox 2024-01-05 08:47:02 -0600
  • 8c78154aff Break up shuffle pot options to dungeon/overworld/all aMannus 2024-01-05 14:19:40 +0100
  • 83c5df7345 add miss tex clears for KD Adam Bird 2024-01-05 01:02:09 -0500
  • c3f961b856 bump lus Adam Bird 2024-01-04 22:52:04 -0500
  • cd145a720d use Gfx_TextureCacheDelete for KD lava Adam Bird 2024-01-04 21:33:05 -0500
  • 2723a5d8d2 use unregister blended with kaleido maps Adam Bird 2024-01-04 21:32:25 -0500
  • e371f184c3 Add support for "More info in file select" Pepe20129 2024-01-05 02:45:06 +0100
  • b0efffb7bb Rename "MK" to "Market" Pepe20129 2024-01-05 02:30:53 +0100
  • 9064897736
    fix compatibility nightly.link in README.md (#3768) briaguya 2024-01-04 20:24:08 -0500
  • e6de111cc7 Forgot to remove <format> include XD Malkierian 2024-01-04 18:17:39 -0700
  • df46389890 Initial pass Pepe20129 2024-01-05 02:10:56 +0100
  • e29e99a74d Switch to concatenation with `std::to_string`. Malkierian 2024-01-04 18:09:27 -0700
  • 55213544c9 Remove rando specific loach text override Pepe20129 2024-01-04 21:57:06 +0100
  • 42ffda764e Shuffle Hyrule Loach Pepe20129 2024-01-04 21:49:25 +0100
  • 7e2a13e7d8
    Quickfix giants knife counting as a kokiri sword (#3802) Pepper0ni 2024-01-04 20:49:10 +0000
  • c6405f8d97 a Fredomato 2024-01-04 20:40:31 +0000
  • d7b0e79928
    oops Christopher Leggett 2024-01-04 15:32:48 -0500
  • 3d93c71e89 Quickfix giants knife counting as a kokiri sword Pepper0ni 2024-01-04 20:27:46 +0000
  • 74415f81b0 Adds `FormatLocations` and `PRESET_ENTRY_TYPE_CPP_STRING` to allow for feeding `RandomizerCheck` values directly in presets instead of a string with magic numbers. Malkierian 2024-01-04 13:11:34 -0700
  • d1a622b28e quickfix skip trials setting Pepper0ni 2024-01-04 20:08:10 +0000
  • e271356d64 more branch switching Pepper0ni 2024-01-04 19:29:07 +0000
  • 1cc1d74379
    Put original algorithm back for compatibility with wiiu Jérémy Lugand 2024-01-04 20:21:32 +0100
  • 848c35e2d7
    Add preproc var to detect SSE2 support Jérémy Lugand 2024-01-04 20:15:14 +0100
  • 5b97570406
    Add support for non neon cpu Jérémy Lugand 2024-01-04 19:49:20 +0100
  • 21e0c12248
    Simplify code by using arrays Jérémy Lugand 2024-01-04 19:35:27 +0100
  • 8546078428
    Refactors Tricks namespace into a class with only static memebers and functions. Christopher Leggett 2024-01-04 13:09:41 -0500
  • 6c07f62de0
    Simplify var names Jérémy Lugand 2024-01-04 19:04:53 +0100
  • f7b93c4398
    Simplify code of env mixer Jérémy Lugand 2024-01-04 18:59:32 +0100
  • 4d7fc49238
    Adds new tricks.cpp/h to hold some static data and functions. Christopher Leggett 2024-01-04 12:56:53 -0500
  • 849b72d627 Move zeroing of `triforcePiecesCollected` to the beginning of `Randomizer_InitSaveFile()` to fix starting TFP count issues. Malkierian 2024-01-04 10:37:01 -0700
  • c50051d1c1 Remove stdio import Jérémy Lugand 2024-01-04 18:31:29 +0100
  • f85347f152 Remove useless assert and remove last part of envmixer Jérémy Lugand 2024-01-04 18:30:32 +0100
  • 1ff90b6f23
    Removes randomizer_tricks.cpp/h Christopher Leggett 2024-01-04 12:16:00 -0500
  • 60bc7cf6d6
    Uses new definitions of tricks in ImGui menu. Christopher Leggett 2024-01-04 12:03:09 -0500
  • cb64b5a2ff commit for branch change Pepper0ni 2024-01-04 13:17:52 +0000
  • 3cf4067705 push to rebase Pepper0ni 2023-12-31 15:02:07 +0000
  • 369f454cfc crashing in random places halp Pepper0ni 2023-12-30 16:13:34 +0000
  • c10310b7b3 V0 doesn't work Pepper0ni 2023-12-29 21:58:33 +0000
  • e1e3654200 saving for branch change Pepper0ni 2023-12-26 21:50:10 +0000
  • c71d783ebc fix jabu mq backwards logic Adam Bird 2024-01-04 01:37:06 -0500
  • 66d2bd0ab6 Fleshing out collision goggles. Kenix 2024-01-03 19:33:06 -0500
  • 29cff706cd fix torches at full after market sneak/scene transition at night Eric Hoey 2024-01-03 19:41:06 -0500
  • 092924ea73 force enable Market Sneak enhancement Eric Hoey 2024-01-03 19:34:40 -0500
  • 4cf1446f96 Shuffle Swim Pepe20129 2024-01-04 01:29:01 +0100
  • 76c2c5c4e5 Fix build aMannus 2024-01-04 00:31:02 +0100
  • 90c49d7a33 Re-order enums + start hints per region aMannus 2024-01-04 00:26:06 +0100
  • 4089f8a3e0 remove empty function from decomp in enhancement section Eric Hoey 2024-01-03 17:56:48 -0500
  • 6d827fa545 Make bridge come down if setting is turned on at night in HF Eric Hoey 2024-01-03 17:55:12 -0500
  • c744e1aff8 specify cutscene to account for market sneak Eric Hoey 2024-01-03 17:43:00 -0500
  • 2a6208cc50
    Adds TrickOption subclass and fills in extra info. Christopher Leggett 2024-01-03 17:39:14 -0500
  • bf47015104 Shuffle Child's Wallet Pepe20129 2024-01-03 23:23:30 +0100
  • b5b547d108 menu, presets, adjust bridge init, block bridge change, handle OoT cutscene Eric Hoey 2024-01-03 17:14:26 -0500
  • e6755ff99d Remove vanilla placements aMannus 2024-01-03 22:45:41 +0100
  • 81faaaae48 Add comments Jérémy Lugand 2024-01-03 21:59:21 +0100
  • 637e905a8e Merge branch 'develop-rando' into potsanity aMannus 2024-01-03 21:52:00 +0100
  • 0870bef837 Remove useless condition Jérémy Lugand 2024-01-03 21:34:09 +0100
  • 532824e5d7
    Merge pull request #32 from Caladius/potsanity_v1 aMannus 2024-01-03 21:21:45 +0100
  • 522c4c6273 Optimize env mixer function Jérémy Lugand 2024-01-03 21:15:53 +0100
  • 6645e4fab2 Merge branch 'develop-rando' into shuffle_beehives_develop-rando Pepe20129 2024-01-03 21:14:17 +0100
  • 41e74a5ae1 Address review Pepe20129 2024-01-03 21:12:19 +0100
  • c436a12f05 Merge branch 'develop' into Leever-Spawn-Adjustment Patrick12115 2024-01-03 02:30:32 -0500
  • b04ebf135c Added IS_RANDO Patrick12115 2024-01-03 02:23:28 -0500
  • b9f3678f80 Thrown out by child Gate Guard Patrick12115 2024-01-03 02:14:46 -0500
  • 05b2e3e8f5 custom items as of 1/3/24 Chase Schrader 2024-01-03 00:59:48 -0600
  • 016a6f3f1b Added comment for scene reload requirement Patrick12115 2024-01-03 01:17:49 -0500
  • 22b7cb8fe2 Shops and Games always open Patrick12115 2024-01-03 01:14:39 -0500
  • 7e1f72e17d
    Merge pull request #3785 from Malkierian/dev-merge Garrett Cox 2024-01-03 06:09:47 +0000
  • 4f200f6677
    Update soh/src/overlays/actors/ovl_En_Door/z_en_door.c Garrett Cox 2024-01-02 23:29:54 -0600
  • b76045f99e Add gShowDoorLocksOnBothSides Garrett Cox 2024-01-02 22:46:20 -0600
  • 4019cff9ac Merge remote-tracking branch 'upstream/develop' into collision-goggles Kenix 2024-01-02 22:15:19 -0500
  • 2cdd3e2ed1 Adds a log statement to show the SoH version at startup, in case crashes don't produce a stack trace from which to glean that information. Malkierian 2024-01-02 19:03:52 -0700
  • d2ec346d0e Merge branch 'develop' of github.com:Malkierian/Shipwright into dev-merge Malkierian 2024-01-02 17:28:23 -0700
  • 96353c0b3b
    Fixes Pre-Clearing of Ganon's Trials. (#3783) Christopher Leggett 2024-01-02 17:19:56 -0500
  • 8e6bc0a12d
    Fixes Pre-Clearing of Ganon's Trials. Christopher Leggett 2024-01-02 16:37:10 -0500
  • 46abda83d2
    probably fix glaring hint issues (#3752) Pepper0ni 2024-01-02 21:23:33 +0000
  • f475d2bbb9 Merge remote-tracking branch 'origin/develop' into mix-boss-entrances Adam Bird 2024-01-02 14:32:13 -0500
  • 1699eea009
    Remove special IAs (#3453) Pepe20129 2024-01-02 06:29:47 +0100
  • a51f2c89fc adds armos statue support, and a chime for the bomb stairs room Ryan 2024-01-01 23:06:43 -0500
  • 944a4c2e46
    Fix settings persistence across sessions (#3779) Jordan Gilbreath 2024-01-01 20:20:34 -0500
  • 03d907b843
    Merge pull request #3778 from HarbourMasters/develop-macready Garrett Cox 2024-01-01 16:23:58 +0000
  • 8d4316c468 Fix settings persistence across sessions jordanpg 2023-12-31 22:25:00 -0500
  • 96abadd904
    Update Boost download URL (#3776) Amaro Martínez 2023-12-31 16:06:47 -0500
  • b036ebde59
    Update Boost download URL Amaro Martínez 2023-12-31 14:37:02 -0500
  • d7defa53a7
    Merge branch 'develop' into neofetch louist103 2023-12-31 15:09:36 -0500
  • 22fa947601
    neofetch louist103 2023-12-31 15:07:45 -0500
  • fa8a0e2a76
    [Rando] Fix Check Tracker Area Totals (#3758) Malkierian 2023-12-31 11:58:31 -0700