Commit Graph

69 Commits

Author SHA1 Message Date
Baoulettes
f133017463
Merge branch 'develop' into hud_color_mod 2022-05-02 01:53:41 +02:00
MelonSpeedruns
e646f80f41 Fixed Gyroscopy Settings & Drift 2022-05-01 15:32:38 -04:00
Emil Lenngren
d009c2a539 Workaround Intel OpenGL driver in get pixel depth 2022-04-30 22:20:02 +02:00
Emil Lenngren
8526e3ee2a Add back no-near-clipping which was accidentally removed 2022-04-30 17:43:54 +02:00
Emil Lenngren
589557be9c Reduce input lag by one frame by reading the controller at the correct place 2022-04-30 10:36:58 -04:00
Sirius902
444026038e Fix cvar crash 2022-04-30 01:03:26 -04:00
Nicholas Estelami
c66c874549 Fixed merge issues 2022-04-29 19:26:57 -04:00
Nicholas Estelami
700bce684d Removed redundant parameters in GameSettings 2022-04-29 19:26:57 -04:00
KiritoDev
60cbfd67be Fixed master volume slider 2022-04-27 23:16:13 -04:00
Zion
02930be9ee Update SohImGuiImpl.cpp
Added back EndMenu into the Cheats section. Preventing the dropdown from expanding across the screen.

