| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-26 | increase linux extract zenity progress (#493) | Archez | |
| 2024-05-26 | Fix Camera Interpolation For Sudden Camera Changes (#479) | inspectredc | |
| * Fix Camera Interpolation On Sudden Movements * huge formatting discovery * increase angle tolerance | |||
| 2024-05-26 | Adjustments to camera menu (#477) | Garrett Cox | |
| 2024-05-26 | Fix Hess Crash's Next Crash (#480) | inspectredc | |
| 2024-05-26 | Export as o2r and support multiple extension types (#484) | Archez | |
| 2024-05-26 | Rename CMake project from mm to 2ship (#487) | Archez | |
| 2024-05-26 | Use debug mode check around debug no clip (#488) | Archez | |
| 2024-05-26 | Correct the transformation OOB bugfix (#483) | inspectredc | |
| 2024-05-26 | GH 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-25 | fix greatbay turtle cpu modified collision (#473) | Archez | |
| 2024-05-25 | fix picto with res multiplier and docked windows (#474) | Archez | |
| 2024-05-25 | Rework 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-24 | Use temporary cvar to disable close color wrapping for now (#472) | Garrett Cox | |
| 2024-05-24 | Persistent Owl Saves & Autosaves (#458) | aMannus | |
| * Persistent Owl Saves & Autosaves * Better entrance handling * clang format happy now pls? | |||
| 2024-05-24 | Fix memory leak in OTRMessage_Init (#466) | Garrett Cox | |
| 2024-05-24 | Forgot to do this step when I overrode the cvars earlier (#471) | Garrett Cox | |
| 2024-05-24 | baguel (#470) | inspectredc | |
| 2024-05-24 | change back mtoride xmls (#468) | inspectredc | |
| 2024-05-24 | Add some tooltips (#460) | Garrett Cox | |
| 2024-05-23 | Add support for dropping various save formats into the game window (#404) | Garrett Cox | |
| 2024-05-23 | Add unrestricted items cheat (#457) | Garrett Cox | |
| 2024-05-23 | gc specific diffs (#461) | inspectredc | |
| 2024-05-23 | Fix baguette (#459) | Garrett Cox | |
| 2024-05-23 | Fix targetting camera snap (#382) | Garrett Cox | |
| 2024-05-23 | Custom 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-23 | Disable lens actor masking as a stop-gap (#455) | Archez | |
| 2024-05-22 | Rename save delay and always spawn at clock town for pause saves (#456) | Garrett Cox | |
| 2024-05-22 | Fix memory leak from UIWidgets WrappedText (#451) | Archez | |
| 2024-05-22 | run 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-22 | Add gi invert pattern (#441) | Garrett Cox | |
| 2024-05-22 | Couple 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-22 | Fix camera label formatting (#443) | Garrett Cox | |
| 2024-05-22 | Fix GC US Options Screen (#442) | inspectredc | |
| 2024-05-22 | Add 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-22 | Add 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-22 | get it to build on gcc 14 (#439) | briaguya | |
| 2024-05-22 | Remove decomp docs (#438) | Garrett Cox | |
| 2024-05-22 | Add Hud Editor support for Minimaps (#402) | Archez | |
| * Hud Editor support for minimaps * minimap blue color | |||
| 2024-05-22 | Add 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-22 | skip first cycle reset cutscene on debug created saves (#397) | Archez | |
| 2024-05-22 | Add 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-22 | clean up masterquest copy paste (#424) | Archez | |
| 2024-05-22 | Add 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-22 | Pass in original animation from subs to Animation_change (#425) | Archez | |
