summaryrefslogtreecommitdiff
path: root/navtreedata.js
blob: a2c50c1cefa91bbb1e0cd335abdb7eff0f778a1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
/*
 @licstart  The following is the entire license notice for the JavaScript code in this file.

 The MIT License (MIT)

 Copyright (C) 1997-2020 by Dimitri van Heesch

 Permission is hereby granted, free of charge, to any person obtaining a copy of this software
 and associated documentation files (the "Software"), to deal in the Software without restriction,
 including without limitation the rights to use, copy, modify, merge, publish, distribute,
 sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice shall be included in all copies or
 substantial portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
 BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 @licend  The above is the entire license notice for the JavaScript code in this file
*/
var NAVTREE =
[
  [ "SpaghettiKart", "index.html", [
    [ "Actors", "actorsmenu.html", "actorsmenu" ],
    [ "Understanding the Basics", "basics.html", null ],
    [ "Building SpagettiKart", "md_docs_2BUILDING.html", [
      [ "Windows", "md_docs_2BUILDING.html#windows", [
        [ "Developing SpaghettiKart", "md_docs_2BUILDING.html#developing-spaghettikart", [
          [ "Visual Studio", "md_docs_2BUILDING.html#visual-studio", null ],
          [ "Visual Studio Code or another editor", "md_docs_2BUILDING.html#visual-studio-code-or-another-editor", null ]
        ] ],
        [ "Generating the distributable", "md_docs_2BUILDING.html#generating-the-distributable", null ],
        [ "Additional CMake Targets", "md_docs_2BUILDING.html#additional-cmake-targets", [
          [ "Clean", "md_docs_2BUILDING.html#clean", null ]
        ] ]
      ] ],
      [ "Linux", "md_docs_2BUILDING.html#linux", [
        [ "Clone the repo and enter the directory", "md_docs_2BUILDING.html#clone-the-repo-and-enter-the-directory", null ],
        [ "Manual", "md_docs_2BUILDING.html#manual", [
          [ "Install dependencies", "md_docs_2BUILDING.html#install-dependencies", [
            [ "Debian/Ubuntu", "md_docs_2BUILDING.html#debianubuntu", null ],
            [ "Arch", "md_docs_2BUILDING.html#arch", null ],
            [ "Fedora", "md_docs_2BUILDING.html#fedora", null ],
            [ "openSUSE", "md_docs_2BUILDING.html#opensuse", null ]
          ] ],
          [ "Build", "md_docs_2BUILDING.html#build", null ]
        ] ],
        [ "Docker", "md_docs_2BUILDING.html#docker", [
          [ "Create the docker container", "md_docs_2BUILDING.html#create-the-docker-container", null ],
          [ "Configure the project", "md_docs_2BUILDING.html#configure-the-project", null ],
          [ "Compile the project", "md_docs_2BUILDING.html#compile-the-project", null ]
        ] ],
        [ "Generate a distributable", "md_docs_2BUILDING.html#generate-a-distributable", null ],
        [ "Additional CMake Targets", "md_docs_2BUILDING.html#additional-cmake-targets-1", [
          [ "Clean", "md_docs_2BUILDING.html#clean-1", null ]
        ] ]
      ] ],
      [ "macOS", "md_docs_2BUILDING.html#macos", [
        [ "Generating a distributable", "md_docs_2BUILDING.html#generating-a-distributable", null ],
        [ "Additional CMake Targets", "md_docs_2BUILDING.html#additional-cmake-targets-2", [
          [ "Clean", "md_docs_2BUILDING.html#clean-2", null ]
        ] ]
      ] ],
      [ "Getting CI to work on your fork", "md_docs_2BUILDING.html#getting-ci-to-work-on-your-fork", [
        [ "Runner on Windows", "md_docs_2BUILDING.html#runner-on-windows", null ],
        [ "Runner on UNIX systems", "md_docs_2BUILDING.html#runner-on-unix-systems", null ]
      ] ]
    ] ],
    [ "Make a Character", "charactermenu.html", "charactermenu" ],
    [ "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-1", null ]
    ] ],
    [ "Custom characters", "md_docs_2custom-characters.html", [
      [ "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-1", null ],
        [ "Future plans", "md_docs_2custom-characters.html#future-plans-2", null ]
      ] ]
    ] ],
    [ "faq", "md_docs_2faq.html", null ],
    [ "Migration: Beta to v1.0", "md_docs_2migrations.html", [
      [ "Overview", "md_docs_2migrations.html#overview", null ],
      [ "Migration Script", "md_docs_2migrations.html#migration-script", [
        [ "Usage", "md_docs_2migrations.html#usage", null ],
        [ "Generated Files", "md_docs_2migrations.html#generated-files", null ]
      ] ],
      [ "Path Changes", "md_docs_2migrations.html#path-changes", [
        [ "Textures", "md_docs_2migrations.html#textures", [
          [ "Track Textures", "md_docs_2migrations.html#track-textures", null ],
          [ "Kart Textures", "md_docs_2migrations.html#kart-textures", null ],
          [ "Other Textures", "md_docs_2migrations.html#other-textures", null ]
        ] ]
      ] ],
      [ "Kart Frame Textures", "md_docs_2migrations.html#kart-frame-textures", [
        [ "Old Structure", "md_docs_2migrations.html#old-structure", null ],
        [ "New Structure", "md_docs_2migrations.html#new-structure", null ]
      ] ],
      [ "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 ]
    ] ],
    [ "Modding", "md_docs_2modding.html", [
      [ "General Structure", "md_docs_2modding.html#general-structure", [
        [ "Supported Formats", "md_docs_2modding.html#supported-formats", null ],
        [ "Mod Loading Order", "md_docs_2modding.html#mod-loading-order", null ]
      ] ],
      [ "Getting Started", "md_docs_2modding.html#getting-started", null ],
      [ "Mod Types", "md_docs_2modding.html#mod-types", null ]
    ] ],
    [ "mods.toml File Structure", "md_docs_2mods-toml.html", [
      [ "Location", "md_docs_2mods-toml.html#location", null ],
      [ "Basic Structure", "md_docs_2mods-toml.html#basic-structure", null ],
      [ "Complete Structure", "md_docs_2mods-toml.html#complete-structure", null ],
      [ "Fields Reference", "md_docs_2mods-toml.html#fields-reference", [
        [ "[mod] Section", "md_docs_2mods-toml.html#mod-section", null ],
        [ "[dependencies] Section", "md_docs_2mods-toml.html#dependencies-section", [
          [ "Version Requirements", "md_docs_2mods-toml.html#version-requirements", null ]
        ] ]
      ] ],
      [ "Core Dependencies", "md_docs_2mods-toml.html#core-dependencies", null ],
      [ "Validation", "md_docs_2mods-toml.html#validation", null ],
      [ "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 ]
    ] ],
    [ "Sequence Information (Music)", "md_docs_2sequences-information.html", [
      [ "Race Tracks", "md_docs_2sequences-information.html#race-tracks", null ],
      [ "Battle Courses", "md_docs_2sequences-information.html#battle-courses", null ],
      [ "General", "md_docs_2sequences-information.html#general", null ]
    ] ],
    [ "Texture Pack", "md_docs_2textures-pack.html", [
      [ "Example:", "md_docs_2textures-pack.html#example-1", null ],
      [ "Tools To Help", "md_docs_2textures-pack.html#tools-to-help-2", null ],
      [ "Future plans", "md_docs_2textures-pack.html#future-plans-3", null ]
    ] ],
    [ "Returning Tracks", "md_docs_2track__returns.html", [
      [ "Specifically Used to help find music and to see how courses are adapted in the future including refer...", "md_docs_2track__returns.html#specifically-used-to-help-find-music-and-to-see-how-courses-are-adapted-in-the-future-including-references-too", null ],
      [ "Battle Courses", "md_docs_2track__returns.html#battle-courses-1", null ],
      [ "Mario Kart World Remixes", "md_docs_2track__returns.html#mario-kart-world-remixes", null ]
    ] ],
    [ "Track Making", "trackmenu.html", "trackmenu" ],
    [ "Tutorials", "tutorials.html", "tutorials" ],
    [ "Bug List", "bug.html", null ],
    [ "Todo List", "todo.html", null ],
    [ "Namespaces", "namespaces.html", [
      [ "Namespace List", "namespaces.html", "namespaces_dup" ],
      [ "Namespace Members", "namespacemembers.html", [
        [ "All", "namespacemembers.html", "namespacemembers_dup" ],
        [ "Functions", "namespacemembers_func.html", null ],
        [ "Variables", "namespacemembers_vars.html", null ],
        [ "Typedefs", "namespacemembers_type.html", null ],
        [ "Enumerations", "namespacemembers_enum.html", null ],
        [ "Enumerator", "namespacemembers_eval.html", null ]
      ] ]
    ] ],
    [ "Data Structures", "annotated.html", [
      [ "Data Structures", "annotated.html", "annotated_dup" ],
      [ "Data Structure Index", "classes.html", null ],
      [ "Class Hierarchy", "hierarchy.html", "hierarchy" ],
      [ "Data Fields", "functions.html", [
        [ "All", "functions.html", "functions_dup" ],
        [ "Functions", "functions_func.html", "functions_func" ],
        [ "Variables", "functions_vars.html", "functions_vars" ],
        [ "Typedefs", "functions_type.html", null ],
        [ "Enumerations", "functions_enum.html", null ],
        [ "Enumerator", "functions_eval.html", null ],
        [ "Related Symbols", "functions_rela.html", null ]
      ] ]
    ] ],
    [ "Files", "files.html", [
      [ "File List", "files.html", "files_dup" ],
      [ "Globals", "globals.html", [
        [ "All", "globals.html", "globals_dup" ],
        [ "Functions", "globals_func.html", "globals_func" ],
        [ "Variables", "globals_vars.html", "globals_vars" ],
        [ "Typedefs", "globals_type.html", null ],
        [ "Enumerations", "globals_enum.html", null ],
        [ "Enumerator", "globals_eval.html", "globals_eval" ],
        [ "Macros", "globals_defs.html", "globals_defs" ]
      ] ]
    ] ]
  ] ]
];

