166 Commits
Author SHA1 Message Date
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
ArchezandGarrett Cox 5aa2d17460 Add Hud Editor support for Minimaps (#402)
* Hud Editor support for minimaps

* minimap blue color
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
ArchezandGarrett Cox a64b76ee64 skip first cycle reset cutscene on debug created saves (#397) 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
ArchezandGarrett Cox 67ddce5cba clean up masterquest copy paste (#424) 2024-05-22 09:05:05 -05:00
ArchezandGarrett Cox f61cf293d4 Add Hud Editor support for timers (#376)
* hud editor support for timers

* split out modify top/left values to new func

* rename func for better reusability

* rename func
2024-05-22 09:05:05 -05:00
louist103andGarrett Cox e3a257c734 Fix a few issues related to tricks (#426)
* Fix missing DList

* Add variable save delay.
2024-05-22 09:05:05 -05:00
louist103andGarrett Cox 72a5644350 O2R support (#388)
* O2R support

* Still look for .otrs

* Update submodule

* Hotfix for exporter
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
ArchezandGarrett Cox 3f52521ad2 Temporarily disable Hud Editor color picker (#401) 2024-05-22 09:05:05 -05:00
Garrett Cox 77a578cc34 Grant bubble when granting magic in save editor (#400) 2024-05-22 09:05:05 -05:00
ArchezandGarrett Cox 6ed017b362 prevent infinite loop in save migration (#396) 2024-05-22 09:05:05 -05:00
ArchezandGarrett Cox c366313994 Use inventory method for setting overworld maps in debug save file (#395) 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
Garrett Cox 14f293e15a Fix file not loaded spam (#385) 2024-05-22 09:05:05 -05:00
ArchezandGarrett Cox 2bdce2e1e5 fix save editor dpad names (#383) 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
Garrett Cox 4cb34b2153 Add our own field for storing last entrance and other tweaks (#373) 2024-05-22 09:05:04 -05:00
ArchezandGarrett Cox a46850859a fix imgui BeginTable not wrapped in if statements (#372) 2024-05-22 09:05:04 -05:00
Garrett Coxandinspectredc 1eb665bd28 Pause Save = Owl Save (#278)
* Pause Save = Owl Save PoC

* Changes from inspect's decomp

* pause save cvared and with textures. also game over (#2)

* Fix bug where it would try to save on debug file

* Put function back

* Put function back 2

* Hide gameover option from menu for now

---------

Co-authored-by: inspectredc <78732756+inspectredc@users.noreply.github.com>
2024-05-22 09:05:04 -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