Baoulettes
3ed6219d4b
Add hasTranslation to Gohma
2022-05-01 08:43:17 +02:00
Baoulettes
59e6d39ce2
Added hasTranslation to big piggy Ganon
2022-05-01 08:41:36 +02:00
Baoulettes
550abae58b
Revert workaround and add hasTranslation=false
2022-05-01 08:40:31 +02:00
Baoulettes
232b5055ec
Add hasTranslation to Dodongo.
2022-05-01 08:38:39 +02:00
Baoulettes
e167fdcb23
Added hasTranslation to Phantom Ganon's Horse
...
funny how that the horse that hold the title card.
2022-05-01 08:37:26 +02:00
Baoulettes
5c62498da9
Add two var in the TitleCardContext structures
2022-05-01 08:36:04 +02:00
Baoulettes
3ef073ea83
No more workaround!
2022-05-01 08:32:27 +02:00
Baoulettes
2169978de3
better conditional logic
2022-04-30 14:46:52 +02:00
Baoulettes
d4f2ccf798
Fix Ganondorf title card.
2022-04-30 14:32:20 +02:00
Baoulettes
15d7480081
WIP really need a better way to check it.
2022-04-30 14:30:20 +02:00
Baoulettes
f0533f96a9
one of the last x,y,h,w fix
2022-04-30 14:11:57 +02:00
Baoulettes
2e205ab436
Actually had wrong height (was 32, should be 40)
2022-04-30 14:10:30 +02:00
Baoulettes
661347152a
Proper X,Y,W,H
2022-04-30 14:08:42 +02:00
Baoulettes
1a5796c954
Proper x,y,w,h
2022-04-30 14:07:28 +02:00
Baoulettes
83f7a776e1
Proper X/Y/H/W
2022-04-30 14:06:54 +02:00
Baoulettes
870422fa24
Boss title fixes.
2022-04-30 14:01:31 +02:00
Sirius902
444026038e
Fix cvar crash
2022-04-30 01:03:26 -04:00
Nicholas Estelami
8828d8a170
Minor cleanup
2022-04-29 19:57:53 -04:00
Nicholas Estelami
4c74acdd29
Combined message table xmls
2022-04-29 19:57:53 -04:00
Nicholas Estelami
bd5a563dae
Implemented PAL language support.
2022-04-29 19:57:53 -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
Sirius902
2425ffe27b
Put hookshot reticle on TITLE_CARD_DISP
...
Rename to WORLD_OVERLAY_DISP
Remove no-ops
2022-04-29 16:26:20 -04:00
Sirius902
f5d983d06b
Put hookshot reticle on TITLE_CARD_DISP
2022-04-29 16:26:20 -04:00
KiritoDev
73194eee14
Removed DirtyDirectory on kaleido
2022-04-27 23:38:01 -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
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
Ada
1f663dda7b
Adds exception for text speed in the case of ocarina playing
2022-04-26 18:51:31 -04:00
Baoulettes
9c2c443a6a
Fix Title card name for FRA and GER ( #204 )
2022-04-26 18:41:24 -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
Emil Lenngren
4869eea968
Fix random crash in z_construct
2022-04-25 19:21:00 -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
vaguerant
eecad3dc15
Credits message order fix by rink
2022-04-25 18:04:47 -04:00
Emil Lenngren
baf366c086
Modify grayscale intensity for item icons to match original
2022-04-25 22:53:06 +02:00
Nicholas Estelami
caebcc4f9a
Fixed bug in extract_assets.py that caused wrong XML folder to be used
...
Also removed duplicate python script in soh folder.
2022-04-25 16:35:22 -04:00
GaryOderNichts
53e45e879e
Fix texture width for G_SETTIMG
2022-04-25 16:29:52 -04:00
Baoulettes
3c471f2fc5
Quick fix for Title cards issues
...
Funny on linux it show properly but windows require it
2022-04-25 16:29:36 -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
ffa4a11148
Fixes visual bug in shops when above 2x text speed ( #211 )
2022-04-24 11:04:06 -04: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
Baoulettes
17858fb67c
Fix languages Zone name on Kaleido ( #203 )
...
This fix town/village and zone on maps in Kaleido menu.
2022-04-24 11:00:46 -04:00
MegaMech
eb97186f73
readme build instructions split ( #201 )
...
* Create BUILDING.md
* Update README.md
* Update README.md
* Update README.md
2022-04-24 11:00:14 -04:00
Ada
5a40f39494
Adds checkbox for visual stone of agony ( #200 )
2022-04-24 10:59:41 -04:00
sholdee
73ede53447
Fix build dates ( #194 )
...
* Delete build.c
* Update build.c
* Update soh.vcxproj
2022-04-24 10:58:29 -04:00