diff --git a/Game_8cpp.html b/Game_8cpp.html index 3bd5cdf11..dc846154d 100644 --- a/Game_8cpp.html +++ b/Game_8cpp.html @@ -2657,7 +2657,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 7c24128ef..7f731b81b 100644 --- a/Game_8h.html +++ b/Game_8h.html @@ -2553,7 +2553,7 @@ Here is the caller graph for this function:
-
Todo
Move gGfxPool out of main.h
+
Todo
Move gGfxPool out of main.h
diff --git a/actors_8c.html b/actors_8c.html index be043b353..9c9b03b78 100644 --- a/actors_8c.html +++ b/actors_8c.html @@ -456,7 +456,7 @@ Here is the caller graph for this function:
-
Todo
Commented out because deletes too soon.
+
Todo
Commented out because deletes too soon.
Here is the call graph for this function:
@@ -1861,7 +1861,7 @@ Here is the caller graph for this function:
-
Todo
actorType needs to be passed into this function for flexibility
+
Todo
actorType needs to be passed into this function for flexibility
Here is the call graph for this function:
diff --git a/charactermenu.js b/charactermenu.js index 652fcca7a..4c5755d15 100644 --- a/charactermenu.js +++ b/charactermenu.js @@ -8,7 +8,7 @@ var charactermenu = [ "Change Viewport Render Settings", "characteroverview.html#change-viewport-render-settings", null ] ] ], [ "Tools To Help", "characteroverview.html#tools-to-help", null ], - [ "Future plans", "characteroverview.html#future-plans", null ] + [ "Future plans", "characteroverview.html#future-plans-1", null ] ] ] ] ] ]; \ No newline at end of file diff --git a/characteroverview.html b/characteroverview.html index 5ccabe5ef..927e5e051 100644 --- a/characteroverview.html +++ b/characteroverview.html @@ -149,7 +149,7 @@ Tools To Help -

+

Future plans

-
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/collision_8h_source.html b/collision_8h_source.html index c41d86e90..a6a744633 100644 --- a/collision_8h_source.html +++ b/collision_8h_source.html @@ -162,9 +162,9 @@ $(function(){initNavTree('collision_8h_source.html',''); initResizable(true); })
s32 check_collision_zy(Collision *, f32, f32, f32, f32, u16)
Definition collision.c:267
void adjust_pos_orthogonally(Vec3f, f32, Vec3f, f32)
void process_shell_collision(Vec3f, f32, Vec3f, f32)
-
void find_and_set_tile_size(uintptr_t, s32, s32)
Definition collision.c:2166
+
void find_and_set_tile_size(uintptr_t, s32, s32)
Definition collision.c:2120
s32 check_collision_yx(Collision *, f32, f32, f32, f32, u16)
Definition collision.c:159
-
u16 player_terrain_collision(Player *, KartTyre *, f32, f32, f32)
Definition collision.c:2270
+
u16 player_terrain_collision(Player *, KartTyre *, f32, f32, f32)
Definition collision.c:2224
void shell_collision(Collision *, Vec3f)
Definition collision.c:533
void generate_collision_grid(void)
Definition collision.c:1916
s16 func_802ABDB8(u16)
Definition collision.c:456
@@ -172,9 +172,9 @@ $(function(){initNavTree('collision_8h_source.html',''); initResizable(true); })
void func_802AAAAC(Collision *)
Definition collision.c:31
void set_vertex_colours(uintptr_t, u32, s32, s8, u8, u8, u8)
s32 is_line_intersecting_rectangle(s16, s16, s16, s16, s16, s16, s16, s16)
Definition collision.c:1791
-
void find_vtx_and_set_colours(Gfx *, s8, u8, u8, u8)
Definition collision.c:2209
+
void find_vtx_and_set_colours(Gfx *, s8, u8, u8, u8)
Definition collision.c:2163
f32 spawn_actor_on_surface(f32, f32, f32)
Definition collision.c:1410
-
void subtract_scaled_vector(Vec3f, f32, Vec3f)
Definition collision.c:2264
+
void subtract_scaled_vector(Vec3f, f32, Vec3f)
Definition collision.c:2218
void nullify_displaylist(uintptr_t)
Definition collision.c:23
s16 func_802ABDF4(u16)
Definition collision.c:461
s32 is_triangle_intersecting_bounding_box(s16, s16, s16, s16, u16)
Definition collision.c:1851
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:
-
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..e423af243 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

