Trueffel
64bd859db4
Debug Boot (DebugOpeningState) ( #136 )
...
* First pass of debug boot port
* mostly done
* general changes, test this comma in commit now
* Makefile update: The "," works now
* quotes also working now inside a string
* get rid of emulator path
* format
* review
* improvements (add skybox and improve print logic)
* cleanup and fix build issues
* format
---------
Co-authored-by: Yanis002 <35189056+Yanis002@users.noreply.github.com >
2025-01-02 18:14:50 +01:00
Yanis002
aea36525dd
post decomp merge build fixes
2024-11-29 21:20:12 +01:00
Yanis002
4e3ed2743a
Merge remote-tracking branch 'decomp/main' into decomp_merge
2024-11-29 20:36:21 +01:00
fig02
17edb82c0d
Decouple Debug Features From gc-eu-mq-dbg ( #2296 )
...
* rename OOT_DEBUG to DEBUG_FEATURES
* makefile changes
* add DEBUG_ASSETS
* fix DEBUG_FEATURES usages
* format
* fix errors
* review
* fix problem and review2
* review
* add DEBUG_FEATURES to DEBUG_ASSETS check
* review
* whoops
* format
2024-11-17 17:02:07 -05:00
cadmic
d886ebe711
[ntsc-1.0/1.1] Match audio and loose ends ( #2293 )
...
* Match ntsc-1.0/1.1 loose ends
* Revert audioseq_padding
* Fix spelling
2024-11-11 17:50:56 -05:00
Dragorn421
5b27899b9f
libu64 ( #2267 )
...
* libu64
* logutils.o -> debug.o in spec
* stackcheck.c is part of libu64
* review
* add paragraph about Overlay_Load calling an external function
* audio code*
2024-11-01 18:47:12 -04:00
Yanis42
112daa94a8
fix build issues
2024-10-17 16:03:54 +02:00
Yanis42
f32f5406dd
Merge remote-tracking branch 'decomp/main' into decomp_merge_4
2024-10-17 15:50:29 +02:00
cadmic
c6160e1980
[ntsc-1.0/1.1] Match PAL 1.0 viconfig changes ( #2231 )
...
* [ntsc-1.0/1.1] Match viconfig changes
* SREG(48) -> R_VI_MODE_EDIT_STATE
2024-09-27 16:44:35 -04:00
Yanis42
12af606f97
Merge remote-tracking branch 'decomp/main' into decomp_merge_4
2024-09-26 16:27:44 +02:00
cadmic
306abef46b
Consistently use "OOT_VERSION <" and "OOT_VERSION >=" ( #2199 )
2024-09-17 15:40:50 -04:00
cadmic
3287437069
[PAL N64] Match VI mode setup ( #2198 )
2024-09-16 21:51:53 -04:00
Yanis42
d55a756a59
Merge remote-tracking branch 'decomp/main' into decomp_merge_4
2024-09-16 14:57:30 +02:00
Tharo
dbbeb656f8
[Audio 8/?] Check-in handwritten sequences, build sequences, automate various sfx arrays ( #2137 )
...
* [Audio 8/?] Check-in handwritten sequences, build sequences, automate various sfx arrays
* Fix whitespace in aseq.h
* Fix sequence 0 sfx id generator
* Suggested changes, adjust some MML syntax and add more instruction descriptions
* Correct some formatting in aseq.h
* Add the dir of the input .seq file to the list of includes to sequence assembling so that assembler-level includes like .include or .incbin work intuitively
* aseq.h tweaks
* MM review suggestions, aseq.h adjustments
2024-09-15 18:26:27 -04:00
Yanis42
f8ff377391
fix build issues
2024-09-09 04:26:31 +02:00
Yanis42
842c3bfc7b
Merge remote-tracking branch 'decomp/main' into decomp_merge_4
2024-09-09 03:31:27 +02:00
Dragorn421
c7ec814d78
[headers 9] Add src/libc64/ and new "z64" rand.h ( #2164 )
...
* rand.h -> libc64/qrand.h
* Add rand.h with z64 rand wrappers
* yeet comment
* code/rand.c -> libc64/qrand.c
* fixup
* move libc64 source to src/libc64/
* fix
* bss
* update file splits disasm metadata
2024-09-08 17:11:41 -04:00
cadmic
2d96f001db
Reorder spec segments for N64 versions ( #2163 )
2024-09-08 10:27:18 -04:00
cadmic
e52d135e15
[ntsc-1.2] Import n64dd code from Decompollaborate/n64dd ( #2136 )
...
* Import n64dd code from Decompollaborate/n64dd
Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com >
Co-authored-by: Elliptic Ellipsis <elliptic.ellipsis@gmail.com >
* Don't stub out missing textures
* Remove @brief
* Add low-effort file comments
* Match OoT if style
* Fix n64dd matching due to int vs long
* Fix English n64dd error textures
* Compress n64dd segment
* Align n64dd to 0x40
---------
Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com >
Co-authored-by: Elliptic Ellipsis <elliptic.ellipsis@gmail.com >
2024-09-08 03:37:15 +09:00
cadmic
a30f130eb9
Fix some boot and code data ( #2155 )
2024-09-07 08:10:52 -04:00
Yanis42
620d7b4709
Merge remote-tracking branch 'decomp/main' into decomp_merge_4
2024-09-05 02:37:03 +02:00
cadmic
8153c952f6
[ntsc-1.2] Organize n64dd declarations and convert to 1.0 addresses ( #2127 )
...
* Reorganize n64dd declarations
* Fix bss
* Really fix bss
2024-09-05 03:56:24 +09:00
Yanis42
2da158d942
Merge remote-tracking branch 'decomp/main' into decomp_merge_4
2024-09-04 16:07:09 +02:00
cadmic
c6d7cc7697
[ntsc-1.2] Match __osMalloc.c and code_800FC620.c (new/delete) ( #2106 )
...
* Match __osMalloc
* Match src/code/code_800FC620.c (new/delete)
* Wrap versions-specific files in ifdefs to fix compilation
* Fix bss
* Remove {FAULT,RAND,OSMALLOC}_VERSION in favor of PLATFORM_N64
* Fix __osMalloc data splits, add unused strings
* __osMalloc.h -> osMalloc.h
* Fix merge
2024-09-04 11:10:14 +02:00
cadmic
6e5ea8c7aa
[ntsc-1.2] Update spec for boot and code ( #2114 )
...
* Update spec for boot and code
* Fix merge
2024-09-04 00:30:23 -04:00