engineer124
a0d31dba68
Document Audio Thread Commands ( #1399 )
...
* begin docs
* cleanup
* copy over progress
* cleanup
* small cleanup
* more docs, fill out cmds
* small touchup
* pan weight ganon comment
* fix specId
* seqcmd cleanup
* format
* small cleanup
* one more thing
* small feedback from MM
* partial PR
* some PR Suggestions
* small adjustments
* ticks, seqticks, frames, updates: term cleanup
* small fix
* PR Review
* PR Review
* PR Review
* rm param
* adjust comment
* update renamed functions
* format
---------
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com >
2024-01-31 18:25:23 -05:00
Dragorn421
d65fb6ed28
Check format: only check modified files, v2 ( #1680 )
...
* Check format: only check modified files, v2
* cheeky z_play edit
* format
* rename z_play.c -> z_play_.c
* Revert "rename z_play.c -> z_play_.c"
This reverts commit 9da9e76309d3893c44b8fa06dd23b94b2dedebf0.
* rm z_moji.c
* Revert "rm z_moji.c"
This reverts commit bd2d5acb5a88a36a9ac4feeba73b2c3e70a9e8b3.
2024-01-31 18:05:33 -05:00
cadmic
5c926fea0f
Remove Main_LogSystemHeap from functions.h ( #1676 )
2024-01-30 23:40:15 -05:00
Dragorn421
44408ce219
Only check formatting on modified files ( #1673 )
...
* only check formatting on modified files (attempt 1)
* foreshadow maximum command string length being an issue and pass files list using a file
* rm temp file list otherwise it shows in git status and counts as a "formatting diff"...
* cheeky z_play modif
* format
2024-01-30 22:25:24 -05:00
cadmic
87a886df5b
Match sys_math3d.c ( #1674 )
2024-01-30 21:42:15 -05:00
engineer124
8ae003b0d7
z_actor retail OK ( #1670 )
...
* actor ok
* cleanup
* cleanup
* cleanup
* player
* ACTOR_PRINTF
* PR Suggestion
* gcc
* c file
* ACTOR_DEBUG_PRINTF
* bool
* more review
* newline
2024-01-30 21:07:34 -05:00
cadmic
4bd005520d
Remove a double #endif ( #1672 )
2024-01-30 20:15:57 -05:00
cadmic
8ea4cb87e5
Match retail z_std_dma.c ( #1665 )
...
* Match z_std_dma.c
* Fix DmaMgr_Error doc comment
* Unindent
2024-01-30 19:53:16 -05:00
cadmic
17da5e7bf9
z_collision_check.c OK ( #1642 )
...
* Match z_collision_check.c
* Disable function declarations
* Remove /* OOT_DEBUG */
* Remove newlines around ifdef
* Newlines
* Tweak z_actor.c #if to avoid merge conflicts
2024-01-30 19:43:10 -05:00
Derek Hensley
77c9c97ff9
Overlay_Relocate and Overlay_Load retail OK ( #1662 )
...
* Overlay_Relocate OK
* Overlay_Load
* format
* PR + better match for Overlay_Load
2024-01-30 19:30:27 -05:00
Dragorn421
2beff8cbf4
Fixup vscode settings ( #1669 )
...
* Fixup VSCode settings
add missing include
explicitly define OOT_DEBUG to 1
* Change configuration name
* change config name
2024-01-30 19:20:45 -05:00
fig02
8be8848f85
z_demo retail code matched ( #1655 )
...
* match all functions
* format
* clarify between 'dest' and 'skip' debug features
* format
* better match for CutsceneHandler_RunScript
* review
* format
* remove macro
2024-01-30 18:52:04 -05:00
engineer124
af6b821193
Audio retail OK ( #1650 )
...
* general OK
* wait for data
* sfx and sequence
* PR Suggestions
* debug file
* data
* PR
2024-01-30 18:24:13 -05:00
Dragorn421
17f08788aa
subrepo and update asm-differ ( #1664 )
...
* git subrepo clone git@github.com:simonlindholm/asm-differ.git tools/asm-differ
subrepo:
subdir: "tools/asm-differ"
merged: "11eee5916"
upstream:
origin: "git@github.com:simonlindholm/asm-differ.git"
branch: "main"
commit: "11eee5916"
git-subrepo:
version: "0.4.6"
origin: "https://github.com/ingydotnet/git-subrepo "
commit: "110b9eb"
* ln -s ./tools/asm-differ/diff.py diff.py
2024-01-30 15:25:15 -05:00
cadmic
18b7030534
Revert bad uses of if (OOT_DEBUG) ( #1666 )
2024-01-30 15:19:00 -05:00
Derek Hensley
7b770dc1e0
vr_box OK ( #1663 )
2024-01-30 14:22:55 -05:00
Yanis42
24df1480a3
Match `z_select.c` ( #1659 )
...
* match ``z_select.c``
* add missing newline
* missed newlines
* ifdef -> if
2024-01-30 14:17:49 -05:00
cadmic
9816f62129
Define OOT_DEBUG=0 in retail builds ( #1658 )
...
* Define OOT_DEBUG=0 in retail builds
* Fix ifndef
* Replace VI_MODE_EDITOR_INACTIVE
* Revert "Replace VI_MODE_EDITOR_INACTIVE"
This reverts commit f7c4cae7c3b3d9fdc56e97183690c05f2dcec215.
* Replace VI_MODE_EDITOR_INACTIVE, take 2
* Revert EnBom_Draw
2024-01-30 13:54:38 -05:00
engineer124
6d09437c21
Retail z_quake.c and z_room.c OK ( #1661 )
...
* quake OK
* z_room OK
2024-01-29 21:08:35 -05:00
cadmic
5ba625b171
Match yaz0.c ( #1660 )
2024-01-29 18:14:30 -05:00
Yanis42
9f169a67cd
Match `game.c` - OK ( #1644 )
2024-01-29 15:27:29 -05:00
cadmic
68b41d6b0d
Refactor Makefile variables to use DEBUG ( #1657 )
2024-01-29 12:20:54 -05:00
cadmic
64d384b4c1
is_debug.c and boot_main.c OK ( #1641 )
...
* Match is_debug.c and boot_main.c
* Disable function declarations
* Remove /* OOT_DEBUG */
* Remove newlines around ifdef
2024-01-29 12:10:28 -05:00
cadmic
0f11f2f166
Tweak OPTFLAGS for some files for retail ( #1647 )
2024-01-29 10:36:41 -05:00
cadmic
be731f8a35
Move __osPfsInodeCache and __osPfsPifRam ( #1654 )
...
* Move __osPfsInodeCache to pfsgetstatus.c
* Move __osPfsInodeCache to contfps.c and __osPfsPifRam to pfsisplug.c
2024-01-29 07:30:29 -05:00