Commit Graph

1968 Commits

Author SHA1 Message Date
Sauraen
b261539df4 Update F3DEX3 to resolve issues 2024-05-26 11:42:21 -07:00
Yanis
ee5496ea82 add default file association in settings.json 2024-05-21 15:28:46 +02:00
krm01
a44fc4394b fix falling from vine edges (#114)
* fix falling from vine edges

* Update src/overlays/actors/ovl_player_actor/z_player.c

Co-authored-by: Yanis <35189056+Yanis42@users.noreply.github.com>

* fix bad merge

---------

Co-authored-by: Yanis <35189056+Yanis42@users.noreply.github.com>
2024-05-18 16:27:38 +02:00
Sauraen
cd5eb31dc8 Multiple F3DEX3 versions (#112)
* Working on it

* Loading ucode from ROM working

* Menu implemented

* Fixed ifdefs in debug

* Fixed crashing

* Cleanup

* Suppressed make auto generated messages

* Reorganized RSP wrapper assembly files

* Fixed merge bug
2024-05-17 15:35:01 +02:00
Yanis
b696dfffcd Updated Example Scene (#113) 2024-05-15 13:26:53 +02:00
Reonu
48a1c72e79 60 Hz on PAL consoles with correct audio (#105)
* 60 Hz on PAL consoles with correct audio

* account for MPAL

* PAL60 VI Mode, Region Free ROM Header

* crop corrupted bottom lines on PAL consoles

---------

Co-authored-by: Thar0 <17233964+Thar0@users.noreply.github.com>
2024-05-15 13:26:17 +02:00
Sauraen
b7e9b2f04f Fixed some map select scene names (#111) 2024-05-12 20:18:54 +02: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