summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-13version bump to Sulu Bravo (#3120)7.1.1Christopher Leggett
2023-08-13#3040 give em to the distro packagers + LUS submodule bump (#3119)Christopher Leggett
* implement for install method packagers * use std::filesystem::temp_directory_path * absolutely impeccable * include libultraship proof * fix windows compilation * rename "Installation" back to "Bundle" --------- Co-authored-by: Alto1772 <56553686+Alto1772@users.noreply.github.com>
2023-08-13Update libultraship (OpenGL window position fix) (#3113)Spodi
2023-08-13tweak: easy pause buffer to track inputs better (#3054)Adam Bird
2023-08-13[Accessibility] Tweak Pause menu TTS functions (#3098)Adam Bird
* tweak kaleido tts * tts announce what items are assigned to buttons; announce page on open
2023-08-13Update AudioEditor.cpp (#3115)Malkierian
2023-08-11Fix: Various Rando generation crashes (#3108)Adam Bird
* fix rando gen crash when not enough remaining items to place * fix rando gen crash due to missing granny shop hint * add error sound if rando gen fails
2023-08-11fix anju rando item gives when performing an action (#3107)Adam Bird
2023-08-11fix dark links input in mirror mode (#3109)Adam Bird
2023-08-11Rewrite the logic to check for CRC32 at runtime (#3072)louist103
* rewrite the logic to check for CRC32 at runtime * fix include for windows * fix pragmas * more clang fixes * MORE * Please apple * I hate this * MAC AGAIN * Clarify the ifdefs * ARM64 fixes
2023-08-06Fix various randomiser text issues and related improvments. (#3066)Pepper0ni
* Reduce length of overflow prone item names * Overhaul Trick Names and change Desert Waterfall to Valley waterfall * Readd some old Trick names, Change Trick name table to a vector, improve french translations. * Resolve #2682
2023-08-06fix: disable Idle camera re-center no longer stuck on level geometry (#3094)Adam Bird
2023-08-06[Bugfix] Add check for animation count to prevent continuing final saw ↵Malkierian
textbox while putaway is happening (#3103) * Add check for animation count to prevent continuing final saw textbox while putaway is happening. * Added Fix toggle for it. Enabling Skip Text forces the behavior, regardless of previous selection for the Fix toggle itself (so it works if you have the Fix toggle enabled, or if you have Skip Text enabled). * Clarified the comment in `z_en_toryo`.
2023-08-06Fix: Carpet merchant rando item give distance requirement (#3102)Adam Bird
2023-07-23fix granny not checking for bottle properly (#3068)Adam Bird
2023-07-12[Fix] Merchant Check Fixes (#3067)Malkierian
* Change Granny's Shop collection type to RandomizerInf with proper scene and inf IDs so the tracker tracks it properly. * Changed pendingSale code to be checked outside of decrementing if block.
2023-07-12fix: add missing hashes in mac and linux launch scripts (#3070)Adam Bird
2023-07-12Fix Market Sneak with masks (#3047)aMannus
2023-07-03fix: various pal gc asset offset issues (#3052)Adam Bird
2023-07-03Fix: Various PAL1.1 asset offsets and Main Menu options screen (#3045)Adam Bird
* fix pal11 ganondorf falling platform offsets * fix pal11 dins fire offsets * add game region and platform methods * fix pal11 file menu options * move
2023-07-02Add exact item and check to the spoiler log for WotH hints (#3043)Pepper0ni
2023-06-27handle random mq dungeon count better (#3036)briaguya
Co-authored-by: briaguya <briaguya@alice>
2023-06-20invert culling for collision viewer (#3021)Adam Bird
2023-06-20fix: restore internal resolution and msaa slider functionality (#3026)briaguya
Co-authored-by: briaguya <briaguya@alice>
2023-06-18Version Bump to Sulu (#3020)7.1.0Christopher Leggett
2023-06-18fix warp override mq mode room loads (#3019)Adam Bird
2023-06-17update mac and linux launch scripts to make mods dir (#3013)Adam Bird
2023-06-17More mirror mode fixes and additions (#3009)Adam Bird
* mirror fishing rod * mirror ivan fairy controls * add mirror dungeons only option * mirror sold out GI texture * update dungeons mirror mode for more options * maybe don't include that
2023-06-14Section Save Modification (#2947)Malkierian
* Modified `SaveManager::AddSaveFunction` to return the section index assigned to the section name for ease of remembering it on the other end. Also added a clarifying comment. * Modified SaveFunc to accept a boolean for whether the section is being saved individually or as part of a game save (fullSave == true means game save, so all sections registered for game save sync).
2023-06-14added option to choose between OoT and any ocarina (#2944)Bytenex
2023-06-14Add option to prevent speed modifier from affecting jump velocity (#2874)Garrett Cox
2023-06-14Extra modes tweaks (#2985)Garrett Cox
* Tweaks to extra modes menu * Update soh/soh/config/ConfigUpdaters.cpp Co-authored-by: Christopher Leggett <chris@leggett.dev> --------- Co-authored-by: Christopher Leggett <chris@leggett.dev>
2023-06-14order spoiler log print out to match insertion order (#3006)Adam Bird
2023-06-14hide menu bar from menu bar (#2988)briaguya
* hide menu bar from menu bar * show `-` on switch/wii u * actually show `-` * actually put the thing in a place where it works * spacers * reorder and use `[-]` instead of `-` --------- Co-authored-by: briaguya <briaguya@alice>
2023-06-14caps for locations in altar text (#3004)briaguya
Co-authored-by: briaguya <briaguya@alice>
2023-06-14Add Mirror World gfx patches and patch Royal Grave Sun Song etching (#3005)Adam Bird
* add mirror world gfx patches and patch royal grave sun song * simplify nonmq vs mq
2023-06-13fully remove OTRGui (#2982)briaguya
* linux local debug working * built in extraction working on linux * try a thing * one more thing to try * try using dir * does this get the subdirectories? * component before pattern * loop i guess * maybe component was the issue? * zapd stuff i guess * maybe this * this feels promising * g != q * appimage is working, try fixing glfw issue on windows * don't copy zapd.exe * hopefully this gets the things we need in the assets dir * is that where those went? * try another thing * another thing to try * grasping at straws * cmake makes no sense sometimes * really just trying anything here now * this is what i was expecting to work * ls * try doing it without the cmake again * i think this might do the trick * try with a slash * one more thing to try * pal_oot.txt * maybe this makes things work on mac --------- Co-authored-by: briaguya <briaguya@alice>
2023-06-13fix ExtractAssets for N64 PAL 1.1 (#2963)AltoXorg
2023-06-13Mirrored world enhancement (#1569)Garrett Cox
* Mirrored world PoC * invert culling for health meter and A button action * A few more fixes * Fix for item equip animations * Fix for pause triforce * Mirror scenes with static backgrounds * mirror minimap for mirror world * mirror dungeon maps and icons on the pause menu * mirror overworld map and icons on the pause menu * mirror debug world movement * mirror shops cursor and movement * use flip flag * Reverse crouch stab x axis for mirror mode * use invert culling command and clean up culling logic * Move mirror mode handler to mods and support random modes * Small cvar tweaks * mirror billboard score numbers and fix gyro horse mirrored inputs --------- Co-authored-by: Adam Bird <archez39@me.com>
2023-06-12Rename gDirtPathFix to gZFightingMode (#2959)Garrett Cox
* Rename gDirtPathFix to gZFightingMode * Add config migration
2023-06-12Add spock race preset (#2977)Garrett Cox
2023-06-12fix string usage for cosmetic hud placement reset corrupting ship json (#2961)Adam Bird
2023-06-12properly set imgui invert aiming y default (#2956)briaguya
Co-authored-by: briaguya <briaguya@alice>
2023-06-12fix crash when resetting links scale without a playstate (#2970)Adam Bird
2023-06-12Disable greying out RTA timer in boss rush (#2973)aMannus
2023-06-12Fix missing goron bracelet (#2974)aMannus
2023-06-12fullscreen with f11 not f9 (#2955)briaguya
* fullscreen with f11 not f9 * update readme * use latest lus main * latest lus --------- Co-authored-by: briaguya <briaguya@alice>
2023-06-12Config versioning to fix the Fullscreen Shortcut debacle (#2966)Christopher Leggett
* WIP adding new config version. * Implements a ConfigVersionUpdater * Updates to account for new LUS-side changes. * Change `ConfigVersionUpdater` to store `toVersion` * fix typo
2023-06-12only green the greg bridge not everything else (#2962)briaguya
* only green the greg bridge not everything else * another option * do it the branch way * tabs spaces blarg * new dir * use latest lus main * latest lus main --------- Co-authored-by: briaguya <briaguya@alice>
2023-06-12Fix: Minimap dungeon entrance placement (#2958)Adam Bird
* use correct minimaps in randomizer * fix minimap dungeon entrance placement * rework topLeft0 check to be more readable * who needs topLeft0 anyways * move minimap hidden checks up higher