1
0
mirror of https://github.com/blawar/ooot.git synced 2024-07-03 01:23:37 +00:00
Commit Graph

1644 Commits

Author SHA1 Message Date
Blake Warner
830458fe23 auto detect language 2022-03-23 21:42:22 -04:00
RyzenDew
d0b4ff1ccd
simple correct
added an or and a new line
2022-03-23 19:44:30 -03:00
RyzenDew
2917dff88a
Added Extra Paths just incase
some people clone to root of C drive haha
2022-03-23 19:43:08 -03:00
RyzenDew
f443bda977
Update Compile Instructions 2022-03-23 19:34:23 -03:00
Blake Warner
95c4e21484 enabled frizzle cam by default and disabled debug level select by default 2022-03-23 09:04:14 -04:00
Blake Warner
16d3253b60
added a license exemption for SoH for XML files 2022-03-23 01:54:28 -04:00
Blake Warner
9d62416432 should fix remaining audio issues 2022-03-22 22:51:11 -04:00
Blake Warner
5f252cae07 fixed many audio issues, a few persist 2022-03-22 22:34:31 -04:00
Kenix3
78c0e3f3a9 added SoH mixer.c to fix audio issues 2022-03-22 22:27:36 -04:00
Blake Warner
e41314624f save 2022-03-22 22:06:40 -04:00
Blake Warner
1e59413786 added audio asserts 2022-03-19 15:57:32 -04:00
Blake Warner
f93e8be45f started to add accel 2022-03-19 09:33:05 -04:00
Blake Warner
ca5a3ed09c added gyro control option 2022-03-17 23:24:27 -04:00
Blake Warner
4bb2a4acf0
Update README.md 2022-03-15 16:33:29 -04:00
Blake Warner
bcf1138d47 bf 2022-03-13 03:24:29 -04:00
Blake Warner
119609ddbc
Merge pull request #213 from nitrostemp/master
ADD ico to OOT.EXE
2022-03-13 03:06:00 -04:00
Blake Warner
de6d825fe0 added --disable-distance-culling option to setup.py 2022-03-13 01:57:47 -05:00
Blake Warner
f461515892 added --enable-fizzle-cam option to setup.py 2022-03-13 01:54:28 -05:00
Blake Warner
a47bfb4f23 remove duplicate c-button equips 2022-03-13 01:48:37 -05:00
Blake Warner
e17e5de585 class renames 2022-03-13 01:37:22 -05:00
Blake Warner
e6d2222130 keybinds for equip toggle 2022-03-13 01:32:42 -05:00
nitrostemp
b020f5b816 ADD ico to OOT.EXE
Signed-off-by: nitrostemp <dgran10@me.com>
2022-03-13 15:37:41 +10:00
Blake Warner
4c277bc463 updated aziaudio 2022-03-12 22:28:42 -05:00
Blake Warner
7b24e00178
Merge pull request #211 from xProTox/master
qol: changes for usage of boots
2022-03-12 22:22:16 -05:00
Peter
9527e9467c fixed small mistage 2022-03-13 00:52:28 +01:00
Peter
0bd3e76b69 enabled hoverboots on swimming/underwater 2022-03-12 23:35:13 +01:00
Peter
c00749b849 enable iron boots when swimming/underwater
further renaming for roomtimers
2022-03-12 22:22:39 +01:00
Peter
afe143f526 renamed func_8008F2F8 and its variables (Scene Room Timer) 2022-03-12 21:48:34 +01:00
Peter
54e23772c0 toggleable boot items 2022-03-12 20:32:41 +01:00
Bryan Kirk
9b24d470b5 Fixed misspelled folder in AziAudio's Aditional Includes path (which fixes audio on Windows 7 and below) 2022-03-08 15:46:50 -05:00
Blake Warner
3b1614f5d1 fix error 2022-03-07 22:54:11 -05:00
Blake Warner
1930494245 temp fixed corrupted wall in bombchu game #207 2022-03-07 19:57:59 -05:00
Blake Warner
e63cedaab2 can assign equipment to slots #198 2022-03-07 18:49:25 -05:00
Blake Warner
67f127c7b2 fix symbol collision #207 2022-03-07 11:04:25 -05:00
Blake Warner
0bf6f9fc7f
Merge pull request #203 from DaMarkov/fix-startup-crash
Fix startup crash and documented demo cutscenes
2022-03-06 10:08:49 -05:00
Blake Warner
6d21eee758
Update z_demo.cpp
added TODO FIX
2022-03-06 10:08:36 -05:00
Blake Warner
0ab91ba926
Merge pull request #206 from DaMarkov/jabujabu-freeze
Increased memory of display lists
2022-03-06 10:05:43 -05:00
Blake Warner
a7fb39480e
Update gfx.h
added hack comment to easy find this later
2022-03-06 10:05:09 -05:00
DaMarkov
29d8fb3aa1 Increased memory for display lists. 2022-03-05 23:38:09 +01:00
DaMarkov
beb88e1404 Fixed graveyard spawning from actors bug. 2022-03-05 20:43:35 +01:00
DaMarkov
c9e9a044bc
Merge branch 'blawar:master' into master 2022-03-05 14:24:47 +01:00
Blake Warner
d0e44581d2
Merge pull request #200 from queenkjuul/master
Close #197 - Centered Carrots on Horses
2022-03-05 00:14:38 -05:00
Blake Warner
938e41871d added debug path output for fixbaserom failure 2022-03-05 00:13:07 -05:00
DaMarkov
4cd77f8f1a Documented all demo cutscenes and removed one that causes a crash and on that hits an assert 2022-03-05 02:42:08 +01:00
DaMarkov
1e770a4515
Merge branch 'blawar:master' into master 2022-03-05 02:40:49 +01:00
Blake Warner
25443a3fe7
Update z_parameter.cpp
fized ZREG reference
2022-03-04 11:02:37 -05:00
DaMarkov
11bbec3567
Fixed Sun Evening Texture (#201)
* Fixed the sun texture for Master Quest Debug.

* Fixed sun texture for PAL

Co-authored-by: DaMarkov <DaMarkovZED@gmail.com>
2022-03-04 11:01:37 -05:00
jhillTechtonic
cf79202dda fix carrot centering bug while riding a horse 2022-03-04 04:22:33 -06:00
queenkjuul
da337b1ae9
Close #185: fix flipped G and B values for A button color in ocarina (#199)
Co-authored-by: jhillTechtonic <julie.hill@techtonic.com>
2022-03-04 01:02:10 -05:00
jhillTechtonic
e25b89e520 Close #185: fix flipped G and B values for A button color in ocarina 2022-03-03 23:49:16 -06:00