Commit Graph

  • d4aefcc1eb seed srand on launch and couple seed setting fixes Adam Bird 2023-05-20 12:30:36 -0400
  • 0b47a19c2c
    Mask Sale Fix (#2900) Malkierian 2023-05-20 09:05:47 -0700
  • 205cfd98f1
    Merge branch 'develop-spock' into mask-sale-fix briaguya 2023-05-20 09:43:46 -0400
  • 4d02d89e03
    Fixes buying songs crash on Switch (#2899) Christopher Leggett 2023-05-20 09:24:02 -0400
  • 365f78db45 Modified `Return_Item` to pass custom `GetItemEntry` instead of just returning ITEM_NONE to preserve expected autosave on mask sale while still fixing the crash. This will need to be implemented more cleanly later with story events. Malkierian 2023-05-19 23:06:07 -0700
  • 543f88a710 Moved check to `Return_Item` and changed return for `ITEM_SOLD_OUT` to `ITEM_NONE` to prevent mistyped return issues. Malkierian 2023-05-19 21:56:56 -0700
  • 844bc41794 Prevent calling `OnItemReceive` for `ITEM_SOLD_OUT`, as there is no ItemTable entry and trying to find it in one would always error, and also no need I can think of for anyone to know about that item in the context of the hook. Malkierian 2023-05-19 21:16:38 -0700
  • 6bf8648146 Fixes buying songs crash on Switch Christopher Leggett 2023-05-19 23:36:38 -0400
  • 380bb7c7ad Merge remote-tracking branch 'origin/develop' into Greg-Wildcard-Bridge-LACS Patrick12115 2023-05-19 21:21:36 -0400
  • 8d0b83b691
    Merge branch 'HarbourMasters:develop' into sectional-saves Malkierian 2023-05-19 14:56:19 -0700
  • 88b255605c Rearranged color source checks to make sure criticalOverride is applied regardless of other settings. Malkierian 2023-05-19 13:47:40 -0700
  • cd9a57ec51
    Merge branch 'HarbourMasters:develop' into ps-lightbar-updates Malkierian 2023-05-19 13:39:16 -0700
  • 70930defbf
    Merge pull request #1 from briaguya-ai/clean-up-led-stuff Malkierian 2023-05-19 13:39:00 -0700
  • 191df532b7 Finish French translations aMannus 2023-05-19 18:25:24 +0200
  • 19d18835d6 Change default heart count aMannus 2023-05-19 18:08:19 +0200
  • 89c6dec923 More options aMannus 2023-05-19 18:06:00 +0200
  • 154403bda6 Shorter enums aMannus 2023-05-19 16:43:21 +0200
  • 9fda63cdb8 Cleanup and comments aMannus 2023-05-19 16:33:19 +0200
  • 456da5991d Options menu visual changes, implement all options, tons of cleanup aMannus 2023-05-19 16:09:16 +0200
  • e23646f735 idea for cleaning up controller callback stuff briaguya 2023-05-19 04:19:50 -0400
  • 3c06f5a801 Bump LUS Kenix 2023-05-19 00:46:33 -0400
  • db1f054bad Mercury -> Config Kenix 2023-05-19 00:29:38 -0400
  • 32fc1341b5 Bump LUS Kenix 2023-05-18 23:17:09 -0400
  • f42187de24 Merge branch 'build-soh-with-gui-changes' of https://github.com/briaguya-ai/Shipwright into pr/2881 Kenix 2023-05-18 22:59:08 -0400
  • 446e4b342c Fixes for moved files again Kenix 2023-05-18 22:59:05 -0400
  • 7bee96f520 make it work briaguya 2023-05-18 22:53:34 -0400
  • 733382805a bump lus briaguya 2023-05-18 22:42:55 -0400
  • 83284e2f09 Window refactor Kenix 2023-05-18 17:58:38 -0400
  • f0d033b59c misc -> utils and moves binarytools to utils. Kenix 2023-05-18 17:38:02 -0400
  • ff4bb0c4c5
    Removes a stubbed function to fix non-windows builds. Christopher Leggett 2023-05-18 16:54:50 -0400
  • da38c21237
    Fix missing math functions on Windows. Christopher Leggett 2023-05-18 15:59:08 -0400
  • 3de450f6b6 More visual elements for options menu aMannus 2023-05-18 14:07:23 +0200
  • 073fb96916 Some name changes. Malkierian 2023-05-18 00:09:03 -0700
  • 5f610c7014
    Update soh/soh/Enhancements/controls/GameControlEditor.h Malkierian 2023-05-17 23:56:37 -0700
  • 6e0f79cfa2 Bump LUS Kenix 2023-05-18 01:12:03 -0400
  • f7da319e86 Fixes WindowBackend dropdown Kenix 2023-05-18 01:07:48 -0400
  • f2f5a75cb0
    Custom message improvements (#2892) Christopher Leggett 2023-05-17 22:24:24 -0400
  • 30cc61abce
    fix search rom extension oversight (#2891) AltoXorg 2023-05-18 10:22:57 +0800
  • b361d5ede1
    Use UTF-8 for MSVC and enable visual styles for Windows (#2888) Amaro Martínez 2023-05-17 21:21:26 -0500
  • 8ead93f149 More options menu progress aMannus 2023-05-17 23:06:52 +0200
  • 099d9cd0fd
    Threaded save was causing issues for old `oot-save.sav` conversion. Added an option just for that instance to run `SaveManager::SaveFileThreaded` outside of a thread. Everything else still runs threaded. (#2894) Malkierian 2023-05-17 12:51:17 -0700
  • f87ece449d Threaded save was causing issues for old `oot-save.sav` conversion. Added an option just for that instance to run `SaveManager::SaveFileThreaded` outside of a thread. Everything else still runs threaded. Malkierian 2023-05-17 10:33:27 -0700
  • 52c9d6ef3d Cleanup gameplay stats code/UI and support RTA timing Garrett Cox 2023-05-09 23:57:53 -0500
  • b252ba4ee5 Merge branch 'develop-spock' of github.com:Malkierian/Shipwright into save-convert-fix Malkierian 2023-05-17 10:00:49 -0700
  • 59cf0251af Threaded save was causing issues for old `oot-save.sav` conversion. Added an option just for that instance to run `SaveManager::SaveFileThreaded` outside of a thread. Everything else still runs threaded. Malkierian 2023-05-17 09:56:31 -0700
  • 9cd4e2b708 Barebones functional options menu aMannus 2023-05-17 17:39:51 +0200
  • 48f903fdc6 update sohimgui to LUS inspectredc 2023-05-17 16:24:12 +0100
  • f12928ea23 Merge branch 'develop' into trick-logic inspectredc 2023-05-17 16:15:13 +0100
  • cd5e058fa2
    Replaces magic numbers with LANGUAGE_MAX Christopher Leggett 2023-05-17 11:12:02 -0400
  • 2b574e01f8
    Renames slightly unclear operator parameter Christopher Leggett 2023-05-17 11:05:42 -0400
  • e621270e1d
    Fixes switch build problem and minor syntax error Christopher Leggett 2023-05-17 08:46:24 -0400
  • b08f0e5b21 Bump LUS Kenix 2023-05-17 00:21:59 -0400
  • bfd7271af5 audio backend and lus briaguya 2023-05-16 23:29:58 -0400
  • be41d9f709 lus and rendering backend stuff briaguya 2023-05-16 22:58:46 -0400
  • 0a2b4b1425 Press F1 to open enhancement menus moved to SoH Kenix 2023-05-16 22:48:49 -0400
  • 5ee26125c8 Bump LUS Kenix 2023-05-16 22:30:10 -0400
  • 1d665bd1ec bump lus briaguya 2023-05-16 21:30:04 -0400
  • a9836659dd input blocking updates briaguya 2023-05-16 21:09:41 -0400
  • fae40a267d bump lus briaguya 2023-05-16 21:09:18 -0400
  • 5244cda90e expose thieves hideout selection for keyrings in randomizer settings Adam Bird 2023-05-16 17:40:50 -0400
  • e1537f0992
    Adds a bit more documentation. Christopher Leggett 2023-05-16 17:10:27 -0400
  • b63a57fdcb
    Updates documentation Christopher Leggett 2023-05-16 16:53:05 -0400
  • 1b6b5dd41c
    Removes an unnecessary destructor and constructor. Christopher Leggett 2023-05-16 16:14:13 -0400
  • 7c4a4efeb7
    Additional API/allocation related improvements. Christopher Leggett 2023-05-16 16:03:04 -0400
  • 990c3045a7
    First pass on improved Custom Messages API. Christopher Leggett 2023-05-16 14:21:03 -0400
  • 0f685cc715 Start of ingame options menu with vertical scrolling aMannus 2023-05-16 17:22:58 +0200
  • 8db75cfc3d fix search rom extension oversight Alto1772 2023-05-16 22:35:45 +0800
  • 98d7320c32 Requested Updates Caladius 2023-05-16 09:39:08 -0400
  • 2506bd6703 correctly show/hide menubar on boot briaguya 2023-05-16 08:58:00 -0400
  • 032163ccf2 fix mac? briaguya 2023-05-16 08:20:06 -0400
  • be9c091908 do the thing that fixes the thing briaguya 2023-05-16 07:59:20 -0400
  • 50d00287cd undo briaguya 2023-05-16 07:41:19 -0400
  • f863a95596 switch type stuff plz briaguya 2023-05-16 07:28:58 -0400
  • ee38af5c8d lus and what not briaguya 2023-05-16 07:16:45 -0400
  • d4b4174880 make sure to do all the command registering in debugconsole briaguya 2023-05-16 06:12:27 -0400
  • 6aa6d1b5d2 bump lus to latest main again briaguya 2023-05-15 23:37:47 -0400
  • cae5fef0b2 it opens briaguya 2023-05-15 23:36:14 -0400
  • b285224fd4 bump lus briaguya 2023-05-15 23:10:31 -0400
  • 4fc96e5644 it builds with this briaguya 2023-05-15 23:01:03 -0400
  • e199259881 audio editor working briaguya 2023-05-15 22:44:22 -0400
  • eedc84b04d input editor as var briaguya 2023-05-15 22:23:26 -0400
  • 1be8125f20 lus bump briaguya 2023-05-15 20:46:49 -0400
  • 4cf3172a3d Fixed trying to emplace in `sectionRegistry` without index. Malkierian 2023-05-15 17:40:10 -0700
  • 1a9ef29ac5 Added function to get sectionID for a specified section name, returning -1 if section name not registered. Malkierian 2023-05-15 17:32:49 -0700
  • 50fbe5d00c Modified sectional saving to utilize an integer ID for calling specific sections to cut down on string copying. Utilizes enum values for non-mod sections to allow for cross-project use of those IDs, and sets up `AddSaveFunction` to add mod sections after that using max value enum. Malkierian 2023-05-15 17:21:14 -0700
  • d77f114ad3
    Implements some more move semantics. Christopher Leggett 2023-05-15 16:40:19 -0400
  • beb0c2559b
    Implements move semantics for ReplaceStringInMessage. Christopher Leggett 2023-05-15 16:07:55 -0400
  • 31df3c5f44
    Adds const specifiers to some appropriate functions. Christopher Leggett 2023-05-15 14:47:47 -0400
  • 1482445ab9 Finish all kerning aMannus 2023-05-15 13:14:17 +0200
  • 8f87688d3d Fixes even more errors. Kenix 2023-05-14 22:27:36 -0400
  • 2b77678d50 More Fixes. Kenix 2023-05-14 22:10:41 -0400
  • 09c2382859 Bump LUS Kenix 2023-05-14 21:24:33 -0400
  • 654d9d544c Even more fixes Kenix 2023-05-14 21:14:20 -0400
  • d52505cb02 More fixes Kenix 2023-05-14 21:07:31 -0400
  • 40bfce61ad Fixes command function signature. Kenix 2023-05-14 20:17:00 -0400
  • 75300986ba Cleanup rozlette 2023-05-14 09:34:22 -0500
  • 3b1fa0ea54 merge rozlette 2023-05-14 04:35:06 -0500
  • 85a5b39a72 attempt to fix linux build rozlette 2023-05-10 22:58:06 -0500
  • 758196ae88 attempt to fix linux build rozlette 2023-05-10 22:58:06 -0500
  • b9140d5611 Convert Ivan to use new actor system rozlette 2023-05-10 22:43:54 -0500