From 40c0b7bf50b9f4b0cae290be3a8941e2a8f997d6 Mon Sep 17 00:00:00 2001 From: MegaMech Date: Tue, 24 Mar 2026 18:38:35 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20HarbourM?= =?UTF-8?q?asters/SpaghettiKart@a161aa7c3f1a8dcdf77a3565444911e0087d25c2?= =?UTF-8?q?=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Game_8cpp.html | 2 +- Game_8h.html | 2 +- actors_8c.html | 4 +-- classOSnowman.html | 4 +-- doxygen_crawl.html | 10 +++---- main_8c.html | 2 +- main_8h.html | 6 ++--- md_docs_2custom-audio.html | 4 +-- md_docs_2custom-characters.html | 2 +- md_docs_2textures-pack.html | 4 +-- menu__items_8c.html | 4 +-- menu__items_8h.html | 2 +- navtreedata.js | 10 +++---- navtreeindex42.js | 10 +++---- navtreeindex59.js | 2 +- osContInit_8c.html | 2 +- osCreatePiManager_8c.html | 2 +- osEPiRawStartDma_8c.html | 6 ++--- osPiGetCmdQueue_8c.html | 2 +- osPiStartDma_8c.html | 2 +- piint_8h.html | 2 +- race__logic_8c.html | 2 +- race__logic_8h.html | 2 +- render__objects_8c.html | 10 +++---- render__objects_8h.html | 2 +- search/all_13.js | 2 +- search/all_8.js | 2 +- search/all_9.js | 2 +- todo.html | 48 ++++++++++++++++----------------- uniondu.html | 4 +-- update__objects_8c.html | 4 +-- 31 files changed, 81 insertions(+), 81 deletions(-) diff --git a/Game_8cpp.html b/Game_8cpp.html index 7a3b0626f..ca5f6839a 100644 --- a/Game_8cpp.html +++ b/Game_8cpp.html @@ -2632,7 +2632,7 @@ Here is the caller graph for this function:
-
Todo
Move gGfxPool out of main.h
+
Todo
Move gGfxPool out of main.h
Here is the call graph for this function:
diff --git a/Game_8h.html b/Game_8h.html index 295d2038e..ac753f8ae 100644 --- a/Game_8h.html +++ b/Game_8h.html @@ -2545,7 +2545,7 @@ Here is the caller graph for this function:
-
Todo
Move gGfxPool out of main.h
+
Todo
Move gGfxPool out of main.h
diff --git a/actors_8c.html b/actors_8c.html index 659180f72..e358cefa0 100644 --- a/actors_8c.html +++ b/actors_8c.html @@ -456,7 +456,7 @@ Here is the caller graph for this function:
-
Todo
Commented out because deletes too soon.
+
Todo
Commented out because deletes too soon.
Here is the call graph for this function:
@@ -1861,7 +1861,7 @@ Here is the caller graph for this function:
-
Todo
actorType needs to be passed into this function for flexibility
+
Todo
actorType needs to be passed into this function for flexibility
Here is the call graph for this function:
diff --git a/classOSnowman.html b/classOSnowman.html index a72a6f353..0ad66ee75 100644 --- a/classOSnowman.html +++ b/classOSnowman.html @@ -351,7 +351,7 @@ Here is the call graph for this function:
-
Todo
quick hack to add the snow particles on hit. Need to separate into its own class
+
Todo
quick hack to add the snow particles on hit. Need to separate into its own class
Here is the call graph for this function:
@@ -782,7 +782,7 @@ Here is the call graph for this function:
-
Todo
quick hack to add the snow particles on hit. Need to separate into its own class
+
Todo
quick hack to add the snow particles on hit. Need to separate into its own class

Reimplemented from OObject.

-
Todo
Why did void* work for matching
+
Todo
Why did void* work for matching
Here is the call graph for this function:
diff --git a/main_8h.html b/main_8h.html index 0b824dfc0..74c8301fe 100644 --- a/main_8h.html +++ b/main_8h.html @@ -615,7 +615,7 @@ Variables
-
Todo
Verify with proper documentation
+
Todo
Verify with proper documentation
@@ -644,7 +644,7 @@ Variables
-
Todo
Verify with proper documentation
+
Todo
Verify with proper documentation
@@ -663,7 +663,7 @@ Variables
-
Todo
Why did void* work for matching
+
Todo
Why did void* work for matching
Here is the call graph for this function:
diff --git a/md_docs_2custom-audio.html b/md_docs_2custom-audio.html index e2d105c5a..54ad4d60e 100644 --- a/md_docs_2custom-audio.html +++ b/md_docs_2custom-audio.html @@ -125,14 +125,14 @@ $(function(){initNavTree('md_docs_2custom-audio.html',''); initResizable(true);
}
}

The name, author and date are optional. The loop is used to define the loop of the sequence. If you don't want to loop the sequence, you can just remove the loop property. date doesn't have any effect on the audio playback.

-

+

Example:

You want to change sound/sequences/main_menu then you just need to create a zip file with the following structure:

audio_pack.zip
└── sound
└── sequences
└── main_menu.mp3
└── main_menu.json
-

+

Future plans