summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Collapse)Author
2024-05-26increase linux extract zenity progress (#493)Archez
2024-05-26Fix Camera Interpolation For Sudden Camera Changes (#479)inspectredc
* Fix Camera Interpolation On Sudden Movements * huge formatting discovery * increase angle tolerance
2024-05-26Adjustments to camera menu (#477)Garrett Cox
2024-05-26Fix Hess Crash's Next Crash (#480)inspectredc
2024-05-26Export as o2r and support multiple extension types (#484)Archez
2024-05-26Rename CMake project from mm to 2ship (#487)Archez
2024-05-26Use debug mode check around debug no clip (#488)Archez
2024-05-26Correct the transformation OOB bugfix (#483)inspectredc
2024-05-26GH action runner updates (#462)Archez
2024-05-25[Enhancement] Fix Hess Crash (#369)inspectredc
* fix hess * format * update default
2024-05-25[Enhancement] Dpad Ocarina (#324)Patrick12115
* Add dpad ocarina option Co-authored-by: Patrick12115 <115201185+Patrick12115@users.noreply.github.com> * uint8_t --------- Co-authored-by: Garrett Cox <garrettjcox@gmail.com>
2024-05-25fix greatbay turtle cpu modified collision (#473)Archez
2024-05-25fix picto with res multiplier and docked windows (#474)Archez
2024-05-25Rework save files organization (#445)Garrett Cox
2024-05-25@bug sweep (#449)inspectredc
* bug sweep round 1 * player anim frame bug already handled * format * stick tex and div by 0 * deku stick n64 and nicer swlift fix
2024-05-24Use temporary cvar to disable close color wrapping for now (#472)Garrett Cox
2024-05-24Persistent Owl Saves & Autosaves (#458)aMannus
* Persistent Owl Saves & Autosaves * Better entrance handling * clang format happy now pls?
2024-05-24Fix memory leak in OTRMessage_Init (#466)Garrett Cox
2024-05-24Forgot to do this step when I overrode the cvars earlier (#471)Garrett Cox
2024-05-24baguel (#470)inspectredc
2024-05-24change back mtoride xmls (#468)inspectredc
2024-05-24Add some tooltips (#460)Garrett Cox
2024-05-23Add support for dropping various save formats into the game window (#404)Garrett Cox
2024-05-23Add unrestricted items cheat (#457)Garrett Cox
2024-05-23gc specific diffs (#461)inspectredc
2024-05-23Fix baguette (#459)Garrett Cox
2024-05-23Fix targetting camera snap (#382)Garrett Cox
2024-05-23Custom Checkbox Tweaks (#454)Malkierian
* Create custom checkbox to encompass custom label positioning while maintaining label click and hover actions (re: tooltips). * Reimplemented Far and None for LabelPosition. * clang
2024-05-23[Enhancement] Constant Distance Backflips/Sidehops (#291)inspectredc
2024-05-23Disable lens actor masking as a stop-gap (#455)Archez
2024-05-22Rename save delay and always spawn at clock town for pause saves (#456)Garrett Cox
2024-05-22Fix memory leak from UIWidgets WrappedText (#451)Archez
2024-05-22run clang format (#448)briaguya
* add linux clang format script * first shot at powershell * whoops * webrequest is slow, try webclient * just get the one file * simplify and maybe make it work? * whoops again * try a different suggestion * why is it always windows * again * try again * bit of path stuff * chmod +x * add action to check * fix workflow name * run clang format
2024-05-22Add gi invert pattern (#441)Garrett Cox
2024-05-22Couple HUD Editor fixes (#440)Archez
* fix a button viewport going out of bounds * fix beating heart hud scaling * update minimap position when resting to vanilla hud
2024-05-22Fix camera label formatting (#443)Garrett Cox
2024-05-22Fix GC US Options Screen (#442)inspectredc
2024-05-22Add Banked Rupees Slider (#370)Caladius
* Allow Modification of the Rupees stored in the Banker NPC. * Adds slider for Banked Rupees. * Updated to remove Static variable and clean up If statement left over from testing.
2024-05-22Add Hud Editor support for Three-Day Clock (#403)Archez
* Hud Editor suppot for three day clock * support text based clock with hud editor
2024-05-22get it to build on gcc 14 (#439)briaguya
2024-05-22Remove decomp docs (#438)Garrett Cox
2024-05-22Add Hud Editor support for Minimaps (#402)Archez
* Hud Editor support for minimaps * minimap blue color
2024-05-22Add a few initial cutscene skips (#399)Garrett Cox
2024-05-22[Enhancement] Increase Climb Speed (#314)Patrick12115
* Increase Climb Speed * Rename Menu * Update BenMenuBar.cpp
2024-05-22skip first cycle reset cutscene on debug created saves (#397)Archez
2024-05-22Add extra days to file choose owl saves (#431)louist103
* Add extra days * New textures from purple Co-authored-by: PurpleHato <47987542+PurpleHato@users.noreply.github.com> * Move strings to header. * More new textures from purple Co-authored-by: PurpleHato <47987542+PurpleHato@users.noreply.github.com> --------- Co-authored-by: PurpleHato <47987542+PurpleHato@users.noreply.github.com>
2024-05-22[Enhancement] Tatl ISG (#301)Patrick12115
* Tatl ISG Navi ISG, but with Tatl * Separated into its own file Thanks aMannus :) * Rename Enum * Added comment * Spelling error * NULL instead of 0 Co-authored-by: Archez <Archez@users.noreply.github.com> --------- Co-authored-by: Archez <Archez@users.noreply.github.com>
2024-05-22clean up masterquest copy paste (#424)Archez
2024-05-22Add Hud Editor support for timers (#376)Archez
* hud editor support for timers * split out modify top/left values to new func * rename func for better reusability * rename func
2024-05-22Pass in original animation from subs to Animation_change (#425)Archez