mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-06-22 09:05:54 -04:00
Deploying to gh-pages from @ HarbourMasters/SpaghettiKart@5c93004e38 🚀
This commit is contained in:
+1
-1
@@ -2632,7 +2632,7 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000050">Todo</a></b></dt><dd>Move gGfxPool out of <a class="el" href="main_8h.html">main.h</a> </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000038">Todo</a></b></dt><dd>Move gGfxPool out of <a class="el" href="main_8h.html">main.h</a> </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
+1
-1
@@ -2545,7 +2545,7 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000050">Todo</a></b></dt><dd>Move gGfxPool out of <a class="el" href="main_8h.html">main.h</a> </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000038">Todo</a></b></dt><dd>Move gGfxPool out of <a class="el" href="main_8h.html">main.h</a> </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -2099,7 +2099,7 @@ Here is the call graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000011">Todo</a></b></dt><dd>What does this even do? </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000012">Todo</a></b></dt><dd>What does this even do? </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
@@ -2037,7 +2037,7 @@ Here is the call graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000011">Todo</a></b></dt><dd>What does this even do? </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000012">Todo</a></b></dt><dd>What does this even do? </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
+7
-7
@@ -1,14 +1,14 @@
|
||||
var charactermenu =
|
||||
[
|
||||
[ "Overview", "characteroverview.html", [
|
||||
[ "Custom characters", "characteroverview.html#custom-characters-1", null ],
|
||||
[ "Examples for all characters:", "characteroverview.html#examples-for-all-characters-1", null ],
|
||||
[ "Additional Files", "characteroverview.html#additional-files-1", [
|
||||
[ "Tips", "characteroverview.html#tips-1", [
|
||||
[ "Change Viewport Render Settings", "characteroverview.html#change-viewport-render-settings-1", null ]
|
||||
[ "Custom characters", "characteroverview.html#custom-characters", null ],
|
||||
[ "Examples for all characters:", "characteroverview.html#examples-for-all-characters", null ],
|
||||
[ "Additional Files", "characteroverview.html#additional-files", [
|
||||
[ "Tips", "characteroverview.html#tips", [
|
||||
[ "Change Viewport Render Settings", "characteroverview.html#change-viewport-render-settings", null ]
|
||||
] ],
|
||||
[ "Tools To Help", "characteroverview.html#tools-to-help-1", null ],
|
||||
[ "Future plans", "characteroverview.html#future-plans-1", null ]
|
||||
[ "Tools To Help", "characteroverview.html#tools-to-help", null ],
|
||||
[ "Future plans", "characteroverview.html#future-plans", null ]
|
||||
] ]
|
||||
] ]
|
||||
];
|
||||
@@ -108,7 +108,7 @@ $(function(){initNavTree('characteroverview.html',''); initResizable(true); });
|
||||
<div class="headertitle"><div class="title">Overview</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<div class="textblock"><h1><a class="anchor" id="custom-characters-1"></a>
|
||||
<div class="textblock"><h1><a class="anchor" id="custom-characters"></a>
|
||||
Custom characters</h1>
|
||||
<p>Custom characters can only replace existing characters for now.</p>
|
||||
<ol type="1">
|
||||
@@ -119,7 +119,7 @@ Custom characters</h1>
|
||||
<li>In the above toad example, zip up the toad_kart folder and rename it to a .o2r file.</li>
|
||||
<li>Put it in mods folder and run.</li>
|
||||
</ol>
|
||||
<h1><a class="anchor" id="examples-for-all-characters-1"></a>
|
||||
<h1><a class="anchor" id="examples-for-all-characters"></a>
|
||||
Examples for all characters:</h1>
|
||||
<p>mario_kart/mario_kart_frame###</p>
|
||||
<p>luigi_kart/luigi_kart_frame###</p>
|
||||
@@ -129,27 +129,27 @@ Examples for all characters:</h1>
|
||||
<p>donkeykong_kart/donkeykong_kart_frame###</p>
|
||||
<p>bowser_kart/bowser_kart_frame###</p>
|
||||
<p>yoshi_kart/yoshi_kart_frame###</p>
|
||||
<h1><a class="anchor" id="additional-files-1"></a>
|
||||
<h1><a class="anchor" id="additional-files"></a>
|
||||
Additional Files</h1>
|
||||
<p>Some other files to look out for(still using toad as a example)</p>
|
||||
<p>placement icon = common_data/common_texture_portrait_toad.png Original frame is 32x32</p>
|
||||
<p>player selection frames = player_selection/toad_face_00.png ~ toad_face_16.png Original frames is 64x64 (note that Donkeykong uses donkey_kong here instead)</p>
|
||||
<p>player select nameplate = texture_tkmk00/gTextureNameToad.png Original frame is 64x12 (note that Donkeykong uses DK here instead)</p>
|
||||
<h2><a class="anchor" id="tips-1"></a>
|
||||
<h2><a class="anchor" id="tips"></a>
|
||||
Tips</h2>
|
||||
<h3><a class="anchor" id="change-viewport-render-settings-1"></a>
|
||||
<h3><a class="anchor" id="change-viewport-render-settings"></a>
|
||||
Change Viewport Render Settings</h3>
|
||||
<p>Assuming your using the overkart setup kart.</p>
|
||||
<p>In object mode, select View -> Cameras -> Active <a class="el" href="structCamera.html">Camera</a></p>
|
||||
<p>Set your render resolution and path as shown in the image below</p>
|
||||
<p>Then render your animation by selecting View -> Viewport Render <a class="el" href="structAnimation.html">Animation</a></p>
|
||||
<p><img src="change_viewport.png" alt="Viewport Render Settings" class="inline"/></p>
|
||||
<h2><a class="anchor" id="tools-to-help-1"></a>
|
||||
<h2><a class="anchor" id="tools-to-help"></a>
|
||||
Tools To Help</h2>
|
||||
<ul>
|
||||
<li>There is <a href="https://vinievex.itch.io/racer-ready-up">Racer Ready-Up</a> which is a tool to help you create custom characters for SpaghettiKart.</li>
|
||||
</ul>
|
||||
<h2><a class="anchor" id="future-plans-1"></a>
|
||||
<h2><a class="anchor" id="future-plans"></a>
|
||||
Future plans</h2>
|
||||
<ul>
|
||||
<li>Support for custom characters that do not replace existing ones.</li>
|
||||
|
||||
@@ -194,7 +194,7 @@ Variables</h2></td></tr>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000012">Todo</a></b></dt><dd>confirm this. </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000011">Todo</a></b></dt><dd>confirm this. </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the caller graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
@@ -166,7 +166,7 @@ Variables</h2></td></tr>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000012">Todo</a></b></dt><dd>confirm this. </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000011">Todo</a></b></dt><dd>confirm this. </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the caller graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
+1
-1
@@ -1324,7 +1324,7 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000042">Todo</a></b></dt><dd>magic number </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000044">Todo</a></b></dt><dd>magic number </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
+13
-13
@@ -2354,13 +2354,13 @@
|
||||
<a href="charactermenu.html"/>
|
||||
<a href="charactermenu_8md.html"/>
|
||||
<a href="characteroverview.html"/>
|
||||
<a href="characteroverview.html#additional-files-1"/>
|
||||
<a href="characteroverview.html#change-viewport-render-settings-1"/>
|
||||
<a href="characteroverview.html#custom-characters-1"/>
|
||||
<a href="characteroverview.html#examples-for-all-characters-1"/>
|
||||
<a href="characteroverview.html#future-plans-1"/>
|
||||
<a href="characteroverview.html#tips-1"/>
|
||||
<a href="characteroverview.html#tools-to-help-1"/>
|
||||
<a href="characteroverview.html#additional-files"/>
|
||||
<a href="characteroverview.html#change-viewport-render-settings"/>
|
||||
<a href="characteroverview.html#custom-characters"/>
|
||||
<a href="characteroverview.html#examples-for-all-characters"/>
|
||||
<a href="characteroverview.html#future-plans"/>
|
||||
<a href="characteroverview.html#tips"/>
|
||||
<a href="characteroverview.html#tools-to-help"/>
|
||||
<a href="characteroverview_8md.html"/>
|
||||
<a href="choco__mountain_2course__offsets_8c.html"/>
|
||||
<a href="choco__mountain_2course__offsets_8c.html#a5a113e0461db868edf58b7a79a05adf4"/>
|
||||
@@ -10433,14 +10433,14 @@
|
||||
<a href="md_docs_2BUILDING.html#windows"/>
|
||||
<a href="md_docs_2custom-audio.html"/>
|
||||
<a href="md_docs_2custom-audio.html#example"/>
|
||||
<a href="md_docs_2custom-audio.html#future-plans"/>
|
||||
<a href="md_docs_2custom-audio.html#future-plans-1"/>
|
||||
<a href="md_docs_2custom-characters.html"/>
|
||||
<a href="md_docs_2custom-characters.html#additional-files"/>
|
||||
<a href="md_docs_2custom-characters.html#change-viewport-render-settings"/>
|
||||
<a href="md_docs_2custom-characters.html#examples-for-all-characters"/>
|
||||
<a href="md_docs_2custom-characters.html#additional-files-1"/>
|
||||
<a href="md_docs_2custom-characters.html#change-viewport-render-settings-1"/>
|
||||
<a href="md_docs_2custom-characters.html#examples-for-all-characters-1"/>
|
||||
<a href="md_docs_2custom-characters.html#future-plans-2"/>
|
||||
<a href="md_docs_2custom-characters.html#tips"/>
|
||||
<a href="md_docs_2custom-characters.html#tools-to-help"/>
|
||||
<a href="md_docs_2custom-characters.html#tips-1"/>
|
||||
<a href="md_docs_2custom-characters.html#tools-to-help-1"/>
|
||||
<a href="md_docs_2faq.html"/>
|
||||
<a href="md_docs_2migrations.html"/>
|
||||
<a href="md_docs_2migrations.html#generated-files"/>
|
||||
|
||||
+14
@@ -110,6 +110,20 @@ $(function(){initNavTree('index.html',''); initResizable(true); });
|
||||
<div class="contents">
|
||||
<div class="textblock"><p><a class="anchor" id="md_docs_2mainpage"></a> Complete resources for learning about SpaghettiKart
|
||||
<br>
|
||||
<div class="pagebutton">
|
||||
<a class="pagea" href="modding.html">
|
||||
<div class="pagelink">
|
||||
<div class="pageimg"><img width=320 src="buttonimage.png" /></div>
|
||||
<div class="content">
|
||||
<div class="pageheading">Modding Main Page</div>
|
||||
<div class="pagedescription">
|
||||
<p>It's time to race!</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="pagebutton">
|
||||
<a class="pagea" href="trackmenu.html">
|
||||
<div class="pagelink">
|
||||
|
||||
@@ -132,7 +132,7 @@ Example:</h1>
|
||||
<div class="line"> └── sequences</div>
|
||||
<div class="line"> └── main_menu.mp3</div>
|
||||
<div class="line"> └── main_menu.json</div>
|
||||
</div><!-- fragment --><h1><a class="anchor" id="future-plans"></a>
|
||||
</div><!-- fragment --><h1><a class="anchor" id="future-plans-1"></a>
|
||||
Future plans</h1>
|
||||
<ul>
|
||||
<li>Support samples.</li>
|
||||
|
||||
@@ -108,7 +108,7 @@ $(function(){initNavTree('md_docs_2custom-characters.html',''); initResizable(tr
|
||||
<div class="headertitle"><div class="title">Custom characters</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<div class="textblock"><p><a class="anchor" id="custom-characters"></a></p>
|
||||
<div class="textblock"><p><a class="anchor" id="custom-characters-1"></a></p>
|
||||
<p>Custom characters can only replace existing characters for now.</p>
|
||||
<ol type="1">
|
||||
<li>Download the Kart Setup blender file included with this post(Slightly altered .blender file provided by the Overkart server with some adjustments to the animation to export for Spaghetti, thanks again Andrat for permission to post this and a huge thanks to the Overkart 64 community in general.) <a href="MK64_Spaghetti_Adjusted_Kart_Setup.blend">Kart Setup.blend</a></li>
|
||||
@@ -118,7 +118,7 @@ $(function(){initNavTree('md_docs_2custom-characters.html',''); initResizable(tr
|
||||
<li>In the above toad example, zip up the toad_kart folder and rename it to a .o2r file.</li>
|
||||
<li>Put it in mods folder and run.</li>
|
||||
</ol>
|
||||
<h1><a class="anchor" id="examples-for-all-characters"></a>
|
||||
<h1><a class="anchor" id="examples-for-all-characters-1"></a>
|
||||
Examples for all characters:</h1>
|
||||
<p>mario_kart/mario_kart_frame###</p>
|
||||
<p>luigi_kart/luigi_kart_frame###</p>
|
||||
@@ -128,22 +128,22 @@ Examples for all characters:</h1>
|
||||
<p>donkeykong_kart/donkeykong_kart_frame###</p>
|
||||
<p>bowser_kart/bowser_kart_frame###</p>
|
||||
<p>yoshi_kart/yoshi_kart_frame###</p>
|
||||
<h1><a class="anchor" id="additional-files"></a>
|
||||
<h1><a class="anchor" id="additional-files-1"></a>
|
||||
Additional Files</h1>
|
||||
<p>Some other files to look out for(still using toad as a example)</p>
|
||||
<p>placement icon = common_data/common_texture_portrait_toad.png Original frame is 32x32</p>
|
||||
<p>player selection frames = player_selection/toad_face_00.png ~ toad_face_16.png Original frames is 64x64 (note that Donkeykong uses donkey_kong here instead)</p>
|
||||
<p>player select nameplate = texture_tkmk00/gTextureNameToad.png Original frame is 64x12 (note that Donkeykong uses DK here instead)</p>
|
||||
<h2><a class="anchor" id="tips"></a>
|
||||
<h2><a class="anchor" id="tips-1"></a>
|
||||
Tips</h2>
|
||||
<h3><a class="anchor" id="change-viewport-render-settings"></a>
|
||||
<h3><a class="anchor" id="change-viewport-render-settings-1"></a>
|
||||
Change Viewport Render Settings</h3>
|
||||
<p>Assuming your using the overkart setup kart.</p>
|
||||
<p>In object mode, select View -> Cameras -> Active <a class="el" href="structCamera.html">Camera</a></p>
|
||||
<p>Set your render resolution and path as shown in the image below</p>
|
||||
<p>Then render your animation by selecting View -> Viewport Render <a class="el" href="structAnimation.html">Animation</a></p>
|
||||
<p><img src="change_viewport.png" alt="Viewport Render Settings" class="inline"/></p>
|
||||
<h2><a class="anchor" id="tools-to-help"></a>
|
||||
<h2><a class="anchor" id="tools-to-help-1"></a>
|
||||
Tools To Help</h2>
|
||||
<ul>
|
||||
<li>There is <a href="https://vinievex.itch.io/racer-ready-up">Racer Ready-Up</a> which is a tool to help you create custom characters for SpaghettiKart.</li>
|
||||
|
||||
@@ -156,7 +156,7 @@ Mod Types</h1>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Custom Tracks (CT)<ul>
|
||||
<li>Custom tracks are reserved for advanced users. We plan to simplify the process in the future.</li>
|
||||
<li>Custom tracks are reserved for advanced users. Don't hesitate to make feedback and PR to improve the doc.</li>
|
||||
<li>link</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
+2
-2
@@ -2392,7 +2392,7 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000051">Todo</a></b></dt><dd>These sizes need to be sizeof() for shiftability if possible </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000042">Todo</a></b></dt><dd>These sizes need to be sizeof() for shiftability if possible </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
@@ -9134,7 +9134,7 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000050">Todo</a></b></dt><dd>Move gGfxPool out of <a class="el" href="main_8h.html">main.h</a> </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000038">Todo</a></b></dt><dd>Move gGfxPool out of <a class="el" href="main_8h.html">main.h</a> </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
+1
-1
@@ -2738,7 +2738,7 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000051">Todo</a></b></dt><dd>These sizes need to be sizeof() for shiftability if possible </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000042">Todo</a></b></dt><dd>These sizes need to be sizeof() for shiftability if possible </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
+6
-6
@@ -74,15 +74,15 @@ var NAVTREE =
|
||||
[ "Courses", "coursesmenu.html", "coursesmenu" ],
|
||||
[ "Custom Audio", "md_docs_2custom-audio.html", [
|
||||
[ "Example:", "md_docs_2custom-audio.html#example", null ],
|
||||
[ "Future plans", "md_docs_2custom-audio.html#future-plans", null ]
|
||||
[ "Future plans", "md_docs_2custom-audio.html#future-plans-1", null ]
|
||||
] ],
|
||||
[ "Custom characters", "md_docs_2custom-characters.html", [
|
||||
[ "Examples for all characters:", "md_docs_2custom-characters.html#examples-for-all-characters", null ],
|
||||
[ "Additional Files", "md_docs_2custom-characters.html#additional-files", [
|
||||
[ "Tips", "md_docs_2custom-characters.html#tips", [
|
||||
[ "Change Viewport Render Settings", "md_docs_2custom-characters.html#change-viewport-render-settings", null ]
|
||||
[ "Examples for all characters:", "md_docs_2custom-characters.html#examples-for-all-characters-1", null ],
|
||||
[ "Additional Files", "md_docs_2custom-characters.html#additional-files-1", [
|
||||
[ "Tips", "md_docs_2custom-characters.html#tips-1", [
|
||||
[ "Change Viewport Render Settings", "md_docs_2custom-characters.html#change-viewport-render-settings-1", null ]
|
||||
] ],
|
||||
[ "Tools To Help", "md_docs_2custom-characters.html#tools-to-help", null ],
|
||||
[ "Tools To Help", "md_docs_2custom-characters.html#tools-to-help-1", null ],
|
||||
[ "Future plans", "md_docs_2custom-characters.html#future-plans-2", null ]
|
||||
] ]
|
||||
] ],
|
||||
|
||||
+6
-6
@@ -127,14 +127,14 @@ var NAVTREEINDEX42 =
|
||||
"md_docs_2BUILDING.html#windows":[2,0],
|
||||
"md_docs_2custom-audio.html":[5],
|
||||
"md_docs_2custom-audio.html#example":[5,0],
|
||||
"md_docs_2custom-audio.html#future-plans":[5,1],
|
||||
"md_docs_2custom-audio.html#future-plans-1":[5,1],
|
||||
"md_docs_2custom-characters.html":[6],
|
||||
"md_docs_2custom-characters.html#additional-files":[6,1],
|
||||
"md_docs_2custom-characters.html#change-viewport-render-settings":[6,1,0,0],
|
||||
"md_docs_2custom-characters.html#examples-for-all-characters":[6,0],
|
||||
"md_docs_2custom-characters.html#additional-files-1":[6,1],
|
||||
"md_docs_2custom-characters.html#change-viewport-render-settings-1":[6,1,0,0],
|
||||
"md_docs_2custom-characters.html#examples-for-all-characters-1":[6,0],
|
||||
"md_docs_2custom-characters.html#future-plans-2":[6,1,2],
|
||||
"md_docs_2custom-characters.html#tips":[6,1,0],
|
||||
"md_docs_2custom-characters.html#tools-to-help":[6,1,1],
|
||||
"md_docs_2custom-characters.html#tips-1":[6,1,0],
|
||||
"md_docs_2custom-characters.html#tools-to-help-1":[6,1,1],
|
||||
"md_docs_2faq.html":[7],
|
||||
"md_docs_2migrations.html":[8],
|
||||
"md_docs_2migrations.html#generated-files":[8,1,1],
|
||||
|
||||
+4
-4
@@ -201,14 +201,14 @@ var NAVTREEINDEX59 =
|
||||
"path__spawn__metadata_8h.html#aa1225cbe034f8220381bf006bcb48ba1":[20,0,3,3,2,2],
|
||||
"path__spawn__metadata_8h.html#aff0cf43668bf5133962be53f680bddbe":[20,0,3,3,2,4],
|
||||
"path__spawn__metadata_8h_source.html":[20,0,3,3,2],
|
||||
"paths.html":[15,1],
|
||||
"paths.html":[14,5],
|
||||
"paths.html#path-type":[15,1,1,0],
|
||||
"paths.html":[15,1],
|
||||
"paths.html#path-type":[14,5,1,0],
|
||||
"paths.html#supported-blender-paths":[15,1,1],
|
||||
"paths.html#path-type":[15,1,1,0],
|
||||
"paths.html#supported-blender-paths":[14,5,1],
|
||||
"paths.html#track-paths":[15,1,0],
|
||||
"paths.html#supported-blender-paths":[15,1,1],
|
||||
"paths.html#track-paths":[14,5,0],
|
||||
"paths.html#track-paths":[15,1,0],
|
||||
"peach__kart_8h.html":[20,0,2,0,3,0,4],
|
||||
"peach__kart_8h.html#a6132c127dadd0124f133917b0384ce6f":[20,0,2,0,3,0,4,1],
|
||||
"peach__kart_8h.html#abbc8e840517aac99f9f1b8fb464872d3":[20,0,2,0,3,0,4,0],
|
||||
|
||||
+7
-7
@@ -89,13 +89,13 @@ var NAVTREEINDEX9 =
|
||||
"ceremony__and__credits_8h_source.html":[20,0,3,5,3],
|
||||
"charactermenu.html":[3],
|
||||
"characteroverview.html":[3,0],
|
||||
"characteroverview.html#additional-files-1":[3,0,2],
|
||||
"characteroverview.html#change-viewport-render-settings-1":[3,0,2,0,0],
|
||||
"characteroverview.html#custom-characters-1":[3,0,0],
|
||||
"characteroverview.html#examples-for-all-characters-1":[3,0,1],
|
||||
"characteroverview.html#future-plans-1":[3,0,2,2],
|
||||
"characteroverview.html#tips-1":[3,0,2,0],
|
||||
"characteroverview.html#tools-to-help-1":[3,0,2,1],
|
||||
"characteroverview.html#additional-files":[3,0,2],
|
||||
"characteroverview.html#change-viewport-render-settings":[3,0,2,0,0],
|
||||
"characteroverview.html#custom-characters":[3,0,0],
|
||||
"characteroverview.html#examples-for-all-characters":[3,0,1],
|
||||
"characteroverview.html#future-plans":[3,0,2,2],
|
||||
"characteroverview.html#tips":[3,0,2,0],
|
||||
"characteroverview.html#tools-to-help":[3,0,2,1],
|
||||
"choco__mountain_2course__offsets_8c.html":[20,0,0,4,0],
|
||||
"choco__mountain_2course__offsets_8c.html#a5a113e0461db868edf58b7a79a05adf4":[20,0,0,4,0,0],
|
||||
"choco__mountain__displaylists_8h.html":[20,0,2,0,0,0,4,1],
|
||||
|
||||
@@ -155,7 +155,7 @@ Functions</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<b>Value:</b><div class="fragment"><div class="line">(*(vu32*) PHYS_TO_K1(addr) = (u32) (data))</div>
|
||||
</div><!-- fragment --><dl class="todo"><dt><b><a class="el" href="todo.html#_todo000040">Todo</a></b></dt><dd>These defines are from PR/rcp.h, but including that causes problems... </dd></dl>
|
||||
</div><!-- fragment --><dl class="todo"><dt><b><a class="el" href="todo.html#_todo000041">Todo</a></b></dt><dd>These defines are from PR/rcp.h, but including that causes problems... </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -170,7 +170,7 @@ Functions</h2></td></tr>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000039">Todo</a></b></dt><dd>This define is from os.h, but including that causes problems... </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000040">Todo</a></b></dt><dd>This define is from os.h, but including that causes problems... </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -194,7 +194,7 @@ Functions</h2></td></tr>
|
||||
</div><div class="memdoc">
|
||||
<b>Value:</b><div class="fragment"><div class="line"> <span class="keywordflow">if</span> (cHandle->var != pihandle->var) \</div>
|
||||
<div class="line"> IO_WRITE(reg, pihandle->var);</div>
|
||||
</div><!-- fragment --><dl class="todo"><dt><b><a class="el" href="todo.html#_todo000038">Todo</a></b></dt><dd>This define is from <a class="el" href="piint_8h.html">piint.h</a>, but including that causes problems... </dd></dl>
|
||||
</div><!-- fragment --><dl class="todo"><dt><b><a class="el" href="todo.html#_todo000039">Todo</a></b></dt><dd>This define is from <a class="el" href="piint_8h.html">piint.h</a>, but including that causes problems... </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -212,7 +212,7 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000042">Todo</a></b></dt><dd>magic number </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000044">Todo</a></b></dt><dd>magic number </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
@@ -259,7 +259,7 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000041">Todo</a></b></dt><dd>magic constant </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000043">Todo</a></b></dt><dd>magic constant </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
@@ -191,7 +191,7 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000043">Todo</a></b></dt><dd>figure out why this is like this </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000045">Todo</a></b></dt><dd>figure out why this is like this </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -172,7 +172,7 @@ Variables</h2></td></tr>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000044">Todo</a></b></dt><dd>name magic constants </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000046">Todo</a></b></dt><dd>name magic constants </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
+1
-1
@@ -144,7 +144,7 @@ Variables</h2></td></tr>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000045">Todo</a></b></dt><dd>name magic constants </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000047">Todo</a></b></dt><dd>name magic constants </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
@@ -143,7 +143,7 @@ Variables</h2></td></tr>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000046">Todo</a></b></dt><dd>figure out what this flag means </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000048">Todo</a></b></dt><dd>figure out what this flag means </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
+1
-1
@@ -337,7 +337,7 @@ Here is the call graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000041">Todo</a></b></dt><dd>magic constant </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000043">Todo</a></b></dt><dd>magic constant </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
+3
-3
@@ -782,7 +782,7 @@ Variables</h2></td></tr>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000047">Todo</a></b></dt><dd>name </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000049">Todo</a></b></dt><dd>name </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -797,7 +797,7 @@ Variables</h2></td></tr>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000048">Todo</a></b></dt><dd>name </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000050">Todo</a></b></dt><dd>name </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -812,7 +812,7 @@ Variables</h2></td></tr>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000049">Todo</a></b></dt><dd>name </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000051">Todo</a></b></dt><dd>name </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -381,7 +381,7 @@ var searchData=
|
||||
['outputchannels_378',['outputChannels',['../structma__decoder.html#a66e891518697e7226936c04cce589a8c',1,'ma_decoder']]],
|
||||
['outputformat_379',['outputFormat',['../structma__decoder.html#a99e75664cebea3a92fc07d2458fb4bbf',1,'ma_decoder']]],
|
||||
['outputsamplerate_380',['outputSampleRate',['../structma__decoder.html#a9d4f0e1242f5faf1fb1614c619fbd6f0',1,'ma_decoder']]],
|
||||
['overview_381',['Overview',['../trackoverview.html#custom-track-overview',1,'Custom Track Overview'],['../characteroverview.html',1,'Overview'],['../trackoverview.html',1,'Overview'],['../md_docs_2migrations.html#overview',1,'Overview'],['../track-properties.html#overview-1',1,'Overview'],['../export.html#quick-overview',1,'Quick Overview']]],
|
||||
['overview_381',['Overview',['../trackoverview.html#custom-track-overview',1,'Custom Track Overview'],['../characteroverview.html',1,'Overview'],['../trackoverview.html',1,'Overview'],['../track-properties.html#overview-1',1,'Overview'],['../md_docs_2migrations.html#overview',1,'Overview'],['../export.html#quick-overview',1,'Quick Overview']]],
|
||||
['ownsbuffer_382',['ownsBuffer',['../structma__rb.html#acab6e4d4c05b0b2238d72ad625316605',1,'ma_rb']]],
|
||||
['ownsdata_383',['ownsData',['../structma__audio__buffer.html#a8f792223090e7ed1e643c445145051b0',1,'ma_audio_buffer']]],
|
||||
['ownsdatasource_384',['ownsDataSource',['../structma__sound.html#a05237ac41a384a307b631231d68afa78',1,'ma_sound']]],
|
||||
|
||||
+1
-1
@@ -231,7 +231,7 @@ var searchData=
|
||||
['pixelcountpresets_228',['pixelCountPresets',['../namespaceGameUI.html#a3ec999dd45c253f4028a9799c2097bf3',1,'GameUI']]],
|
||||
['pjobs_229',['pJobs',['../structma__job__queue.html#aa451ed367f2b32c7290478552e6bed72',1,'ma_job_queue']]],
|
||||
['place_230',['PLACE',['../defines_8h.html#a553ccae20425334722a8255176db6b58',1,'defines.h']]],
|
||||
['plans_231',['plans',['../md_docs_2custom-audio.html#future-plans',1,'Future plans'],['../md_docs_2custom-characters.html#future-plans-2',1,'Future plans'],['../characteroverview.html#future-plans-1',1,'Future plans'],['../md_docs_2textures-pack.html#future-plans-3',1,'Future plans']]],
|
||||
['plans_231',['plans',['../characteroverview.html#future-plans',1,'Future plans'],['../md_docs_2custom-audio.html#future-plans-1',1,'Future plans'],['../md_docs_2custom-characters.html#future-plans-2',1,'Future plans'],['../md_docs_2textures-pack.html#future-plans-3',1,'Future plans']]],
|
||||
['platform_232',['platform',['../classpfd_1_1internal_1_1platform.html',1,'pfd::internal']]],
|
||||
['play_5fcpu_5fsound_5feffect_233',['play_cpu_sound_effect',['../code__80005FD0_8c.html#adb9b8cd30f2be4e125706fa55ea2272d',1,'play_cpu_sound_effect(s32 arg0, Player *player): code_80005FD0.c'],['../code__80005FD0_8h.html#a7fd9348353fad2f9e3c09149b4ac6848',1,'play_cpu_sound_effect(s32, Player *): code_80005FD0.c']]],
|
||||
['play_5fcutscene_234',['play_cutscene',['../ceremony__and__credits_8c.html#a4a6457529772eb72fe5e0fd85793e4ca',1,'play_cutscene(CinematicCamera *camera): ceremony_and_credits.c'],['../ceremony__and__credits_8h.html#a5b5ed72310520791870bbf9bd3fe930e',1,'play_cutscene(CinematicCamera *): ceremony_and_credits.c']]],
|
||||
|
||||
+1
-1
@@ -148,7 +148,7 @@ var searchData=
|
||||
['remove_5flightning_5feffect_145',['remove_lightning_effect',['../effects_8c.html#a07ab364789868cafd49e8510b238d453',1,'remove_lightning_effect(Player *player, UNUSED s8 arg1): effects.c'],['../effects_8h.html#a53ba3429d66bd45d83987dbe362aa81f',1,'remove_lightning_effect(Player *, s8): effects.h']]],
|
||||
['removesidebarsearch_146',['RemoveSidebarSearch',['../classShip_1_1Menu.html#a18c71aab7adbb91f67895f415095f8dc',1,'Ship::Menu']]],
|
||||
['render_20conflicts_147',['Render Conflicts',['../troubleshooting.html#render-conflicts',1,'']]],
|
||||
['render_20settings_148',['Render Settings',['../md_docs_2custom-characters.html#change-viewport-render-settings',1,'Change Viewport Render Settings'],['../characteroverview.html#change-viewport-render-settings-1',1,'Change Viewport Render Settings']]],
|
||||
['render_20settings_148',['Render Settings',['../characteroverview.html#change-viewport-render-settings',1,'Change Viewport Render Settings'],['../md_docs_2custom-characters.html#change-viewport-render-settings-1',1,'Change Viewport Render Settings']]],
|
||||
['render_2einc_2ec_149',['render.inc.c',['../banana_2render_8inc_8c.html',1,'(Global Namespace)'],['../blue__and__red__shells_2render_8inc_8c.html',1,'(Global Namespace)'],['../box__truck_2render_8inc_8c.html',1,'(Global Namespace)'],['../car_2render_8inc_8c.html',1,'(Global Namespace)'],['../cow_2render_8inc_8c.html',1,'(Global Namespace)'],['../fake__item__box_2render_8inc_8c.html',1,'(Global Namespace)'],['../falling__rock_2render_8inc_8c.html',1,'(Global Namespace)'],['../green__shell_2render_8inc_8c.html',1,'(Global Namespace)'],['../item__box_2render_8inc_8c.html',1,'(Global Namespace)'],['../kiwano__fruit_2render_8inc_8c.html',1,'(Global Namespace)'],['../mario__sign_2render_8inc_8c.html',1,'(Global Namespace)'],['../paddle__boat_2render_8inc_8c.html',1,'(Global Namespace)'],['../palm__tree_2render_8inc_8c.html',1,'(Global Namespace)'],['../piranha__plant_2render_8inc_8c.html',1,'(Global Namespace)'],['../railroad__crossing_2render_8inc_8c.html',1,'(Global Namespace)'],['../school__bus_2render_8inc_8c.html',1,'(Global Namespace)'],['../tanker__truck_2render_8inc_8c.html',1,'(Global Namespace)'],['../train_2render_8inc_8c.html',1,'(Global Namespace)'],['../trees_2render_8inc_8c.html',1,'(Global Namespace)'],['../wario__sign_2render_8inc_8c.html',1,'(Global Namespace)'],['../yoshi__egg_2render_8inc_8c.html',1,'(Global Namespace)']]],
|
||||
['render_5factor_5fbanana_150',['render_actor_banana',['../banana_2render_8inc_8c.html#ac3081ff11d8481c9ce596f5ad4e35d64',1,'render_actor_banana(Camera *camera, UNUSED Mat4 arg1, struct BananaActor *banana): render.inc.c'],['../Banana_8cpp.html#a22ec38603b3fb7f3e31ab5584bac4f27',1,'render_actor_banana(Camera *, float[4][4], struct BananaActor *): Banana.cpp']]],
|
||||
['render_5factor_5fblue_5fshell_151',['render_actor_blue_shell',['../blue__and__red__shells_2render_8inc_8c.html#a516dec1dd3d7c2d39294a1ab4edcff4a',1,'render.inc.c']]],
|
||||
|
||||
+1
-1
@@ -401,7 +401,7 @@ var searchData=
|
||||
['settext_398',['SetText',['../classAText.html#a4126b6c7023fd999cda64a4c72da05a3',1,'AText']]],
|
||||
['settextmatrix_399',['SetTextMatrix',['../Matrix_8cpp.html#a9818099a1ee20606a7d622e744846366',1,'SetTextMatrix(Mat4 mf, f32 x, f32 y, f32 arg3, f32 arg4): Matrix.cpp'],['../Matrix_8h.html#ac228d3c5bc5c4fed9df85ba99cd24304',1,'SetTextMatrix(Mat4 mf, f32 arg1, f32 arg2, f32 arg3, f32 arg4): Matrix.cpp']]],
|
||||
['setting_400',['setting',['../namespaceGameUI.html#a5029f49635f14cdb801f6018a936e5b4',1,'GameUI']]],
|
||||
['settings_401',['Settings',['../md_docs_2custom-characters.html#change-viewport-render-settings',1,'Change Viewport Render Settings'],['../characteroverview.html#change-viewport-render-settings-1',1,'Change Viewport Render Settings']]],
|
||||
['settings_401',['Settings',['../characteroverview.html#change-viewport-render-settings',1,'Change Viewport Render Settings'],['../md_docs_2custom-characters.html#change-viewport-render-settings-1',1,'Change Viewport Render Settings']]],
|
||||
['settings_402',['settings',['../classpfd_1_1settings.html',1,'pfd::settings'],['../classpfd_1_1settings.html#a7190e52d512b1321acb78731a8cddf42',1,'pfd::settings::settings()']]],
|
||||
['settrack_403',['SetTrack',['../classCup.html#a2df105b4e6b6478ff4beef1231ee6b64',1,'Cup']]],
|
||||
['setup_404',['Setup',['../setup.html',1,'Setup'],['../export.html#setup',1,'Setup'],['../setup.html#setup-1',1,'Setup']]],
|
||||
|
||||
+4
-4
@@ -192,11 +192,11 @@ var searchData=
|
||||
['timers_189',['timers',['../structPiranhaPlant.html#aad0102ae4844055bddecf89439f28ba0',1,'PiranhaPlant']]],
|
||||
['timerx_190',['timerX',['../structhud__player.html#a4e7f899bbe6582da0c78d383de4baf38',1,'hud_player']]],
|
||||
['timery_191',['timerY',['../structhud__player.html#aa21cf21b02048bda46fcbb4fd38b37fc',1,'hud_player']]],
|
||||
['tips_192',['Tips',['../md_docs_2custom-characters.html#tips',1,'Tips'],['../characteroverview.html#tips-1',1,'Tips'],['../minimap.html#tips-2',1,'Tips']]],
|
||||
['tips_192',['Tips',['../characteroverview.html#tips',1,'Tips'],['../md_docs_2custom-characters.html#tips-1',1,'Tips'],['../minimap.html#tips-2',1,'Tips']]],
|
||||
['tlnext_193',['tlnext',['../structOSThread__ListHead.html#adb438ed0998a6df6f1b35397beedf3ed',1,'OSThread_ListHead::tlnext'],['../structOSThread__s.html#ae3eedf57533a33bc381be42804bf0658',1,'OSThread_s::tlnext']]],
|
||||
['tlut_194',['Tlut',['../classATree.html#a8b38f0a8f69b19459577eae8066b6216',1,'ATree']]],
|
||||
['tlutlist_195',['tlutList',['../structObject.html#a01c1f3b5e0addfab28925726b8d67c90',1,'Object::tlutList'],['../structItemWindowObjects.html#ab41021cb48e9906970a709f3a3379247',1,'ItemWindowObjects::tlutList']]],
|
||||
['to_20help_196',['To Help',['../md_docs_2custom-characters.html#tools-to-help',1,'Tools To Help'],['../characteroverview.html#tools-to-help-1',1,'Tools To Help'],['../md_docs_2textures-pack.html#tools-to-help-2',1,'Tools To Help']]],
|
||||
['to_20help_196',['To Help',['../characteroverview.html#tools-to-help',1,'Tools To Help'],['../md_docs_2custom-characters.html#tools-to-help-1',1,'Tools To Help'],['../md_docs_2textures-pack.html#tools-to-help-2',1,'Tools To Help']]],
|
||||
['to_20help_20find_20music_20and_20to_20see_20how_20courses_20are_20adapted_20in_20the_20future_20including_20references_20too_197',['Specifically Used to help find music and to see how courses are adapted in the future including references too.',['../md_docs_2track__returns.html#specifically-used-to-help-find-music-and-to-see-how-courses-are-adapted-in-the-future-including-references-too',1,'']]],
|
||||
['to_20see_20how_20courses_20are_20adapted_20in_20the_20future_20including_20references_20too_198',['Specifically Used to help find music and to see how courses are adapted in the future including references too.',['../md_docs_2track__returns.html#specifically-used-to-help-find-music-and-to-see-how-courses-are-adapted-in-the-future-including-references-too',1,'']]],
|
||||
['to_20v1_200_199',['Migration: Beta to v1.0',['../md_docs_2migrations.html',1,'']]],
|
||||
@@ -229,7 +229,7 @@ var searchData=
|
||||
['too_226',['Specifically Used to help find music and to see how courses are adapted in the future including references too.',['../md_docs_2track__returns.html#specifically-used-to-help-find-music-and-to-see-how-courses-are-adapted-in-the-future-including-references-too',1,'']]],
|
||||
['too_5fclose_227',['TOO_CLOSE',['../classAText.html#a5c3df12efd24dc28801f208f84136894a27917e9091e7e4e3d7e49009b96af02d',1,'AText']]],
|
||||
['too_5ffar_228',['TOO_FAR',['../classAText.html#a5c3df12efd24dc28801f208f84136894a40421d66348e0b6b9ae3a68dae68c7a5',1,'AText']]],
|
||||
['tools_20to_20help_229',['Tools To Help',['../md_docs_2custom-characters.html#tools-to-help',1,'Tools To Help'],['../characteroverview.html#tools-to-help-1',1,'Tools To Help'],['../md_docs_2textures-pack.html#tools-to-help-2',1,'Tools To Help']]],
|
||||
['tools_20to_20help_229',['Tools To Help',['../characteroverview.html#tools-to-help',1,'Tools To Help'],['../md_docs_2custom-characters.html#tools-to-help-1',1,'Tools To Help'],['../md_docs_2textures-pack.html#tools-to-help-2',1,'Tools To Help']]],
|
||||
['tools_2ecpp_230',['Tools.cpp',['../Tools_8cpp.html',1,'']]],
|
||||
['tools_2eh_231',['Tools.h',['../Tools_8h.html',1,'']]],
|
||||
['toolswindow_232',['ToolsWindow',['../classTrackEditor_1_1ToolsWindow.html',1,'TrackEditor']]],
|
||||
@@ -414,7 +414,7 @@ var searchData=
|
||||
['trophy_2ecpp_411',['Trophy.cpp',['../Trophy_8cpp.html',1,'']]],
|
||||
['trophy_2eh_412',['Trophy.h',['../Trophy_8h.html',1,'']]],
|
||||
['trophytype_413',['TrophyType',['../classOTrophy.html#a43bb5d1394bcac120ff52ec88f765891',1,'OTrophy']]],
|
||||
['troubleshooting_414',['Troubleshooting',['../troubleshooting.html',1,'Troubleshooting'],['../md_docs_2migrations.html#troubleshooting',1,'Troubleshooting'],['../troubleshooting.html#troubleshooting-1',1,'Troubleshooting']]],
|
||||
['troubleshooting_414',['Troubleshooting',['../troubleshooting.html',1,'Troubleshooting'],['../troubleshooting.html#troubleshooting-1',1,'Troubleshooting'],['../md_docs_2migrations.html#troubleshooting',1,'Troubleshooting']]],
|
||||
['troubleshooting_2emd_415',['troubleshooting.md',['../troubleshooting_8md.html',1,'']]],
|
||||
['truck_2ecpp_416',['Truck.cpp',['../Truck_8cpp.html',1,'']]],
|
||||
['truck_2eh_417',['Truck.h',['../Truck_8h.html',1,'']]],
|
||||
|
||||
+1
-1
@@ -129,7 +129,7 @@ var searchData=
|
||||
['vieventcountermesg_126',['viEventCounterMesg',['../osCreateViManager_8c.html#aff91a1647ce302cc41460694801efefc',1,'osCreateViManager.c']]],
|
||||
['vieventvimesg_127',['viEventViMesg',['../osCreateViManager_8c.html#aae85ef5089d8b056ab5fc730eef5b74e',1,'osCreateViManager.c']]],
|
||||
['viewport_128',['viewport',['../structScreenContext.html#a1ab71ae0421bfc1ff4a29a8d5e2e6e18',1,'ScreenContext']]],
|
||||
['viewport_20render_20settings_129',['Viewport Render Settings',['../md_docs_2custom-characters.html#change-viewport-render-settings',1,'Change Viewport Render Settings'],['../characteroverview.html#change-viewport-render-settings-1',1,'Change Viewport Render Settings']]],
|
||||
['viewport_20render_20settings_129',['Viewport Render Settings',['../characteroverview.html#change-viewport-render-settings',1,'Change Viewport Render Settings'],['../md_docs_2custom-characters.html#change-viewport-render-settings-1',1,'Change Viewport Render Settings']]],
|
||||
['vimgrmain_130',['viMgrMain',['../osCreateViManager_8c.html#a8e99d26459b45bf7ef8206045cc4dd95',1,'osCreateViManager.c']]],
|
||||
['vimgrmainargs_131',['viMgrMainArgs',['../osCreateViManager_8c.html#aeb7a9c53e166e158df05b2f84df16987',1,'osCreateViManager.c']]],
|
||||
['vimgrmesgbuff_132',['viMgrMesgBuff',['../osCreateViManager_8c.html#ab78c2e1c405fc547a882c023ff9a93c8',1,'osCreateViManager.c']]],
|
||||
|
||||
+2
-2
@@ -146,7 +146,7 @@ var searchData=
|
||||
['adding_20a_20path_143',['Adding a Path',['../trackoverview.html#adding-a-path',1,'']]],
|
||||
['adding_20the_20surface_144',['Adding the surface',['../trackoverview.html#adding-the-surface',1,'']]],
|
||||
['additional_20cmake_20targets_145',['Additional CMake Targets',['../md_docs_2BUILDING.html#additional-cmake-targets',1,'Additional CMake Targets'],['../md_docs_2BUILDING.html#additional-cmake-targets-1',1,'Additional CMake Targets'],['../md_docs_2BUILDING.html#additional-cmake-targets-2',1,'Additional CMake Targets']]],
|
||||
['additional_20files_146',['Additional Files',['../md_docs_2custom-characters.html#additional-files',1,'Additional Files'],['../characteroverview.html#additional-files-1',1,'Additional Files']]],
|
||||
['additional_20files_146',['Additional Files',['../characteroverview.html#additional-files',1,'Additional Files'],['../md_docs_2custom-characters.html#additional-files-1',1,'Additional Files']]],
|
||||
['addkartmatrix_147',['AddKartMatrix',['../Matrix_8h.html#a616e20265f504585fce084aa10529aaa',1,'Matrix.h']]],
|
||||
['addlocalrotation_148',['AddLocalRotation',['../Matrix_8cpp.html#a74669a77172ddc140c5407e1925c6135',1,'Matrix.cpp']]],
|
||||
['addmatrix_149',['AddMatrix',['../Matrix_8cpp.html#a67401ed1d8de1f4d3a3e5a7b72842b6a',1,'Matrix.cpp']]],
|
||||
@@ -274,7 +274,7 @@ var searchData=
|
||||
['alignment_271',['alignment',['../structUIWidgets_1_1CheckboxOptions.html#afc302ed495894d639e5905a1d3fe9e1c',1,'UIWidgets::CheckboxOptions::alignment'],['../structUIWidgets_1_1ComboboxOptions.html#a3993bc98324ed677d62fd8e456ba7d8e',1,'UIWidgets::ComboboxOptions::alignment'],['../structUIWidgets_1_1IntSliderOptions.html#ad9f57d51181a0c4ff6ba3ddb620131d8',1,'UIWidgets::IntSliderOptions::alignment'],['../structUIWidgets_1_1FloatSliderOptions.html#a40cbe7b01b871a842c18301184f4db39',1,'UIWidgets::FloatSliderOptions::alignment']]],
|
||||
['alinstrument_272',['ALInstrument',['../structALInstrument.html',1,'']]],
|
||||
['alkeymap_273',['ALKeyMap',['../structALKeyMap.html',1,'']]],
|
||||
['all_20characters_3a_274',['all characters:',['../md_docs_2custom-characters.html#examples-for-all-characters',1,'Examples for all characters:'],['../characteroverview.html#examples-for-all-characters-1',1,'Examples for all characters:']]],
|
||||
['all_20characters_3a_274',['all characters:',['../characteroverview.html#examples-for-all-characters',1,'Examples for all characters:'],['../md_docs_2custom-characters.html#examples-for-all-characters-1',1,'Examples for all characters:']]],
|
||||
['all_5faxis_275',['All_Axis',['../classTrackEditor_1_1Gizmo.html#a914ef09ef658ea87d83e38b8623e4e9ba57b31661dc16fec55670c9f244c9137b',1,'TrackEditor::Gizmo']]],
|
||||
['all_5fbuttons_276',['ALL_BUTTONS',['../defines_8h.html#a0b6751ae0c905656ba4c7b80b2ed4e8e',1,'defines.h']]],
|
||||
['all_5fcourse_5fdata_2eh_277',['all_course_data.h',['../all__course__data_8h.html',1,'']]],
|
||||
|
||||
+4
-4
@@ -112,7 +112,7 @@ var searchData=
|
||||
['ceremonyactortype_109',['CeremonyActorType',['../podium__ceremony__actors_8h.html#a698a9866415b2f1874f87d9dfc960c67',1,'podium_ceremony_actors.h']]],
|
||||
['chainchomp_2ecpp_110',['ChainChomp.cpp',['../ChainChomp_8cpp.html',1,'']]],
|
||||
['chainchomp_2eh_111',['ChainChomp.h',['../ChainChomp_8h.html',1,'']]],
|
||||
['change_20viewport_20render_20settings_112',['Change Viewport Render Settings',['../md_docs_2custom-characters.html#change-viewport-render-settings',1,'Change Viewport Render Settings'],['../characteroverview.html#change-viewport-render-settings-1',1,'Change Viewport Render Settings']]],
|
||||
['change_20viewport_20render_20settings_112',['Change Viewport Render Settings',['../characteroverview.html#change-viewport-render-settings',1,'Change Viewport Render Settings'],['../md_docs_2custom-characters.html#change-viewport-render-settings-1',1,'Change Viewport Render Settings']]],
|
||||
['change_5fplayer_5fcolor_5feffect_5fcmy_113',['change_player_color_effect_cmy',['../render__player_8c.html#a009cdad636fecfb5282fedd1bd0e309a',1,'change_player_color_effect_cmy(UNUSED Player *player, s8 arg1, s32 arg2, f32 arg3): render_player.c'],['../render__player_8h.html#ab7630bcda65a4866796236f9e279128f',1,'change_player_color_effect_cmy(Player *, s8, s32, f32): render_player.h']]],
|
||||
['change_5fplayer_5fcolor_5feffect_5frgb_114',['change_player_color_effect_rgb',['../render__player_8c.html#a07dbadab7ba48d1fcb9ec5987f329ad0',1,'change_player_color_effect_rgb(UNUSED Player *player, s8 arg1, s32 arg2, f32 alpha): render_player.c'],['../render__player_8h.html#aa8de91f9b10029fbd2ef195df1b28630',1,'change_player_color_effect_rgb(Player *, s8, s32, f32): render_player.h']]],
|
||||
['changes_115',['Path Changes',['../md_docs_2migrations.html#path-changes',1,'']]],
|
||||
@@ -150,8 +150,8 @@ var searchData=
|
||||
['characterlist_147',['CharacterList',['../structAText_1_1CharacterList.html',1,'AText']]],
|
||||
['charactermenu_2emd_148',['charactermenu.md',['../charactermenu_8md.html',1,'']]],
|
||||
['characteroverview_2emd_149',['characteroverview.md',['../characteroverview_8md.html',1,'']]],
|
||||
['characters_150',['characters',['../md_docs_2custom-characters.html',1,'Custom characters'],['../characteroverview.html#custom-characters-1',1,'Custom characters']]],
|
||||
['characters_3a_151',['characters:',['../md_docs_2custom-characters.html#examples-for-all-characters',1,'Examples for all characters:'],['../characteroverview.html#examples-for-all-characters-1',1,'Examples for all characters:']]],
|
||||
['characters_150',['characters',['../md_docs_2custom-characters.html',1,'Custom characters'],['../characteroverview.html#custom-characters',1,'Custom characters']]],
|
||||
['characters_3a_151',['characters:',['../characteroverview.html#examples-for-all-characters',1,'Examples for all characters:'],['../md_docs_2custom-characters.html#examples-for-all-characters-1',1,'Examples for all characters:']]],
|
||||
['chase_152',['CHASE',['../classOBombKart.html#a8e4601861010249f2213d909b9daa116a973b592d196799fdd7d987deb84af4d7',1,'OBombKart']]],
|
||||
['chase_153',['Chase',['../classOBombKart.html#a7dc24b945a8055114f3ef80a6e1759b9',1,'OBombKart']]],
|
||||
['check_5fai_5fcrossing_5fdistance_154',['check_ai_crossing_distance',['../code__80005FD0_8c.html#af5bf18570443fd4bb2f6ec223f78007e',1,'check_ai_crossing_distance(s32 playerId): code_80005FD0.c'],['../code__80005FD0_8h.html#ad0ce159da6c5f21669bf006dbc6b66f8',1,'check_ai_crossing_distance(s32): code_80005FD0.c']]],
|
||||
@@ -775,7 +775,7 @@ var searchData=
|
||||
['curvolright_772',['curVolRight',['../structNoteSynthesisState.html#a56e84a5ca7f6846ae8d352cf69d29ecd',1,'NoteSynthesisState']]],
|
||||
['custom_773',['custom',['../structma__job.html#a7a4345e93bff0cf830337151c44fb384',1,'ma_job::custom'],['../unionma__device__id.html#aace4d403cca76fc1aaf2fbf42d85334e',1,'ma_device_id::custom'],['../structma__context__config.html#a36aec5243ebb27c45aa25adc7552e3bb',1,'ma_context_config::custom']]],
|
||||
['custom_20audio_774',['Custom Audio',['../md_docs_2custom-audio.html',1,'']]],
|
||||
['custom_20characters_775',['Custom characters',['../md_docs_2custom-characters.html',1,'Custom characters'],['../characteroverview.html#custom-characters-1',1,'Custom characters']]],
|
||||
['custom_20characters_775',['Custom characters',['../md_docs_2custom-characters.html',1,'Custom characters'],['../characteroverview.html#custom-characters',1,'Custom characters']]],
|
||||
['custom_20track_20overview_776',['Custom Track Overview',['../trackoverview.html#custom-track-overview',1,'']]],
|
||||
['custom_2daudio_2emd_777',['custom-audio.md',['../custom-audio_8md.html',1,'']]],
|
||||
['custom_2dcharacters_2emd_778',['custom-characters.md',['../custom-characters_8md.html',1,'']]],
|
||||
|
||||
+1
-1
@@ -84,7 +84,7 @@ var searchData=
|
||||
['evaluate_5fcubic_5fspline_81',['evaluate_cubic_spline',['../ceremony__and__credits_8c.html#a53bc41b708fd9b7fb8e0b8c3a0ef32e3',1,'evaluate_cubic_spline(f32 arg0, Vec3f point, f32 *arg2, f32 controlPoints1[], f32 controlPoints2[], f32 controlPoints3[], f32 controlPoints4[]): ceremony_and_credits.c'],['../ceremony__and__credits_8h.html#aea05f618f158918d416b886c83d08c7d',1,'evaluate_cubic_spline(f32, Vec3f, f32 *, f32[], f32[], f32[], f32[]): ceremony_and_credits.c']]],
|
||||
['evaluation_82',['evaluation',['../structdisabledInfo.html#a801386722981f5883efa4e8c09623b4f',1,'disabledInfo']]],
|
||||
['example_3a_83',['Example:',['../md_docs_2custom-audio.html#example',1,'Example:'],['../md_docs_2textures-pack.html#example-1',1,'Example:']]],
|
||||
['examples_20for_20all_20characters_3a_84',['Examples for all characters:',['../md_docs_2custom-characters.html#examples-for-all-characters',1,'Examples for all characters:'],['../characteroverview.html#examples-for-all-characters-1',1,'Examples for all characters:']]],
|
||||
['examples_20for_20all_20characters_3a_84',['Examples for all characters:',['../characteroverview.html#examples-for-all-characters',1,'Examples for all characters:'],['../md_docs_2custom-characters.html#examples-for-all-characters-1',1,'Examples for all characters:']]],
|
||||
['exception_5fcache_5ferror_85',['EXCEPTION_CACHE_ERROR',['../osInitialize_8c.html#a73decdcff42cf813e4f32cb79f561f4e',1,'osInitialize.c']]],
|
||||
['exception_5fgeneral_86',['EXCEPTION_GENERAL',['../osInitialize_8c.html#ac3f701802ea091ac52d9d80840bb7cd0',1,'osInitialize.c']]],
|
||||
['exception_5ftlb_5fmiss_87',['EXCEPTION_TLB_MISS',['../osInitialize_8c.html#a710667fb116fff9559086a26b8cfba09',1,'osInitialize.c']]],
|
||||
|
||||
+3
-3
@@ -64,7 +64,7 @@ var searchData=
|
||||
['file_5fdialog_61',['file_dialog',['../classpfd_1_1internal_1_1file__dialog.html',1,'pfd::internal::file_dialog'],['../classpfd_1_1internal_1_1file__dialog.html#a16f53945e61d23aa9b7fc373701dd13f',1,'pfd::internal::file_dialog::file_dialog()']]],
|
||||
['file_5fsize_62',['file_size',['../structcourse__texture.html#a46504f7bfa82687cab6d337fc73ee6c5',1,'course_texture']]],
|
||||
['fileindex_63',['fileIndex',['../stubs_8c.html#aad7c30ce3d215aa5280d5e2de98e2a1a',1,'stubs.c']]],
|
||||
['files_64',['Files',['../md_docs_2custom-characters.html#additional-files',1,'Additional Files'],['../characteroverview.html#additional-files-1',1,'Additional Files'],['../md_docs_2migrations.html#generated-files',1,'Generated Files']]],
|
||||
['files_64',['Files',['../characteroverview.html#additional-files',1,'Additional Files'],['../md_docs_2custom-characters.html#additional-files-1',1,'Additional Files'],['../md_docs_2migrations.html#generated-files',1,'Generated Files']]],
|
||||
['fill_65',['Fill',['../namespaceUIWidgets_1_1Sizes.html#abe6a1a66ead934d3f3db9622228a1a67',1,'UIWidgets::Sizes']]],
|
||||
['fill_66',['fill',['../structUnkStruct__802B8CD4.html#a3aea86892885452018c22311c58b671b',1,'UnkStruct_802B8CD4::fill'],['../src_2audio_2data_8c.html#aa7ed73e948f47fa899fce22e05095d39',1,'fill: data.c'],['../data_8h.html#aa7ed73e948f47fa899fce22e05095d39',1,'fill: data.c']]],
|
||||
['fill2_67',['fill2',['../src_2audio_2data_8c.html#a837f6c2be63a0e045e0df9860e2c4e97',1,'fill2: data.c'],['../data_8h.html#a837f6c2be63a0e045e0df9860e2c4e97',1,'fill2: data.c']]],
|
||||
@@ -148,7 +148,7 @@ var searchData=
|
||||
['folderbutton_145',['FolderButton',['../classTrackEditor_1_1ContentBrowserWindow.html#a43120cff71cadebe30cc823692fa8115',1,'TrackEditor::ContentBrowserWindow']]],
|
||||
['follow_5fplayer_146',['FOLLOW_PLAYER',['../classAText.html#ae2a11220682815d83fa724e8b12317cea92c97add38cabe855e880e80fe82080d',1,'AText']]],
|
||||
['followplayer_147',['FollowPlayer',['../classAText.html#abc2cd114b4a150e4cbabe3c0e70e07bc',1,'AText']]],
|
||||
['for_20all_20characters_3a_148',['for all characters:',['../md_docs_2custom-characters.html#examples-for-all-characters',1,'Examples for all characters:'],['../characteroverview.html#examples-for-all-characters-1',1,'Examples for all characters:']]],
|
||||
['for_20all_20characters_3a_148',['for all characters:',['../characteroverview.html#examples-for-all-characters',1,'Examples for all characters:'],['../md_docs_2custom-characters.html#examples-for-all-characters-1',1,'Examples for all characters:']]],
|
||||
['for_20export_149',['Prepare for export',['../trackoverview.html#prepare-for-export',1,'']]],
|
||||
['force_5foverwrite_150',['force_overwrite',['../namespacepfd.html#a1a482ccd57bb939dcbf7d9caacd3f997a8fc52a8161c68fcaeebdfdb500a36d4b',1,'pfd']]],
|
||||
['force_5fpath_151',['force_path',['../namespacepfd.html#a1a482ccd57bb939dcbf7d9caacd3f997a51106d57377a72da5f9a0415f4f6142b',1,'pfd']]],
|
||||
@@ -2092,7 +2092,7 @@ var searchData=
|
||||
['func_5funnamed8_2089',['func_unnamed8',['../effects_8c.html#ad8f7d27adb8877a47658ec4474db7f1f',1,'func_unnamed8(void): effects.c'],['../effects_8h.html#a2394277f48ef51cbe4dd87b526f82406',1,'func_unnamed8(void): effects.c']]],
|
||||
['func_5funnamed9_2090',['func_unnamed9',['../effects_8c.html#acb2ee8c76fb39d941370a9d14b0ab554',1,'func_unnamed9(void): effects.c'],['../effects_8h.html#a7c83e2daa08d326bebecbd60d5220f08',1,'func_unnamed9(void): effects.c']]],
|
||||
['future_20including_20references_20too_2091',['Specifically Used to help find music and to see how courses are adapted in the future including references too.',['../md_docs_2track__returns.html#specifically-used-to-help-find-music-and-to-see-how-courses-are-adapted-in-the-future-including-references-too',1,'']]],
|
||||
['future_20plans_2092',['Future plans',['../md_docs_2custom-audio.html#future-plans',1,'Future plans'],['../md_docs_2custom-characters.html#future-plans-2',1,'Future plans'],['../characteroverview.html#future-plans-1',1,'Future plans'],['../md_docs_2textures-pack.html#future-plans-3',1,'Future plans']]],
|
||||
['future_20plans_2092',['Future plans',['../characteroverview.html#future-plans',1,'Future plans'],['../md_docs_2custom-audio.html#future-plans-1',1,'Future plans'],['../md_docs_2custom-characters.html#future-plans-2',1,'Future plans'],['../md_docs_2textures-pack.html#future-plans-3',1,'Future plans']]],
|
||||
['fvec2_2093',['FVec2',['../structSpawnParams.html#af15253498aacf7cd0beeb0f5f99fbe60',1,'SpawnParams']]],
|
||||
['fvector_2094',['FVector',['../structFVector.html',1,'']]],
|
||||
['fvector2d_2095',['FVector2D',['../structFVector2D.html',1,'']]],
|
||||
|
||||
+1
-1
@@ -106,7 +106,7 @@ var searchData=
|
||||
['held_5fby_5flakitu_103',['HELD_BY_LAKITU',['../defines_8h.html#a804482d9cd35f19d1cf2da06c10e21df',1,'defines.h']]],
|
||||
['held_5ffake_5fitem_5fbox_104',['HELD_FAKE_ITEM_BOX',['../actor__types_8h.html#ae07d85ac7035dc21319b791b430d4246',1,'actor_types.h']]],
|
||||
['held_5fshell_105',['HELD_SHELL',['../actor__types_8h.html#ac01c8e97d91d8f2968ca1f8d4eb0495ba514b7d298fa86789854ef2056f82f7fd',1,'actor_types.h']]],
|
||||
['help_106',['Help',['../md_docs_2custom-characters.html#tools-to-help',1,'Tools To Help'],['../characteroverview.html#tools-to-help-1',1,'Tools To Help'],['../md_docs_2textures-pack.html#tools-to-help-2',1,'Tools To Help']]],
|
||||
['help_106',['Help',['../characteroverview.html#tools-to-help',1,'Tools To Help'],['../md_docs_2custom-characters.html#tools-to-help-1',1,'Tools To Help'],['../md_docs_2textures-pack.html#tools-to-help-2',1,'Tools To Help']]],
|
||||
['help_20find_20music_20and_20to_20see_20how_20courses_20are_20adapted_20in_20the_20future_20including_20references_20too_107',['Specifically Used to help find music and to see how courses are adapted in the future including references too.',['../md_docs_2track__returns.html#specifically-used-to-help-find-music-and-to-see-how-courses-are-adapted-in-the-future-including-references-too',1,'']]],
|
||||
['hi_108',['hi',['../uniondu.html#ac24ce7d9a78b6632965424039e4362c3',1,'du::hi'],['../struct____OSThreadContext.html#a22b3930da4f78d513776547d37123599',1,'__OSThreadContext::hi']]],
|
||||
['high_5ftumble_5ftrigger_109',['HIGH_TUMBLE_TRIGGER',['../defines_8h.html#ae4226ebac8a87655f8b91957298e1269',1,'defines.h']]],
|
||||
|
||||
+1
-1
@@ -472,7 +472,7 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000041">Todo</a></b></dt><dd>magic constant </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000043">Todo</a></b></dt><dd>magic constant </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
@@ -114,7 +114,7 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
|
||||
<p class="enddd"><a class="anchor" id="_todo000032"></a>loads of magic constants.. </p>
|
||||
</dd>
|
||||
<dt>Global <a class="el" href="osPfsDeleteFile_8c.html#a9058bfef76860424d50c262127aabb87">__osPfsReleasePages</a> (OSPfs *pfs, <a class="el" href="struct____OSInode.html">__OSInode</a> *inode, u8 start_page, u16 *sum, u8 bank, <a class="el" href="union____OSInodeUnit.html">__OSInodeUnit</a> *last_page, int flag)</dt>
|
||||
<dd><a class="anchor" id="_todo000042"></a>magic number </dd>
|
||||
<dd><a class="anchor" id="_todo000044"></a>magic number </dd>
|
||||
<dt>Global <a class="el" href="controller_8h.html#aa962180453c026d747ebef163e571966">__osPfsRWInode</a> (OSPfs *pfs, <a class="el" href="struct____OSInode.html">__OSInode</a> *inode, u8 flag, u8 bank)</dt>
|
||||
<dd><a class="anchor" id="_todo000033"></a>don't like this =/ //maybe &inode->inode_table[j*PFS_ONE_PAGE].ipage or something </dd>
|
||||
<dt>Global <a class="el" href="piint_8h.html#a3e05f8f40d1da55183ee0eaec0c5b6bb">__osPiDevMgr</a> </dt>
|
||||
@@ -136,7 +136,7 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
|
||||
<dt>Global <a class="el" href="update__objects_8c.html#adf5256c5c92e5b22c984e0b8d171cda6">D_800E43B0</a> []</dt>
|
||||
<dd><a class="anchor" id="_todo000062"></a>unused? </dd>
|
||||
<dt>Global <a class="el" href="code__80281780_8h.html#a76c4e29164ea94ce7dd883af83565b45">debug_switch_character_ceremony_cutscene</a> (void)</dt>
|
||||
<dd><a class="anchor" id="_todo000012"></a>confirm this. </dd>
|
||||
<dd><a class="anchor" id="_todo000011"></a>confirm this. </dd>
|
||||
<dt>Union <a class="el" href="uniondu.html">du</a> </dt>
|
||||
<dd><p class="startdd"><a class="anchor" id="_todo000034"></a>is it possible to remove them somehow? </p>
|
||||
<p class="enddd"><a class="anchor" id="_todo000035"></a>is it possible to remove them somehow? </p>
|
||||
@@ -158,29 +158,29 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
|
||||
<dt>Global <a class="el" href="update__objects_8c.html#afb6db6000e381e18cb393c9293ed3a05">func_800745C8</a> (s32 objectIndex, const char **lakituTexturePtr)</dt>
|
||||
<dd><a class="anchor" id="_todo000063"></a>arg1 should likely be a u8 * </dd>
|
||||
<dt>Global <a class="el" href="menu__items_8h.html#a11daab0c2cb2700179b2325d2c619769">func_80091FA4</a> (void)</dt>
|
||||
<dd><a class="anchor" id="_todo000051"></a>These sizes need to be sizeof() for shiftability if possible </dd>
|
||||
<dd><a class="anchor" id="_todo000042"></a>These sizes need to be sizeof() for shiftability if possible </dd>
|
||||
<dt>Global <a class="el" href="port__eu_8h.html#a01e0fb6ba3bfcf5f10f894ca7effbaea">func_800CBC24</a> (void)</dt>
|
||||
<dd><a class="anchor" id="_todo000005"></a>clenanup, something's weird with the variables. D_800EA4A4 is probably <a class="el" href="structEuAudioCmd.html">EuAudioCmd</a> bc of the + 0x100 </dd>
|
||||
<dt>Global <a class="el" href="ceremony__and__credits_8c.html#aab9248c3326f8c807db81c730ae8dc08">func_8028336C</a> (UNUSED <a class="el" href="structCinematicCamera.html">CinematicCamera</a> *arg0, UNUSED <a class="el" href="structCamera.html">Camera</a> *camera)</dt>
|
||||
<dd><a class="anchor" id="_todo000010"></a>Does this match as a return of s8? </dd>
|
||||
<dt>Global <a class="el" href="ceremony__and__credits_8h.html#ad8aba525036323f4e292e63fb2a356d0">func_802846E4</a> (<a class="el" href="structCinematicCamera.html">CinematicCamera</a> *)</dt>
|
||||
<dd><a class="anchor" id="_todo000011"></a>What does this even do? </dd>
|
||||
<dd><a class="anchor" id="_todo000012"></a>What does this even do? </dd>
|
||||
<dt>Global <a class="el" href="race__logic_8h.html#a4eb4cb5c0963bcfceae40d340c2e7756">func_8028F970</a> (void)</dt>
|
||||
<dd><a class="anchor" id="_todo000053"></a>increasing players past four would require increase this loop iterator. </dd>
|
||||
<dt>Global <a class="el" href="Game_8h.html#af21f89b45e081c9857c7c6689737ea93">GetCupName</a> (void)</dt>
|
||||
<dd><a class="anchor" id="_todo000050"></a>Move gGfxPool out of <a class="el" href="main_8h.html">main.h</a> </dd>
|
||||
<dd><a class="anchor" id="_todo000038"></a>Move gGfxPool out of <a class="el" href="main_8h.html">main.h</a> </dd>
|
||||
<dt>Global <a class="el" href="code__800029B0_8h.html#a8a6a0e5ed8709356fba948d0beeb6a95">gPlayerWinningIndex</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000007"></a>gPlayerWinningIndex (D_800DC5E8) accessed as word, D_800DC5EB as u8 </dd>
|
||||
<dt>Global <a class="el" href="some__data_8c.html#af40885efd72dc665a278c6f29e19ecf3">gTorchSpawns</a> []</dt>
|
||||
<dd><a class="anchor" id="_todo000064"></a>fix this extern </dd>
|
||||
<dt>Global <a class="el" href="osEPiRawStartDma_8c.html#a0f405b027addb60288ca287959d8d3d6">IO_WRITE</a> (addr, data)</dt>
|
||||
<dd><a class="anchor" id="_todo000040"></a>These defines are from PR/rcp.h, but including that causes problems... </dd>
|
||||
<dd><a class="anchor" id="_todo000041"></a>These defines are from PR/rcp.h, but including that causes problems... </dd>
|
||||
<dt>Global <a class="el" href="piint_8h.html#a8f6729a1dafa49bc6280eb2bcfb787d0">LEO_CMD_TYPE_0</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000047"></a>name </dd>
|
||||
<dt>Global <a class="el" href="piint_8h.html#a0231e88a1290269fd41dc1e4d24e4f55">LEO_CMD_TYPE_1</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000048"></a>name </dd>
|
||||
<dt>Global <a class="el" href="piint_8h.html#ad43c4418deeccdbeaabd6b9657d3c0c1">LEO_CMD_TYPE_2</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000049"></a>name </dd>
|
||||
<dt>Global <a class="el" href="piint_8h.html#a0231e88a1290269fd41dc1e4d24e4f55">LEO_CMD_TYPE_1</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000050"></a>name </dd>
|
||||
<dt>Global <a class="el" href="piint_8h.html#ad43c4418deeccdbeaabd6b9657d3c0c1">LEO_CMD_TYPE_2</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000051"></a>name </dd>
|
||||
<dt>Global <a class="el" href="code__80005FD0_8h.html#ae7d80d54daf89164e96f79cbd921e85f">load_track_path</a> (s32)</dt>
|
||||
<dd><a class="anchor" id="_todo000009"></a>Confirm this comment </dd>
|
||||
<dt>Global <a class="el" href="menus_8c.html#a3d16275034df7858d890273a95a5a4af">logo_intro_menu_act</a> (struct <a class="el" href="structController.html">Controller</a> *controller, UNUSED u16 controllerIdx)</dt>
|
||||
@@ -204,22 +204,22 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
|
||||
<dt>Global <a class="el" href="classOSnowman.html#ae84de267ff70c7e2ac5748b9bd738ada">OSnowman::Tick</a> () override</dt>
|
||||
<dd><a class="anchor" id="_todo000017"></a>quick hack to add the snow particles on hit. Need to separate into its own class </dd>
|
||||
<dt>Global <a class="el" href="pak_8cpp.html#a4694169ebbc67d1cab176b4f8945ce51">osPfsDeleteFile</a> (OSPfs *pfs, u16 company_code, u32 game_code, u8 *game_name, u8 *ext_name)</dt>
|
||||
<dd><a class="anchor" id="_todo000041"></a>magic constant </dd>
|
||||
<dd><a class="anchor" id="_todo000043"></a>magic constant </dd>
|
||||
<dt>Global <a class="el" href="osPiStartDma_8c.html#ae288a36d96a4db6977d95327e246ec12">osPiStartDma</a> (OSIoMesg *mb, s32 priority, s32 direction, uintptr_t devAddr, void *vAddr, size_t nbytes, OSMesgQueue *mq)</dt>
|
||||
<dd><a class="anchor" id="_todo000044"></a>name magic constants </dd>
|
||||
<dd><a class="anchor" id="_todo000046"></a>name magic constants </dd>
|
||||
<dt>Global <a class="el" href="osPiRawStartDma_8c.html#aa3a1dc7939fd49721d4353372722722c">osRomBase</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000043"></a>figure out why this is like this </dd>
|
||||
<dd><a class="anchor" id="_todo000045"></a>figure out why this is like this </dd>
|
||||
<dt>Global <a class="el" href="osViBlack_8c.html#a6446513d8cd19001210d458f11b12df4">osViBlack</a> (u8 active)</dt>
|
||||
<dd><a class="anchor" id="_todo000045"></a>name magic constants </dd>
|
||||
<dd><a class="anchor" id="_todo000047"></a>name magic constants </dd>
|
||||
<dt>Global <a class="el" href="osViSwapBuffer_8c.html#ad9fbc8feed5d6cf557a051834e168950">osViSwapBuffer</a> (void *vaddr)</dt>
|
||||
<dd><a class="anchor" id="_todo000046"></a>figure out what this flag means </dd>
|
||||
<dd><a class="anchor" id="_todo000048"></a>figure out what this flag means </dd>
|
||||
<dt>Class <a class="el" href="classOThwomp.html">OThwomp</a> </dt>
|
||||
<dd><p class="startdd"><a class="anchor" id="_todo000016"></a>Make shadow size bigger if thwomp is scaled up </p>
|
||||
<p class="interdd"></p>
|
||||
<p class="enddd">make adjustable properties for squishSize and boundingBoxSize </p>
|
||||
</dd>
|
||||
<dt>Global <a class="el" href="osEPiRawStartDma_8c.html#a61b4993ebb70a3b701fccc3221c36d81">PI_DOMAIN1</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000039"></a>This define is from os.h, but including that causes problems... </dd>
|
||||
<dd><a class="anchor" id="_todo000040"></a>This define is from os.h, but including that causes problems... </dd>
|
||||
<dt>Global <a class="el" href="RegisterItems_8cpp.html#a19dfdc0c19a6279a8be5e5891a6925ef">RegisterItems</a> (<a class="el" href="classRegistry.html">Registry< ItemInfo ></a> &r)</dt>
|
||||
<dd><a class="anchor" id="_todo000020"></a>turn items into a class </dd>
|
||||
<dt>Global <a class="el" href="collision__viewer_8h.html#afaee40683a3ae56cae11b2c5687e3328">render_collision</a> (void)</dt>
|
||||
@@ -237,7 +237,7 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
|
||||
<dt>Global <a class="el" href="Smoke_8h.html#ac60a65eb1961690e911d769968e4c863">TrainSmokeTick</a> (void)</dt>
|
||||
<dd><a class="anchor" id="_todo000021"></a>: This should be an <a class="el" href="structObject.html">Object</a> class one day </dd>
|
||||
<dt>Global <a class="el" href="osEPiRawStartDma_8c.html#a9f68445808ae98c1a50579d2c5a95c7f">UPDATE_REG</a> (reg, var)</dt>
|
||||
<dd><a class="anchor" id="_todo000038"></a>This define is from <a class="el" href="piint_8h.html">piint.h</a>, but including that causes problems... </dd>
|
||||
<dd><a class="anchor" id="_todo000039"></a>This define is from <a class="el" href="piint_8h.html">piint.h</a>, but including that causes problems... </dd>
|
||||
<dt>Global <a class="el" href="internal_8h.html#aa8d5fa5d7506353e4e791caab237c721">US_FLOAT</a> (x)</dt>
|
||||
<dd><a class="anchor" id="_todo000003"></a>US_FLOAT should probably be renamed to JP_DOUBLE since eu seems to use floats too </dd>
|
||||
</dl>
|
||||
|
||||
Reference in New Issue
Block a user