Co-Authored-By: IShallRiseAgain <49771132+IShallRiseAgain@users.noreply.github.com>
2022-04-27 22:16:12 -04:00
Baoulettes
5b302861bd
Update SohImGuiImpl.cpp 2022-04-27 04:27:21 +02:00
Baoulettes
b1da412c84
A more generic name 2022-04-27 04:24:16 +02:00
Baoulettes
3988832283
Update GameSettings.h 2022-04-27 04:22:09 +02:00
Baoulettes
f1922fe2ff
Update GameSettings.cpp 2022-04-27 04:21:20 +02:00
Baoulettes
b06e9403ba
Updated Cosmetics menu and add colors there 2022-04-27 04:19:24 +02:00
Baoulettes
2676c2d316
changed categorie name and updated 2022-04-27 03:59:57 +02:00
Baoulettes
d0b23f55a1
Removed HUDCOLOR_SECTION moved it to cosmetics
Updated Tunics and navi mod too.
2022-04-27 03:58:58 +02:00
Baoulettes
71e9525a72
Update Cvar.cpp 2022-04-27 03:55:46 +02:00
Baoulettes
eea813aa56
Update Cvar.h 2022-04-27 03:54:50 +02:00
Baoulettes
79fe57b8d7
Get/Set/Register Int not needed anymore 2022-04-27 03:54:15 +02:00
Baoulettes
04b1ea7c0e
Merge branch 'develop' into hud_color_mod 2022-04-27 03:52:44 +02:00
Sirius902
eea5135d62
Rumble cvar and fixes (#184)
* Rumble indefinitely until turned off

* Add rumble cvar

* Register CVar

* Check if controller can rumble to insert rumble pak

* Reduce verbosity of checks

* Remove extraneous const_cast

* Once again remove extraneous const_cast

* Add per-controller settings

* Add nice spacing

* Only display controller entry if pad connected

* Const some stuff
2022-04-26 19:50:24 -04:00
KiritoDev
486f673df5 Fixed develop 2022-04-26 19:05:54 -04:00
Baoulettes
0e6ca5361e
Fix L/R buttons color in Kaleido menu (#172)
* Fix L/R buttons color in Kaleido menu.

I know this is a bug even official game but that definitely a logic bug.
That could be considered are a mods.
This make both button L and R have the same color on Hover and normal.

* Update z_kaleido_scope_PAL.c

* Condition to be on

Added condition to be on only if toggled on

* Cvar registers

* bool addition

* Added the item in menu

* Added bool in bootcommands

By default it is on.

* Hide and make it forced on by default

* Hide menu entry for that fix
2022-04-26 18:36:28 -04:00
IShallRiseAgain
b82871e62f
Added custom color support for Tunic and Navi (#98) 2022-04-26 18:33:18 -04:00
KiritoDev
6991549cde Removed ternary operator 2022-04-25 19:14:46 -04:00
KiritoDev
f5f2205d0f Removed stdio and added documentation 2022-04-25 19:14:46 -04:00
KiritoDev
0ea9612b7e Moved vismono effect to the gpu 2022-04-25 19:14:46 -04:00
KiritoDev
1f3a6b928f
Moved grayscale effect to the gpu and replaced some texture loads (#221) 2022-04-25 22:19:00 +02:00
Ada
576842ac74
Makes text speed slider consistent with the rest of the UI (#208) 2022-04-24 11:03:25 -04:00
Ada
bb3227a7c2
Fixes default text speed (#207)
* Fixes text speed

* Adds text speed default to ConfigFile.cpp

+ removes workaround
2022-04-24 11:02:15 -04:00
Ada
5a40f39494
Adds checkbox for visual stone of agony (#200) 2022-04-24 10:59:41 -04:00
Baoulettes
b540b7fcfc
Add Enhancement 3D Dropped Items (#144)
* Add Enhancement 3D Dropped Items  

It will change most of dropped item to there 3D models variant, Exclude Rupee from Hyrule Castle (when you are child and in quest to see Zelda.)

* Fix z_kaleido_scope_PAL.c L and R button color issues

This fix an issue in IF and gDPSetPrimColor for button L & R icon. 
making it with an else to place the on hover and normal color properly in both button so they both have exact same colour

* Fix quite a big logic issue for 3D item drops

In short,case logic required to be different with break; old version make it all fucked up with improper values.

* Clean Const that was present nor not.

* Update z_kaleido_scope_PAL.c

* Update z_kaleido_scope_PAL.c
2022-04-24 10:50:41 -04:00
Baoulettes
4d31ccd5dc
Wrong section was added 2022-04-24 10:39:43 +02:00
Baoulettes
12a4b98acf
variables save/load 2022-04-23 04:59:11 +02:00
Baoulettes
ec77f3db28
added section load 2022-04-23 04:56:02 +02:00
Baoulettes
47d3a33b3d
vars added 2022-04-23 04:55:32 +02:00
Baoulettes
df3bc224a4
Added temporary menu for custom colors 2022-04-23 04:54:08 +02:00
Baoulettes
7e27dbeb71
Add LoadHUDColors() 2022-04-23 04:50:14 +02:00
Baoulettes
4eed422ffa
Add variant of CVar_ Get/Set/Register 2022-04-23 04:48:54 +02:00
Baoulettes
12a676a858
Add int variant of CVar_ Get/Set/Register 2022-04-23 04:47:38 +02:00
Baoulettes
2108606c09
Update SohImGuiImpl.cpp 2022-04-23 04:42:55 +02:00
Baoulettes
f05d006479
[MOD]Visual & audio Stone of agony (#177)
* Visual / Audio Stone of Agony

This add Sound and blinking icon for the item Stone of Agony.
Useful for peoples that have issues with rumble anything other person that is also blind or deaf.
This is made with these second person in mind, home they will like it :)

* Adding bool there

Yes I do fiels one by one to be sure

* Adding the Cvar register

1 file left :D

* Adding the main change in func_80848EF8 

And that the last file :)
2022-04-21 18:40:22 -04:00
Ralphie Morell
f65486d82d
Cheats Menu expansion (#176)
* Added extra cheats; compacted cheats menu

* fixed flag oversight
2022-04-21 18:39:39 -04:00
Ada
ffeb2afcb7
Changes fast text option to skip text, and makes text speed adjustable via a slider (#173)
* Adds fast text option

Changes previous "fast text" option to "skip text", and adds a new "fast text" option, which makes text appear 5 times faster.

* Fixes magic numbers

* Changes text speed to a slider (unfinished)

Got most of the code working, but only works upon reloading the game, unsure of how to fix this.

* Makes text speed adjustable via a slider

* Cleans up changes to z_message_PAL.c
2022-04-21 18:38:56 -04:00
Thomas Achatz
f66178772d
Dynamic Wallet Rupee Icon Color (#123)
* dynamic rupee rgb

* dynamic_wallet_icon cvar

* update blue rgb

* update blue rgb to match rando

* refactor

* Update z_parameter.c

* update rupeeWalletColors dimensions
2022-04-21 18:33:05 -04:00
Sirius902
0ec9fc2ecf
Fix OpenGL framebuffer index (#195) 2022-04-20 11:13:51 +02:00
Emill
ceef4a9453
Graphics backend enhancements etc. (#163) 2022-04-18 11:37:47 +02:00
Sirius902
fe6dbd2a5b
MM Bunny Hood enhancement (#181)
Allow bunny hood in boss rooms

Use math instead of array

Allow other masks with enhancement because why not
2022-04-17 11:26:49 -04:00
Rozelette
a11038f515
Add flag, equipment, and quest status editors (#164) 2022-04-17 11:24:43 -04:00