var NAVTREEINDEX =
[
"ActorSpawnDataFactory_8cpp.html",
"Engine_8cpp.html#a9722639d948bb7c0f3935bfb71101cec",
"Game_8cpp.html#a892acd610181b8a67f9bd4f74d242a4a",
"HMAS_8h.html#a29b9dbcba0050a920d26b6e4c9408f2a",
"ModManager_8h.html#a9d0a65c78ca0da1f4042d278992cda9b",
"ToadsTurnpike_8cpp.html#ad7284ffc2e41a12ca87537ef21156453",
"____osSiRawStartDma_8c.html",
"all__course__offsets_8h.html#a1752f55f9a1868983cdb97b5ce7e03b5",
"camera_8h.html#a099e98892c0941fbb0ed8b70680295e3",
"ceremony__and__credits_8h.html#a786899947d5ad3746ef7b09cb81f7118",
"classACar.html#a8a185b7c41ca70deef57ee6928816f69",
"classATree.html#ab0acf8e69a5c55615e83a3b060704369",
"classGameUI_1_1PortMenu.html#aae9fe5836ea57a15312e9f9a17e91850",
"classOBat.html#a027a43a7bf0ae99bf8dbba1d1011cc87",
"classOLakitu.html#ae289dfcb3c3015fe450ec5184b459989",
"classOTrophy.html#a6668d9f48d8fbee2cf6a31841dafc386",
"classSF64_1_1Vec3sArray.html#aff2bdc9808eb651161e3a209dd9806c1",
"classToadsTurnpike.html#a3ff7df7e518d7c59a16f62baa97ab917",
"classTrackEditor_1_1LightObject.html#a1f121050777169e29203b9a9ee6ae76d",
"classpfd_1_1internal_1_1executor.html#a70760965e1179f84aee59abd92c7129e",
"code__800029B0_8h.html#a446568864143ee3184b8119bbc418172",
"code__80005FD0_8c.html#a62e43868039d19b74e6ab31fd3835e6b",
"code__80005FD0_8c.html#ad301b978cdd3c4cc190b10be050d51d8",
"code__80005FD0_8h.html#a6a3987fc720b4d6bdb1566d092553bcaa52dfd05e2d62d5b2dc2f7ff76e2a8bd3",
"code__80057C60_8c.html#a0cab15af83cd138ce754a557705ba8ff",
"code__80057C60_8c.html#aa6e09cfd83c9cb1fe0329b6dfec3c15b",
"code__80057C60__var_8c.html#a75d1b78717ff8ea280da290965ac794f",
"code__80086E70_8c.html#a8f72183c80e41b62c933acbb2b6ce719",
"code__800AF9B0_8c.html#aa14849d67fb7d26d11f85ac19898ac7f",
"controller_8h.html#a8a064651b8f5eeeb040d01f9a892d266",
"defines_8h.html#a25bbf0d263c780d3379040bf765369e2",
"dir_04cfb893a7b2c5237bee3fc054bbe8ca.html",
"effects_8c.html#ab6d84742231847170dd64267f0519cdf",
"external_8c.html#a54b96854befcdb88c4861cad6b37f338",
"freecam_8h.html#a1fb98ab226cba765b203135f0ef5097b",
"globals_defs_f.html",
"hardware_8h.html#a583792bb4f77e267e0ef549445f46449",
"internal_8h.html#acbb2f0ff4b0a1d5d461825d53d7be8c7",
"kart__attributes_8h.html#aca7b22ead80a7aa76e3c7a1f27959e36",
"load_8c.html#ac81b7e9bc130faea9f4a8c6d024dd97a",
"main_8c.html#aad8e1bffd4b596136b4b9ebbe974b696",
"mario__sign_2update_8inc_8c.html",
"math__util__2_8h.html#a679de4d82fcefa320278cd247a5f8d42",
"memory_8h.html#acf31e85b295d4508d571d5aff8c02c5a",
"menu__items_8c.html#a7d794365d2dcd6526ddb06e476bef1e3",
"menu__items_8c.html#af9690ecb89372a2d241915d92341298d",
"menu__items_8h.html#a1dfc635b44835e2c75290f9a9a2c3643ac2d87c4b6a1d761f340af9790174dc53",
"menu__items_8h.html#a7c466b9e325dd35e5e1b22f18a66f51d",
"menus_8c.html",
"menus_8h.html#ad7ccecb0e440dc0910054a0d51bab82f",
"miniaudio_8h.html#a32310029e303f324fc3af7e96d85d2cb",
"miniaudio_8h.html#a5e71fc47c053785f00aa36c93a76921fa3fc77faf8efc9bbe0fee3d0b943c9e92",
"miniaudio_8h.html#a82a7d2a089536a29ab4d2dc8802ad3a5",
"miniaudio_8h.html#aaf1e50b5defb0ce4183c094a84daddde",
"miniaudio_8h.html#ad1b2dae0836f08f51af7c8c3812de3fea2f36b31c4acec3ef045d43d95cc9c32f",
"miniaudio_8h.html#afc673feaa8a2e310cf52d22693eab175",
"models_2tracks_2bowsers__castle_2bowsers__castle__data_8h.html",
"namespaceTrackEditor.html#a219704236eea5ff0a1a39c0f53f7538c",
"objects_8h.html#aa03ae475a84388a1d190944e65b6d9b0",
"osTimer_8c.html#aab1ae78b18f6455248b3b5c14bc74328",
"piint_8h.html#a457b66841d41a1bc457187634ec350f5",
"player__controller_8c.html#aaba04d0928ff8eaf7ef6c6cea1b93d7d",
"podium__ceremony__actors_8c.html#abe5e7d6664a9f39449fbf6848898baa1",
"race__logic_8c.html#aac5e7f61ed2c0c4e066e6b1811ecdeb0",
"render__objects_8c.html#a5407272ec58435381c47df981f5d8c81",
"render__objects_8c.html#af3c40a3307ab18cd010d9724b5b580f1",
"render__objects_8h.html#a941c1271139932cc6c622fbee91fe496",
"render__player_8c.html#ae07fe46a2e8582ff0d84c356e9aa868e",
"save_8c.html#a590a89e6ed89945271c4289d6cadf64e",
"seqplayer_8h.html#a871f0f8bdc0a57e8df53235a753f47a6",
"ship__model_8c.html#ab3b8d49ba0baa0de94c27e57212b7d12",
"some__data_8c.html#ae2dbcd4be91045d7db656758321746d0",
"src_2data_2some__data_8h.html#a93f1af7a7b23cc9d637414ffbe42b5ab",
"structActorInfo.html",
"structCeremonyActor.html#a7e5c8dba1d5745f8fdb28425cfbf86c0",
"structGfxPool.html#a705e6036f85bdb4c3f708e0e938610db",
"structNote.html#abd3501a8f180a2e242f25eac90f6f006",
"structPlayer.html#a1eb7b22cb98924aa32fa909b969dee34",
"structSF64_1_1ColPolyData.html#adf743dd078f835e2a9a2568314dea000",
"structSequenceChannel.html#ac28336aa1b2f34a4f95ab24d24ecc680",
"structThwompSpawn.html#a37b6087d0a9347a416e26a4d7079bd28",
"structUIWidgets_1_1IntSliderOptions.html#aeb3c7df2e6e8c9fe8c68cce6a96e4d13",
"structWidgetInfo.html#a3f87fb7af882a2c3c86c135be60c7179",
"structhud__player.html#a815963db69a86eba0cd88dfad635145a",
"structma__data__converter__config.html#ad7b476719cb54b12929d24884d2aa0bd",
"structma__device__notification.html",
"structma__job__queue.html#af60bb193da0cac969e3b68d9a745544a",
"structma__resampler.html#a25ff21463eee8993137bc0c4ea621319",
"structma__splitter__node.html",
"synthesis_8c.html#a56c377279f4c167258dd3b24d90cd107",
"textures_8c.html#a21ed7b2f2c179558215ce0875de3e933",
"textures_8c.html#a7da68641247803d864edeab46882cd19",
"textures_8c.html#ad9160a5e2a0025bb166171454503a356",
"textures_8h.html#a300dd666c4bd3f10d9d48fe84f588c3d",
"textures_8h.html#a8a2181a14140862c7c1280db6953cb3f",
"textures_8h.html#ae3cf1ef2a5a6c7fe1b146eb133faf1f8",
"track_8c.html#aa3130864545214b9f345181d1a0f946a",
"track_8h.html#acfc50d6f56d814604261a05d4c572b0f",
"update__objects_8c.html#a5ff4e49864e7c44e4b717c33c585b0bd",
"yoshi__valley__displaylists_8h.html#a38c2d98e463bc9fa5d249ab8c86d8202"
];

var SYNCONMSG = 'click to disable panel synchronization';
var SYNCOFFMSG = 'click to enable panel synchronization';