Nicholas Estelami
35e15389ac
Commented out additional test code
2022-06-10 13:53:03 -04:00
Nicholas Estelami
9bd225f3bf
Commented out NTSC test
2022-06-10 13:50:16 -04:00
Nicholas Estelami
f1b81b7f82
Audio support nearly complete.
2022-06-10 13:37:50 -04:00
Josh Bodner
257cc41d2b
Stop the dropped item despawn timer on demand ( #382 )
...
* Stop the despawn timer on demand
* But do make them disappear once they're collected!
2022-06-09 17:28:58 -04:00
Kenix3
e39961dc4b
Update README.md
2022-06-09 17:26:41 -04:00
Ada
de86227d01
Update z_en_go2.c
2022-06-09 11:48:26 +01:00
Ada
00025f2318
Update z_en_go.c
2022-06-09 11:48:09 +01:00
Vague Rant
e4fe289f70
Restore Hover Fishing bug from 1.0
2022-06-08 19:10:55 -04:00
Baoulettes
24567eeeb6
better conditions
2022-06-08 19:07:56 -04:00
Baoulettes
b38e0a6b15
better conditions
2022-06-08 19:07:56 -04:00
Baoulettes
55fa1996ba
Update SohImGuiImpl.cpp
2022-06-08 19:07:56 -04:00
Baoulettes
6478df046a
Debug close update
2022-06-08 19:07:56 -04:00
Baoulettes
ffc22fe8c4
Initial com.
2022-06-08 19:07:56 -04:00
briaguya
5b7dad1de2
fast chests
2022-06-08 18:32:12 -04:00
louist103
c6622e6c87
Update ResourceMgr.cpp
2022-06-08 18:30:54 -04:00
louist103
cf872d1e0d
cleanups
2022-06-08 18:30:54 -04:00
PurpleHato
ac2127094b
ADDED: Draw Distance toggle under Experimental enhancement + Bugfix ( #398 )
...
* ADDED: Draw Distance toggle under Experimental enhancement
* FIXED: Dark Link Apparition + Kokiri NPC spawn
* Added a Toggle for Kokiri NPC since they are mystics
* TWKEA: Desciription got the Kokiri draw distance
* FIXED: Horses behavior
Fixed Epona shout on title screen + Epona call from songFixed Zelda and Ganon horses that could still be seen on camera pan on the castle escape cinematic
2022-06-08 18:00:10 -04:00
vaguerant
3444868b95
Add sound effects to tunic/boot equips ( #446 )
...
* Add sound effects to tunic/boot equips
* Use enums for assignable equip swaps
2022-06-06 19:27:03 -04:00
vaguerant
d01d6ff3d1
Add Fireproof Deku Shield cheat ( #440 )
2022-06-06 19:26:16 -04:00
David Chavez
376860af9d
Render song of storms effect correctly widescreen ( #421 )
2022-06-06 19:23:48 -04:00
briaguya
e87921f6be
https for cloning repo ( #415 )
...
if users don't have ssh keys set up "git clone git@github.com:HarbourMasters/ShipWright.git" fails. this makes it so copy/pasting the instructions should work for more users.
2022-06-06 19:23:29 -04:00
vaguerant
8cbc4d27eb
Add GUI toggle for Ganon blood color, also fix minor unrelated typos in ImGui ( #411 )
...
* Add GUI toggle for Ganon blood color
* Move to new Restoration section
* rm accidental line break
* Simplify booleans
2022-06-06 19:21:06 -04:00
vaguerant
596d5b478b
Fix Navi text HUD position ( #406 )
...
* Fix Navi text HUD position
* Force cvar to return 0 or 1
As suggested by Gary
* Disable all bug fixes by default
per Kenix
2022-06-06 19:16:47 -04:00
PurpleHato
f9c86c9821
fix: inverted the array size valye
2022-06-06 14:26:47 -04:00
PurpleHato
d87df5f670
Fixed from @louist103 and @Emill review
2022-06-06 14:26:47 -04:00
PurpleHato
6c34c03cdf
FIX: EnhancementCombobox
...
It was returning the wrong value and could mess array sizes.
2022-06-06 14:26:47 -04:00
Vague Rant
c08439a562
Implement Cow of Time enhancement
2022-06-06 13:57:27 -04:00
InfoManiac742
38ec6ea702
Changed "affirm" to "confirm"
...
"Confirm" seems to make more sense in this context instead of "affirm"
2022-06-06 13:56:55 -04:00
louist103
065291d2c7
sasatest
2022-06-05 16:35:49 -04:00
louist103
95cfce0ded
cleanup
2022-06-05 16:35:49 -04:00
Random06457
af8c5ab978
fix Makefile typo
2022-06-04 10:09:50 -05:00
Random06457
b5d5930fed
change OSMesg definition and fix memory corruptions
2022-06-04 10:09:50 -05:00
Random06457
72fcd19a9e
fix compilation
2022-06-04 10:09:50 -05:00
MelonSpeedruns
3b1d82c3ca
Merge pull request #437 from PurpleHato/FixNaviColor
...
FIX: Default Navi's colors have been altered recent merged PRs
2022-06-03 13:29:50 -04:00
MelonSpeedruns
c92524a90e
Merge pull request #387 from Baoulettes/ComboBox-Simplification
...
Combo box simplification
2022-06-03 13:29:37 -04:00
David Chavez
51e58b9e13
Add StormLib CMakeLists.txt for building on Linux/Mac
2022-06-03 09:34:00 -05:00
Kevin Alexis Contreras
5ec6c01a78
Disabled RTC on soh and lus
2022-06-03 14:24:39 -05:00
Kevin Alexis Contreras
e0ff6311ef
Increased initial audio pool size and fixed types
2022-06-03 14:22:48 -05:00
Kevin Alexis Contreras
d42c0ca23f
Fixed audio font loading
2022-06-02 17:52:58 -05:00
Kevin Alexis Contreras
a4460c26ef
Added missing function on OTRGlobals
2022-06-02 12:45:07 -05:00
David Chavez
e1affbdf9a
Fix function prototypes and types
2022-06-02 12:43:16 -05:00
PurpleHato
902b842bcb
FIX: Default Navi's colors have been altered recent merged PRs
...
This fix restore Navi's original colors which have been altered with recent merged PRs
2022-06-02 19:14:14 +02:00
Baoulettes
23946d5798
Merge branch 'develop' into ComboBox-Simplification
2022-06-02 04:46:42 +02:00
getBrainError
05340a926a
Add fishing pole as sword in save editor
...
Adds fishing pole as a sword to the save editor under current equipment.
2022-06-01 22:42:16 -04:00
Baoulettes
0bfe2fec67
fix win build crash ( #425 )
...
sizeof issue make it crash on windows.
Thanks Melon :)
2022-06-01 22:06:32 -04:00
Kevin Alexis Contreras
332f8f93fb
Merge branch 'zapd_audio_support' into zelda64
2022-06-01 15:12:28 -05:00
Kevin Alexis Contreras
0320107fc0
Merge branch 'zapd_audio_support' into zelda64
2022-06-01 15:11:11 -05:00
Nicholas Estelami
fc7da35054
Replaced StormLib .lib files with source code.
...
Some modifications to handle backslashes and forward slashes, along with some optimizations to speed up OTR generation.
2022-06-01 16:05:05 -04:00
Nicholas Estelami
6f5ce7d715
Audio decompiled and WIP custom sample support
2022-06-01 13:06:32 -04:00
Kevin Alexis Contreras
0067a69795
Merge develop into zelda64
2022-05-31 17:49:39 -05:00