-
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 3f2d338a9..0d0eec72d 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 c6cdc593b..752d7911e 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", 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 ], diff --git a/navtreeindex42.js b/navtreeindex42.js index 853b84b3a..222a22a8c 100644 --- a/navtreeindex42.js +++ b/navtreeindex42.js @@ -48,12 +48,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":[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], diff --git a/navtreeindex9.js b/navtreeindex9.js index 1796be0c9..45671fd02 100644 --- a/navtreeindex9.js +++ b/navtreeindex9.js @@ -75,7 +75,7 @@ var NAVTREEINDEX9 = "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#future-plans-1":[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], diff --git a/osContInit_8c.html b/osContInit_8c.html index 4ca1a37cc..8fa1d66ad 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 a1679220a..970f936b4 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 fd1f6131f..7bfaf1577 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/osPiGetCmdQueue_8c.html b/osPiGetCmdQueue_8c.html index 04cd7635e..e3d65fccd 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 c87e5f04e..3dcb693a0 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/piint_8h.html b/piint_8h.html index 8ff550b72..0cdc8aa2f 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/render__objects_8c.html b/render__objects_8c.html index 6ea11fb8e..6bfee3d7a 100644 --- a/render__objects_8c.html +++ b/render__objects_8c.html @@ -2838,7 +2838,7 @@ Here is the caller graph for this function:
-
Todo
tlut/texture unconfirmed. This could be texture1 and texture2
+
Todo
tlut/texture unconfirmed. This could be texture1 and texture2
Here is the call graph for this function:
@@ -11417,7 +11417,7 @@ Here is the caller graph for this function:
-
Todo
fakematch?
+
Todo
fakematch?
Here is the call graph for this function:
@@ -11474,7 +11474,7 @@ Here is the caller graph for this function:
-
Todo
fakematch?
+
Todo
fakematch?
Here is the call graph for this function:
@@ -17264,7 +17264,7 @@ Here is the caller graph for this function:

Renders

Menus: Mario Kart 64 Logo, Debug text

1P: Coloured square in third hud mode that players go around.

-
Todo
Update to F3DEX. Uses OLD definition for gspTextureRectangle.
+
Todo
Update to F3DEX. Uses OLD definition for gspTextureRectangle.
Here is the caller graph for this function:
@@ -17319,7 +17319,7 @@ Here is the caller graph for this function:

Renders

For all game modes

Minimap, CurrLap, Lap time

