diff --git a/Game_8cpp.html b/Game_8cpp.html index ca5f6839a..7a3b0626f 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 ac753f8ae..295d2038e 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/ceremony__and__credits_8c.html b/ceremony__and__credits_8c.html index 995bbfc9f..8dba59a86 100644 --- a/ceremony__and__credits_8c.html +++ b/ceremony__and__credits_8c.html @@ -1363,7 +1363,7 @@ Here is the caller graph for this function:
-
Todo
Does this match as a return of s8?
+
Todo
Does this match as a return of s8?
Here is the call graph for this function:
@@ -2099,7 +2099,7 @@ Here is the call graph for this function:
-
Todo
What does this even do?
+
Todo
What does this even do?
Here is the call graph for this function:
diff --git a/ceremony__and__credits_8h.html b/ceremony__and__credits_8h.html index 40e7791dc..eaf8edd0f 100644 --- a/ceremony__and__credits_8h.html +++ b/ceremony__and__credits_8h.html @@ -2037,7 +2037,7 @@ Here is the call graph for this function:
-
Todo
What does this even do?
+
Todo
What does this even do?
Here is the call graph for this function:
diff --git a/classOSnowman.html b/classOSnowman.html index a72a6f353..44a769f1a 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.

diff --git a/classOThwomp.html b/classOThwomp.html index afa01039e..7462492a0 100644 --- a/classOThwomp.html +++ b/classOThwomp.html @@ -325,7 +325,7 @@ Static Private Attributes  

Detailed Description

-
Todo

Make shadow size bigger if thwomp is scaled up

+
Todo

Make shadow size bigger if thwomp is scaled up

make adjustable properties for squishSize and boundingBoxSize

Thwomp OObject

diff --git a/collision__viewer_8c.html b/collision__viewer_8c.html index 678fa4890..7319f3913 100644 --- a/collision__viewer_8c.html +++ b/collision__viewer_8c.html @@ -149,7 +149,7 @@ Functions
-
Todo
decide to use colours or textures and fix displaylists because they are buggy
+
Todo
decide to use colours or textures and fix displaylists because they are buggy
Here is the call graph for this function:
diff --git a/collision__viewer_8h.html b/collision__viewer_8h.html index 04a1af33f..6762b530c 100644 --- a/collision__viewer_8h.html +++ b/collision__viewer_8h.html @@ -144,7 +144,7 @@ Functions
-
Todo
decide to use colours or textures and fix displaylists because they are buggy
+
Todo
decide to use colours or textures and fix displaylists because they are buggy
Here is the call graph for this function:
diff --git a/controller_8h.html b/controller_8h.html index 4395f09fe..74f391ba1 100644 --- a/controller_8h.html +++ b/controller_8h.html @@ -1324,7 +1324,7 @@ Here is the caller graph for this function:
-
Todo
magic number
+
Todo
magic number
Here is the call graph for this function:
-
Todo
configure this properly
+
Todo
configure this properly
Here is the call graph for this function:
diff --git a/freecam_8h.html b/freecam_8h.html index efc68b925..ba36bd671 100644 --- a/freecam_8h.html +++ b/freecam_8h.html @@ -214,7 +214,7 @@ Here is the call graph for this function:
-
Todo
configure this properly
+
Todo
configure this properly
Here is the call graph for this function:
diff --git a/md_docs_2custom-audio.html b/md_docs_2custom-audio.html index 849c9d79c..54ad4d60e 100644 --- a/md_docs_2custom-audio.html +++ b/md_docs_2custom-audio.html @@ -132,7 +132,7 @@ Example:
└── sequences
└── main_menu.mp3
└── main_menu.json
-

+

