1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-04-10 16:56:21 +00:00
oot/include
cadmic cd917b0cb8
Create debug macros for common functions ()
* Create debug macros for common functions

* Revert NDEBUG change

* MALLOCR -> MALLOC_R

* DEBUG -> OOT_DEBUG

* Use the same name for debug and non-debug matrix functions

* Fix file/line argument order

* Revert g[s]DPNoOp[Tag]

* Use SystemArena_MallocDebug directly in GameAlloc_MallocDebug

* MTXF_TO_MTX -> MATRIX_TO_MTX
2024-01-09 07:59:03 -05:00
..
libc libc cleanup () 2023-10-27 16:06:44 +02:00
tables Generate gamestate overlay table with an include/tables/ header () 2023-07-04 12:36:55 -04:00
ultra64 Create debug macros for common functions () 2024-01-09 07:59:03 -05:00
alignment.h TwoHeadArena and TwoHeadGfxArena docs () 2022-11-13 18:29:50 -05:00
attributes.h libc cleanup () 2023-10-27 16:06:44 +02:00
audiomgr.h Documentation for audio_thread_manager.c () 2023-11-30 16:22:30 -05:00
boot.h Improve the state of handwritten assembly files () 2022-05-01 01:03:22 +02:00
color.h Fix all headers to comply with C standard () 2021-09-15 19:24:19 -04:00
command_macros_base.h Misc. doc/cleanup 5 () 2022-01-12 15:48:04 -05:00
fault.h libc cleanup () 2023-10-27 16:06:44 +02:00
functions.h Create debug macros for common functions () 2024-01-09 07:59:03 -05:00
gfx.h Split z64.h: move various things, state, sram, gfx, jpeg, prerender, speedmeter () 2023-08-15 12:21:19 -04:00
gfxprint.h Split z64.h: gfxprint, message, pause, view (as new headers), +misc () 2022-12-30 14:55:31 +01:00
global.h Fix all headers to comply with C standard () 2021-09-15 19:24:19 -04:00
ichain.h Use __builtin_offsetof for non IDO builds () 2022-02-13 00:05:11 -05:00
irqmgr.h More documentation for padmgr.c () 2022-09-03 02:52:13 +02:00
jpeg.h Split z64.h: move various things, state, sram, gfx, jpeg, prerender, speedmeter () 2023-08-15 12:21:19 -04:00
macro.inc First proper commit. 2020-03-17 00:31:30 -04:00
macros.h Create debug macros for common functions () 2024-01-09 07:59:03 -05:00
mempak.h Mempak doc () 2022-11-16 02:32:07 -05:00
message_data_fmt.h libc cleanup () 2023-10-27 16:06:44 +02:00
message_data_static.h Fix TEXTBOX_POS issue () 2022-07-27 16:24:58 -04:00
padmgr.h Rumble doc () 2022-09-27 12:40:26 -04:00
prerender.h Split z64.h: move various things, state, sram, gfx, jpeg, prerender, speedmeter () 2023-08-15 12:21:19 -04:00
quake.h Quake Documentation Pass () 2022-10-15 02:16:37 -04:00
regs.h Documentation for audio_thread_manager.c () 2023-11-30 16:22:30 -05:00
rumble.h Rumble doc () 2022-09-27 12:40:26 -04:00
sched.h Improvements to Video Interface related functions and data () 2022-11-13 18:07:27 -05:00
segment_symbols.h Generate gamestate overlay table with an include/tables/ header () 2023-07-04 12:36:55 -04:00
seqcmd.h Document code_800F9280.c -> audio_seqcmd.c i.e. (Audio_QueueSeqCmd) () 2022-10-07 13:29:33 +02:00
sequence.h Document code_800F9280.c -> audio_seqcmd.c i.e. (Audio_QueueSeqCmd) () 2022-10-07 13:29:33 +02:00
sfx.h Document Surface Material () 2022-11-26 18:11:06 -05:00
speedmeter.h Speedmeter Small cleanup () 2023-09-25 06:29:15 -04:00
terminal.h Rename vt.h to terminal.h () 2022-11-01 19:17:11 -04:00
tha.h TwoHeadArena and TwoHeadGfxArena docs () 2022-11-13 18:29:50 -05:00
thga.h TwoHeadArena and TwoHeadGfxArena docs () 2022-11-13 18:29:50 -05:00
ultra64.h libc cleanup () 2023-10-27 16:06:44 +02:00
unk.h Fix all headers to comply with C standard () 2021-09-15 19:24:19 -04:00
variables.h Fix gamestate overlay table size declaration () 2023-09-26 08:40:55 -04:00
z64.h Documentation for audio_thread_manager.c () 2023-11-30 16:22:30 -05:00
z64actor.h Document Actor "OfferTalk" () 2023-11-19 11:11:59 -05:00
z64animation.h Placeholder names for skelanime moveflags () 2023-08-15 22:23:53 +02:00
z64animation_legacy.h Update ZAPD () 2023-10-24 21:36:10 -04:00
z64audio.h Documentation for audio_thread_manager.c () 2023-11-30 16:22:30 -05:00
z64bgcheck.h Update ZAPD () 2023-10-24 21:36:10 -04:00
z64camera.h More Camera Flags () 2023-11-19 02:17:32 +01:00
z64collision_check.h Cleanup/add bgcheck macros () 2023-08-15 22:12:50 +02:00
z64curve.h Update ZAPD () 2023-10-24 21:36:10 -04:00
z64cutscene.h Update ZAPD () 2023-10-24 21:36:10 -04:00
z64cutscene_commands.h Update ZAPD () 2023-10-24 21:36:10 -04:00
z64dma.h Create debug macros for common functions () 2024-01-09 07:59:03 -05:00
z64effect.h Doc/Cleanup pass on object handling () 2023-09-19 14:10:12 -04:00
z64environment.h Update ZAPD () 2023-10-24 21:36:10 -04:00
z64game.h Split z64.h: move various things, state, sram, gfx, jpeg, prerender, speedmeter () 2023-08-15 12:21:19 -04:00
z64interface.h Split z64.h: move various things, state, sram, gfx, jpeg, prerender, speedmeter () 2023-08-15 12:21:19 -04:00
z64item.h Rename "ITEM_LAST_USED" () 2023-11-07 14:11:59 -05:00
z64light.h Some doc on env light settings () 2022-11-01 19:00:38 -04:00
z64map_mark.h Fix all headers to comply with C standard () 2021-09-15 19:24:19 -04:00
z64math.h Fix misc GCC compatibility issues () 2022-12-12 20:55:57 -05:00
z64message.h Introduce Face Reaction Enum () 2024-01-08 17:17:22 -05:00
z64object.h Doc/Cleanup pass on object handling () 2023-09-19 14:10:12 -04:00
z64ocarina.h Split z64.h: gfxprint, message, pause, view (as new headers), +misc () 2022-12-30 14:55:31 +01:00
z64pause.h Name the main pause state and add placeholder enum for main (sub)states () 2023-09-22 14:48:09 -04:00
z64player.h name shock and burn functions () 2023-12-15 08:53:51 -05:00
z64quest_hint_commands.h Document elf_message scripting system () 2022-10-15 13:24:13 -04:00
z64save.h Doc Actor: En_Ma1 (Child Malon) () 2023-12-10 14:36:12 -05:00
z64scene.h Update ZAPD () 2023-10-24 21:36:10 -04:00
z64skin.h Update ZAPD () 2023-10-24 21:36:10 -04:00
z64skybox.h Split z64.h: move various things, state, sram, gfx, jpeg, prerender, speedmeter () 2023-08-15 12:21:19 -04:00
z64sram.h Split z64.h: move various things, state, sram, gfx, jpeg, prerender, speedmeter () 2023-08-15 12:21:19 -04:00
z64transition.h Split z64.h: move various things, state, sram, gfx, jpeg, prerender, speedmeter () 2023-08-15 12:21:19 -04:00
z64transition_instances.h Split z64.h: move various things, state, sram, gfx, jpeg, prerender, speedmeter () 2023-08-15 12:21:19 -04:00
z64view.h Split z64.h: gfxprint, message, pause, view (as new headers), +misc () 2022-12-30 14:55:31 +01:00
z64vis.h Document Framebuffer Filters, VisCvg and VisZbuf () 2023-09-16 17:16:58 -04:00