-
Todo
Update to F3DEX. Uses OLD definition for gspTextureRectangle.
+
Todo
Update to F3DEX. Uses OLD definition for gspTextureRectangle.
Here is the call graph for this function:
@@ -17613,7 +17613,7 @@ Here is the caller graph for this function:
-
Todo
: Hardcode these x and y values. Because why not?
+
Todo
: Hardcode these x and y values. Because why not?
Here is the call graph for this function:
diff --git a/render__objects_8h.html b/render__objects_8h.html index 0fc369f62..bca4c0e64 100644 --- a/render__objects_8h.html +++ b/render__objects_8h.html @@ -16413,7 +16413,7 @@ Here is the caller graph for this function:
-
Todo
: Hardcode these x and y values. Because why not?
+
Todo
: Hardcode these x and y values. Because why not?
Here is the call graph for this function:
diff --git a/search/all_13.js b/search/all_13.js index 31f470343..5da56dd3e 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',['../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']]], ['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_15.js b/search/all_15.js index eb00724fd..e5978e0e6 100644 --- a/search/all_15.js +++ b/search/all_15.js @@ -144,7 +144,7 @@ var searchData= ['remove_5flightning_5feffect_141',['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_142',['RemoveSidebarSearch',['../classShip_1_1Menu.html#a18c71aab7adbb91f67895f415095f8dc',1,'Ship::Menu']]], ['render_20conflicts_143',['Render Conflicts',['../troubleshooting.html#render-conflicts',1,'']]], - ['render_20settings_144',['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_20settings_144',['Render Settings',['../md_docs_2custom-characters.html#change-viewport-render-settings-1',1,'Change Viewport Render Settings'],['../characteroverview.html#change-viewport-render-settings',1,'Change Viewport Render Settings']]], ['render_2einc_2ec_145',['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_146',['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_147',['render_actor_blue_shell',['../blue__and__red__shells_2render_8inc_8c.html#a516dec1dd3d7c2d39294a1ab4edcff4a',1,'render.inc.c']]], diff --git a/search/all_16.js b/search/all_16.js index 9d51d8b7e..9a47b2b14 100644 --- a/search/all_16.js +++ b/search/all_16.js @@ -401,10 +401,10 @@ 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',['../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_401',['Settings',['../md_docs_2custom-characters.html#change-viewport-render-settings-1',1,'Change Viewport Render Settings'],['../characteroverview.html#change-viewport-render-settings',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']]], + ['setup_404',['Setup',['../setup.html',1,'Setup'],['../setup.html#setup-1',1,'Setup'],['../export.html#setup',1,'Setup']]], ['setup_2emd_405',['setup.md',['../setup_8md.html',1,'']]], ['setup_5feditor_406',['setup_editor',['../code__800029B0_8c.html#abb524837daa3cac25aa3bca580d4db94',1,'setup_editor(void): code_800029B0.c'],['../code__800029B0_8h.html#abb524837daa3cac25aa3bca580d4db94',1,'setup_editor(void): code_800029B0.c']]], ['setup_5fgame_5fmemory_407',['setup_game_memory',['../main_8c.html#a8cd2befe9b7f9490d32bf787a7e8d44f',1,'setup_game_memory(void): main.c'],['../main_8h.html#a8cd2befe9b7f9490d32bf787a7e8d44f',1,'setup_game_memory(void): main.c']]], diff --git a/search/all_17.js b/search/all_17.js index e56f7b373..ef2f3552a 100644 --- a/search/all_17.js +++ b/search/all_17.js @@ -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',['../characteroverview.html#tips',1,'Tips'],['../md_docs_2custom-characters.html#tips-1',1,'Tips'],['../minimap.html#tips-2',1,'Tips']]], + ['tips_192',['Tips',['../md_docs_2custom-characters.html#tips-1',1,'Tips'],['../characteroverview.html#tips',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',['../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_196',['To Help',['../md_docs_2custom-characters.html#tools-to-help-1',1,'Tools To Help'],['../characteroverview.html#tools-to-help',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',['../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_20to_20help_229',['Tools To Help',['../md_docs_2custom-characters.html#tools-to-help-1',1,'Tools To Help'],['../characteroverview.html#tools-to-help',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']]], diff --git a/search/all_19.js b/search/all_19.js index a9b83b70a..a110e2700 100644 --- a/search/all_19.js +++ b/search/all_19.js @@ -128,7 +128,7 @@ var searchData= ['vieventcountermesg_125',['viEventCounterMesg',['../osCreateViManager_8c.html#aff91a1647ce302cc41460694801efefc',1,'osCreateViManager.c']]], ['vieventvimesg_126',['viEventViMesg',['../osCreateViManager_8c.html#aae85ef5089d8b056ab5fc730eef5b74e',1,'osCreateViManager.c']]], ['viewport_127',['viewport',['../structScreenContext.html#a1ab71ae0421bfc1ff4a29a8d5e2e6e18',1,'ScreenContext']]], - ['viewport_20render_20settings_128',['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']]], + ['viewport_20render_20settings_128',['Viewport Render Settings',['../md_docs_2custom-characters.html#change-viewport-render-settings-1',1,'Change Viewport Render Settings'],['../characteroverview.html#change-viewport-render-settings',1,'Change Viewport Render Settings']]], ['vimgrmain_129',['viMgrMain',['../osCreateViManager_8c.html#a8e99d26459b45bf7ef8206045cc4dd95',1,'osCreateViManager.c']]], ['vimgrmainargs_130',['viMgrMainArgs',['../osCreateViManager_8c.html#aeb7a9c53e166e158df05b2f84df16987',1,'osCreateViManager.c']]], ['vimgrmesgbuff_131',['viMgrMesgBuff',['../osCreateViManager_8c.html#ab78c2e1c405fc547a882c023ff9a93c8',1,'osCreateViManager.c']]], diff --git a/search/all_4.js b/search/all_4.js index 38f190d14..de5ecaf3b 100644 --- a/search/all_4.js +++ b/search/all_4.js @@ -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',['../characteroverview.html#additional-files',1,'Additional Files'],['../md_docs_2custom-characters.html#additional-files-1',1,'Additional Files']]], + ['additional_20files_146',['Additional Files',['../md_docs_2custom-characters.html#additional-files-1',1,'Additional Files'],['../characteroverview.html#additional-files',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']]], @@ -273,7 +273,7 @@ var searchData= ['alignment_270',['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_271',['ALInstrument',['../structALInstrument.html',1,'']]], ['alkeymap_272',['ALKeyMap',['../structALKeyMap.html',1,'']]], - ['all_20characters_3a_273',['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_20characters_3a_273',['all characters:',['../md_docs_2custom-characters.html#examples-for-all-characters-1',1,'Examples for all characters:'],['../characteroverview.html#examples-for-all-characters',1,'Examples for all characters:']]], ['all_5faxis_274',['All_Axis',['../classTrackEditor_1_1Gizmo.html#a914ef09ef658ea87d83e38b8623e4e9ba57b31661dc16fec55670c9f244c9137b',1,'TrackEditor::Gizmo']]], ['all_5fbuttons_275',['ALL_BUTTONS',['../defines_8h.html#a0b6751ae0c905656ba4c7b80b2ed4e8e',1,'defines.h']]], ['all_5fcourse_5fdata_2eh_276',['all_course_data.h',['../all__course__data_8h.html',1,'']]], diff --git a/search/all_6.js b/search/all_6.js index e317249d1..318e97da9 100644 --- a/search/all_6.js +++ b/search/all_6.js @@ -118,7 +118,7 @@ var searchData= ['ceremonyactortype_115',['CeremonyActorType',['../podium__ceremony__actors_8h.html#a698a9866415b2f1874f87d9dfc960c67',1,'podium_ceremony_actors.h']]], ['chainchomp_2ecpp_116',['ChainChomp.cpp',['../ChainChomp_8cpp.html',1,'']]], ['chainchomp_2eh_117',['ChainChomp.h',['../ChainChomp_8h.html',1,'']]], - ['change_20viewport_20render_20settings_118',['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_20viewport_20render_20settings_118',['Change Viewport Render Settings',['../md_docs_2custom-characters.html#change-viewport-render-settings-1',1,'Change Viewport Render Settings'],['../characteroverview.html#change-viewport-render-settings',1,'Change Viewport Render Settings']]], ['change_5fplayer_5fcolor_5feffect_5fcmy_119',['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_120',['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_121',['Path Changes',['../md_docs_2migrations.html#path-changes',1,'']]], @@ -157,7 +157,7 @@ var searchData= ['charactermenu_2emd_154',['charactermenu.md',['../charactermenu_8md.html',1,'']]], ['characteroverview_2emd_155',['characteroverview.md',['../characteroverview_8md.html',1,'']]], ['characters_156',['characters',['../md_docs_2custom-characters.html',1,'Custom characters'],['../characteroverview.html#custom-characters',1,'Custom characters']]], - ['characters_3a_157',['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:']]], + ['characters_3a_157',['characters:',['../md_docs_2custom-characters.html#examples-for-all-characters-1',1,'Examples for all characters:'],['../characteroverview.html#examples-for-all-characters',1,'Examples for all characters:']]], ['chase_158',['CHASE',['../classOBombKart.html#a8e4601861010249f2213d909b9daa116a973b592d196799fdd7d987deb84af4d7',1,'OBombKart']]], ['chase_159',['Chase',['../classOBombKart.html#a7dc24b945a8055114f3ef80a6e1759b9',1,'OBombKart']]], ['check_5fai_5fcrossing_5fdistance_160',['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']]], diff --git a/search/all_8.js b/search/all_8.js index aebbb2fce..4fe126ae1 100644 --- a/search/all_8.js +++ b/search/all_8.js @@ -83,7 +83,7 @@ var searchData= ['evaluate_5fcubic_5fspline_80',['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_81',['evaluation',['../structdisabledInfo.html#a801386722981f5883efa4e8c09623b4f',1,'disabledInfo']]], ['example_3a_82',['Example:',['../md_docs_2custom-audio.html#example',1,'Example:'],['../md_docs_2textures-pack.html#example-1',1,'Example:']]], - ['examples_20for_20all_20characters_3a_83',['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:']]], + ['examples_20for_20all_20characters_3a_83',['Examples for all characters:',['../md_docs_2custom-characters.html#examples-for-all-characters-1',1,'Examples for all characters:'],['../characteroverview.html#examples-for-all-characters',1,'Examples for all characters:']]], ['exception_5fcache_5ferror_84',['EXCEPTION_CACHE_ERROR',['../osInitialize_8c.html#a73decdcff42cf813e4f32cb79f561f4e',1,'osInitialize.c']]], ['exception_5fgeneral_85',['EXCEPTION_GENERAL',['../osInitialize_8c.html#ac3f701802ea091ac52d9d80840bb7cd0',1,'osInitialize.c']]], ['exception_5ftlb_5fmiss_86',['EXCEPTION_TLB_MISS',['../osInitialize_8c.html#a710667fb116fff9559086a26b8cfba09',1,'osInitialize.c']]], @@ -97,7 +97,7 @@ var searchData= ['explode_94',['EXPLODE',['../classOBombKart.html#a8e4601861010249f2213d909b9daa116a9127ef625aea854376623b48209e86ba',1,'OBombKart']]], ['explosion_95',['EXPLOSION',['../defines_8h.html#a33e3ab8014df1b21b2256c9bc14274f4',1,'defines.h']]], ['exponent_5fby_5fsquaring_96',['exponent_by_squaring',['../menu__items_8c.html#a588742e39aadb10158a7afdf054afccc',1,'exponent_by_squaring(f64 base, s32 exponent): menu_items.c'],['../menu__items_8h.html#a693c6f9d8d1377e9edc1c7f8af5d7a0b',1,'exponent_by_squaring(f64, s32): menu_items.c']]], - ['export_97',['Export',['../export.html',1,'Export'],['../export.html#export',1,'Export'],['../minimap.html#export-1',1,'Export'],['../trackoverview.html#export-2',1,'Export'],['../trackoverview.html#export-3',1,'Export']]], + ['export_97',['Export',['../export.html',1,'Export'],['../minimap.html#export-1',1,'Export'],['../export.html#export',1,'Export'],['../trackoverview.html#export-2',1,'Export'],['../trackoverview.html#export-3',1,'Export']]], ['export_98',['Prepare for export',['../trackoverview.html#prepare-for-export',1,'']]], ['export_20panel_99',['Export Panel',['../export.html#export-panel',1,'']]], ['export_2emd_100',['export.md',['../export_8md.html',1,'']]], diff --git a/search/all_9.js b/search/all_9.js index 28e317f97..cceb78fa6 100644 --- a/search/all_9.js +++ b/search/all_9.js @@ -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',['../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']]], + ['files_64',['Files',['../md_docs_2custom-characters.html#additional-files-1',1,'Additional Files'],['../characteroverview.html#additional-files',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:',['../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_20all_20characters_3a_148',['for all characters:',['../md_docs_2custom-characters.html#examples-for-all-characters-1',1,'Examples for all characters:'],['../characteroverview.html#examples-for-all-characters',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']]], @@ -2110,7 +2110,7 @@ var searchData= ['func_5funnamed8_2107',['func_unnamed8',['../effects_8c.html#ad8f7d27adb8877a47658ec4474db7f1f',1,'func_unnamed8(void): effects.c'],['../effects_8h.html#a2394277f48ef51cbe4dd87b526f82406',1,'func_unnamed8(void): effects.c']]], ['func_5funnamed9_2108',['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_2109',['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_2110',['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_2110',['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']]], ['fvec2_2111',['FVec2',['../structSpawnParams.html#af15253498aacf7cd0beeb0f5f99fbe60',1,'SpawnParams']]], ['fvector_2112',['FVector',['../structFVector.html',1,'']]], ['fvector2d_2113',['FVector2D',['../structFVector2D.html',1,'']]], diff --git a/search/all_b.js b/search/all_b.js index 9521bcda5..adb531a75 100644 --- a/search/all_b.js +++ b/search/all_b.js @@ -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',['../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_106',['Help',['../md_docs_2custom-characters.html#tools-to-help-1',1,'Tools To Help'],['../characteroverview.html#tools-to-help',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']]], diff --git a/todo.html b/todo.html index 32559dcf8..577acc500 100644 --- a/todo.html +++ b/todo.html @@ -118,13 +118,13 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
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

Global add_actor_to_empty_slot (Vec3f pos, Vec3s rot, Vec3f velocity, s16 actorType)
-
Commented out because deletes too soon.
+
Commented out because deletes too soon.
Global are_players_in_course_section (s16, s16)
This is the easiest solution otherwise actors would not collide on custom courses.
Global ATrain::SyncComponents (TrainCarStuff *trainCar, s16 orientationY)
@@ -146,19 +146,19 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
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)
-
tlut/texture unconfirmed. This could be texture1 and texture2
+
tlut/texture unconfirmed. This could be texture1 and texture2
Global func_8004C268 (u32 arg0, u32 arg1, u8 *texture, u32 width, u32 arg4, u32 height, s32 arg6)
-
fakematch?
+
fakematch?
Global func_8004C268_wide (u32 arg0, u32 arg1, u8 *texture, u32 width, u32 arg4, u32 height, s32 arg6)
-
fakematch?
+
fakematch?
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)
@@ -168,13 +168,13 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
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
@@ -196,13 +196,13 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
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
+
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
+
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
Global osPiStartDma (OSIoMesg *mb, s32 priority, s32 direction, uintptr_t devAddr, void *vAddr, size_t nbytes, OSMesgQueue *mq)
@@ -219,25 +219,25 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });

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.
+
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)
-
Update to F3DEX. Uses OLD definition for gspTextureRectangle.
+
Update to F3DEX. Uses OLD definition for gspTextureRectangle.
Global set_minimap_finishline_position (s32)
-
: Hardcode these x and y values. Because why not?
+
: Hardcode these x and y values. Because why not?
Global SOUND_ARG_LOAD (sound_bank, byte2, byte3, sound_id)
format like sm64 sounds.h
Global spawn_foliage (struct ActorSpawnData *actor)
-
actorType needs to be passed into this function for flexibility
+
actorType needs to be passed into this function for flexibility
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 6f038c8c8..07302d7bb 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