42 Commits
Author SHA1 Message Date
inspectredcandGitHub 324cba6644 Fix Camera Interpolation For Sudden Camera Changes (#479)
* Fix Camera Interpolation On Sudden Movements

* huge formatting discovery

* increase angle tolerance
2024-05-26 19:13:25 -05:00
aMannusandGitHub cb3237c645 Persistent Owl Saves & Autosaves (#458)
* Persistent Owl Saves & Autosaves

* Better entrance handling

* clang format happy now pls?
2024-05-24 13:01:48 -05:00
Garrett CoxandGitHub 904c3641d9 Add support for dropping various save formats into the game window (#404) 2024-05-23 21:31:50 -05:00
Garrett CoxandGitHub 9d1f21041e Add unrestricted items cheat (#457) 2024-05-23 21:57:33 -04:00
Garrett CoxandGitHub b73db51098 Fix baguette (#459) 2024-05-23 10:35:45 -05:00
inspectredcandGitHub 00d2f95698 [Enhancement] Constant Distance Backflips/Sidehops (#291) 2024-05-23 09:29:43 -04:00
briaguyaandGarrett Cox 6da0031295 run clang format (#448)
* 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 09:05:05 -05:00
Garrett Cox a8ffb5bcb6 Add gi invert pattern (#441) 2024-05-22 09:05:05 -05:00
ArchezandGarrett Cox 99c9fe16c5 Add Hud Editor support for Three-Day Clock (#403)
* Hud Editor suppot for three day clock

* support text based clock with hud editor
2024-05-22 09:05:05 -05:00
briaguyaandGarrett Cox f426804677 get it to build on gcc 14 (#439) 2024-05-22 09:05:05 -05:00
Garrett Cox 72625182a4 Add a few initial cutscene skips (#399) 2024-05-22 09:05:05 -05:00
Patrick12115andGarrett Cox 3462b7cb87 [Enhancement] Increase Climb Speed (#314)
* Increase Climb Speed

* Rename Menu

* Update BenMenuBar.cpp
2024-05-22 09:05:05 -05:00
b131806acb [Enhancement] Tatl ISG (#301)
* 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 09:05:05 -05:00
c46a6637fe ADD: Text Based Clock enhancement (#246)
* ADD: dirty simplier clock enhancement

* ADD: Crash timer + combobox

* ADD: Hook (not working yet)

* TWEAK: z_parameter formatting like original

* TWEAK: z_parameter formatting like original again

* TWEAK: z_parameter formatting like original part3

* TWEAK: Add back the gi in z_parameter

* TWEAK: recommendation + missing include

* Pointer to .

* Tweak include

* TWEAK: better naming for 24 hours texture name

* Tweak: line space

* TWEAK: Adressed review

* TWEAK: TwentyFourHours

* comma

* TWEAK: Accounted Reviews

* TWEAK: review enums

* ADD: Macro

* whitespace

* move macros and center clock text

---------

Co-authored-by: Adam Bird <archez39@me.com>
2024-05-22 09:05:05 -05:00
ArchezandGarrett Cox acad9da04f Add option to interpolate motion blur (#405)
* add option to interpolate motion blur

* Update mm/2s2h/Enhancements/Graphics/MotionBlur.cpp

Co-authored-by: Garrett Cox <garrettjcox@gmail.com>

---------

Co-authored-by: Garrett Cox <garrettjcox@gmail.com>
2024-05-22 09:05:05 -05:00
Garrett Cox cec87e5917 Add some helpful debug logging (#386) 2024-05-22 09:05:05 -05:00
Patrick12115andGarrett Cox cea1992bcd Added Register and removed gEnhancments (#375) 2024-05-22 09:05:05 -05:00
inspectredcandGarrett Cox 04d56e8fbd 'Free/Debug' Camera & Free Look Camera (#323)
* Remove BenPort.h from functions.h

* use specific z64 includes

* free cam

* this -> thisx

* fl newline

* whitespace

* remove debugging stuff

* min and max cam heights. use correct func_800CBFA4 arg

* document and re-organise free cam

* fix linux building

* Custom Camera VB

* remove redundant section in header

* fix hook and re-organise menu

* Free Cam

* fix control flipping and some speed tweaks

* Fix Player flags not being reset

* Fix movement under roll: todo fix rotation under roll

* six degrees of freedom

* Multiple camera mode options, remove black bars, start with focal point by eye

* update free look

* cvar rename, menu disabling

* remove player state flag change

* renaming and remove some camera jumpiness

* remove scam comment

* remove port selection

* correct debugcam at initialised position

* fix focal point for non roll
2024-05-22 09:05:04 -05:00
83be8b1180 [Enhancement] Power Crouch Stab (#273)
* power crouch stab

* update gi enum

---------

Co-authored-by: Archez <Archez@users.noreply.github.com>
2024-05-22 09:05:04 -05:00
ArchezandGarrett Cox d4fff4c5fb Add skip title opening and create save with debug inventory enhancements (#312)
* add skip title opening and save with debug inv enhancements

* feedback
2024-05-22 09:05:03 -05:00
f3924c2f83 [Enhancement] Enable Suns Song (#262)
* Enable Suns Song

* Move Sun's Song to no longer check for save data at all

* Update description

* Address review comments

---------

Co-authored-by: Archez <Archez@users.noreply.github.com>
2024-05-22 09:05:03 -05:00
bda4845572 [Enhancement] Always Win Doggy Race (#256)
* Always Win Doggy Race Hookified

* uint8_t -> bool

* Trailing comma

---------

Co-authored-by: Archez <Archez@users.noreply.github.com>
2024-05-22 09:05:03 -05:00
aMannusandGarrett Cox a994c13b49 [Enhancement] Unbreakable Razor Sword (#260)
* Unbreakable Razor Sword

* Update mm/2s2h/Enhancements/GameInteractor/GameInteractor.h

Co-authored-by: Garrett Cox <garrettjcox@gmail.com>

---------

Co-authored-by: Garrett Cox <garrettjcox@gmail.com>
2024-05-22 09:05:03 -05:00
aMannusandGarrett Cox 7f8ea385af [Enhancement] No Blast Mask Cooldown (#242)
* No Blast Mask Cooldown

* Re-add empty line

* Change enum name
2024-05-22 09:05:03 -05:00
Garrett Cox be3f7f57ee Play as kafei (#298) 2024-05-22 09:05:03 -05:00