Future plans

  • Support samples.
  • diff --git a/md_docs_2custom-characters.html b/md_docs_2custom-characters.html index a4b77615a..d4514cf29 100644 --- a/md_docs_2custom-characters.html +++ b/md_docs_2custom-characters.html @@ -148,7 +148,7 @@ Tools To Help
    • There is Racer Ready-Up which is a tool to help you create custom characters for SpaghettiKart.
    -

    +

    Future plans

    • Support for custom characters that do not replace existing ones.
    • diff --git a/md_docs_2migrations.html b/md_docs_2migrations.html index 9927c2783..b579d6f61 100644 --- a/md_docs_2migrations.html +++ b/md_docs_2migrations.html @@ -308,7 +308,7 @@ Troubleshooting
    • Missing wheel textures: Make sure all 4 wheel variants exist for each kart frame
    • Wrong track textures: Double-check the track name in the path (e.g., yoshi_valley vs yoshis_valley)
    -

    +

    See Also

    • mods.toml File Structure - Required metadata file for mods
    • diff --git a/md_docs_2mods-toml.html b/md_docs_2mods-toml.html index ba455b46e..62e98985b 100644 --- a/md_docs_2mods-toml.html +++ b/md_docs_2mods-toml.html @@ -202,7 +202,7 @@ Best Practices

      Migration Script Support

      When using the migration script (migrations.py), a mods.toml file can be automatically generated for your migrated mod. See Migration Guide for details.

      -

      +

      See Also

      • Modding Guide - General modding information
      • diff --git a/menu__items_8c.html b/menu__items_8c.html index 069232a84..b778335a3 100644 --- a/menu__items_8c.html +++ b/menu__items_8c.html @@ -2392,7 +2392,7 @@ Here is the caller graph for this function:
