Commit Graph

1962 Commits

Author SHA1 Message Date
Sauraen
74d98d0670 Fixed some map select scene names 2024-05-12 10:48:46 -07:00
Yanis
68a372a74b Fixed Map Select issues (#109) 2024-05-12 02:52:37 +02:00
Yanis
20a0613120 Merge zeldaret/main (#106)
* Match retail BSS ordering (#1927)

* Match retail BSS ordering

* Revert moving some global variables to headers

* Adjust block numbers after header changes

* Fix debug build

* Overlay bss ordering

* Fix BSS ordering after header changes

* gc-eu-mq OK

* Implement preprocessor for #pragma increment_block_number

* Transfer usage comment from reencode.sh

* Use temporary directory instead of temporary file

* Move ColChkMassType back

* Player: Document "WaitForPutAway"  (#1936)

* document put away delay

* functions.txt

* add a note on delaying indefinitely

* format

* typo

* delay -> wait for put away

* revert unintended formatting change

* add comment to struct member

* format

* fix functions.txt

* Set up gc-eu and match all code (#1938)

* Set up gc-eu and match all code

* Format

* Mark gc-eu-mq as WIP until it builds OK

* Move original/MQ map mark data to separate files

* Add #includes to .inc.c files to help out VS Code

* Use #if in spec instead of .inc.c files

* Delete disassembly data for gc-eu-mq (#1942)

* Player Docs: "sUpperBodyIsBusy" (#1944)

* document upperbodybusy

* change wording for comment and rename upperanimblendweight

* format

* review

* Fix miscategorized scenes (#1946)

* Fix miscategorized scenes

* Sort includes

* Player Docs: Action Interrupt (#1947)

* document action interrupt

* format

* new function comment

* format

* add a note about items

* format

* Add gc-eu-mq to CI (#1943)

* Add gc-eu-mq to CI

* Give up on scripting

* Revert quotes changes

* Player Docs: Name some high level update calls (#1593)

* name some low hanging fruit

* revert burn and shock, doing in seperate pr

* add some function comments

* yaw func

* adjust comment

* some review

* unname UpdateZTarget

* Player_DetectRumbleSecrets

* fix dive do action name

* Player Docs: Control stick buffers (#1945)

* name vars and add enum

* name some spin attack stuff

* fix right and left

* forward/backward

* format

* fix retail bss

* sControlStickWorldYaw

* Force string.o to be in boot for gcc builds (#1948)

In retail builds, memcpy is linked in code, not boot, but GCC likes to call memcpy when copying structs so currently GCC builds immediately crash in __osInitialize_common.

* Rename yDistToWater -> depthInWater (#1950)

* Rename yDistToWater -> yDistUnderWater

* yDistUnderWater -> depthInWater

* Check baserom hash before decompression (#1952)

* Remove Cygwin support (#1951)

* update installation docs

* setup fixes

* tabs

---------

Co-authored-by: cadmic <cadmic24@gmail.com>
Co-authored-by: fig02 <fig02srl@gmail.com>
2024-05-10 18:21:07 +02:00
Yanis
b65f664159 Started Debug Menu (#104)
* started basic debugger

* documentation and added rectangle configurator

* updated f3dex3 patches + made some for profiling stuff

* started profiler

* fix issues and moved profiler functions to gamestate/hide by default

* fix folders not being created properly

* started menu

* memory management

* fix english

* debug disp

* started collision view

* improvements

* basic collider view

* revert profiler changes

* improvements
2024-05-08 12:04:46 +02:00
Yanis
4b0858ec14 Add Gamecube support (#102)
* updated gzinject to use cadmic's iso support

* first part

* changes

* fixed gzinject issues (cadmic)

* fixed issue where last scene doesn't get its romend

* fixed small "issue" with iso terminal printing

* better safeguard for f3dex3

* fixed libultra issues (thanks to cadmic)

* revert unwanted change

* small fix
2024-05-08 11:58:56 +02:00
krm01
521cbb3f3f Better noclip (#103)
* remove unused noclip control defines

* rework player noclip controls

* fix whitespace
2024-05-06 18:30:23 +02:00
Yanis
a10bfb24e5 Added a config file for memory stuff (#100)
* memory management

* fix english

* debug disp
2024-04-25 22:14:57 +02:00
Yanis
0451a24a00 fixed compression issue with yaz (#101) 2024-04-23 17:58:27 +02:00
Yanis
425636d050 don't ignore mod_assets (#99) 2024-04-23 03:19:16 +02:00
Reonu
e1aca67f70 Add GPU timings detection (gGPUTimingsExist) (#96)
* Add console detection (gIsConsole)

* Add vscode configuration

* renamed gIsConsole to gGPUTimingsExist
2024-04-23 03:11:53 +02:00
Reonu
858284cd0b Add vscode config files (#98)
* add vscode config files

* add name to readme

* add missing newlines
2024-04-22 23:04:17 +02:00
Yanis
8b99d614ad Force deterministic builds and introduce `make verify` (#93)
* force deterministic builds + other things

* remove checksum comparison and check for modern sdk first

* remove package_author from makefile

* remove the build date entirely
2024-04-22 19:55:44 +02:00
Reonu
8ede2a63a7 Add ENABLE_LINK_LOD define and config_graphics.h (#92)
* add ENABLE_LINK_LOD define

* Add missing newline
2024-04-22 19:55:23 +02:00
Yanis
0b97179c70 Merge pull request #91 from Yanis42/mod_assets
Setup mod assets folder
2024-04-21 22:57:36 +02:00
Yanis42
fe7f1e47e4 fixes and updated readme 2024-04-21 19:59:53 +02:00
Yanis42
8975234123 rename the cutscene 2024-04-21 18:44:36 +02:00
Yanis42
3d68e3fbf3 complete example scene 2024-04-21 18:36:15 +02:00
Yanis42
1dc6105517 Merge remote-tracking branch 'upstream/main' into mod_assets 2024-04-21 17:47:38 +02:00
Yanis
9d89f6a7c3 Merge pull request #90 from Yanis42/rainbow_v2
Rainbow system
v2.0.0
2024-04-21 16:27:38 +02:00
Yanis
75a2b58a17 Merge pull request #87 from Yanis42/cool_makefile
Improved output of the build process
2024-04-21 16:27:04 +02:00
Yanis
63304f4920 Merge pull request #84 from Yanis42/motion_blur_2
Implemented Motion Blur
2024-04-21 16:26:49 +02:00
Yanis
31611f6b53 Merge pull request #89 from recardo-7/better-build-instructions
More detailed setup instructions
2024-04-20 16:03:41 +02:00
recardo-7
d106160e79 "costumization" 2024-04-20 16:01:11 +02:00
recardo-7
768d51d532 link to vscode.md 2024-04-20 15:35:06 +02:00
Yanis42
9a86acc87b add pause toggle 2024-04-20 15:21:44 +02:00