Commit Graph

3092 Commits

Author SHA1 Message Date
louist103
44e4d2b362 Fix a memory leak in bombers notebook (#377)
* Cleanup notebook

* Remove commented struct members
2024-05-22 09:05:05 -05:00
Archez
815552a2da Fix gamestate not being freed causing an overflow in the zelda arena (#421) 2024-05-22 09:05:05 -05:00
louist103
72a5644350 O2R support (#388)
* O2R support

* Still look for .otrs

* Update submodule

* Hotfix for exporter
2024-05-22 09:05:05 -05:00
PurpleHato
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
Archez
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
sitton76
fc5efd4283 Fixed interpolation issues for z_boss_03. (#394)
* Fixed interpolation issues in z_boss_03

* Fixed interpolation issues in z_en_water_effect
2024-05-22 09:05:05 -05:00
sitton76
8b6cb55bc7 fixed z_en_egol and z_en_estone frame interpolation issue. (#371)
* fixed z_en_egol and z_en_estone frame interpolation issue.

* Changed EnEgol_draw RecordOpenCHild from "Poly_XLU_DISP" to "this"
2024-05-22 09:05:05 -05:00
sitton76
1ed1c3e877 Fixed interpolation issue in z_eff_dust related to post STT cutscene. (#390) 2024-05-22 09:05:05 -05:00
sitton76
a46a952c58 Fixed various interpolation issues in z_boss_02 (#392) 2024-05-22 09:05:05 -05:00
Archez
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
Archez
594c60be3e Prevent owl statue text on loading pause save (#398) 2024-05-22 09:05:05 -05:00
Archez
6ed017b362 prevent infinite loop in save migration (#396) 2024-05-22 09:05:05 -05:00
Archez
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
sitton76
dc58199827 Fixed Ice Interpolation on z_en_bigslime (#389) 2024-05-22 09:05:05 -05:00
Garrett Cox
ebcb690de0 Move r2 artifact to root (#393) 2024-05-22 09:05:05 -05:00
Garrett Cox
5a5fc3b86f Temporarily send artifacts to r2 (#391) 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
Garrett Cox
0775c6e291 Add reset functions to some great bay temple things (#387) 2024-05-22 09:05:05 -05:00
Archez
2bdce2e1e5 fix save editor dpad names (#383) 2024-05-22 09:05:05 -05:00
Archez
ff973968e2 Restrict artifact uploads to develop branch only (#381) 2024-05-22 09:05:05 -05:00
Archez
3f089d77cd bump lus for dx11 fb fix (#379) 2024-05-22 09:05:05 -05:00
Patrick12115
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
Garrett Cox
cd1592cff6 Add safety check to loadItemIcon (#380)
* Add safety check to loadItemIcon

* Update mm/src/code/code_8012EC80.c
2024-05-22 09:05:04 -05:00
Archez
a46850859a fix imgui BeginTable not wrapped in if statements (#372) 2024-05-22 09:05:04 -05:00
Archez
1bdb4a29ac add nightly links (#305) 2024-05-22 09:05:04 -05:00
Garrett Cox
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
inspectredc
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
louist103
4e539d40fb Fix en_death interpolation (#367) 2024-05-22 09:05:04 -05:00
Caladius
8241817d21 Add Player Tab to Save Editor (#322)
* Adding in Player Position, Rotation, and speed information

* Adding in Player Tab functionality, including the ability to click a button to change your current Form.
2024-05-22 09:05:04 -05:00
louist103
4af603b8b6 Fix issue where playing song of healing to sharp remove the CS trigger. (#366) 2024-05-22 09:05:04 -05:00
Patrick12115
6ab624d432 [Enhancements} Bow reticle (#335)
* First pass

* spacing
2024-05-22 09:05:04 -05:00
Patrick12115
84dd4713a5 No dropped inputs (#325) 2024-05-22 09:05:04 -05:00
Garrett Cox
1cee3b3287 Fix HD texture support for en_mag (#111)
* Fix HD texture support for en_mag

Co-authored-by: KiritoDv <kiritodev01@gmail.com>

* Apply suggestions from code review

---------

Co-authored-by: KiritoDv <kiritodev01@gmail.com>
2024-05-22 09:05:04 -05:00
louist103
315778a9d0 Fix crash in the shop and mountain smithy (#365)
* Fix ossan and kbt.

* Add comments in ossan.

* Reset
2024-05-22 09:05:04 -05:00
Archez
8670cf5957 HUD Editor support for minigame counters (#363) 2024-05-22 09:05:04 -05:00
louist103
0287fa2fef Fix crash in en_fsn (#359)
* Fix the bug maybe?

* Comment

* Add another fix

* Another better fix

* Fix again
2024-05-22 09:05:04 -05:00
Patrick12115
f17da19bf6 Fix All Night Mask Price Error (#361)
* Fixed Casting issue

* Different Fix

* And then some more
2024-05-22 09:05:04 -05:00
inspectredc
743febba8c fierce deity anywhere for dpad (#358) 2024-05-22 09:05:04 -05:00
Archez
ffcedc147d Support hud editor overrides for kaleido equip animations (#238)
* Support hud editor overrides for kaleido equip animations

* use mask style

* add missing unset

* update to support dpad equip animation
2024-05-22 09:05:04 -05:00
Garrett Cox
820b628beb Fix malloc include on macos (#354) 2024-05-22 09:05:04 -05:00
louist103
b809d80b8f Fix ub (#352) 2024-05-22 09:05:04 -05:00
PurpleHato
524a2ebbe0 TWEAK: Restoration menu dupliacation (#350) 2024-05-22 09:05:04 -05:00
Archez
df1976cd36 bump latest lus; window changes; header updates (#345) 2024-05-22 09:05:04 -05:00
inspectredc
140b45c5c5 Fix various equip d-pad issues (#349) 2024-05-22 09:05:04 -05:00
Garrett Cox
2d0421797b Fix minislime interpolation. Closes #340 (#342) 2024-05-22 09:05:04 -05:00
inspectredc
ad478cfc59 DPad Items (#228)
* Initial Dpad

* remove old hud stuff

* and comment

* s..

* add dpad equip macro back in

* fix inputs

* fix equipping (hopefully all)

* finish some todos

* add 2s2h asset header

* check dpad macro

* remove 2s2h_assets

* re-add empty texture

* use correct struct for default dpad equips

* dpad save stuff

* fix item offering, use correct equip offset values

* finally figure out unk_154 and fix mask equipping

* avoid ugly code

* add necessary condition

* correct save names for dpad items/slots

* remove todos and sort out suggestions and rename cvar

* func standardise renaming

* Add dpad to hud presets

* dpad save migration
2024-05-22 09:05:04 -05:00
Garrett Cox
1d5d9be069 Fix Wart interpolation. Closes #339 (#344) 2024-05-22 09:05:04 -05:00