-
Todo
These sizes need to be sizeof() for shiftability if possible
+
Todo
These sizes need to be sizeof() for shiftability if possible
Here is the call graph for this function:
@@ -9134,7 +9134,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/menu__items_8h.html b/menu__items_8h.html index 5f1b043c3..93f8595d7 100644 --- a/menu__items_8h.html +++ b/menu__items_8h.html @@ -2738,7 +2738,7 @@ Here is the caller graph for this function:
-
Todo
These sizes need to be sizeof() for shiftability if possible
+
Todo
These sizes need to be sizeof() for shiftability if possible
Here is the call graph for this function:
diff --git a/navtreedata.js b/navtreedata.js index 1eea4f54a..ce5344046 100644 --- a/navtreedata.js +++ b/navtreedata.js @@ -74,7 +74,7 @@ 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-2", 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-1", null ], @@ -83,7 +83,7 @@ var NAVTREE = [ "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-1", null ], - [ "Future plans", "md_docs_2custom-characters.html#future-plans-1", null ] + [ "Future plans", "md_docs_2custom-characters.html#future-plans-2", null ] ] ] ] ], [ "faq", "md_docs_2faq.html", null ], @@ -107,7 +107,7 @@ var NAVTREE = [ "New Folder Structure", "md_docs_2migrations.html#new-folder-structure", null ], [ "Manual Migration", "md_docs_2migrations.html#manual-migration", null ], [ "Troubleshooting", "md_docs_2migrations.html#troubleshooting", null ], - [ "See Also", "md_docs_2migrations.html#see-also-1", null ] + [ "See Also", "md_docs_2migrations.html#see-also", null ] ] ], [ "Modding", "md_docs_2modding.html", [ [ "General Structure", "md_docs_2modding.html#general-structure", [ @@ -132,7 +132,7 @@ var NAVTREE = [ "Load Order", "md_docs_2mods-toml.html#load-order", null ], [ "Best Practices", "md_docs_2mods-toml.html#best-practices", null ], [ "Migration Script Support", "md_docs_2mods-toml.html#migration-script-support", null ], - [ "See Also", "md_docs_2mods-toml.html#see-also", null ] + [ "See Also", "md_docs_2mods-toml.html#see-also-1", null ] ] ], [ "Sequence Information (Music)", "md_docs_2sequences-information.html", [ [ "Race Tracks", "md_docs_2sequences-information.html#race-tracks", null ], diff --git a/navtreeindex42.js b/navtreeindex42.js index 9125df010..8567ecb0e 100644 --- a/navtreeindex42.js +++ b/navtreeindex42.js @@ -138,12 +138,12 @@ 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-2":[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-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-1":[6,1,2], +"md_docs_2custom-characters.html#future-plans-2":[6,1,2], "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], @@ -159,7 +159,7 @@ var NAVTREEINDEX42 = "md_docs_2migrations.html#other-textures":[8,2,0,2], "md_docs_2migrations.html#overview":[8,0], "md_docs_2migrations.html#path-changes":[8,2], -"md_docs_2migrations.html#see-also-1":[8,7], +"md_docs_2migrations.html#see-also":[8,7], "md_docs_2migrations.html#textures":[8,2,0], "md_docs_2migrations.html#track-textures":[8,2,0,0], "md_docs_2migrations.html#troubleshooting":[8,6], @@ -181,7 +181,7 @@ var NAVTREEINDEX42 = "md_docs_2mods-toml.html#location":[10,0], "md_docs_2mods-toml.html#migration-script-support":[10,8], "md_docs_2mods-toml.html#mod-section":[10,3,0], -"md_docs_2mods-toml.html#see-also":[10,9], +"md_docs_2mods-toml.html#see-also-1":[10,9], "md_docs_2mods-toml.html#validation":[10,5], "md_docs_2mods-toml.html#version-requirements":[10,3,1,0], "md_docs_2sequences-information.html":[11], diff --git a/navtreeindex59.js b/navtreeindex59.js index cd7ca1430..6b5f233f4 100644 --- a/navtreeindex59.js +++ b/navtreeindex59.js @@ -212,14 +212,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], diff --git a/osContInit_8c.html b/osContInit_8c.html index 8fa1d66ad..00f7c76e5 100644 --- a/osContInit_8c.html +++ b/osContInit_8c.html @@ -219,7 +219,7 @@ Here is the caller graph for this function:
-
Todo
figure out what it means
+
Todo
figure out what it means
Here is the call graph for this function:
diff --git a/osCreatePiManager_8c.html b/osCreatePiManager_8c.html index 970f936b4..75a5d66d8 100644 --- a/osCreatePiManager_8c.html +++ b/osCreatePiManager_8c.html @@ -236,7 +236,7 @@ Here is the caller graph for this function:
-
Todo
In libreultra this is in an include
+
Todo
In libreultra this is in an include
diff --git a/osEPiRawStartDma_8c.html b/osEPiRawStartDma_8c.html index ba14f734c..fd1f6131f 100644 --- a/osEPiRawStartDma_8c.html +++ b/osEPiRawStartDma_8c.html @@ -155,7 +155,7 @@ Functions
Value:
(*(vu32*) PHYS_TO_K1(addr) = (u32) (data))
-
Todo
These defines are from PR/rcp.h, but including that causes problems...
+
Todo
These defines are from PR/rcp.h, but including that causes problems...
@@ -170,7 +170,7 @@ Functions
-
Todo
This define is from os.h, but including that causes problems...
+
Todo
This define is from os.h, but including that causes problems...
@@ -194,7 +194,7 @@ Functions
Value:
if (cHandle->var != pihandle->var) \
IO_WRITE(reg, pihandle->var);
-
Todo
This define is from piint.h, but including that causes problems...
+
Todo
This define is from piint.h, but including that causes problems...
diff --git a/osPfsDeleteFile_8c.html b/osPfsDeleteFile_8c.html index 413133b78..2ca1039be 100644 --- a/osPfsDeleteFile_8c.html +++ b/osPfsDeleteFile_8c.html @@ -212,7 +212,7 @@ Here is the caller graph for this function:
-
Todo
magic number
+
Todo
magic number
Here is the call graph for this function:
@@ -259,7 +259,7 @@ Here is the caller graph for this function:
-
Todo
magic constant
+
Todo
magic constant
Here is the call graph for this function:
diff --git a/osPiGetCmdQueue_8c.html b/osPiGetCmdQueue_8c.html index e3d65fccd..8b69028a0 100644 --- a/osPiGetCmdQueue_8c.html +++ b/osPiGetCmdQueue_8c.html @@ -171,7 +171,7 @@ Here is the caller graph for this function:
-
Todo
In libreultra this is in an include
+
Todo
In libreultra this is in an include
diff --git a/osPiStartDma_8c.html b/osPiStartDma_8c.html index 3dcb693a0..4d0685e87 100644 --- a/osPiStartDma_8c.html +++ b/osPiStartDma_8c.html @@ -206,7 +206,7 @@ Here is the caller graph for this function:
-
Todo
In libreultra this is in an include
+
Todo
In libreultra this is in an include
diff --git a/pak_8cpp.html b/pak_8cpp.html index cc6c1c6b0..40103666d 100644 --- a/pak_8cpp.html +++ b/pak_8cpp.html @@ -337,7 +337,7 @@ Here is the call graph for this function:
-
Todo
magic constant
+
Todo
magic constant
Here is the call graph for this function:
diff --git a/piint_8h.html b/piint_8h.html index 0cdc8aa2f..528825629 100644 --- a/piint_8h.html +++ b/piint_8h.html @@ -1767,7 +1767,7 @@ Here is the caller graph for this function:
-
Todo
In libreultra this is in an include
+
Todo
In libreultra this is in an include
diff --git a/podium__ceremony__actors_8c.html b/podium__ceremony__actors_8c.html index 3abdddda3..195d7f91a 100644 --- a/podium__ceremony__actors_8c.html +++ b/podium__ceremony__actors_8c.html @@ -624,7 +624,7 @@ Here is the caller graph for this function:
Bug
No null check.
Bug
-
Todo
More indepth error checking/return value
+
Todo
More indepth error checking/return value
Here is the call graph for this function:
diff --git a/podium__ceremony__actors_8h.html b/podium__ceremony__actors_8h.html index 1c3db2544..ed77b0eb7 100644 --- a/podium__ceremony__actors_8h.html +++ b/podium__ceremony__actors_8h.html @@ -580,7 +580,7 @@ Here is the caller graph for this function:
Bug
No null check.
Bug
-
Todo
More indepth error checking/return value
+
Todo
More indepth error checking/return value
Here is the call graph for this function:
diff --git a/search/all_12.js b/search/all_12.js index 512593e2b..849b9109d 100644 --- a/search/all_12.js +++ b/search/all_12.js @@ -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'],['../track-properties.html#overview-1',1,'Overview'],['../md_docs_2migrations.html#overview',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'],['../md_docs_2migrations.html#overview',1,'Overview'],['../track-properties.html#overview-1',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']]], diff --git a/search/all_13.js b/search/all_13.js index 1bdefec55..44959b236 100644 --- a/search/all_13.js +++ b/search/all_13.js @@ -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',['../characteroverview.html#future-plans',1,'Future plans'],['../md_docs_2custom-characters.html#future-plans-1',1,'Future plans'],['../md_docs_2custom-audio.html#future-plans-2',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']]], diff --git a/search/all_16.js b/search/all_16.js index ac4649a49..5ae6e4166 100644 --- a/search/all_16.js +++ b/search/all_16.js @@ -132,7 +132,7 @@ var searchData= ['sectionfunc_129',['SectionFunc',['../namespaceUIWidgets.html#ae6baa537b60cf1d33e03e5e0c440c962',1,'UIWidgets']]], ['sectionid_130',['sectionId',['../structTrackSections.html#a53d5aca8370d2850514a4507044dcbd3',1,'TrackSections']]], ['sectionname_131',['sectionName',['../structWidgetPath.html#ab953da1f493fd3c8841a1f852772c58c',1,'WidgetPath']]], - ['see_20also_132',['See Also',['../md_docs_2mods-toml.html#see-also',1,'See Also'],['../md_docs_2migrations.html#see-also-1',1,'See Also']]], + ['see_20also_132',['See Also',['../md_docs_2migrations.html#see-also',1,'See Also'],['../md_docs_2mods-toml.html#see-also-1',1,'See Also']]], ['see_20how_20courses_20are_20adapted_20in_20the_20future_20including_20references_20too_133',['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,'']]], ['seed_134',['seed',['../structma__noise__config.html#ac0ef7cd156ee4eb07587823e2f1b8384',1,'ma_noise_config']]], ['seekdatastream_135',['seekDataStream',['../structma__job.html#a170fa6cddb463cc92e741fe02e9122b9',1,'ma_job']]], diff --git a/search/all_17.js b/search/all_17.js index c9b29f82a..0fda37497 100644 --- a/search/all_17.js +++ b/search/all_17.js @@ -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'],['../troubleshooting.html#troubleshooting-1',1,'Troubleshooting'],['../md_docs_2migrations.html#troubleshooting',1,'Troubleshooting']]], + ['troubleshooting_414',['Troubleshooting',['../troubleshooting.html',1,'Troubleshooting'],['../md_docs_2migrations.html#troubleshooting',1,'Troubleshooting'],['../troubleshooting.html#troubleshooting-1',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,'']]], diff --git a/search/all_4.js b/search/all_4.js index 9ed620968..976b9a54f 100644 --- a/search/all_4.js +++ b/search/all_4.js @@ -326,7 +326,7 @@ var searchData= ['alseqdata_323',['ALSeqData',['../structALSeqData.html',1,'']]], ['alseqfile_324',['ALSeqFile',['../structALSeqFile.html',1,'']]], ['alseqfilenew_325',['alSeqFileNew',['../alBnkfNew_8c.html#ab275be6c7d58d2836dbd28d7c119e1d6',1,'alSeqFileNew(ALSeqFile *f, u8 *base): alBnkfNew.c'],['../libaudio_8h.html#ab275be6c7d58d2836dbd28d7c119e1d6',1,'alSeqFileNew(ALSeqFile *f, u8 *base): alBnkfNew.c']]], - ['also_326',['Also',['../md_docs_2mods-toml.html#see-also',1,'See Also'],['../md_docs_2migrations.html#see-also-1',1,'See Also']]], + ['also_326',['Also',['../md_docs_2migrations.html#see-also',1,'See Also'],['../md_docs_2mods-toml.html#see-also-1',1,'See Also']]], ['also_5finclude_5fgroup_5f0_5f1_327',['ALSO_INCLUDE_GROUP_0_1',['../kart__dma_8c.html#aa6d64f476546ae0f229e6b02987f14d5',1,'kart_dma.c']]], ['also_5finclude_5fgroup_5f2_328',['ALSO_INCLUDE_GROUP_2',['../kart__dma_8c.html#ab94265b8f89aea5bd4cf0794a6688b2a',1,'kart_dma.c']]], ['also_5finclude_5fgroup_5f3_5f4_5f5_329',['ALSO_INCLUDE_GROUP_3_4_5',['../kart__dma_8c.html#aa0d5cdbe8c1802efe2cbd770f452e1de',1,'kart_dma.c']]], diff --git a/search/all_9.js b/search/all_9.js index 305c9430e..7e48d4d2d 100644 --- a/search/all_9.js +++ b/search/all_9.js @@ -2088,7 +2088,7 @@ var searchData= ['func_5funnamed8_2085',['func_unnamed8',['../effects_8c.html#ad8f7d27adb8877a47658ec4474db7f1f',1,'func_unnamed8(void): effects.c'],['../effects_8h.html#a2394277f48ef51cbe4dd87b526f82406',1,'func_unnamed8(void): effects.c']]], ['func_5funnamed9_2086',['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_2087',['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_2088',['Future plans',['../characteroverview.html#future-plans',1,'Future plans'],['../md_docs_2custom-characters.html#future-plans-1',1,'Future plans'],['../md_docs_2custom-audio.html#future-plans-2',1,'Future plans'],['../md_docs_2textures-pack.html#future-plans-3',1,'Future plans']]], + ['future_20plans_2088',['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_2089',['FVec2',['../structSpawnParams.html#af15253498aacf7cd0beeb0f5f99fbe60',1,'SpawnParams']]], ['fvector_2090',['FVector',['../structFVector.html',1,'']]], ['fvector2d_2091',['FVector2D',['../structFVector2D.html',1,'']]], diff --git a/stubs_8h.html b/stubs_8h.html index 60c0a53f2..0db61324e 100644 --- a/stubs_8h.html +++ b/stubs_8h.html @@ -472,7 +472,7 @@ Here is the caller graph for this function:
-
Todo
magic constant
+
Todo
magic constant
Here is the call graph for this function:
diff --git a/todo.html b/todo.html index 8edcd278d..6b12efc97 100644 --- a/todo.html +++ b/todo.html @@ -114,11 +114,11 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });

loads of magic constants..

Global __osPfsReleasePages (OSPfs *pfs, __OSInode *inode, u8 start_page, u16 *sum, u8 bank, __OSInodeUnit *last_page, int flag)
-
magic number
+
magic number
Global __osPfsRWInode (OSPfs *pfs, __OSInode *inode, u8 flag, u8 bank)
don't like this =/ //maybe &inode->inode_table[j*PFS_ONE_PAGE].ipage or something
Global __osPiDevMgr
-
In libreultra this is in an include
+
In libreultra this is in an include
Global __osRepairPackId (OSPfs *pfs, __OSPackId *badid, __OSPackId *newid)

fix magic number

remove magic constant

@@ -138,15 +138,15 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
Global debug_switch_character_ceremony_cutscene (void)
confirm this.
Union du
-

is it possible to remove them somehow?

-

is it possible to remove them somehow?

+

is it possible to remove them somehow?

+

is it possible to remove them somehow?

Global fill [2]
file boundary?
Global fill2
0x00000000800f624c fill2
Global freecam_keyboard_manager (Camera *, Vec3f)
-
configure this properly
+
configure this properly
Global func_80028864 (Player *, Camera *, s8, s8)
make a proper match
Global func_80046030 (u8 *tlut, u8 *texture, Vtx *arg2, s32 width, s32 arg4, s32 height)
@@ -158,23 +158,23 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
Global func_800745C8 (s32 objectIndex, const char **lakituTexturePtr)
arg1 should likely be a u8 *
Global func_80091FA4 (void)
-
These sizes need to be sizeof() for shiftability if possible
+
These sizes need to be sizeof() for shiftability if possible
Global func_800CBC24 (void)
clenanup, something's weird with the variables. D_800EA4A4 is probably EuAudioCmd bc of the + 0x100
Global func_8028336C (UNUSED CinematicCamera *arg0, UNUSED Camera *camera)
-
Does this match as a return of s8?
+
Does this match as a return of s8?
Global func_802846E4 (CinematicCamera *)
-
What does this even do?
+
What does this even do?
Global func_8028F970 (void)
increasing players past four would require increase this loop iterator.
Global GetCupName (void)
-
Move gGfxPool out of main.h
+
Move gGfxPool out of main.h
Global gPlayerWinningIndex
gPlayerWinningIndex (D_800DC5E8) accessed as word, D_800DC5EB as u8
Global gTorchSpawns []
fix this extern
Global IO_WRITE (addr, data)
-
These defines are from PR/rcp.h, but including that causes problems...
+
These defines are from PR/rcp.h, but including that causes problems...
Global LEO_CMD_TYPE_0
name
Global LEO_CMD_TYPE_1
@@ -190,21 +190,21 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
Global MTX_SHADOW_POOL_SIZE
Verify with proper documentation
Global new_actor (ActorInitParams *)
-
More indepth error checking/return value
+
More indepth error checking/return value
Global Note::priority
use macros or something instead.
Global OBombKart::Unk_3C
Turn WheelPos into a struct
Global osContInit (OSMesgQueue *mq, u8 *bitpattern, OSContStatus *status)
-
figure out what it means
+
figure out what it means
Class OSeagull
unk_0D5 needs to be a struct variable probably. What does it do? Behaviour?
Global OSnowman::DrawBody (s32)
-
quick hack to add the snow particles on hit. Need to separate into its own class
-
Global OSnowman::Tick () override
quick hack to add the snow particles on hit. Need to separate into its own class
+
Global OSnowman::Tick () override
+
quick hack to add the snow particles on hit. Need to separate into its own class
Global osPfsDeleteFile (OSPfs *pfs, u16 company_code, u32 game_code, u8 *game_name, u8 *ext_name)
-
magic constant
+
magic constant
Global osPiStartDma (OSIoMesg *mb, s32 priority, s32 direction, uintptr_t devAddr, void *vAddr, size_t nbytes, OSMesgQueue *mq)
name magic constants
Global osRomBase
@@ -214,16 +214,16 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
Global osViSwapBuffer (void *vaddr)
figure out what this flag means
Class OThwomp
-

Make shadow size bigger if thwomp is scaled up

+

Make shadow size bigger if thwomp is scaled up

make adjustable properties for squishSize and boundingBoxSize

Global PI_DOMAIN1
-
This define is from os.h, but including that causes problems...
+
This define is from os.h, but including that causes problems...
Global RegisterItems (Registry< ItemInfo > &r)
turn items into a class
Global render_collision (void)
-
decide to use colours or textures and fix displaylists because they are buggy
+
decide to use colours or textures and fix displaylists because they are buggy
Global render_texture_rectangle (s32 x, s32 y, s32 width, s32 height, s32 s, s32 w, s32 mode)
Update to F3DEX. Uses OLD definition for gspTextureRectangle.
Global render_texture_rectangle_wide (s32 x, s32 y, s32 width, s32 height, s32 arg4, s32 arg5, s32 arg6)
@@ -237,7 +237,7 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
Global TrainSmokeTick (void)
: This should be an Object class one day
Global UPDATE_REG (reg, var)
-
This define is from piint.h, but including that causes problems...
+
This define is from piint.h, but including that causes problems...
Global US_FLOAT (x)
US_FLOAT should probably be renamed to JP_DOUBLE since eu seems to use floats too
diff --git a/uniondu.html b/uniondu.html index 07302d7bb..4841fbfd7 100644 --- a/uniondu.html +++ b/uniondu.html @@ -138,8 +138,8 @@ Data Fields  

Detailed Description

-
Todo
is it possible to remove them somehow?
-
Todo
is it possible to remove them somehow?
+
Todo
is it possible to remove them somehow?
+
Todo
is it possible to remove them somehow?

Field Documentation

◆ d