├── .clang-format ├── .gitattributes ├── .github ├── actions │ ├── create-issue │ │ └── action.yml │ └── setup-llvm │ │ └── action.yml ├── dependabot.yml └── workflows │ ├── build_ddd.yml │ ├── build_ddd_server.yml │ ├── dependency_version_checks.yml │ └── tag_version.yml ├── .gitignore ├── .vscode └── extensions.json ├── Cargo.lock ├── Cargo.toml ├── LICENSE ├── README.md ├── assets ├── Common │ ├── MRAM.arc │ │ └── race2d.arc │ ├── ghostdata.arc │ │ ├── scrn │ │ │ ├── line.bck │ │ │ ├── line.blo │ │ │ ├── mode.blo │ │ │ ├── selectpacklayout.bck │ │ │ └── selectserverlayout.bck │ │ └── timg │ │ │ ├── arena.bti │ │ │ └── course.bti │ ├── lanentry.arc │ │ ├── scrn │ │ │ ├── coursepoll.blo │ │ │ ├── coursepollcourse.bck │ │ │ ├── coursepollcourse.blo │ │ │ ├── coursepollgrid.bck │ │ │ ├── coursepollgrid.blo │ │ │ ├── enterroomcode.bck │ │ │ ├── enterroomcode.blo │ │ │ ├── enterroomcodechar.bck │ │ │ ├── enterroomcodechar.blo │ │ │ ├── enterroomcodechar.btk │ │ │ ├── enterroomcodechar.btp │ │ │ ├── onlinetimer.blo │ │ │ ├── personalroom.bck │ │ │ ├── personalroom.blo │ │ │ ├── personalroom.btp │ │ │ ├── personalroomchar.blo │ │ │ ├── personalroomchar.btk │ │ │ ├── personalroomchar.btp │ │ │ ├── personalroomoption.bck │ │ │ ├── personalroomoption.blo │ │ │ ├── personalroomoption.brk │ │ │ ├── personalroomoption.btk │ │ │ ├── personalroomplayer.bck │ │ │ ├── personalroomplayer.blo │ │ │ ├── playerlist.bck │ │ │ ├── playerlist.blo │ │ │ ├── playerlistplayer.blo │ │ │ ├── selectname.bck │ │ │ ├── selectname.blo │ │ │ ├── selectprofile.bck │ │ │ ├── selectprofile.blo │ │ │ ├── selectprofileprofile.bck │ │ │ ├── selectprofileprofile.blo │ │ │ ├── selectprofileprofile.bpk │ │ │ ├── selectroomtype.blo │ │ │ ├── selectroomtype.brk │ │ │ ├── selectteams.bck │ │ │ ├── selectteams.blo │ │ │ ├── selectteamsplayer.bck │ │ │ ├── selectteamsplayer.blo │ │ │ └── servercolors.blo │ │ └── timg │ │ │ ├── duel.bti │ │ │ ├── pack.bti │ │ │ ├── personal.bti │ │ │ ├── profilebox.bti │ │ │ ├── spectators.bti │ │ │ └── worldwide.bti │ ├── mapselect.arc │ │ └── scrn │ │ │ ├── selectmap1.bck │ │ │ ├── selectmaparrow.bck │ │ │ ├── selectmapgrid.bck │ │ │ └── selectmapgrid.blo │ ├── menu.arc │ │ └── scrn │ │ │ ├── playercount.blo │ │ │ ├── playercount.brk │ │ │ ├── select_character_cc.bpk │ │ │ └── selectformat.blo │ ├── mram_race2d.arc │ │ ├── scrn │ │ │ ├── lannum1.bck │ │ │ ├── lannum1.blo │ │ │ ├── lannum2.bck │ │ │ ├── lannum2.blo │ │ │ ├── lannum4.bck │ │ │ └── lannum4.blo │ │ └── timg │ │ │ ├── cup_pict_ta.bti │ │ │ ├── mariofont_a_acute.bti │ │ │ ├── mariofont_a_diaeresis.bti │ │ │ ├── mariofont_a_grave.bti │ │ │ ├── mariofont_e_acute.bti │ │ │ ├── mariofont_i_acute.bti │ │ │ ├── mariofont_i_grave.bti │ │ │ ├── mariofont_n_tilde.bti │ │ │ ├── mariofont_o_acute.bti │ │ │ ├── mariofont_o_diaeresis.bti │ │ │ ├── mariofont_u_diaeresis.bti │ │ │ ├── mariofontapostrophe.bti │ │ │ ├── mariofonth_ku.bti │ │ │ ├── mariofontk_bu.bti │ │ │ ├── mariofontk_de.bti │ │ │ ├── mariofontk_ki.bti │ │ │ ├── mariofontk_ko.bti │ │ │ ├── mariofontk_ku.bti │ │ │ ├── mariofontk_ma.bti │ │ │ ├── mariofontk_no.bti │ │ │ ├── mariofontk_o.bti │ │ │ ├── mariofontk_ro.bti │ │ │ ├── mariofontk_sa.bti │ │ │ ├── mariofontk_te.bti │ │ │ ├── mariofontk_xi.bti │ │ │ ├── mariofontk_zi.bti │ │ │ ├── mariofontkh_psm.bti │ │ │ ├── mariofontleftparen.bti │ │ │ ├── mariofontrightparen.bti │ │ │ ├── mmr.bti │ │ │ └── playernumber.bti │ ├── option.arc │ │ ├── scrn │ │ │ ├── option.bck │ │ │ ├── option.blo │ │ │ ├── option.brk │ │ │ ├── option.btk │ │ │ └── optionarrow.bck │ │ └── timg │ │ │ ├── mozi_1610.bti │ │ │ ├── mozi_169.bti │ │ │ ├── mozi_1914.bti │ │ │ ├── mozi_219.bti │ │ │ ├── mozi_32.bti │ │ │ ├── mozi_3821.bti │ │ │ ├── mozi_43.bti │ │ │ └── mozi_aspectratio.bti │ └── title2.arc │ │ ├── scrn │ │ └── title.blo │ │ └── timg │ │ └── titlemariokartdd.bti ├── English │ ├── MRAMLoc.arc │ │ ├── coursenames │ │ │ ├── 21.txt │ │ │ ├── 22.txt │ │ │ ├── 23.txt │ │ │ ├── 24.txt │ │ │ ├── 25.txt │ │ │ ├── 26.txt │ │ │ ├── 28.txt │ │ │ ├── 29.txt │ │ │ ├── 2a.txt │ │ │ ├── 2b.txt │ │ │ ├── 2c.txt │ │ │ ├── 2d.txt │ │ │ ├── 2f.txt │ │ │ ├── 31.txt │ │ │ ├── 32.txt │ │ │ ├── 33.txt │ │ │ ├── 34.txt │ │ │ ├── 35.txt │ │ │ ├── 36.txt │ │ │ ├── 38.txt │ │ │ ├── 3a.txt │ │ │ └── 3b.txt │ │ ├── modenames │ │ │ ├── 1.txt │ │ │ ├── 3.txt │ │ │ ├── 4.txt │ │ │ ├── 6.txt │ │ │ └── 7.txt │ │ ├── ok.txt │ │ ├── optionnames │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ ├── 3.txt │ │ │ ├── 4.txt │ │ │ ├── 5.txt │ │ │ ├── 6.txt │ │ │ ├── 7.txt │ │ │ └── 8.txt │ │ ├── packnames │ │ │ ├── allcourses.txt │ │ │ ├── allstages.txt │ │ │ ├── customcourses.txt │ │ │ ├── customstages.txt │ │ │ ├── vanillacourses.txt │ │ │ └── vanillastages.txt │ │ ├── teamnames │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ └── 3.txt │ │ └── valuenames │ │ │ ├── 0 │ │ │ ├── 0.txt │ │ │ └── 1.txt │ │ │ ├── 1 │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ └── 2.txt │ │ │ ├── 2 │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ └── 3.txt │ │ │ ├── 3 │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ └── 3.txt │ │ │ ├── 4 │ │ │ └── 0.txt │ │ │ ├── 7 │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ └── 2.txt │ │ │ └── 8 │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ └── 2.txt │ ├── ghostdata.arc │ │ └── timg │ │ │ └── selectpack.bti │ ├── lanentry.arc │ │ ├── strings │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ ├── 3.txt │ │ │ ├── 4.txt │ │ │ ├── 5.txt │ │ │ ├── 6.txt │ │ │ ├── 7.txt │ │ │ ├── 8.txt │ │ │ └── 9.txt │ │ └── timg │ │ │ ├── coursepoll.bti │ │ │ ├── enterroomcode.bti │ │ │ ├── hideroomcode.bti │ │ │ ├── mappoll.bti │ │ │ ├── newroom.bti │ │ │ ├── personalroom.bti │ │ │ ├── play.bti │ │ │ ├── playerlist.bti │ │ │ ├── roomtype_duel.bti │ │ │ ├── roomtype_personal.bti │ │ │ ├── roomtype_worldwide.bti │ │ │ ├── selectformat.bti │ │ │ ├── selectname.bti │ │ │ ├── selectprofile.bti │ │ │ ├── selectroomtype.bti │ │ │ ├── selectserver.bti │ │ │ ├── selectteams.bti │ │ │ ├── showroomcode.bti │ │ │ └── spectate.bti │ ├── menu.arc │ │ └── timg │ │ │ ├── format_2v2v2v2.bti │ │ │ ├── format_4v4.bti │ │ │ └── format_ffa.bti │ ├── option.arc │ │ └── timg │ │ │ ├── mozi_auto.bti │ │ │ ├── mozi_p1rearview.bti │ │ │ ├── mozi_p2rearview.bti │ │ │ ├── mozi_p3rearview.bti │ │ │ └── mozi_p4rearview.bti │ └── title2.arc │ │ └── timg │ │ └── ttl_mozi_onlineplay.bti ├── French │ ├── MRAMLoc.arc │ │ ├── coursenames │ │ │ ├── 21.txt │ │ │ ├── 22.txt │ │ │ ├── 23.txt │ │ │ ├── 24.txt │ │ │ ├── 25.txt │ │ │ ├── 26.txt │ │ │ ├── 28.txt │ │ │ ├── 29.txt │ │ │ ├── 2a.txt │ │ │ ├── 2b.txt │ │ │ ├── 2c.txt │ │ │ ├── 2d.txt │ │ │ ├── 2f.txt │ │ │ ├── 31.txt │ │ │ ├── 32.txt │ │ │ ├── 33.txt │ │ │ ├── 34.txt │ │ │ ├── 35.txt │ │ │ ├── 36.txt │ │ │ ├── 38.txt │ │ │ ├── 3a.txt │ │ │ └── 3b.txt │ │ ├── modenames │ │ │ ├── 1.txt │ │ │ ├── 3.txt │ │ │ ├── 4.txt │ │ │ ├── 6.txt │ │ │ └── 7.txt │ │ ├── ok.txt │ │ ├── optionnames │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ ├── 3.txt │ │ │ ├── 4.txt │ │ │ ├── 5.txt │ │ │ ├── 6.txt │ │ │ ├── 7.txt │ │ │ └── 8.txt │ │ ├── packnames │ │ │ ├── allcourses.txt │ │ │ ├── allstages.txt │ │ │ ├── customcourses.txt │ │ │ ├── customstages.txt │ │ │ ├── vanillacourses.txt │ │ │ └── vanillastages.txt │ │ ├── teamnames │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ └── 3.txt │ │ └── valuenames │ │ │ ├── 0 │ │ │ ├── 0.txt │ │ │ └── 1.txt │ │ │ ├── 1 │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ └── 2.txt │ │ │ ├── 2 │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ └── 3.txt │ │ │ ├── 3 │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ └── 3.txt │ │ │ ├── 4 │ │ │ └── 0.txt │ │ │ ├── 7 │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ └── 2.txt │ │ │ └── 8 │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ └── 2.txt │ ├── ghostdata.arc │ │ └── timg │ │ │ └── selectpack.bti │ ├── lanentry.arc │ │ ├── strings │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ ├── 3.txt │ │ │ ├── 4.txt │ │ │ ├── 5.txt │ │ │ ├── 6.txt │ │ │ ├── 7.txt │ │ │ ├── 8.txt │ │ │ └── 9.txt │ │ └── timg │ │ │ ├── coursepoll.bti │ │ │ ├── enterroomcode.bti │ │ │ ├── hideroomcode.bti │ │ │ ├── mappoll.bti │ │ │ ├── newroom.bti │ │ │ ├── personalroom.bti │ │ │ ├── play.bti │ │ │ ├── playerlist.bti │ │ │ ├── roomtype_duel.bti │ │ │ ├── roomtype_personal.bti │ │ │ ├── roomtype_worldwide.bti │ │ │ ├── selectformat.bti │ │ │ ├── selectname.bti │ │ │ ├── selectprofile.bti │ │ │ ├── selectroomtype.bti │ │ │ ├── selectserver.bti │ │ │ ├── selectteams.bti │ │ │ ├── showroomcode.bti │ │ │ └── spectate.bti │ ├── menu.arc │ │ └── timg │ │ │ ├── format_2v2v2v2.bti │ │ │ ├── format_4v4.bti │ │ │ └── format_ffa.bti │ ├── option.arc │ │ └── timg │ │ │ ├── mozi_auto.bti │ │ │ ├── mozi_p1rearview.bti │ │ │ ├── mozi_p2rearview.bti │ │ │ ├── mozi_p3rearview.bti │ │ │ └── mozi_p4rearview.bti │ └── title2.arc │ │ └── timg │ │ └── ttl_mozi_onlineplay.bti ├── German │ ├── MRAMLoc.arc │ │ ├── coursenames │ │ │ ├── 21.txt │ │ │ ├── 22.txt │ │ │ ├── 23.txt │ │ │ ├── 24.txt │ │ │ ├── 25.txt │ │ │ ├── 26.txt │ │ │ ├── 28.txt │ │ │ ├── 29.txt │ │ │ ├── 2a.txt │ │ │ ├── 2b.txt │ │ │ ├── 2c.txt │ │ │ ├── 2d.txt │ │ │ ├── 2f.txt │ │ │ ├── 31.txt │ │ │ ├── 32.txt │ │ │ ├── 33.txt │ │ │ ├── 34.txt │ │ │ ├── 35.txt │ │ │ ├── 36.txt │ │ │ ├── 38.txt │ │ │ ├── 3a.txt │ │ │ └── 3b.txt │ │ ├── modenames │ │ │ ├── 1.txt │ │ │ ├── 3.txt │ │ │ ├── 4.txt │ │ │ ├── 6.txt │ │ │ └── 7.txt │ │ ├── ok.txt │ │ ├── optionnames │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ ├── 3.txt │ │ │ ├── 4.txt │ │ │ ├── 5.txt │ │ │ ├── 6.txt │ │ │ ├── 7.txt │ │ │ └── 8.txt │ │ ├── packnames │ │ │ ├── allcourses.txt │ │ │ ├── allstages.txt │ │ │ ├── customcourses.txt │ │ │ ├── customstages.txt │ │ │ ├── vanillacourses.txt │ │ │ └── vanillastages.txt │ │ ├── teamnames │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ └── 3.txt │ │ └── valuenames │ │ │ ├── 0 │ │ │ ├── 0.txt │ │ │ └── 1.txt │ │ │ ├── 1 │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ └── 2.txt │ │ │ ├── 2 │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ └── 3.txt │ │ │ ├── 3 │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ └── 3.txt │ │ │ ├── 4 │ │ │ └── 0.txt │ │ │ ├── 7 │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ └── 2.txt │ │ │ └── 8 │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ └── 2.txt │ ├── ghostdata.arc │ │ └── timg │ │ │ └── selectpack.bti │ ├── lanentry.arc │ │ ├── strings │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ ├── 3.txt │ │ │ ├── 4.txt │ │ │ ├── 5.txt │ │ │ ├── 6.txt │ │ │ ├── 7.txt │ │ │ ├── 8.txt │ │ │ └── 9.txt │ │ └── timg │ │ │ ├── coursepoll.bti │ │ │ ├── enterroomcode.bti │ │ │ ├── hideroomcode.bti │ │ │ ├── mappoll.bti │ │ │ ├── newroom.bti │ │ │ ├── personalroom.bti │ │ │ ├── play.bti │ │ │ ├── playerlist.bti │ │ │ ├── roomtype_duel.bti │ │ │ ├── roomtype_personal.bti │ │ │ ├── roomtype_worldwide.bti │ │ │ ├── selectformat.bti │ │ │ ├── selectname.bti │ │ │ ├── selectprofile.bti │ │ │ ├── selectroomtype.bti │ │ │ ├── selectserver.bti │ │ │ ├── selectteams.bti │ │ │ ├── showroomcode.bti │ │ │ └── spectate.bti │ ├── menu.arc │ │ └── timg │ │ │ ├── format_2v2v2v2.bti │ │ │ ├── format_4v4.bti │ │ │ └── format_ffa.bti │ ├── option.arc │ │ └── timg │ │ │ ├── mozi_auto.bti │ │ │ ├── mozi_p1rearview.bti │ │ │ ├── mozi_p2rearview.bti │ │ │ ├── mozi_p3rearview.bti │ │ │ └── mozi_p4rearview.bti │ └── title2.arc │ │ └── timg │ │ └── ttl_mozi_onlineplay.bti ├── Italian │ ├── MRAMLoc.arc │ │ ├── coursenames │ │ │ ├── 21.txt │ │ │ ├── 22.txt │ │ │ ├── 23.txt │ │ │ ├── 24.txt │ │ │ ├── 25.txt │ │ │ ├── 26.txt │ │ │ ├── 28.txt │ │ │ ├── 29.txt │ │ │ ├── 2a.txt │ │ │ ├── 2b.txt │ │ │ ├── 2c.txt │ │ │ ├── 2d.txt │ │ │ ├── 2f.txt │ │ │ ├── 31.txt │ │ │ ├── 32.txt │ │ │ ├── 33.txt │ │ │ ├── 34.txt │ │ │ ├── 35.txt │ │ │ ├── 36.txt │ │ │ ├── 38.txt │ │ │ ├── 3a.txt │ │ │ └── 3b.txt │ │ ├── modenames │ │ │ ├── 1.txt │ │ │ ├── 3.txt │ │ │ ├── 4.txt │ │ │ ├── 6.txt │ │ │ └── 7.txt │ │ ├── ok.txt │ │ ├── optionnames │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ ├── 3.txt │ │ │ ├── 4.txt │ │ │ ├── 5.txt │ │ │ ├── 6.txt │ │ │ ├── 7.txt │ │ │ └── 8.txt │ │ ├── packnames │ │ │ ├── allcourses.txt │ │ │ ├── allstages.txt │ │ │ ├── customcourses.txt │ │ │ ├── customstages.txt │ │ │ ├── vanillacourses.txt │ │ │ └── vanillastages.txt │ │ ├── teamnames │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ └── 3.txt │ │ └── valuenames │ │ │ ├── 0 │ │ │ ├── 0.txt │ │ │ └── 1.txt │ │ │ ├── 1 │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ └── 2.txt │ │ │ ├── 2 │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ └── 3.txt │ │ │ ├── 3 │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ └── 3.txt │ │ │ ├── 4 │ │ │ └── 0.txt │ │ │ ├── 7 │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ └── 2.txt │ │ │ └── 8 │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ └── 2.txt │ ├── ghostdata.arc │ │ └── timg │ │ │ └── selectpack.bti │ ├── lanentry.arc │ │ ├── strings │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ ├── 3.txt │ │ │ ├── 4.txt │ │ │ ├── 5.txt │ │ │ ├── 6.txt │ │ │ ├── 7.txt │ │ │ ├── 8.txt │ │ │ └── 9.txt │ │ └── timg │ │ │ ├── coursepoll.bti │ │ │ ├── enterroomcode.bti │ │ │ ├── hideroomcode.bti │ │ │ ├── mappoll.bti │ │ │ ├── newroom.bti │ │ │ ├── personalroom.bti │ │ │ ├── play.bti │ │ │ ├── playerlist.bti │ │ │ ├── roomtype_duel.bti │ │ │ ├── roomtype_personal.bti │ │ │ ├── roomtype_worldwide.bti │ │ │ ├── selectformat.bti │ │ │ ├── selectname.bti │ │ │ ├── selectprofile.bti │ │ │ ├── selectroomtype.bti │ │ │ ├── selectserver.bti │ │ │ ├── selectteams.bti │ │ │ ├── showroomcode.bti │ │ │ └── spectate.bti │ ├── menu.arc │ │ └── timg │ │ │ ├── format_2v2v2v2.bti │ │ │ ├── format_4v4.bti │ │ │ └── format_ffa.bti │ ├── option.arc │ │ └── timg │ │ │ ├── mozi_auto.bti │ │ │ ├── mozi_p1rearview.bti │ │ │ ├── mozi_p2rearview.bti │ │ │ ├── mozi_p3rearview.bti │ │ │ └── mozi_p4rearview.bti │ └── title2.arc │ │ └── timg │ │ └── ttl_mozi_onlineplay.bti ├── Japanese │ ├── MRAMLoc.arc │ │ ├── coursenames │ │ │ ├── 21.txt │ │ │ ├── 22.txt │ │ │ ├── 23.txt │ │ │ ├── 24.txt │ │ │ ├── 25.txt │ │ │ ├── 26.txt │ │ │ ├── 28.txt │ │ │ ├── 29.txt │ │ │ ├── 2a.txt │ │ │ ├── 2b.txt │ │ │ ├── 2c.txt │ │ │ ├── 2d.txt │ │ │ ├── 2f.txt │ │ │ ├── 31.txt │ │ │ ├── 32.txt │ │ │ ├── 33.txt │ │ │ ├── 34.txt │ │ │ ├── 35.txt │ │ │ ├── 36.txt │ │ │ ├── 38.txt │ │ │ ├── 3a.txt │ │ │ └── 3b.txt │ │ ├── modenames │ │ │ ├── 1.txt │ │ │ ├── 3.txt │ │ │ ├── 4.txt │ │ │ ├── 6.txt │ │ │ └── 7.txt │ │ ├── ok.txt │ │ ├── optionnames │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ ├── 3.txt │ │ │ ├── 4.txt │ │ │ ├── 5.txt │ │ │ ├── 6.txt │ │ │ ├── 7.txt │ │ │ └── 8.txt │ │ ├── packnames │ │ │ ├── allcourses.txt │ │ │ ├── allstages.txt │ │ │ ├── customcourses.txt │ │ │ ├── customstages.txt │ │ │ ├── vanillacourses.txt │ │ │ └── vanillastages.txt │ │ ├── teamnames │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ └── 3.txt │ │ └── valuenames │ │ │ ├── 0 │ │ │ ├── 0.txt │ │ │ └── 1.txt │ │ │ ├── 1 │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ └── 2.txt │ │ │ ├── 2 │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ └── 3.txt │ │ │ ├── 3 │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ └── 3.txt │ │ │ ├── 4 │ │ │ └── 0.txt │ │ │ ├── 7 │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ └── 2.txt │ │ │ └── 8 │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ └── 2.txt │ ├── ghostdata.arc │ │ └── timg │ │ │ └── selectpack.bti │ ├── lanentry.arc │ │ ├── strings │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ ├── 3.txt │ │ │ ├── 4.txt │ │ │ ├── 5.txt │ │ │ ├── 6.txt │ │ │ ├── 7.txt │ │ │ ├── 8.txt │ │ │ └── 9.txt │ │ └── timg │ │ │ ├── coursepoll.bti │ │ │ ├── enterroomcode.bti │ │ │ ├── hideroomcode.bti │ │ │ ├── mappoll.bti │ │ │ ├── newroom.bti │ │ │ ├── personalroom.bti │ │ │ ├── play.bti │ │ │ ├── playerlist.bti │ │ │ ├── roomtype_duel.bti │ │ │ ├── roomtype_personal.bti │ │ │ ├── roomtype_worldwide.bti │ │ │ ├── selectformat.bti │ │ │ ├── selectname.bti │ │ │ ├── selectprofile.bti │ │ │ ├── selectroomtype.bti │ │ │ ├── selectserver.bti │ │ │ ├── selectteams.bti │ │ │ ├── showroomcode.bti │ │ │ └── spectate.bti │ ├── menu.arc │ │ └── timg │ │ │ ├── format_2v2v2v2.bti │ │ │ ├── format_4v4.bti │ │ │ └── format_ffa.bti │ ├── option.arc │ │ └── timg │ │ │ ├── mozi_auto.bti │ │ │ ├── mozi_p1rearview.bti │ │ │ ├── mozi_p2rearview.bti │ │ │ ├── mozi_p3rearview.bti │ │ │ └── mozi_p4rearview.bti │ └── title2.arc │ │ └── timg │ │ └── ttl_mozi_onlineplay.bti └── Spanish │ ├── MRAMLoc.arc │ ├── coursenames │ │ ├── 21.txt │ │ ├── 22.txt │ │ ├── 23.txt │ │ ├── 24.txt │ │ ├── 25.txt │ │ ├── 26.txt │ │ ├── 28.txt │ │ ├── 29.txt │ │ ├── 2a.txt │ │ ├── 2b.txt │ │ ├── 2c.txt │ │ ├── 2d.txt │ │ ├── 2f.txt │ │ ├── 31.txt │ │ ├── 32.txt │ │ ├── 33.txt │ │ ├── 34.txt │ │ ├── 35.txt │ │ ├── 36.txt │ │ ├── 38.txt │ │ ├── 3a.txt │ │ └── 3b.txt │ ├── modenames │ │ ├── 1.txt │ │ ├── 3.txt │ │ ├── 4.txt │ │ ├── 6.txt │ │ └── 7.txt │ ├── ok.txt │ ├── optionnames │ │ ├── 0.txt │ │ ├── 1.txt │ │ ├── 2.txt │ │ ├── 3.txt │ │ ├── 4.txt │ │ ├── 5.txt │ │ ├── 6.txt │ │ ├── 7.txt │ │ └── 8.txt │ ├── packnames │ │ ├── allcourses.txt │ │ ├── allstages.txt │ │ ├── customcourses.txt │ │ ├── customstages.txt │ │ ├── vanillacourses.txt │ │ └── vanillastages.txt │ ├── teamnames │ │ ├── 0.txt │ │ ├── 1.txt │ │ ├── 2.txt │ │ └── 3.txt │ └── valuenames │ │ ├── 0 │ │ ├── 0.txt │ │ └── 1.txt │ │ ├── 1 │ │ ├── 0.txt │ │ ├── 1.txt │ │ └── 2.txt │ │ ├── 2 │ │ ├── 0.txt │ │ ├── 1.txt │ │ ├── 2.txt │ │ └── 3.txt │ │ ├── 3 │ │ ├── 0.txt │ │ ├── 1.txt │ │ ├── 2.txt │ │ └── 3.txt │ │ ├── 4 │ │ └── 0.txt │ │ ├── 7 │ │ ├── 0.txt │ │ ├── 1.txt │ │ └── 2.txt │ │ └── 8 │ │ ├── 0.txt │ │ ├── 1.txt │ │ └── 2.txt │ ├── ghostdata.arc │ └── timg │ │ └── selectpack.bti │ ├── lanentry.arc │ ├── strings │ │ ├── 0.txt │ │ ├── 1.txt │ │ ├── 2.txt │ │ ├── 3.txt │ │ ├── 4.txt │ │ ├── 5.txt │ │ ├── 6.txt │ │ ├── 7.txt │ │ ├── 8.txt │ │ └── 9.txt │ └── timg │ │ ├── coursepoll.bti │ │ ├── enterroomcode.bti │ │ ├── hideroomcode.bti │ │ ├── mappoll.bti │ │ ├── newroom.bti │ │ ├── personalroom.bti │ │ ├── play.bti │ │ ├── playerlist.bti │ │ ├── roomtype_duel.bti │ │ ├── roomtype_personal.bti │ │ ├── roomtype_worldwide.bti │ │ ├── selectformat.bti │ │ ├── selectname.bti │ │ ├── selectprofile.bti │ │ ├── selectroomtype.bti │ │ ├── selectserver.bti │ │ ├── selectteams.bti │ │ ├── showroomcode.bti │ │ └── spectate.bti │ ├── menu.arc │ └── timg │ │ ├── format_2v2v2v2.bti │ │ ├── format_4v4.bti │ │ └── format_ffa.bti │ ├── option.arc │ └── timg │ │ ├── mozi_auto.bti │ │ ├── mozi_p1rearview.bti │ │ ├── mozi_p2rearview.bti │ │ ├── mozi_p3rearview.bti │ │ └── mozi_p4rearview.bti │ └── title2.arc │ └── timg │ └── ttl_mozi_onlineplay.bti ├── bootstrap ├── Bootstrap.cc ├── Bootstrap.hh ├── BootstrapBinary.cc ├── BootstrapBinary.hh ├── GM4.ld.template ├── Start.cc ├── Symbols.txt └── banner.bin ├── channel ├── Apploader.cc ├── Apploader.hh ├── Channel.cc ├── Channel.hh ├── ChannelBinary.cc ├── ChannelBinary.hh ├── DI.cc ├── DI.hh ├── GM4.ld.template ├── SRAM.cc ├── SRAM.hh ├── Start.cc └── Symbols.txt ├── cube ├── Arena.cc ├── Arena.hh ├── Clock.cc ├── Clock.hh ├── Console.cc ├── Console.hh ├── Context.hh ├── CubeLogger.cc ├── CubeLogger.hh ├── DCache.hh ├── DiscID.cc ├── DiscID.hh ├── Dolphin.cc ├── Dolphin.hh ├── ECID.cc ├── ECID.hh ├── ES.cc ├── ES.hh ├── EXI.cc ├── EXI.hh ├── FS.cc ├── FS.hh ├── ICache.hh ├── Memory.cc ├── Memory.hh ├── Panic.h ├── Panic.hh ├── Platform.cc ├── Platform.hh ├── SCFile.cc ├── SCFile.hh ├── StackCanary.c ├── StackCanary.h ├── Symbols.txt ├── USB.cc ├── USB.hh ├── VI.cc ├── VI.hh ├── VirtualDI.cc ├── VirtualDI.hh ├── ios │ ├── File.cc │ ├── File.hh │ ├── KernelUID.cc │ ├── KernelUID.hh │ ├── Resource.cc │ └── Resource.hh └── storage │ ├── EXISDStorage.cc │ ├── EXISDStorage.hh │ ├── FATStorage.cc │ ├── FATStorage.hh │ ├── SDStorage.cc │ ├── SDStorage.hh │ ├── Storage.cc │ ├── Storage.hh │ ├── USBStorage.cc │ ├── USBStorage.hh │ ├── WiiSDStorage.cc │ └── WiiSDStorage.hh ├── data └── fuzzers │ └── inputs │ ├── crash-33cfcf3706232b01be1fa826e2ffd558579750fb │ ├── crash-539ff14a56c13221c96a508239c03d0cbd0e3bbb │ ├── crash-adc83b19e793491b1c6ea0fd8b46cd9f32e592fc │ ├── crash-bac05b8ed20c601591aa26e23c5f8d9830337fb5 │ ├── crash-da39a3ee5e6b4b0d3255bfef95601890afd80709 │ ├── crash-eeb6c892c3c685db8e486c228552eb1c8d8cbfee │ ├── crash-f0c957104bb1b80c9d125d9c8cbb3f06fbf2ab1a │ └── leak-15d42c5c9b36a9f4eb981d3d1023b5a83163d08d ├── docs └── design.md ├── format.py ├── formats ├── Cargo.toml └── src │ ├── array_type.rs │ ├── complex_data_type.rs │ ├── constant.rs │ ├── data_type.rs │ ├── enum_type │ ├── mod.rs │ ├── variant.rs │ └── variant_list.rs │ ├── format │ ├── constant_list.rs │ ├── mod.rs │ └── type_list.rs │ ├── formats │ ├── mod.rs │ ├── online │ │ ├── client_state.rs │ │ ├── common.rs │ │ ├── mod.rs │ │ └── server_state.rs │ └── version.rs │ ├── lib.rs │ ├── main.rs │ ├── samples │ ├── OneConstant.cc │ ├── OneConstant.hh │ ├── OneField.cc │ ├── OneField.hh │ ├── OneVariant.cc │ ├── OneVariant.hh │ ├── TwoConstants.cc │ ├── TwoConstants.hh │ ├── TwoFields.cc │ ├── TwoFields.hh │ ├── TwoVariants.cc │ ├── TwoVariants.hh │ ├── mod.rs │ ├── one_constant.rs │ ├── one_field.rs │ ├── one_variant.rs │ ├── two_constants.rs │ ├── two_fields.rs │ └── two_variants.rs │ ├── simple_constant.rs │ ├── simple_data_type.rs │ ├── simple_enum_type │ ├── mod.rs │ ├── variant.rs │ └── variant_list.rs │ ├── str_ext.rs │ ├── string_constant.rs │ ├── struct_type │ ├── field.rs │ ├── field_list.rs │ └── mod.rs │ └── unit_type.rs ├── freestanding ├── cube │ ├── Arena.cc │ ├── Clock.cc │ ├── CubeLogger.cc │ ├── DCache.cc │ ├── EXI.cc │ ├── ICache.cc │ ├── Memory.cc │ ├── Panic.c │ ├── USB.cc │ ├── VirtualDI.cc │ ├── ios │ │ └── Resource.cc │ └── storage │ │ ├── EXISDStorage.cc │ │ ├── FATStorage.cc │ │ ├── SDStorage.cc │ │ ├── Storage.cc │ │ ├── USBStorage.cc │ │ └── WiiSDStorage.cc ├── freestanding │ ├── Runtime.c │ └── Runtime.cc └── libc │ ├── assert.c │ ├── ctype.cc │ ├── stdio.c │ ├── string.cc │ └── strings.cc ├── fuzz.py ├── fuzzers ├── Archive.cc ├── SZSReader.cc ├── ZIP.cc ├── network │ └── DNS.cc └── online │ └── Client.cc ├── libc ├── assert.h ├── ctype.h ├── float.h ├── inttypes.h ├── limits.h ├── math.h ├── stdarg.c ├── stdarg.h ├── stdbool.h ├── stddef.h ├── stdint.h ├── stdio.h ├── stdlib.h ├── string.cc ├── string.h └── strings.h ├── meta.xml ├── native ├── FakeSZSReader.cc ├── FakeSZSReader.hh ├── FakeZIP.cc ├── FakeZIP.hh ├── NativeAllocator.cc ├── NativeAllocator.hh ├── NativeLogger.cc ├── NativeLogger.hh ├── crypto │ ├── NativeRandom.cc │ └── NativeRandom.hh ├── diskio.c ├── network │ ├── DNSFakeUDPSocket.cc │ ├── DNSFakeUDPSocket.hh │ ├── FakeDNS.cc │ ├── FakeDNS.hh │ ├── FakeNetwork.cc │ ├── FakeNetwork.hh │ ├── FakeUDPSocket.cc │ ├── FakeUDPSocket.hh │ ├── OnlineFakeUDPSocket.cc │ └── OnlineFakeUDPSocket.hh └── online │ ├── FakeClient.cc │ ├── FakeClient.hh │ ├── FakeServerManager.cc │ ├── FakeServerManager.hh │ ├── ServerConnection.cc │ ├── ServerConnection.hh │ ├── ServerConnectionState.cc │ ├── ServerConnectionState.hh │ ├── ServerConnectionStateIdle.cc │ ├── ServerConnectionStateIdle.hh │ ├── ServerConnectionStateKX.cc │ ├── ServerConnectionStateKX.hh │ ├── ServerConnectionStateSession.cc │ ├── ServerConnectionStateSession.hh │ └── ServerPlatform.hh ├── payload ├── GM4.ld.template ├── Symbols.txt ├── cube │ ├── Arena.cc │ ├── Clock.cc │ ├── CubeLogger.cc │ ├── DCache.cc │ ├── EXI.cc │ ├── ICache.cc │ ├── Memory.cc │ ├── Panic.cc │ ├── USB.cc │ ├── VirtualDI.cc │ ├── ios │ │ └── Resource.cc │ └── storage │ │ ├── EXISDStorage.cc │ │ ├── FATStorage.cc │ │ ├── Storage.cc │ │ ├── USBStorage.cc │ │ └── WiiSDStorage.cc ├── dolphin │ ├── AR.cc │ ├── AR.h │ ├── ARQ.cc │ ├── ARQ.h │ ├── CARD.cc │ ├── CARD.h │ ├── DB.h │ ├── DSP.c │ ├── DSP.h │ ├── DVD.c │ ├── DVD.cc │ ├── DVD.h │ ├── ETH.cc │ ├── ETH.h │ ├── EXIBios.cc │ ├── EXIBios.h │ ├── GDGeometry.cc │ ├── GDGeometry.h │ ├── GX.h │ ├── GXAttr.cc │ ├── GXAttr.h │ ├── GXDisplayList.cc │ ├── GXDisplayList.h │ ├── GXFrameBuf.cc │ ├── GXFrameBuf.h │ ├── GXTev.h │ ├── GXTexture.cc │ ├── GXTexture.h │ ├── GXTransform.h │ ├── IPEther.cc │ ├── IPEther.h │ ├── IPIgmp.h │ ├── IPRoute.cc │ ├── IPRoute.h │ ├── IPSocket.cc │ ├── IPSocket.h │ ├── MTX.h │ ├── OS.c │ ├── OS.h │ ├── OSAlarm.h │ ├── OSArena.h │ ├── OSCache.cc │ ├── OSCache.h │ ├── OSContext.cc │ ├── OSContext.h │ ├── OSError.cc │ ├── OSError.h │ ├── OSInterrupt.cc │ ├── OSInterrupt.h │ ├── OSMessage.h │ ├── OSMutex.h │ ├── OSRtc.cc │ ├── OSRtc.h │ ├── OSSync.c │ ├── OSThread.cc │ ├── OSThread.h │ ├── OSTime.cc │ ├── OSTime.h │ ├── PAD.cc │ ├── PAD.h │ ├── PPCArch.c │ ├── PPCArch.h │ ├── SIBios.cc │ ├── SIBios.h │ ├── THPDec.c │ ├── THPDec.h │ ├── UPnPHttpd.c │ ├── UPnPHttpd.h │ ├── UPnPSsdp.h │ ├── VI.cc │ └── VI.h ├── game │ ├── AppMgr.cc │ ├── AppMgr.hh │ ├── AwardApp.cc │ ├── AwardApp.hh │ ├── BBAMgr.cc │ ├── BBAMgr.hh │ ├── BattleName2D.cc │ ├── BattleName2D.hh │ ├── BombStart2D.cc │ ├── BombStart2D.hh │ ├── CardAgent.cc │ ├── CardAgent.hh │ ├── CardMgr.hh │ ├── CharacterSelect3D.cc │ ├── CharacterSelect3D.hh │ ├── Course.cc │ ├── Course.hh │ ├── CourseID.hh │ ├── Demo2D.cc │ ├── Demo2D.hh │ ├── DriverData.cc │ ├── DriverData.hh │ ├── ErrorViewApp.hh │ ├── ExModel.cc │ ├── ExModel.hh │ ├── ExtendedSystemRecord.cc │ ├── ExtendedSystemRecord.hh │ ├── GameApp.cc │ ├── GameApp.hh │ ├── GameAudioMain.cc │ ├── GameAudioMain.hh │ ├── GameClock.cc │ ├── GameClock.hh │ ├── GhostFile.cc │ ├── GhostFile.hh │ ├── Goal2D.cc │ ├── Goal2D.hh │ ├── J2DManager.hh │ ├── K2DPicture.cc │ ├── K2DPicture.hh │ ├── Kart2DCommon.cc │ ├── Kart2DCommon.hh │ ├── KartBody.cc │ ├── KartBody.hh │ ├── KartCam.cc │ ├── KartCam.hh │ ├── KartCtrl.cc │ ├── KartCtrl.hh │ ├── KartDB.hh │ ├── KartDrawer.cc │ ├── KartDrawer.hh │ ├── KartGame.cc │ ├── KartGame.hh │ ├── KartGamePad.cc │ ├── KartGamePad.hh │ ├── KartInfo.cc │ ├── KartInfo.hh │ ├── KartLoader.cc │ ├── KartLoader.hh │ ├── KartLocale.cc │ ├── KartLocale.hh │ ├── KartPad.cc │ ├── KartPad.hh │ ├── KartPadRecord.hh │ ├── LANNum2D.cc │ ├── LANNum2D.hh │ ├── LogoApp.cc │ ├── LogoApp.hh │ ├── Mario.hh │ ├── MenuBackground.cc │ ├── MenuBackground.hh │ ├── MenuTitleLine.cc │ ├── MenuTitleLine.hh │ ├── MinimapConfig.hh │ ├── Modes.hh │ ├── MovieApp.cc │ ├── MovieApp.hh │ ├── MoviePlayer.cc │ ├── MoviePlayer.hh │ ├── NameEntryHelper.cc │ ├── NameEntryHelper.hh │ ├── NetGameMgr.cc │ ├── NetGameMgr.hh │ ├── OnlineBackground.cc │ ├── OnlineBackground.hh │ ├── OnlineInfo.cc │ ├── OnlineInfo.hh │ ├── OnlineTimer.cc │ ├── OnlineTimer.hh │ ├── PadMgr.cc │ ├── PadMgr.hh │ ├── PadRecorder.cc │ ├── PadRecorder.hh │ ├── Pause2D.cc │ ├── Pause2D.hh │ ├── PauseManager.cc │ ├── PauseManager.hh │ ├── PreRace2D.cc │ ├── PreRace2D.hh │ ├── PrintMemoryCard.cc │ ├── PrintMemoryCard.hh │ ├── Race2D.cc │ ├── Race2D.hh │ ├── Race2DParam.cc │ ├── Race2DParam.hh │ ├── RaceApp.cc │ ├── RaceApp.hh │ ├── RaceDirector.cc │ ├── RaceDirector.hh │ ├── RaceDrawer.cc │ ├── RaceDrawer.hh │ ├── RaceInfo.cc │ ├── RaceInfo.hh │ ├── RaceMgr.cc │ ├── RaceMgr.hh │ ├── RaceMode.cc │ ├── RaceMode.hh │ ├── ResMgr.cc │ ├── ResMgr.hh │ ├── Result2D.cc │ ├── Result2D.hh │ ├── RoomOption.cc │ ├── RoomOption.hh │ ├── RoomType.hh │ ├── SaveFile.hh │ ├── Scene.hh │ ├── SceneCharacterSelect.cc │ ├── SceneCharacterSelect.hh │ ├── SceneCoursePoll.cc │ ├── SceneCoursePoll.hh │ ├── SceneCourseSelect.cc │ ├── SceneCourseSelect.hh │ ├── SceneFactory.cc │ ├── SceneFactory.hh │ ├── SceneFormatSelect.cc │ ├── SceneFormatSelect.hh │ ├── SceneHowManyPlayers.cc │ ├── SceneHowManyPlayers.hh │ ├── SceneMapSelect.cc │ ├── SceneMapSelect.hh │ ├── SceneMenu.cc │ ├── SceneMenu.hh │ ├── SceneModeSelect.cc │ ├── SceneModeSelect.hh │ ├── SceneNameSelect.cc │ ├── SceneNameSelect.hh │ ├── SceneOption.cc │ ├── SceneOption.hh │ ├── ScenePackSelect.cc │ ├── ScenePackSelect.hh │ ├── ScenePersonalRoom.cc │ ├── ScenePersonalRoom.hh │ ├── ScenePlayerList.cc │ ├── ScenePlayerList.hh │ ├── SceneProfileSelect.cc │ ├── SceneProfileSelect.hh │ ├── SceneRecord.cc │ ├── SceneRecord.hh │ ├── SceneRoomCodeEnter.cc │ ├── SceneRoomCodeEnter.hh │ ├── SceneRoomTypeSelect.cc │ ├── SceneRoomTypeSelect.hh │ ├── SceneServerSelect.cc │ ├── SceneServerSelect.hh │ ├── SceneTandemSelect.cc │ ├── SceneTandemSelect.hh │ ├── SceneTeamSelect.cc │ ├── SceneTeamSelect.hh │ ├── SceneTitle.cc │ ├── SceneTitle.hh │ ├── SceneTitleLine.cc │ ├── SceneTitleLine.hh │ ├── SceneType.hh │ ├── SequenceApp.cc │ ├── SequenceApp.hh │ ├── SequenceInfo.cc │ ├── SequenceInfo.hh │ ├── SiUtil.hh │ ├── SoundID.hh │ ├── SysDebug.cc │ ├── SysDebug.hh │ ├── System.cc │ ├── System.hh │ ├── SystemFile.cc │ ├── SystemFile.hh │ ├── SystemRecord.cc │ ├── SystemRecord.hh │ ├── WipeBase.hh │ ├── WipeCurtain.hh │ ├── WipeManager.cc │ ├── WipeManager.hh │ └── ZCaptureMgr.hh ├── jsystem │ ├── DSPProc.cc │ ├── J2DAnmBase.hh │ ├── J2DAnmLoaderDataBase.cc │ ├── J2DAnmLoaderDataBase.hh │ ├── J2DGraphContext.hh │ ├── J2DMaterial.hh │ ├── J2DOrthoGraph.hh │ ├── J2DPane.cc │ ├── J2DPane.hh │ ├── J2DPicture.cc │ ├── J2DPicture.hh │ ├── J2DPictureEx.cc │ ├── J2DPictureEx.hh │ ├── J2DScreen.cc │ ├── J2DScreen.hh │ ├── J3DGD.cc │ ├── J3DGD.hh │ ├── J3DModelData.cc │ ├── J3DModelData.hh │ ├── J3DSys.cc │ ├── J3DSys.hh │ ├── J3DVertexBuffer.cc │ ├── J3DVertexBuffer.hh │ ├── JASAramStream.cc │ ├── JASAramStream.hh │ ├── JASDriver.hh │ ├── JASDvd.cc │ ├── JASDvd.hh │ ├── JASTaskThread.hh │ ├── JFWDisplay.cc │ ├── JFWDisplay.hh │ ├── JFWSystem.cc │ ├── JFWSystem.hh │ ├── JKRAram.cc │ ├── JKRAram.hh │ ├── JKRAramArchive.cc │ ├── JKRAramArchive.hh │ ├── JKRAramBlock.cc │ ├── JKRAramBlock.hh │ ├── JKRAramHeap.hh │ ├── JKRArchive.cc │ ├── JKRArchive.hh │ ├── JKRAssertHeap.hh │ ├── JKRExpHeap.cc │ ├── JKRExpHeap.hh │ ├── JKRFileLoader.cc │ ├── JKRFileLoader.hh │ ├── JKRHeap.cc │ ├── JKRHeap.hh │ ├── JKRMemArchive.cc │ ├── JKRMemArchive.hh │ ├── JKRSolidHeap.hh │ ├── JKRTask.cc │ ├── JKRTask.hh │ ├── JKRThread.hh │ ├── JSUList.cc │ ├── JSUList.hh │ ├── JSUTree.hh │ ├── JUTConsole.cc │ ├── JUTConsole.hh │ ├── JUTDirectPrint.hh │ ├── JUTException.cc │ ├── JUTException.hh │ ├── JUTFader.cc │ ├── JUTFader.hh │ ├── JUTGamePad.cc │ ├── JUTGamePad.hh │ ├── JUTProcBar.cc │ ├── JUTProcBar.hh │ ├── JUTVideo.cc │ ├── JUTVideo.hh │ ├── JUTXfb.cc │ ├── JUTXfb.hh │ ├── ResTIMG.hh │ ├── TBox2.hh │ ├── TVec2.hh │ └── TVec3.hh ├── libc │ └── assert.cc └── payload │ ├── ArchivePatcher.cc │ ├── ArchivePatcher.hh │ ├── ArchiveStorage.cc │ ├── ArchiveStorage.hh │ ├── ArchiveSwapper.cc │ ├── ArchiveSwapper.hh │ ├── CourseManager.cc │ ├── CourseManager.hh │ ├── DOLBinary.cc │ ├── DOLBinary.hh │ ├── DOSTime.cc │ ├── DOSTime.hh │ ├── DVDStorage.cc │ ├── DVDStorage.hh │ ├── DirCreator.cc │ ├── DirCreator.hh │ ├── FileLoader.cc │ ├── FileLoader.hh │ ├── HeapAllocator.cc │ ├── HeapAllocator.hh │ ├── INIFileReader.cc │ ├── INIFileReader.hh │ ├── INIReader.cc │ ├── INIReader.hh │ ├── INIZIPFileReader.cc │ ├── INIZIPFileReader.hh │ ├── Lock.cc │ ├── Lock.hh │ ├── LogFile.cc │ ├── LogFile.hh │ ├── MI.cc │ ├── MI.hh │ ├── MemoryProtection.cc │ ├── MemoryProtection.hh │ ├── MinimapConfigReader.cc │ ├── MinimapConfigReader.hh │ ├── Mutex.cc │ ├── Mutex.hh │ ├── Patcher.cc │ ├── Patcher.hh │ ├── Payload.cc │ ├── Payload.hh │ ├── PayloadBinary.cc │ ├── PayloadBinary.hh │ ├── PerfOverlay.cc │ ├── PerfOverlay.hh │ ├── Replace.h │ ├── Replace.hh │ ├── SZSCourseHasher.cc │ ├── SZSCourseHasher.hh │ ├── SZSCourseLoader.cc │ ├── SZSCourseLoader.hh │ ├── SlidingText.cc │ ├── SlidingText.hh │ ├── Start.cc │ ├── StorageScanner.cc │ ├── StorageScanner.hh │ ├── VirtualCard.cc │ ├── VirtualCard.hh │ ├── VirtualETH.cc │ ├── VirtualETH.hh │ ├── WUP028.cc │ ├── WUP028.hh │ ├── ZIPFile.cc │ ├── ZIPFile.hh │ ├── crypto │ ├── CubeRandom.cc │ └── CubeRandom.hh │ ├── network │ ├── CubeDNS.cc │ ├── CubeDNS.hh │ ├── CubeNetwork.cc │ ├── CubeNetwork.hh │ ├── CubeSocket.cc │ ├── CubeSocket.hh │ ├── CubeUDPSocket.cc │ └── CubeUDPSocket.hh │ └── online │ ├── ClientK.cc │ ├── ClientK.hh │ ├── CubeClient.cc │ ├── CubeClient.hh │ ├── CubeServerManager.cc │ └── CubeServerManager.hh ├── portable ├── Algorithm.hh ├── Align.hh ├── Allocator.cc ├── Allocator.hh ├── Archive.cc ├── Archive.hh ├── Array.hh ├── Bytes.hh ├── CCtype.cc ├── CCtype.hh ├── CString.cc ├── CString.hh ├── CStrings.cc ├── CStrings.hh ├── CardPath.cc ├── CardPath.hh ├── Color.cc ├── Color.hh ├── Counts.hh ├── DolphinVersion.cc ├── DolphinVersion.hh ├── Font.c ├── Font.cc ├── Font.h ├── Font.hh ├── Formatter.cc ├── Formatter.hh ├── Log.cc ├── Log.h ├── Log.hh ├── Logger.cc ├── Logger.hh ├── New.cc ├── New.hh ├── Optional.hh ├── Ring.hh ├── SC.cc ├── SC.hh ├── SZSReader.cc ├── SZSReader.hh ├── String.cc ├── String.hh ├── Types.h ├── Types.hh ├── UTF8.cc ├── UTF8.hh ├── UniquePtr.hh ├── Upcast.hh ├── ZIP.cc ├── ZIP.hh ├── crypto │ ├── HKDFState.cc │ ├── HKDFState.hh │ ├── HMACState.cc │ ├── HMACState.hh │ ├── KX.cc │ ├── KX.hh │ ├── Random.cc │ ├── Random.hh │ ├── Session.cc │ ├── Session.hh │ ├── SymmetricState.cc │ ├── SymmetricState.hh │ └── Types.hh ├── network │ ├── Address.cc │ ├── Address.hh │ ├── DNS.cc │ ├── DNS.hh │ ├── Network.hh │ └── UDPSocket.hh └── online │ ├── ClientPlatform.cc │ ├── ClientPlatform.hh │ ├── ClientReadHandler.cc │ ├── ClientReadHandler.hh │ ├── ClientState.cc │ ├── ClientState.hh │ ├── ClientStateError.cc │ ├── ClientStateError.hh │ ├── ClientStateIdle.cc │ ├── ClientStateIdle.hh │ ├── ClientStateMode.cc │ ├── ClientStateMode.hh │ ├── ClientStateModeReadInfo.hh │ ├── ClientStateModeWriteInfo.hh │ ├── ClientStatePack.cc │ ├── ClientStatePack.hh │ ├── ClientStatePackReadInfo.hh │ ├── ClientStatePackWriteInfo.hh │ ├── ClientStatePoll.cc │ ├── ClientStatePoll.hh │ ├── ClientStatePollReadInfo.hh │ ├── ClientStatePollWriteInfo.hh │ ├── ClientStateRoom.cc │ ├── ClientStateRoom.hh │ ├── ClientStateRoomReadInfo.hh │ ├── ClientStateRoomWriteInfo.hh │ ├── ClientStateServer.cc │ ├── ClientStateServer.hh │ ├── ClientStateServerReadInfo.hh │ ├── ClientStateServerWriteInfo.hh │ ├── ClientStateTeam.cc │ ├── ClientStateTeam.hh │ ├── ClientStateTeamReadInfo.hh │ ├── ClientStateTeamWriteInfo.hh │ ├── Connection.cc │ ├── Connection.hh │ ├── ConnectionState.cc │ ├── ConnectionState.hh │ ├── ConnectionStateDNS.cc │ ├── ConnectionStateDNS.hh │ ├── ConnectionStateKX.cc │ ├── ConnectionStateKX.hh │ ├── ConnectionStateSession.cc │ ├── ConnectionStateSession.hh │ ├── CookieSize.hh │ ├── Kart.cc │ ├── Kart.hh │ ├── RoomOptions.cc │ ├── RoomOptions.hh │ ├── ServerManager.cc │ └── ServerManager.hh ├── rustfmt.toml ├── server ├── Cargo.toml ├── build.rs └── src │ ├── buffer.rs │ ├── client.rs │ ├── clients.rs │ ├── connection.rs │ ├── crypto │ ├── blake2b.rs │ ├── chacha20poly1305.rs │ ├── chacha20rng.rs │ ├── kx.rs │ ├── mod.rs │ ├── sensitive.rs │ ├── session.rs │ └── x25519.rs │ ├── formats │ ├── mod.rs │ ├── online.rs │ └── version.rs │ ├── kart.rs │ ├── listener.rs │ ├── logger.rs │ ├── main.rs │ ├── message.rs │ ├── mmr.rs │ ├── pack.rs │ ├── player.rs │ ├── room.rs │ ├── rooms.rs │ ├── server.rs │ ├── shard.rs │ ├── updater.rs │ └── weight.rs ├── tests ├── Algorithm.cc ├── Align.cc ├── Array.cc ├── Bytes.cc ├── CCtype.cc ├── CString.cc ├── CStrings.cc ├── CardPath.cc ├── DolphinVersion.cc ├── Formatter.cc ├── Main.cc ├── Optional.cc ├── Ring.cc ├── SC.cc ├── SZSReader.cc ├── String.cc ├── UTF8.cc ├── UniquePtr.cc ├── ZIP.cc ├── crypto │ ├── HKDFState.cc │ ├── HMACState.cc │ ├── KX.cc │ └── Session.cc └── network │ └── DNS.cc ├── tools ├── arc2dir.py ├── bin2c.py ├── bstndump.py ├── cp.py ├── cw │ └── patches.dif ├── dir2arc.py ├── elf2bin.py ├── elf2dol.py ├── file_patcher.py ├── hash.py ├── mwcc.py ├── outline.py ├── patch.py ├── port.py ├── prepare.sh └── script.py ├── vendor ├── README.md ├── arith64.c ├── ff │ ├── diskio.h │ ├── ff.c │ ├── ff.h │ ├── ffconf.h │ └── ffunicode.c ├── inih │ ├── LICENSE.txt │ ├── ini.c │ └── ini.h ├── lwjson │ ├── LICENSE │ ├── lwjson.h │ ├── lwjson_opt.h │ ├── lwjson_opts.h │ └── lwjson_stream.c ├── miniz │ ├── LICENSE │ ├── miniz.c │ └── miniz.h ├── monocypher │ ├── monocypher.c │ └── monocypher.h ├── nanoprintf.h ├── ninja_syntax.py ├── snitch │ ├── LICENSE │ └── snitch_all.hpp └── utf8decode.h └── version.txt /.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/.clang-format -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | *.hh linguist-language=C++ 2 | -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/.vscode/extensions.json -------------------------------------------------------------------------------- /Cargo.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/Cargo.lock -------------------------------------------------------------------------------- /Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/Cargo.toml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/README.md -------------------------------------------------------------------------------- /assets/Common/MRAM.arc/race2d.arc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/coursenames/21.txt: -------------------------------------------------------------------------------- 1 | Baby Park 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/coursenames/23.txt: -------------------------------------------------------------------------------- 1 | Daisy Cruiser 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/coursenames/24.txt: -------------------------------------------------------------------------------- 1 | Luigi Circuit 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/coursenames/25.txt: -------------------------------------------------------------------------------- 1 | Mario Circuit 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/coursenames/26.txt: -------------------------------------------------------------------------------- 1 | Yoshi Circuit 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/coursenames/28.txt: -------------------------------------------------------------------------------- 1 | Mushroom Bridge 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/coursenames/29.txt: -------------------------------------------------------------------------------- 1 | Mushroom City 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/coursenames/2a.txt: -------------------------------------------------------------------------------- 1 | Waluigi Stadium 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/coursenames/2b.txt: -------------------------------------------------------------------------------- 1 | Wario Colosseum 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/coursenames/2d.txt: -------------------------------------------------------------------------------- 1 | DK Mountain 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/coursenames/2f.txt: -------------------------------------------------------------------------------- 1 | Bowser's Castle 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/coursenames/31.txt: -------------------------------------------------------------------------------- 1 | Rainbow Road 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/coursenames/33.txt: -------------------------------------------------------------------------------- 1 | Sherbet Land 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/coursenames/34.txt: -------------------------------------------------------------------------------- 1 | Luigi's Mansion 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/coursenames/35.txt: -------------------------------------------------------------------------------- 1 | Nintendo GameCube 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/coursenames/36.txt: -------------------------------------------------------------------------------- 1 | Block City 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/coursenames/38.txt: -------------------------------------------------------------------------------- 1 | Tilt-a-Kart 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/coursenames/3a.txt: -------------------------------------------------------------------------------- 1 | Cookie Land 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/coursenames/3b.txt: -------------------------------------------------------------------------------- 1 | Pipe Plaza 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/modenames/1.txt: -------------------------------------------------------------------------------- 1 | Time Trials 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/modenames/3.txt: -------------------------------------------------------------------------------- 1 | Versus 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/modenames/4.txt: -------------------------------------------------------------------------------- 1 | Balloon Battle 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/modenames/6.txt: -------------------------------------------------------------------------------- 1 | Bob-omb Blast 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/modenames/7.txt: -------------------------------------------------------------------------------- 1 | Shine Thief 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/ok.txt: -------------------------------------------------------------------------------- 1 | Ok! 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/optionnames/0.txt: -------------------------------------------------------------------------------- 1 | Room code 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/optionnames/1.txt: -------------------------------------------------------------------------------- 1 | Format 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/optionnames/2.txt: -------------------------------------------------------------------------------- 1 | Engine size 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/optionnames/3.txt: -------------------------------------------------------------------------------- 1 | Item box 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/optionnames/4.txt: -------------------------------------------------------------------------------- 1 | Laps 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/optionnames/5.txt: -------------------------------------------------------------------------------- 1 | Race count 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/optionnames/6.txt: -------------------------------------------------------------------------------- 1 | Battle count 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/optionnames/7.txt: -------------------------------------------------------------------------------- 1 | Course selection 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/optionnames/8.txt: -------------------------------------------------------------------------------- 1 | Stage selection 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/packnames/allcourses.txt: -------------------------------------------------------------------------------- 1 | All Courses 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/packnames/allstages.txt: -------------------------------------------------------------------------------- 1 | All Stages 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/packnames/customcourses.txt: -------------------------------------------------------------------------------- 1 | Custom Courses 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/packnames/customstages.txt: -------------------------------------------------------------------------------- 1 | Custom Stages 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/packnames/vanillacourses.txt: -------------------------------------------------------------------------------- 1 | Vanilla Courses 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/packnames/vanillastages.txt: -------------------------------------------------------------------------------- 1 | Vanilla Stages 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/teamnames/0.txt: -------------------------------------------------------------------------------- 1 | Red 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/teamnames/1.txt: -------------------------------------------------------------------------------- 1 | Blue 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/teamnames/2.txt: -------------------------------------------------------------------------------- 1 | Green 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/teamnames/3.txt: -------------------------------------------------------------------------------- 1 | Yellow 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/valuenames/0/0.txt: -------------------------------------------------------------------------------- 1 | Long 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/valuenames/0/1.txt: -------------------------------------------------------------------------------- 1 | Short 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/valuenames/1/0.txt: -------------------------------------------------------------------------------- 1 | FFA 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/valuenames/1/1.txt: -------------------------------------------------------------------------------- 1 | 3*3A. -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/valuenames/1/2.txt: -------------------------------------------------------------------------------- 1 | 4v4 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/valuenames/2/0.txt: -------------------------------------------------------------------------------- 1 | 50cc 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/valuenames/2/1.txt: -------------------------------------------------------------------------------- 1 | 100cc 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/valuenames/2/2.txt: -------------------------------------------------------------------------------- 1 | 150cc 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/valuenames/2/3.txt: -------------------------------------------------------------------------------- 1 | Mirror 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/valuenames/3/0.txt: -------------------------------------------------------------------------------- 1 | Recommended 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/valuenames/3/1.txt: -------------------------------------------------------------------------------- 1 | Basic 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/valuenames/3/2.txt: -------------------------------------------------------------------------------- 1 | Frantic 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/valuenames/3/3.txt: -------------------------------------------------------------------------------- 1 | None 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/valuenames/4/0.txt: -------------------------------------------------------------------------------- 1 | Recommended 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/valuenames/7/0.txt: -------------------------------------------------------------------------------- 1 | Poll 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/valuenames/7/1.txt: -------------------------------------------------------------------------------- 1 | Host 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/valuenames/7/2.txt: -------------------------------------------------------------------------------- 1 | Random 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/valuenames/8/0.txt: -------------------------------------------------------------------------------- 1 | Poll 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/valuenames/8/1.txt: -------------------------------------------------------------------------------- 1 | Host 2 | -------------------------------------------------------------------------------- /assets/English/MRAMLoc.arc/valuenames/8/2.txt: -------------------------------------------------------------------------------- 1 | Random 2 | -------------------------------------------------------------------------------- /assets/English/lanentry.arc/strings/0.txt: -------------------------------------------------------------------------------- 1 | Initializing 2 | -------------------------------------------------------------------------------- /assets/English/lanentry.arc/strings/1.txt: -------------------------------------------------------------------------------- 1 | network hardware... 2 | -------------------------------------------------------------------------------- /assets/English/lanentry.arc/strings/2.txt: -------------------------------------------------------------------------------- 1 | Connecting to the network... 2 | -------------------------------------------------------------------------------- /assets/English/lanentry.arc/strings/3.txt: -------------------------------------------------------------------------------- 1 | Resolving 2 | -------------------------------------------------------------------------------- /assets/English/lanentry.arc/strings/4.txt: -------------------------------------------------------------------------------- 1 | ... 2 | -------------------------------------------------------------------------------- /assets/English/lanentry.arc/strings/5.txt: -------------------------------------------------------------------------------- 1 | Connecting to 2 | -------------------------------------------------------------------------------- /assets/English/lanentry.arc/strings/6.txt: -------------------------------------------------------------------------------- 1 | ... 2 | -------------------------------------------------------------------------------- /assets/English/lanentry.arc/strings/7.txt: -------------------------------------------------------------------------------- 1 | Getting server information... 2 | -------------------------------------------------------------------------------- /assets/English/lanentry.arc/strings/8.txt: -------------------------------------------------------------------------------- 1 | Incompatible version: 2 | -------------------------------------------------------------------------------- /assets/English/lanentry.arc/strings/9.txt: -------------------------------------------------------------------------------- 1 | Getting mode information... 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/coursenames/21.txt: -------------------------------------------------------------------------------- 1 | PARC BABY 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/coursenames/22.txt: -------------------------------------------------------------------------------- 1 | PLAGE PEACH 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/coursenames/23.txt: -------------------------------------------------------------------------------- 1 | PAQUEBOT DAISY 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/coursenames/24.txt: -------------------------------------------------------------------------------- 1 | CIRCUIT LUIGI 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/coursenames/25.txt: -------------------------------------------------------------------------------- 1 | CIRCUIT MARIO 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/coursenames/26.txt: -------------------------------------------------------------------------------- 1 | CIRCUIT YOSHI 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/coursenames/28.txt: -------------------------------------------------------------------------------- 1 | PONT CHAMPIGNON 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/coursenames/29.txt: -------------------------------------------------------------------------------- 1 | CHAMPIVILLE 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/coursenames/2a.txt: -------------------------------------------------------------------------------- 1 | STADE WALUIGI 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/coursenames/2b.txt: -------------------------------------------------------------------------------- 1 | ARENE WARIO 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/coursenames/2d.txt: -------------------------------------------------------------------------------- 1 | MONTAGNE DK 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/coursenames/2f.txt: -------------------------------------------------------------------------------- 1 | CHATEAU DE BOWSER 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/coursenames/31.txt: -------------------------------------------------------------------------------- 1 | ROUTE ARC-EN-CIEL 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/coursenames/32.txt: -------------------------------------------------------------------------------- 1 | sq v 2 | Qvua. -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/coursenames/33.txt: -------------------------------------------------------------------------------- 1 | ROYAUME SORBET 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/coursenames/34.txt: -------------------------------------------------------------------------------- 1 | MANOIR DE LUIGI 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/coursenames/35.txt: -------------------------------------------------------------------------------- 1 | NINTENDO GAMECUBE 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/coursenames/36.txt: -------------------------------------------------------------------------------- 1 | BLOC VILLE 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/coursenames/38.txt: -------------------------------------------------------------------------------- 1 | MARIO BROS. 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/coursenames/3a.txt: -------------------------------------------------------------------------------- 1 | COOKIE ARENA 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/coursenames/3b.txt: -------------------------------------------------------------------------------- 1 | SQUARE TUYAU 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/modenames/1.txt: -------------------------------------------------------------------------------- 1 | Time Trials 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/modenames/3.txt: -------------------------------------------------------------------------------- 1 | VS 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/modenames/4.txt: -------------------------------------------------------------------------------- 1 | BATAILLE DE BALLONS 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/modenames/6.txt: -------------------------------------------------------------------------------- 1 | EXPLOSION BOB-OMB 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/modenames/7.txt: -------------------------------------------------------------------------------- 1 | VOLEUR DE SOLEIL 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/ok.txt: -------------------------------------------------------------------------------- 1 | Ok! 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/optionnames/0.txt: -------------------------------------------------------------------------------- 1 | Room code 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/optionnames/1.txt: -------------------------------------------------------------------------------- 1 | Format 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/optionnames/2.txt: -------------------------------------------------------------------------------- 1 | Engine size 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/optionnames/3.txt: -------------------------------------------------------------------------------- 1 | Item box 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/optionnames/4.txt: -------------------------------------------------------------------------------- 1 | Laps 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/optionnames/5.txt: -------------------------------------------------------------------------------- 1 | Race count 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/optionnames/6.txt: -------------------------------------------------------------------------------- 1 | Battle count 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/optionnames/7.txt: -------------------------------------------------------------------------------- 1 | Course selection 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/optionnames/8.txt: -------------------------------------------------------------------------------- 1 | Stage selection 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/packnames/allcourses.txt: -------------------------------------------------------------------------------- 1 | All Courses 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/packnames/allstages.txt: -------------------------------------------------------------------------------- 1 | All Stages 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/packnames/customcourses.txt: -------------------------------------------------------------------------------- 1 | Custom Courses 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/packnames/customstages.txt: -------------------------------------------------------------------------------- 1 | Custom Stages 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/packnames/vanillacourses.txt: -------------------------------------------------------------------------------- 1 | Vanilla Courses 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/packnames/vanillastages.txt: -------------------------------------------------------------------------------- 1 | Vanilla Stages 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/teamnames/0.txt: -------------------------------------------------------------------------------- 1 | Red 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/teamnames/1.txt: -------------------------------------------------------------------------------- 1 | Blue 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/teamnames/2.txt: -------------------------------------------------------------------------------- 1 | Green 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/teamnames/3.txt: -------------------------------------------------------------------------------- 1 | Yellow 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/valuenames/0/0.txt: -------------------------------------------------------------------------------- 1 | Long 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/valuenames/0/1.txt: -------------------------------------------------------------------------------- 1 | Short 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/valuenames/1/0.txt: -------------------------------------------------------------------------------- 1 | FFA 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/valuenames/1/1.txt: -------------------------------------------------------------------------------- 1 | 3*3A. -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/valuenames/1/2.txt: -------------------------------------------------------------------------------- 1 | 4v4 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/valuenames/2/0.txt: -------------------------------------------------------------------------------- 1 | 50cc 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/valuenames/2/1.txt: -------------------------------------------------------------------------------- 1 | 100cc 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/valuenames/2/2.txt: -------------------------------------------------------------------------------- 1 | 150cc 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/valuenames/2/3.txt: -------------------------------------------------------------------------------- 1 | Mirror 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/valuenames/3/0.txt: -------------------------------------------------------------------------------- 1 | Recommended 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/valuenames/3/1.txt: -------------------------------------------------------------------------------- 1 | Basic 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/valuenames/3/2.txt: -------------------------------------------------------------------------------- 1 | Frantic 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/valuenames/3/3.txt: -------------------------------------------------------------------------------- 1 | None 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/valuenames/4/0.txt: -------------------------------------------------------------------------------- 1 | Recommended 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/valuenames/7/0.txt: -------------------------------------------------------------------------------- 1 | Poll 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/valuenames/7/1.txt: -------------------------------------------------------------------------------- 1 | Host 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/valuenames/7/2.txt: -------------------------------------------------------------------------------- 1 | Random 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/valuenames/8/0.txt: -------------------------------------------------------------------------------- 1 | Poll 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/valuenames/8/1.txt: -------------------------------------------------------------------------------- 1 | Host 2 | -------------------------------------------------------------------------------- /assets/French/MRAMLoc.arc/valuenames/8/2.txt: -------------------------------------------------------------------------------- 1 | Random 2 | -------------------------------------------------------------------------------- /assets/French/lanentry.arc/strings/0.txt: -------------------------------------------------------------------------------- 1 | Initializing 2 | -------------------------------------------------------------------------------- /assets/French/lanentry.arc/strings/1.txt: -------------------------------------------------------------------------------- 1 | network hardware... 2 | -------------------------------------------------------------------------------- /assets/French/lanentry.arc/strings/2.txt: -------------------------------------------------------------------------------- 1 | Connecting to the network... 2 | -------------------------------------------------------------------------------- /assets/French/lanentry.arc/strings/3.txt: -------------------------------------------------------------------------------- 1 | Resolving 2 | -------------------------------------------------------------------------------- /assets/French/lanentry.arc/strings/4.txt: -------------------------------------------------------------------------------- 1 | ... 2 | -------------------------------------------------------------------------------- /assets/French/lanentry.arc/strings/5.txt: -------------------------------------------------------------------------------- 1 | Connecting to 2 | -------------------------------------------------------------------------------- /assets/French/lanentry.arc/strings/6.txt: -------------------------------------------------------------------------------- 1 | ... 2 | -------------------------------------------------------------------------------- /assets/French/lanentry.arc/strings/7.txt: -------------------------------------------------------------------------------- 1 | Getting server information... 2 | -------------------------------------------------------------------------------- /assets/French/lanentry.arc/strings/8.txt: -------------------------------------------------------------------------------- 1 | Incompatible version: 2 | -------------------------------------------------------------------------------- /assets/French/lanentry.arc/strings/9.txt: -------------------------------------------------------------------------------- 1 | Getting mode information... 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/coursenames/21.txt: -------------------------------------------------------------------------------- 1 | Baby-Park 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/coursenames/23.txt: -------------------------------------------------------------------------------- 1 | Daisys Dampfer 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/coursenames/24.txt: -------------------------------------------------------------------------------- 1 | Luigis Piste 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/coursenames/25.txt: -------------------------------------------------------------------------------- 1 | Marios Piste 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/coursenames/26.txt: -------------------------------------------------------------------------------- 1 | Yoshis Piste 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/coursenames/28.txt: -------------------------------------------------------------------------------- 1 | Pilz-Brücke 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/coursenames/29.txt: -------------------------------------------------------------------------------- 1 | Pilz-City 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/coursenames/2a.txt: -------------------------------------------------------------------------------- 1 | Waluigi-Arena 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/coursenames/2b.txt: -------------------------------------------------------------------------------- 1 | Wario-Kolosseum 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/coursenames/2c.txt: -------------------------------------------------------------------------------- 1 | Dinodino-Dschungel 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/coursenames/2d.txt: -------------------------------------------------------------------------------- 1 | DK Bergland 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/coursenames/2f.txt: -------------------------------------------------------------------------------- 1 | Bowsers Festung 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/coursenames/31.txt: -------------------------------------------------------------------------------- 1 | Regenbogen-Boulevard 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/coursenames/32.txt: -------------------------------------------------------------------------------- 1 | Staubtrockene Wüste 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/coursenames/33.txt: -------------------------------------------------------------------------------- 1 | Sorbet-Land 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/coursenames/34.txt: -------------------------------------------------------------------------------- 1 | Luigis Villa 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/coursenames/35.txt: -------------------------------------------------------------------------------- 1 | Nintendo GameCube 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/coursenames/36.txt: -------------------------------------------------------------------------------- 1 | Block-City 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/coursenames/38.txt: -------------------------------------------------------------------------------- 1 | Auf der Kippe 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/coursenames/3a.txt: -------------------------------------------------------------------------------- 1 | Keks-Land 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/coursenames/3b.txt: -------------------------------------------------------------------------------- 1 | Röhren-Platz 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/modenames/1.txt: -------------------------------------------------------------------------------- 1 | Time Trials 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/modenames/3.txt: -------------------------------------------------------------------------------- 1 | Versus 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/modenames/4.txt: -------------------------------------------------------------------------------- 1 | Ballon-Wettkampf 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/modenames/7.txt: -------------------------------------------------------------------------------- 1 | Insignien-Diebstahl 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/ok.txt: -------------------------------------------------------------------------------- 1 | Ok! 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/optionnames/0.txt: -------------------------------------------------------------------------------- 1 | Room code 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/optionnames/1.txt: -------------------------------------------------------------------------------- 1 | Format 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/optionnames/2.txt: -------------------------------------------------------------------------------- 1 | Engine size 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/optionnames/3.txt: -------------------------------------------------------------------------------- 1 | Item box 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/optionnames/4.txt: -------------------------------------------------------------------------------- 1 | Laps 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/optionnames/5.txt: -------------------------------------------------------------------------------- 1 | Race count 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/optionnames/6.txt: -------------------------------------------------------------------------------- 1 | Battle count 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/optionnames/7.txt: -------------------------------------------------------------------------------- 1 | Course selection 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/optionnames/8.txt: -------------------------------------------------------------------------------- 1 | Stage selection 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/packnames/allcourses.txt: -------------------------------------------------------------------------------- 1 | All Courses 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/packnames/allstages.txt: -------------------------------------------------------------------------------- 1 | All Stages 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/packnames/customcourses.txt: -------------------------------------------------------------------------------- 1 | Custom Courses 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/packnames/customstages.txt: -------------------------------------------------------------------------------- 1 | Custom Stages 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/packnames/vanillacourses.txt: -------------------------------------------------------------------------------- 1 | Vanilla Courses 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/packnames/vanillastages.txt: -------------------------------------------------------------------------------- 1 | Vanilla Stages 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/teamnames/0.txt: -------------------------------------------------------------------------------- 1 | Red 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/teamnames/1.txt: -------------------------------------------------------------------------------- 1 | Blue 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/teamnames/2.txt: -------------------------------------------------------------------------------- 1 | Green 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/teamnames/3.txt: -------------------------------------------------------------------------------- 1 | Yellow 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/valuenames/0/0.txt: -------------------------------------------------------------------------------- 1 | Long 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/valuenames/0/1.txt: -------------------------------------------------------------------------------- 1 | Short 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/valuenames/1/0.txt: -------------------------------------------------------------------------------- 1 | FFA 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/valuenames/1/1.txt: -------------------------------------------------------------------------------- 1 | 3*3A. -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/valuenames/1/2.txt: -------------------------------------------------------------------------------- 1 | 4v4 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/valuenames/2/0.txt: -------------------------------------------------------------------------------- 1 | 50cc 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/valuenames/2/1.txt: -------------------------------------------------------------------------------- 1 | 100cc 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/valuenames/2/2.txt: -------------------------------------------------------------------------------- 1 | 150cc 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/valuenames/2/3.txt: -------------------------------------------------------------------------------- 1 | Mirror 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/valuenames/3/0.txt: -------------------------------------------------------------------------------- 1 | Recommended 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/valuenames/3/1.txt: -------------------------------------------------------------------------------- 1 | Basic 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/valuenames/3/2.txt: -------------------------------------------------------------------------------- 1 | Frantic 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/valuenames/3/3.txt: -------------------------------------------------------------------------------- 1 | None 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/valuenames/4/0.txt: -------------------------------------------------------------------------------- 1 | Recommended 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/valuenames/7/0.txt: -------------------------------------------------------------------------------- 1 | Poll 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/valuenames/7/1.txt: -------------------------------------------------------------------------------- 1 | Host 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/valuenames/7/2.txt: -------------------------------------------------------------------------------- 1 | Random 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/valuenames/8/0.txt: -------------------------------------------------------------------------------- 1 | Poll 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/valuenames/8/1.txt: -------------------------------------------------------------------------------- 1 | Host 2 | -------------------------------------------------------------------------------- /assets/German/MRAMLoc.arc/valuenames/8/2.txt: -------------------------------------------------------------------------------- 1 | Random 2 | -------------------------------------------------------------------------------- /assets/German/lanentry.arc/strings/0.txt: -------------------------------------------------------------------------------- 1 | Initializing 2 | -------------------------------------------------------------------------------- /assets/German/lanentry.arc/strings/1.txt: -------------------------------------------------------------------------------- 1 | network hardware... 2 | -------------------------------------------------------------------------------- /assets/German/lanentry.arc/strings/2.txt: -------------------------------------------------------------------------------- 1 | Connecting to the network... 2 | -------------------------------------------------------------------------------- /assets/German/lanentry.arc/strings/3.txt: -------------------------------------------------------------------------------- 1 | Resolving 2 | -------------------------------------------------------------------------------- /assets/German/lanentry.arc/strings/4.txt: -------------------------------------------------------------------------------- 1 | ... 2 | -------------------------------------------------------------------------------- /assets/German/lanentry.arc/strings/5.txt: -------------------------------------------------------------------------------- 1 | Connecting to 2 | -------------------------------------------------------------------------------- /assets/German/lanentry.arc/strings/6.txt: -------------------------------------------------------------------------------- 1 | ... 2 | -------------------------------------------------------------------------------- /assets/German/lanentry.arc/strings/7.txt: -------------------------------------------------------------------------------- 1 | Getting server information... 2 | -------------------------------------------------------------------------------- /assets/German/lanentry.arc/strings/8.txt: -------------------------------------------------------------------------------- 1 | Incompatible version: 2 | -------------------------------------------------------------------------------- /assets/German/lanentry.arc/strings/9.txt: -------------------------------------------------------------------------------- 1 | Getting mode information... 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/coursenames/21.txt: -------------------------------------------------------------------------------- 1 | Baby Park 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/coursenames/22.txt: -------------------------------------------------------------------------------- 1 | Spiaggia di Peach 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/coursenames/23.txt: -------------------------------------------------------------------------------- 1 | Nave di Daisy 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/coursenames/24.txt: -------------------------------------------------------------------------------- 1 | Circuito di Luigi 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/coursenames/25.txt: -------------------------------------------------------------------------------- 1 | Circuito di Mario 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/coursenames/26.txt: -------------------------------------------------------------------------------- 1 | Circuito di Yoshi 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/coursenames/28.txt: -------------------------------------------------------------------------------- 1 | Ponte dei Funghi 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/coursenames/29.txt: -------------------------------------------------------------------------------- 1 | Città dei Funghi 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/coursenames/2a.txt: -------------------------------------------------------------------------------- 1 | Stadio di Waluigi 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/coursenames/2b.txt: -------------------------------------------------------------------------------- 1 | Colosseo di Wario 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/coursenames/2d.txt: -------------------------------------------------------------------------------- 1 | Montagne di DK 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/coursenames/2f.txt: -------------------------------------------------------------------------------- 1 | Castello di Bowser 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/coursenames/31.txt: -------------------------------------------------------------------------------- 1 | Pista Arcobaleno 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/coursenames/33.txt: -------------------------------------------------------------------------------- 1 | Circuito Gelato 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/coursenames/34.txt: -------------------------------------------------------------------------------- 1 | Palazzo di Luigi 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/coursenames/35.txt: -------------------------------------------------------------------------------- 1 | Nintendo GameCube 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/coursenames/36.txt: -------------------------------------------------------------------------------- 1 | Città Cubica 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/coursenames/38.txt: -------------------------------------------------------------------------------- 1 | Kart in bilico 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/coursenames/3a.txt: -------------------------------------------------------------------------------- 1 | Biscolandia 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/coursenames/3b.txt: -------------------------------------------------------------------------------- 1 | Tubitunnel 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/modenames/1.txt: -------------------------------------------------------------------------------- 1 | Time Trials 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/modenames/3.txt: -------------------------------------------------------------------------------- 1 | Sfida 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/modenames/4.txt: -------------------------------------------------------------------------------- 1 | Battaglia palloncini 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/modenames/6.txt: -------------------------------------------------------------------------------- 1 | Scoppio di Bob-omb 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/modenames/7.txt: -------------------------------------------------------------------------------- 1 | Ruba il sole custode 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/ok.txt: -------------------------------------------------------------------------------- 1 | Ok! 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/optionnames/0.txt: -------------------------------------------------------------------------------- 1 | Room code 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/optionnames/1.txt: -------------------------------------------------------------------------------- 1 | Format 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/optionnames/2.txt: -------------------------------------------------------------------------------- 1 | Engine size 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/optionnames/3.txt: -------------------------------------------------------------------------------- 1 | Item box 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/optionnames/4.txt: -------------------------------------------------------------------------------- 1 | Laps 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/optionnames/5.txt: -------------------------------------------------------------------------------- 1 | Race count 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/optionnames/6.txt: -------------------------------------------------------------------------------- 1 | Battle count 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/optionnames/7.txt: -------------------------------------------------------------------------------- 1 | Course selection 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/optionnames/8.txt: -------------------------------------------------------------------------------- 1 | Stage selection 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/packnames/allcourses.txt: -------------------------------------------------------------------------------- 1 | All Courses 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/packnames/allstages.txt: -------------------------------------------------------------------------------- 1 | All Stages 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/packnames/customcourses.txt: -------------------------------------------------------------------------------- 1 | Custom Courses 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/packnames/customstages.txt: -------------------------------------------------------------------------------- 1 | Custom Stages 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/packnames/vanillacourses.txt: -------------------------------------------------------------------------------- 1 | Vanilla Courses 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/packnames/vanillastages.txt: -------------------------------------------------------------------------------- 1 | Vanilla Stages 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/teamnames/0.txt: -------------------------------------------------------------------------------- 1 | Red 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/teamnames/1.txt: -------------------------------------------------------------------------------- 1 | Blue 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/teamnames/2.txt: -------------------------------------------------------------------------------- 1 | Green 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/teamnames/3.txt: -------------------------------------------------------------------------------- 1 | Yellow 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/valuenames/0/0.txt: -------------------------------------------------------------------------------- 1 | Long 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/valuenames/0/1.txt: -------------------------------------------------------------------------------- 1 | Short 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/valuenames/1/0.txt: -------------------------------------------------------------------------------- 1 | FFA 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/valuenames/1/1.txt: -------------------------------------------------------------------------------- 1 | 3*3A. -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/valuenames/1/2.txt: -------------------------------------------------------------------------------- 1 | 4v4 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/valuenames/2/0.txt: -------------------------------------------------------------------------------- 1 | 50cc 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/valuenames/2/1.txt: -------------------------------------------------------------------------------- 1 | 100cc 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/valuenames/2/2.txt: -------------------------------------------------------------------------------- 1 | 150cc 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/valuenames/2/3.txt: -------------------------------------------------------------------------------- 1 | Mirror 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/valuenames/3/0.txt: -------------------------------------------------------------------------------- 1 | Recommended 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/valuenames/3/1.txt: -------------------------------------------------------------------------------- 1 | Basic 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/valuenames/3/2.txt: -------------------------------------------------------------------------------- 1 | Frantic 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/valuenames/3/3.txt: -------------------------------------------------------------------------------- 1 | None 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/valuenames/4/0.txt: -------------------------------------------------------------------------------- 1 | Recommended 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/valuenames/7/0.txt: -------------------------------------------------------------------------------- 1 | Poll 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/valuenames/7/1.txt: -------------------------------------------------------------------------------- 1 | Host 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/valuenames/7/2.txt: -------------------------------------------------------------------------------- 1 | Random 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/valuenames/8/0.txt: -------------------------------------------------------------------------------- 1 | Poll 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/valuenames/8/1.txt: -------------------------------------------------------------------------------- 1 | Host 2 | -------------------------------------------------------------------------------- /assets/Italian/MRAMLoc.arc/valuenames/8/2.txt: -------------------------------------------------------------------------------- 1 | Random 2 | -------------------------------------------------------------------------------- /assets/Italian/lanentry.arc/strings/0.txt: -------------------------------------------------------------------------------- 1 | Initializing 2 | -------------------------------------------------------------------------------- /assets/Italian/lanentry.arc/strings/1.txt: -------------------------------------------------------------------------------- 1 | network hardware... 2 | -------------------------------------------------------------------------------- /assets/Italian/lanentry.arc/strings/2.txt: -------------------------------------------------------------------------------- 1 | Connecting to the network... 2 | -------------------------------------------------------------------------------- /assets/Italian/lanentry.arc/strings/3.txt: -------------------------------------------------------------------------------- 1 | Resolving 2 | -------------------------------------------------------------------------------- /assets/Italian/lanentry.arc/strings/4.txt: -------------------------------------------------------------------------------- 1 | ... 2 | -------------------------------------------------------------------------------- /assets/Italian/lanentry.arc/strings/5.txt: -------------------------------------------------------------------------------- 1 | Connecting to 2 | -------------------------------------------------------------------------------- /assets/Italian/lanentry.arc/strings/6.txt: -------------------------------------------------------------------------------- 1 | ... 2 | -------------------------------------------------------------------------------- /assets/Italian/lanentry.arc/strings/7.txt: -------------------------------------------------------------------------------- 1 | Getting server information... 2 | -------------------------------------------------------------------------------- /assets/Italian/lanentry.arc/strings/8.txt: -------------------------------------------------------------------------------- 1 | Incompatible version: 2 | -------------------------------------------------------------------------------- /assets/Italian/lanentry.arc/strings/9.txt: -------------------------------------------------------------------------------- 1 | Getting mode information... 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/coursenames/21.txt: -------------------------------------------------------------------------------- 1 | ベビィパーク 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/coursenames/24.txt: -------------------------------------------------------------------------------- 1 | ルイージサーキット 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/coursenames/25.txt: -------------------------------------------------------------------------------- 1 | マリオサーキット 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/coursenames/28.txt: -------------------------------------------------------------------------------- 1 | キノコブリッジ 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/coursenames/29.txt: -------------------------------------------------------------------------------- 1 | キノコシティ 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/coursenames/2a.txt: -------------------------------------------------------------------------------- 1 | ワルイージスタジアム 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/coursenames/2b.txt: -------------------------------------------------------------------------------- 1 | ワリオコロシアム 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/coursenames/2d.txt: -------------------------------------------------------------------------------- 1 | DKマウンテン 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/coursenames/2f.txt: -------------------------------------------------------------------------------- 1 | クッパキャッスル 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/coursenames/31.txt: -------------------------------------------------------------------------------- 1 | レインボーロード 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/coursenames/33.txt: -------------------------------------------------------------------------------- 1 | シャーベットランド 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/coursenames/34.txt: -------------------------------------------------------------------------------- 1 | ルイージマンション 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/coursenames/35.txt: -------------------------------------------------------------------------------- 1 | ゲームキューブ 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/coursenames/36.txt: -------------------------------------------------------------------------------- 1 | ブロックシティ 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/coursenames/3a.txt: -------------------------------------------------------------------------------- 1 | クッキーランド 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/coursenames/3b.txt: -------------------------------------------------------------------------------- 1 | どかんひろば 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/modenames/1.txt: -------------------------------------------------------------------------------- 1 | Time Trials 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/modenames/3.txt: -------------------------------------------------------------------------------- 1 | VS 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/modenames/4.txt: -------------------------------------------------------------------------------- 1 | ふうせバトル 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/modenames/6.txt: -------------------------------------------------------------------------------- 1 | ドッカン!ボムえい 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/modenames/7.txt: -------------------------------------------------------------------------------- 1 | いただきシャイン 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/ok.txt: -------------------------------------------------------------------------------- 1 | Ok! 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/optionnames/0.txt: -------------------------------------------------------------------------------- 1 | Room code 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/optionnames/1.txt: -------------------------------------------------------------------------------- 1 | Format 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/optionnames/2.txt: -------------------------------------------------------------------------------- 1 | Engine size 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/optionnames/3.txt: -------------------------------------------------------------------------------- 1 | Item box 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/optionnames/4.txt: -------------------------------------------------------------------------------- 1 | Laps 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/optionnames/5.txt: -------------------------------------------------------------------------------- 1 | Race count 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/optionnames/6.txt: -------------------------------------------------------------------------------- 1 | Battle count 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/optionnames/7.txt: -------------------------------------------------------------------------------- 1 | Course selection 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/optionnames/8.txt: -------------------------------------------------------------------------------- 1 | Stage selection 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/packnames/allcourses.txt: -------------------------------------------------------------------------------- 1 | All Courses 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/packnames/allstages.txt: -------------------------------------------------------------------------------- 1 | All Stages 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/packnames/customcourses.txt: -------------------------------------------------------------------------------- 1 | Custom Courses 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/packnames/customstages.txt: -------------------------------------------------------------------------------- 1 | Custom Stages 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/packnames/vanillacourses.txt: -------------------------------------------------------------------------------- 1 | Vanilla Courses 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/packnames/vanillastages.txt: -------------------------------------------------------------------------------- 1 | Vanilla Stages 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/teamnames/0.txt: -------------------------------------------------------------------------------- 1 | Red 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/teamnames/1.txt: -------------------------------------------------------------------------------- 1 | Blue 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/teamnames/2.txt: -------------------------------------------------------------------------------- 1 | Green 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/teamnames/3.txt: -------------------------------------------------------------------------------- 1 | Yellow 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/valuenames/0/0.txt: -------------------------------------------------------------------------------- 1 | Long 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/valuenames/0/1.txt: -------------------------------------------------------------------------------- 1 | Short 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/valuenames/1/0.txt: -------------------------------------------------------------------------------- 1 | FFA 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/valuenames/1/1.txt: -------------------------------------------------------------------------------- 1 | 3*3A. -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/valuenames/1/2.txt: -------------------------------------------------------------------------------- 1 | 4v4 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/valuenames/2/0.txt: -------------------------------------------------------------------------------- 1 | 50cc 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/valuenames/2/1.txt: -------------------------------------------------------------------------------- 1 | 100cc 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/valuenames/2/2.txt: -------------------------------------------------------------------------------- 1 | 150cc 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/valuenames/2/3.txt: -------------------------------------------------------------------------------- 1 | Mirror 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/valuenames/3/0.txt: -------------------------------------------------------------------------------- 1 | Recommended 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/valuenames/3/1.txt: -------------------------------------------------------------------------------- 1 | Basic 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/valuenames/3/2.txt: -------------------------------------------------------------------------------- 1 | Frantic 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/valuenames/3/3.txt: -------------------------------------------------------------------------------- 1 | None 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/valuenames/4/0.txt: -------------------------------------------------------------------------------- 1 | Recommended 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/valuenames/7/0.txt: -------------------------------------------------------------------------------- 1 | Poll 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/valuenames/7/1.txt: -------------------------------------------------------------------------------- 1 | Host 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/valuenames/7/2.txt: -------------------------------------------------------------------------------- 1 | Random 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/valuenames/8/0.txt: -------------------------------------------------------------------------------- 1 | Poll 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/valuenames/8/1.txt: -------------------------------------------------------------------------------- 1 | Host 2 | -------------------------------------------------------------------------------- /assets/Japanese/MRAMLoc.arc/valuenames/8/2.txt: -------------------------------------------------------------------------------- 1 | Random 2 | -------------------------------------------------------------------------------- /assets/Japanese/lanentry.arc/strings/0.txt: -------------------------------------------------------------------------------- 1 | Initializing 2 | -------------------------------------------------------------------------------- /assets/Japanese/lanentry.arc/strings/1.txt: -------------------------------------------------------------------------------- 1 | network hardware... 2 | -------------------------------------------------------------------------------- /assets/Japanese/lanentry.arc/strings/2.txt: -------------------------------------------------------------------------------- 1 | Connecting to the network... 2 | -------------------------------------------------------------------------------- /assets/Japanese/lanentry.arc/strings/3.txt: -------------------------------------------------------------------------------- 1 | Resolving 2 | -------------------------------------------------------------------------------- /assets/Japanese/lanentry.arc/strings/4.txt: -------------------------------------------------------------------------------- 1 | ... 2 | -------------------------------------------------------------------------------- /assets/Japanese/lanentry.arc/strings/5.txt: -------------------------------------------------------------------------------- 1 | Connecting to 2 | -------------------------------------------------------------------------------- /assets/Japanese/lanentry.arc/strings/6.txt: -------------------------------------------------------------------------------- 1 | ... 2 | -------------------------------------------------------------------------------- /assets/Japanese/lanentry.arc/strings/7.txt: -------------------------------------------------------------------------------- 1 | Getting server information... 2 | -------------------------------------------------------------------------------- /assets/Japanese/lanentry.arc/strings/8.txt: -------------------------------------------------------------------------------- 1 | Incompatible version: 2 | -------------------------------------------------------------------------------- /assets/Japanese/lanentry.arc/strings/9.txt: -------------------------------------------------------------------------------- 1 | Getting mode information... 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/coursenames/21.txt: -------------------------------------------------------------------------------- 1 | Parque Bebé 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/coursenames/22.txt: -------------------------------------------------------------------------------- 1 | Playa Peach 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/coursenames/23.txt: -------------------------------------------------------------------------------- 1 | Crucero Daisy 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/coursenames/24.txt: -------------------------------------------------------------------------------- 1 | Circuito de Luigi 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/coursenames/25.txt: -------------------------------------------------------------------------------- 1 | Circuito Mario 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/coursenames/26.txt: -------------------------------------------------------------------------------- 1 | Circuito Yoshi 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/coursenames/28.txt: -------------------------------------------------------------------------------- 1 | Puente Champiñón 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/coursenames/29.txt: -------------------------------------------------------------------------------- 1 | Ciudad Champiñón 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/coursenames/2a.txt: -------------------------------------------------------------------------------- 1 | Estadio Waluigi 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/coursenames/2b.txt: -------------------------------------------------------------------------------- 1 | Coliseo Wario 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/coursenames/2d.txt: -------------------------------------------------------------------------------- 1 | Montaña DK 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/coursenames/2f.txt: -------------------------------------------------------------------------------- 1 | Castillo de Bowser 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/coursenames/31.txt: -------------------------------------------------------------------------------- 1 | Senda Arco Iris 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/coursenames/33.txt: -------------------------------------------------------------------------------- 1 | Tierra Sorbete 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/coursenames/34.txt: -------------------------------------------------------------------------------- 1 | La Mansión de Luigi 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/coursenames/35.txt: -------------------------------------------------------------------------------- 1 | Nintendo GameCube 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/coursenames/36.txt: -------------------------------------------------------------------------------- 1 | Ciudad Bloque 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/coursenames/38.txt: -------------------------------------------------------------------------------- 1 | Plataforma 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/coursenames/3a.txt: -------------------------------------------------------------------------------- 1 | Tierra Galleta 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/coursenames/3b.txt: -------------------------------------------------------------------------------- 1 | Plaza Tuberías 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/modenames/1.txt: -------------------------------------------------------------------------------- 1 | Time Trials 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/modenames/3.txt: -------------------------------------------------------------------------------- 1 | Versus 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/modenames/4.txt: -------------------------------------------------------------------------------- 1 | Batalla de globos 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/modenames/6.txt: -------------------------------------------------------------------------------- 1 | Bob-ombardeo 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/modenames/7.txt: -------------------------------------------------------------------------------- 1 | Asalto al sol 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/ok.txt: -------------------------------------------------------------------------------- 1 | Ok! 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/optionnames/0.txt: -------------------------------------------------------------------------------- 1 | Room code 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/optionnames/1.txt: -------------------------------------------------------------------------------- 1 | Format 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/optionnames/2.txt: -------------------------------------------------------------------------------- 1 | Engine size 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/optionnames/3.txt: -------------------------------------------------------------------------------- 1 | Item box 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/optionnames/4.txt: -------------------------------------------------------------------------------- 1 | Laps 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/optionnames/5.txt: -------------------------------------------------------------------------------- 1 | Race count 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/optionnames/6.txt: -------------------------------------------------------------------------------- 1 | Battle count 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/optionnames/7.txt: -------------------------------------------------------------------------------- 1 | Course selection 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/optionnames/8.txt: -------------------------------------------------------------------------------- 1 | Stage selection 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/packnames/allcourses.txt: -------------------------------------------------------------------------------- 1 | All Courses 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/packnames/allstages.txt: -------------------------------------------------------------------------------- 1 | All Stages 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/packnames/customcourses.txt: -------------------------------------------------------------------------------- 1 | Custom Courses 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/packnames/customstages.txt: -------------------------------------------------------------------------------- 1 | Custom Stages 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/packnames/vanillacourses.txt: -------------------------------------------------------------------------------- 1 | Vanilla Courses 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/packnames/vanillastages.txt: -------------------------------------------------------------------------------- 1 | Vanilla Stages 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/teamnames/0.txt: -------------------------------------------------------------------------------- 1 | Red 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/teamnames/1.txt: -------------------------------------------------------------------------------- 1 | Blue 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/teamnames/2.txt: -------------------------------------------------------------------------------- 1 | Green 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/teamnames/3.txt: -------------------------------------------------------------------------------- 1 | Yellow 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/valuenames/0/0.txt: -------------------------------------------------------------------------------- 1 | Long 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/valuenames/0/1.txt: -------------------------------------------------------------------------------- 1 | Short 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/valuenames/1/0.txt: -------------------------------------------------------------------------------- 1 | FFA 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/valuenames/1/1.txt: -------------------------------------------------------------------------------- 1 | 3*3A. -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/valuenames/1/2.txt: -------------------------------------------------------------------------------- 1 | 4v4 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/valuenames/2/0.txt: -------------------------------------------------------------------------------- 1 | 50cc 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/valuenames/2/1.txt: -------------------------------------------------------------------------------- 1 | 100cc 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/valuenames/2/2.txt: -------------------------------------------------------------------------------- 1 | 150cc 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/valuenames/2/3.txt: -------------------------------------------------------------------------------- 1 | Mirror 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/valuenames/3/0.txt: -------------------------------------------------------------------------------- 1 | Recommended 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/valuenames/3/1.txt: -------------------------------------------------------------------------------- 1 | Basic 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/valuenames/3/2.txt: -------------------------------------------------------------------------------- 1 | Frantic 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/valuenames/3/3.txt: -------------------------------------------------------------------------------- 1 | None 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/valuenames/4/0.txt: -------------------------------------------------------------------------------- 1 | Recommended 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/valuenames/7/0.txt: -------------------------------------------------------------------------------- 1 | Poll 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/valuenames/7/1.txt: -------------------------------------------------------------------------------- 1 | Host 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/valuenames/7/2.txt: -------------------------------------------------------------------------------- 1 | Random 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/valuenames/8/0.txt: -------------------------------------------------------------------------------- 1 | Poll 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/valuenames/8/1.txt: -------------------------------------------------------------------------------- 1 | Host 2 | -------------------------------------------------------------------------------- /assets/Spanish/MRAMLoc.arc/valuenames/8/2.txt: -------------------------------------------------------------------------------- 1 | Random 2 | -------------------------------------------------------------------------------- /assets/Spanish/lanentry.arc/strings/0.txt: -------------------------------------------------------------------------------- 1 | Initializing 2 | -------------------------------------------------------------------------------- /assets/Spanish/lanentry.arc/strings/1.txt: -------------------------------------------------------------------------------- 1 | network hardware... 2 | -------------------------------------------------------------------------------- /assets/Spanish/lanentry.arc/strings/2.txt: -------------------------------------------------------------------------------- 1 | Connecting to the network... 2 | -------------------------------------------------------------------------------- /assets/Spanish/lanentry.arc/strings/3.txt: -------------------------------------------------------------------------------- 1 | Resolving 2 | -------------------------------------------------------------------------------- /assets/Spanish/lanentry.arc/strings/4.txt: -------------------------------------------------------------------------------- 1 | ... 2 | -------------------------------------------------------------------------------- /assets/Spanish/lanentry.arc/strings/5.txt: -------------------------------------------------------------------------------- 1 | Connecting to 2 | -------------------------------------------------------------------------------- /assets/Spanish/lanentry.arc/strings/6.txt: -------------------------------------------------------------------------------- 1 | ... 2 | -------------------------------------------------------------------------------- /assets/Spanish/lanentry.arc/strings/7.txt: -------------------------------------------------------------------------------- 1 | Getting server information... 2 | -------------------------------------------------------------------------------- /assets/Spanish/lanentry.arc/strings/8.txt: -------------------------------------------------------------------------------- 1 | Incompatible version: 2 | -------------------------------------------------------------------------------- /assets/Spanish/lanentry.arc/strings/9.txt: -------------------------------------------------------------------------------- 1 | Getting mode information... 2 | -------------------------------------------------------------------------------- /bootstrap/Bootstrap.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/bootstrap/Bootstrap.cc -------------------------------------------------------------------------------- /bootstrap/Bootstrap.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/bootstrap/Bootstrap.hh -------------------------------------------------------------------------------- /bootstrap/BootstrapBinary.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/bootstrap/BootstrapBinary.cc -------------------------------------------------------------------------------- /bootstrap/BootstrapBinary.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/bootstrap/BootstrapBinary.hh -------------------------------------------------------------------------------- /bootstrap/GM4.ld.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/bootstrap/GM4.ld.template -------------------------------------------------------------------------------- /bootstrap/Start.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/bootstrap/Start.cc -------------------------------------------------------------------------------- /bootstrap/Symbols.txt: -------------------------------------------------------------------------------- 1 | 80003140 iosVersion 2 | -------------------------------------------------------------------------------- /bootstrap/banner.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/bootstrap/banner.bin -------------------------------------------------------------------------------- /channel/Apploader.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/channel/Apploader.cc -------------------------------------------------------------------------------- /channel/Apploader.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/channel/Apploader.hh -------------------------------------------------------------------------------- /channel/Channel.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/channel/Channel.cc -------------------------------------------------------------------------------- /channel/Channel.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/channel/Channel.hh -------------------------------------------------------------------------------- /channel/ChannelBinary.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/channel/ChannelBinary.cc -------------------------------------------------------------------------------- /channel/ChannelBinary.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/channel/ChannelBinary.hh -------------------------------------------------------------------------------- /channel/DI.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/channel/DI.cc -------------------------------------------------------------------------------- /channel/DI.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/channel/DI.hh -------------------------------------------------------------------------------- /channel/GM4.ld.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/channel/GM4.ld.template -------------------------------------------------------------------------------- /channel/SRAM.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/channel/SRAM.cc -------------------------------------------------------------------------------- /channel/SRAM.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/channel/SRAM.hh -------------------------------------------------------------------------------- /channel/Start.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/channel/Start.cc -------------------------------------------------------------------------------- /channel/Symbols.txt: -------------------------------------------------------------------------------- 1 | 80003140 iosVersion 2 | -------------------------------------------------------------------------------- /cube/Arena.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/Arena.cc -------------------------------------------------------------------------------- /cube/Arena.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/Arena.hh -------------------------------------------------------------------------------- /cube/Clock.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/Clock.cc -------------------------------------------------------------------------------- /cube/Clock.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/Clock.hh -------------------------------------------------------------------------------- /cube/Console.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/Console.cc -------------------------------------------------------------------------------- /cube/Console.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/Console.hh -------------------------------------------------------------------------------- /cube/Context.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/Context.hh -------------------------------------------------------------------------------- /cube/CubeLogger.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/CubeLogger.cc -------------------------------------------------------------------------------- /cube/CubeLogger.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/CubeLogger.hh -------------------------------------------------------------------------------- /cube/DCache.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/DCache.hh -------------------------------------------------------------------------------- /cube/DiscID.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/DiscID.cc -------------------------------------------------------------------------------- /cube/DiscID.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/DiscID.hh -------------------------------------------------------------------------------- /cube/Dolphin.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/Dolphin.cc -------------------------------------------------------------------------------- /cube/Dolphin.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/Dolphin.hh -------------------------------------------------------------------------------- /cube/ECID.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/ECID.cc -------------------------------------------------------------------------------- /cube/ECID.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/ECID.hh -------------------------------------------------------------------------------- /cube/ES.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/ES.cc -------------------------------------------------------------------------------- /cube/ES.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/ES.hh -------------------------------------------------------------------------------- /cube/EXI.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/EXI.cc -------------------------------------------------------------------------------- /cube/EXI.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/EXI.hh -------------------------------------------------------------------------------- /cube/FS.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/FS.cc -------------------------------------------------------------------------------- /cube/FS.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/FS.hh -------------------------------------------------------------------------------- /cube/ICache.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/ICache.hh -------------------------------------------------------------------------------- /cube/Memory.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/Memory.cc -------------------------------------------------------------------------------- /cube/Memory.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/Memory.hh -------------------------------------------------------------------------------- /cube/Panic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/Panic.h -------------------------------------------------------------------------------- /cube/Panic.hh: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | extern "C" { 4 | #include "Panic.h" 5 | } 6 | -------------------------------------------------------------------------------- /cube/Platform.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/Platform.cc -------------------------------------------------------------------------------- /cube/Platform.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/Platform.hh -------------------------------------------------------------------------------- /cube/SCFile.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/SCFile.cc -------------------------------------------------------------------------------- /cube/SCFile.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/SCFile.hh -------------------------------------------------------------------------------- /cube/StackCanary.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/StackCanary.c -------------------------------------------------------------------------------- /cube/StackCanary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/StackCanary.h -------------------------------------------------------------------------------- /cube/Symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/Symbols.txt -------------------------------------------------------------------------------- /cube/USB.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/USB.cc -------------------------------------------------------------------------------- /cube/USB.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/USB.hh -------------------------------------------------------------------------------- /cube/VI.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/VI.cc -------------------------------------------------------------------------------- /cube/VI.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/VI.hh -------------------------------------------------------------------------------- /cube/VirtualDI.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/VirtualDI.cc -------------------------------------------------------------------------------- /cube/VirtualDI.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/VirtualDI.hh -------------------------------------------------------------------------------- /cube/ios/File.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/ios/File.cc -------------------------------------------------------------------------------- /cube/ios/File.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/ios/File.hh -------------------------------------------------------------------------------- /cube/ios/KernelUID.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/ios/KernelUID.cc -------------------------------------------------------------------------------- /cube/ios/KernelUID.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/ios/KernelUID.hh -------------------------------------------------------------------------------- /cube/ios/Resource.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/ios/Resource.cc -------------------------------------------------------------------------------- /cube/ios/Resource.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/ios/Resource.hh -------------------------------------------------------------------------------- /cube/storage/EXISDStorage.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/storage/EXISDStorage.cc -------------------------------------------------------------------------------- /cube/storage/EXISDStorage.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/storage/EXISDStorage.hh -------------------------------------------------------------------------------- /cube/storage/FATStorage.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/storage/FATStorage.cc -------------------------------------------------------------------------------- /cube/storage/FATStorage.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/storage/FATStorage.hh -------------------------------------------------------------------------------- /cube/storage/SDStorage.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/storage/SDStorage.cc -------------------------------------------------------------------------------- /cube/storage/SDStorage.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/storage/SDStorage.hh -------------------------------------------------------------------------------- /cube/storage/Storage.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/storage/Storage.cc -------------------------------------------------------------------------------- /cube/storage/Storage.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/storage/Storage.hh -------------------------------------------------------------------------------- /cube/storage/USBStorage.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/storage/USBStorage.cc -------------------------------------------------------------------------------- /cube/storage/USBStorage.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/storage/USBStorage.hh -------------------------------------------------------------------------------- /cube/storage/WiiSDStorage.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/storage/WiiSDStorage.cc -------------------------------------------------------------------------------- /cube/storage/WiiSDStorage.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/cube/storage/WiiSDStorage.hh -------------------------------------------------------------------------------- /data/fuzzers/inputs/crash-539ff14a56c13221c96a508239c03d0cbd0e3bbb: -------------------------------------------------------------------------------- 1 | Wؚ -------------------------------------------------------------------------------- /data/fuzzers/inputs/crash-adc83b19e793491b1c6ea0fd8b46cd9f32e592fc: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /data/fuzzers/inputs/crash-da39a3ee5e6b4b0d3255bfef95601890afd80709: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/fuzzers/inputs/crash-f0c957104bb1b80c9d125d9c8cbb3f06fbf2ab1a: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /data/fuzzers/inputs/leak-15d42c5c9b36a9f4eb981d3d1023b5a83163d08d: -------------------------------------------------------------------------------- 1 | 2 | & -------------------------------------------------------------------------------- /docs/design.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/docs/design.md -------------------------------------------------------------------------------- /format.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/format.py -------------------------------------------------------------------------------- /formats/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/formats/Cargo.toml -------------------------------------------------------------------------------- /formats/src/array_type.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/formats/src/array_type.rs -------------------------------------------------------------------------------- /formats/src/constant.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/formats/src/constant.rs -------------------------------------------------------------------------------- /formats/src/data_type.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/formats/src/data_type.rs -------------------------------------------------------------------------------- /formats/src/enum_type/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/formats/src/enum_type/mod.rs -------------------------------------------------------------------------------- /formats/src/format/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/formats/src/format/mod.rs -------------------------------------------------------------------------------- /formats/src/formats/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/formats/src/formats/mod.rs -------------------------------------------------------------------------------- /formats/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/formats/src/lib.rs -------------------------------------------------------------------------------- /formats/src/main.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/formats/src/main.rs -------------------------------------------------------------------------------- /formats/src/samples/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/formats/src/samples/mod.rs -------------------------------------------------------------------------------- /formats/src/samples/one_constant.rs: -------------------------------------------------------------------------------- 1 | pub const FIRST: u32 = 1; 2 | -------------------------------------------------------------------------------- /formats/src/str_ext.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/formats/src/str_ext.rs -------------------------------------------------------------------------------- /formats/src/unit_type.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/formats/src/unit_type.rs -------------------------------------------------------------------------------- /freestanding/cube/Arena.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/freestanding/cube/Arena.cc -------------------------------------------------------------------------------- /freestanding/cube/Clock.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/freestanding/cube/Clock.cc -------------------------------------------------------------------------------- /freestanding/cube/DCache.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/freestanding/cube/DCache.cc -------------------------------------------------------------------------------- /freestanding/cube/EXI.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/freestanding/cube/EXI.cc -------------------------------------------------------------------------------- /freestanding/cube/ICache.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/freestanding/cube/ICache.cc -------------------------------------------------------------------------------- /freestanding/cube/Memory.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/freestanding/cube/Memory.cc -------------------------------------------------------------------------------- /freestanding/cube/Panic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/freestanding/cube/Panic.c -------------------------------------------------------------------------------- /freestanding/cube/USB.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/freestanding/cube/USB.cc -------------------------------------------------------------------------------- /freestanding/libc/assert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/freestanding/libc/assert.c -------------------------------------------------------------------------------- /freestanding/libc/ctype.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/freestanding/libc/ctype.cc -------------------------------------------------------------------------------- /freestanding/libc/stdio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/freestanding/libc/stdio.c -------------------------------------------------------------------------------- /freestanding/libc/string.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/freestanding/libc/string.cc -------------------------------------------------------------------------------- /freestanding/libc/strings.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/freestanding/libc/strings.cc -------------------------------------------------------------------------------- /fuzz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/fuzz.py -------------------------------------------------------------------------------- /fuzzers/Archive.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/fuzzers/Archive.cc -------------------------------------------------------------------------------- /fuzzers/SZSReader.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/fuzzers/SZSReader.cc -------------------------------------------------------------------------------- /fuzzers/ZIP.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/fuzzers/ZIP.cc -------------------------------------------------------------------------------- /fuzzers/network/DNS.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/fuzzers/network/DNS.cc -------------------------------------------------------------------------------- /fuzzers/online/Client.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/fuzzers/online/Client.cc -------------------------------------------------------------------------------- /libc/assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/libc/assert.h -------------------------------------------------------------------------------- /libc/ctype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/libc/ctype.h -------------------------------------------------------------------------------- /libc/float.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/libc/float.h -------------------------------------------------------------------------------- /libc/inttypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/libc/inttypes.h -------------------------------------------------------------------------------- /libc/limits.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #define CHAR_BIT 8 4 | -------------------------------------------------------------------------------- /libc/math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/libc/math.h -------------------------------------------------------------------------------- /libc/stdarg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/libc/stdarg.c -------------------------------------------------------------------------------- /libc/stdarg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/libc/stdarg.h -------------------------------------------------------------------------------- /libc/stdbool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/libc/stdbool.h -------------------------------------------------------------------------------- /libc/stddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/libc/stddef.h -------------------------------------------------------------------------------- /libc/stdint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/libc/stdint.h -------------------------------------------------------------------------------- /libc/stdio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/libc/stdio.h -------------------------------------------------------------------------------- /libc/stdlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/libc/stdlib.h -------------------------------------------------------------------------------- /libc/string.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/libc/string.cc -------------------------------------------------------------------------------- /libc/string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/libc/string.h -------------------------------------------------------------------------------- /libc/strings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/libc/strings.h -------------------------------------------------------------------------------- /meta.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/meta.xml -------------------------------------------------------------------------------- /native/FakeSZSReader.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/native/FakeSZSReader.cc -------------------------------------------------------------------------------- /native/FakeSZSReader.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/native/FakeSZSReader.hh -------------------------------------------------------------------------------- /native/FakeZIP.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/native/FakeZIP.cc -------------------------------------------------------------------------------- /native/FakeZIP.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/native/FakeZIP.hh -------------------------------------------------------------------------------- /native/NativeAllocator.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/native/NativeAllocator.cc -------------------------------------------------------------------------------- /native/NativeAllocator.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/native/NativeAllocator.hh -------------------------------------------------------------------------------- /native/NativeLogger.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/native/NativeLogger.cc -------------------------------------------------------------------------------- /native/NativeLogger.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/native/NativeLogger.hh -------------------------------------------------------------------------------- /native/diskio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/native/diskio.c -------------------------------------------------------------------------------- /native/network/FakeDNS.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/native/network/FakeDNS.cc -------------------------------------------------------------------------------- /native/network/FakeDNS.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/native/network/FakeDNS.hh -------------------------------------------------------------------------------- /native/online/FakeClient.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/native/online/FakeClient.cc -------------------------------------------------------------------------------- /native/online/FakeClient.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/native/online/FakeClient.hh -------------------------------------------------------------------------------- /payload/GM4.ld.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/GM4.ld.template -------------------------------------------------------------------------------- /payload/Symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/Symbols.txt -------------------------------------------------------------------------------- /payload/cube/Arena.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/cube/Arena.cc -------------------------------------------------------------------------------- /payload/cube/Clock.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/cube/Clock.cc -------------------------------------------------------------------------------- /payload/cube/CubeLogger.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/cube/CubeLogger.cc -------------------------------------------------------------------------------- /payload/cube/DCache.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/cube/DCache.cc -------------------------------------------------------------------------------- /payload/cube/EXI.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/cube/EXI.cc -------------------------------------------------------------------------------- /payload/cube/ICache.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/cube/ICache.cc -------------------------------------------------------------------------------- /payload/cube/Memory.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/cube/Memory.cc -------------------------------------------------------------------------------- /payload/cube/Panic.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/cube/Panic.cc -------------------------------------------------------------------------------- /payload/cube/USB.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/cube/USB.cc -------------------------------------------------------------------------------- /payload/cube/VirtualDI.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/cube/VirtualDI.cc -------------------------------------------------------------------------------- /payload/cube/ios/Resource.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/cube/ios/Resource.cc -------------------------------------------------------------------------------- /payload/dolphin/AR.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/AR.cc -------------------------------------------------------------------------------- /payload/dolphin/AR.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/AR.h -------------------------------------------------------------------------------- /payload/dolphin/ARQ.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/ARQ.cc -------------------------------------------------------------------------------- /payload/dolphin/ARQ.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/ARQ.h -------------------------------------------------------------------------------- /payload/dolphin/CARD.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/CARD.cc -------------------------------------------------------------------------------- /payload/dolphin/CARD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/CARD.h -------------------------------------------------------------------------------- /payload/dolphin/DB.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/DB.h -------------------------------------------------------------------------------- /payload/dolphin/DSP.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/DSP.c -------------------------------------------------------------------------------- /payload/dolphin/DSP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/DSP.h -------------------------------------------------------------------------------- /payload/dolphin/DVD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/DVD.c -------------------------------------------------------------------------------- /payload/dolphin/DVD.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/DVD.cc -------------------------------------------------------------------------------- /payload/dolphin/DVD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/DVD.h -------------------------------------------------------------------------------- /payload/dolphin/ETH.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/ETH.cc -------------------------------------------------------------------------------- /payload/dolphin/ETH.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/ETH.h -------------------------------------------------------------------------------- /payload/dolphin/EXIBios.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/EXIBios.cc -------------------------------------------------------------------------------- /payload/dolphin/EXIBios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/EXIBios.h -------------------------------------------------------------------------------- /payload/dolphin/GDGeometry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/GDGeometry.h -------------------------------------------------------------------------------- /payload/dolphin/GX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/GX.h -------------------------------------------------------------------------------- /payload/dolphin/GXAttr.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/GXAttr.cc -------------------------------------------------------------------------------- /payload/dolphin/GXAttr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/GXAttr.h -------------------------------------------------------------------------------- /payload/dolphin/GXFrameBuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/GXFrameBuf.h -------------------------------------------------------------------------------- /payload/dolphin/GXTev.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/GXTev.h -------------------------------------------------------------------------------- /payload/dolphin/GXTexture.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/GXTexture.cc -------------------------------------------------------------------------------- /payload/dolphin/GXTexture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/GXTexture.h -------------------------------------------------------------------------------- /payload/dolphin/IPEther.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/IPEther.cc -------------------------------------------------------------------------------- /payload/dolphin/IPEther.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/IPEther.h -------------------------------------------------------------------------------- /payload/dolphin/IPIgmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/IPIgmp.h -------------------------------------------------------------------------------- /payload/dolphin/IPRoute.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/IPRoute.cc -------------------------------------------------------------------------------- /payload/dolphin/IPRoute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/IPRoute.h -------------------------------------------------------------------------------- /payload/dolphin/IPSocket.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/IPSocket.cc -------------------------------------------------------------------------------- /payload/dolphin/IPSocket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/IPSocket.h -------------------------------------------------------------------------------- /payload/dolphin/MTX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/MTX.h -------------------------------------------------------------------------------- /payload/dolphin/OS.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/OS.c -------------------------------------------------------------------------------- /payload/dolphin/OS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/OS.h -------------------------------------------------------------------------------- /payload/dolphin/OSAlarm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/OSAlarm.h -------------------------------------------------------------------------------- /payload/dolphin/OSArena.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/OSArena.h -------------------------------------------------------------------------------- /payload/dolphin/OSCache.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/OSCache.cc -------------------------------------------------------------------------------- /payload/dolphin/OSCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/OSCache.h -------------------------------------------------------------------------------- /payload/dolphin/OSContext.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/OSContext.cc -------------------------------------------------------------------------------- /payload/dolphin/OSContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/OSContext.h -------------------------------------------------------------------------------- /payload/dolphin/OSError.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/OSError.cc -------------------------------------------------------------------------------- /payload/dolphin/OSError.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/OSError.h -------------------------------------------------------------------------------- /payload/dolphin/OSMessage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/OSMessage.h -------------------------------------------------------------------------------- /payload/dolphin/OSMutex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/OSMutex.h -------------------------------------------------------------------------------- /payload/dolphin/OSRtc.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/OSRtc.cc -------------------------------------------------------------------------------- /payload/dolphin/OSSync.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/OSSync.c -------------------------------------------------------------------------------- /payload/dolphin/OSThread.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/OSThread.cc -------------------------------------------------------------------------------- /payload/dolphin/OSThread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/OSThread.h -------------------------------------------------------------------------------- /payload/dolphin/OSTime.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/OSTime.cc -------------------------------------------------------------------------------- /payload/dolphin/OSTime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/OSTime.h -------------------------------------------------------------------------------- /payload/dolphin/PAD.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/PAD.cc -------------------------------------------------------------------------------- /payload/dolphin/PAD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/PAD.h -------------------------------------------------------------------------------- /payload/dolphin/PPCArch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/PPCArch.c -------------------------------------------------------------------------------- /payload/dolphin/PPCArch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/PPCArch.h -------------------------------------------------------------------------------- /payload/dolphin/SIBios.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/SIBios.cc -------------------------------------------------------------------------------- /payload/dolphin/SIBios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/SIBios.h -------------------------------------------------------------------------------- /payload/dolphin/THPDec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/THPDec.c -------------------------------------------------------------------------------- /payload/dolphin/THPDec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/THPDec.h -------------------------------------------------------------------------------- /payload/dolphin/UPnPHttpd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/UPnPHttpd.c -------------------------------------------------------------------------------- /payload/dolphin/UPnPSsdp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/UPnPSsdp.h -------------------------------------------------------------------------------- /payload/dolphin/VI.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/VI.cc -------------------------------------------------------------------------------- /payload/dolphin/VI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/dolphin/VI.h -------------------------------------------------------------------------------- /payload/game/AppMgr.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/AppMgr.cc -------------------------------------------------------------------------------- /payload/game/AppMgr.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/AppMgr.hh -------------------------------------------------------------------------------- /payload/game/AwardApp.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/AwardApp.cc -------------------------------------------------------------------------------- /payload/game/AwardApp.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/AwardApp.hh -------------------------------------------------------------------------------- /payload/game/BBAMgr.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/BBAMgr.cc -------------------------------------------------------------------------------- /payload/game/BBAMgr.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/BBAMgr.hh -------------------------------------------------------------------------------- /payload/game/BattleName2D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/BattleName2D.cc -------------------------------------------------------------------------------- /payload/game/BattleName2D.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/BattleName2D.hh -------------------------------------------------------------------------------- /payload/game/BombStart2D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/BombStart2D.cc -------------------------------------------------------------------------------- /payload/game/BombStart2D.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/BombStart2D.hh -------------------------------------------------------------------------------- /payload/game/CardAgent.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/CardAgent.cc -------------------------------------------------------------------------------- /payload/game/CardAgent.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/CardAgent.hh -------------------------------------------------------------------------------- /payload/game/CardMgr.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/CardMgr.hh -------------------------------------------------------------------------------- /payload/game/Course.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/Course.cc -------------------------------------------------------------------------------- /payload/game/Course.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/Course.hh -------------------------------------------------------------------------------- /payload/game/CourseID.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/CourseID.hh -------------------------------------------------------------------------------- /payload/game/Demo2D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/Demo2D.cc -------------------------------------------------------------------------------- /payload/game/Demo2D.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/Demo2D.hh -------------------------------------------------------------------------------- /payload/game/DriverData.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/DriverData.cc -------------------------------------------------------------------------------- /payload/game/DriverData.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/DriverData.hh -------------------------------------------------------------------------------- /payload/game/ErrorViewApp.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/ErrorViewApp.hh -------------------------------------------------------------------------------- /payload/game/ExModel.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/ExModel.cc -------------------------------------------------------------------------------- /payload/game/ExModel.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/ExModel.hh -------------------------------------------------------------------------------- /payload/game/GameApp.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/GameApp.cc -------------------------------------------------------------------------------- /payload/game/GameApp.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/GameApp.hh -------------------------------------------------------------------------------- /payload/game/GameClock.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/GameClock.cc -------------------------------------------------------------------------------- /payload/game/GameClock.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/GameClock.hh -------------------------------------------------------------------------------- /payload/game/GhostFile.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/GhostFile.cc -------------------------------------------------------------------------------- /payload/game/GhostFile.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/GhostFile.hh -------------------------------------------------------------------------------- /payload/game/Goal2D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/Goal2D.cc -------------------------------------------------------------------------------- /payload/game/Goal2D.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/Goal2D.hh -------------------------------------------------------------------------------- /payload/game/J2DManager.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/J2DManager.hh -------------------------------------------------------------------------------- /payload/game/K2DPicture.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/K2DPicture.cc -------------------------------------------------------------------------------- /payload/game/K2DPicture.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/K2DPicture.hh -------------------------------------------------------------------------------- /payload/game/Kart2DCommon.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/Kart2DCommon.cc -------------------------------------------------------------------------------- /payload/game/Kart2DCommon.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/Kart2DCommon.hh -------------------------------------------------------------------------------- /payload/game/KartBody.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/KartBody.cc -------------------------------------------------------------------------------- /payload/game/KartBody.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/KartBody.hh -------------------------------------------------------------------------------- /payload/game/KartCam.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/KartCam.cc -------------------------------------------------------------------------------- /payload/game/KartCam.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/KartCam.hh -------------------------------------------------------------------------------- /payload/game/KartCtrl.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/KartCtrl.cc -------------------------------------------------------------------------------- /payload/game/KartCtrl.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/KartCtrl.hh -------------------------------------------------------------------------------- /payload/game/KartDB.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/KartDB.hh -------------------------------------------------------------------------------- /payload/game/KartDrawer.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/KartDrawer.cc -------------------------------------------------------------------------------- /payload/game/KartDrawer.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/KartDrawer.hh -------------------------------------------------------------------------------- /payload/game/KartGame.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/KartGame.cc -------------------------------------------------------------------------------- /payload/game/KartGame.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/KartGame.hh -------------------------------------------------------------------------------- /payload/game/KartGamePad.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/KartGamePad.cc -------------------------------------------------------------------------------- /payload/game/KartGamePad.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/KartGamePad.hh -------------------------------------------------------------------------------- /payload/game/KartInfo.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/KartInfo.cc -------------------------------------------------------------------------------- /payload/game/KartInfo.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/KartInfo.hh -------------------------------------------------------------------------------- /payload/game/KartLoader.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/KartLoader.cc -------------------------------------------------------------------------------- /payload/game/KartLoader.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/KartLoader.hh -------------------------------------------------------------------------------- /payload/game/KartLocale.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/KartLocale.cc -------------------------------------------------------------------------------- /payload/game/KartLocale.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/KartLocale.hh -------------------------------------------------------------------------------- /payload/game/KartPad.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/KartPad.cc -------------------------------------------------------------------------------- /payload/game/KartPad.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/KartPad.hh -------------------------------------------------------------------------------- /payload/game/LANNum2D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/LANNum2D.cc -------------------------------------------------------------------------------- /payload/game/LANNum2D.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/LANNum2D.hh -------------------------------------------------------------------------------- /payload/game/LogoApp.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/LogoApp.cc -------------------------------------------------------------------------------- /payload/game/LogoApp.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/LogoApp.hh -------------------------------------------------------------------------------- /payload/game/Mario.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/Mario.hh -------------------------------------------------------------------------------- /payload/game/Modes.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/Modes.hh -------------------------------------------------------------------------------- /payload/game/MovieApp.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/MovieApp.cc -------------------------------------------------------------------------------- /payload/game/MovieApp.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/MovieApp.hh -------------------------------------------------------------------------------- /payload/game/MoviePlayer.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/MoviePlayer.cc -------------------------------------------------------------------------------- /payload/game/MoviePlayer.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/MoviePlayer.hh -------------------------------------------------------------------------------- /payload/game/NetGameMgr.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/NetGameMgr.cc -------------------------------------------------------------------------------- /payload/game/NetGameMgr.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/NetGameMgr.hh -------------------------------------------------------------------------------- /payload/game/OnlineInfo.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/OnlineInfo.cc -------------------------------------------------------------------------------- /payload/game/OnlineInfo.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/OnlineInfo.hh -------------------------------------------------------------------------------- /payload/game/OnlineTimer.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/OnlineTimer.cc -------------------------------------------------------------------------------- /payload/game/PadMgr.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/PadMgr.cc -------------------------------------------------------------------------------- /payload/game/PadMgr.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/PadMgr.hh -------------------------------------------------------------------------------- /payload/game/Pause2D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/Pause2D.cc -------------------------------------------------------------------------------- /payload/game/Pause2D.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/Pause2D.hh -------------------------------------------------------------------------------- /payload/game/PreRace2D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/PreRace2D.cc -------------------------------------------------------------------------------- /payload/game/PreRace2D.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/PreRace2D.hh -------------------------------------------------------------------------------- /payload/game/Race2D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/Race2D.cc -------------------------------------------------------------------------------- /payload/game/Race2D.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/Race2D.hh -------------------------------------------------------------------------------- /payload/game/RaceApp.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/RaceApp.cc -------------------------------------------------------------------------------- /payload/game/RaceApp.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/RaceApp.hh -------------------------------------------------------------------------------- /payload/game/RaceDrawer.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/RaceDrawer.cc -------------------------------------------------------------------------------- /payload/game/RaceDrawer.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/RaceDrawer.hh -------------------------------------------------------------------------------- /payload/game/RaceInfo.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/RaceInfo.cc -------------------------------------------------------------------------------- /payload/game/RaceInfo.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/RaceInfo.hh -------------------------------------------------------------------------------- /payload/game/RaceMgr.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/RaceMgr.cc -------------------------------------------------------------------------------- /payload/game/RaceMgr.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/RaceMgr.hh -------------------------------------------------------------------------------- /payload/game/RaceMode.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/RaceMode.cc -------------------------------------------------------------------------------- /payload/game/RaceMode.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/RaceMode.hh -------------------------------------------------------------------------------- /payload/game/ResMgr.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/ResMgr.cc -------------------------------------------------------------------------------- /payload/game/ResMgr.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/ResMgr.hh -------------------------------------------------------------------------------- /payload/game/Result2D.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/Result2D.cc -------------------------------------------------------------------------------- /payload/game/Result2D.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/Result2D.hh -------------------------------------------------------------------------------- /payload/game/RoomOption.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/RoomOption.cc -------------------------------------------------------------------------------- /payload/game/RoomOption.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/RoomOption.hh -------------------------------------------------------------------------------- /payload/game/RoomType.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/RoomType.hh -------------------------------------------------------------------------------- /payload/game/SaveFile.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/SaveFile.hh -------------------------------------------------------------------------------- /payload/game/Scene.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/Scene.hh -------------------------------------------------------------------------------- /payload/game/SceneMenu.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/SceneMenu.cc -------------------------------------------------------------------------------- /payload/game/SceneMenu.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/SceneMenu.hh -------------------------------------------------------------------------------- /payload/game/SceneTitle.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/SceneTitle.cc -------------------------------------------------------------------------------- /payload/game/SceneTitle.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/SceneTitle.hh -------------------------------------------------------------------------------- /payload/game/SceneType.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/SceneType.hh -------------------------------------------------------------------------------- /payload/game/SiUtil.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/SiUtil.hh -------------------------------------------------------------------------------- /payload/game/SoundID.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/SoundID.hh -------------------------------------------------------------------------------- /payload/game/SysDebug.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/SysDebug.cc -------------------------------------------------------------------------------- /payload/game/SysDebug.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/SysDebug.hh -------------------------------------------------------------------------------- /payload/game/System.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/System.cc -------------------------------------------------------------------------------- /payload/game/System.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/System.hh -------------------------------------------------------------------------------- /payload/game/SystemFile.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/SystemFile.cc -------------------------------------------------------------------------------- /payload/game/SystemFile.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/SystemFile.hh -------------------------------------------------------------------------------- /payload/game/WipeBase.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/game/WipeBase.hh -------------------------------------------------------------------------------- /payload/jsystem/DSPProc.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/jsystem/DSPProc.cc -------------------------------------------------------------------------------- /payload/jsystem/J2DPane.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/jsystem/J2DPane.cc -------------------------------------------------------------------------------- /payload/jsystem/J2DPane.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/jsystem/J2DPane.hh -------------------------------------------------------------------------------- /payload/jsystem/J3DGD.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/jsystem/J3DGD.cc -------------------------------------------------------------------------------- /payload/jsystem/J3DGD.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/jsystem/J3DGD.hh -------------------------------------------------------------------------------- /payload/jsystem/J3DSys.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/jsystem/J3DSys.cc -------------------------------------------------------------------------------- /payload/jsystem/J3DSys.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/jsystem/J3DSys.hh -------------------------------------------------------------------------------- /payload/jsystem/JASDvd.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/jsystem/JASDvd.cc -------------------------------------------------------------------------------- /payload/jsystem/JASDvd.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/jsystem/JASDvd.hh -------------------------------------------------------------------------------- /payload/jsystem/JKRAram.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/jsystem/JKRAram.cc -------------------------------------------------------------------------------- /payload/jsystem/JKRAram.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/jsystem/JKRAram.hh -------------------------------------------------------------------------------- /payload/jsystem/JKRHeap.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/jsystem/JKRHeap.cc -------------------------------------------------------------------------------- /payload/jsystem/JKRHeap.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/jsystem/JKRHeap.hh -------------------------------------------------------------------------------- /payload/jsystem/JKRTask.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/jsystem/JKRTask.cc -------------------------------------------------------------------------------- /payload/jsystem/JKRTask.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/jsystem/JKRTask.hh -------------------------------------------------------------------------------- /payload/jsystem/JSUList.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/jsystem/JSUList.cc -------------------------------------------------------------------------------- /payload/jsystem/JSUList.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/jsystem/JSUList.hh -------------------------------------------------------------------------------- /payload/jsystem/JSUTree.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/jsystem/JSUTree.hh -------------------------------------------------------------------------------- /payload/jsystem/JUTXfb.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/jsystem/JUTXfb.cc -------------------------------------------------------------------------------- /payload/jsystem/JUTXfb.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/jsystem/JUTXfb.hh -------------------------------------------------------------------------------- /payload/jsystem/ResTIMG.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/jsystem/ResTIMG.hh -------------------------------------------------------------------------------- /payload/jsystem/TBox2.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/jsystem/TBox2.hh -------------------------------------------------------------------------------- /payload/jsystem/TVec2.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/jsystem/TVec2.hh -------------------------------------------------------------------------------- /payload/jsystem/TVec3.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/jsystem/TVec3.hh -------------------------------------------------------------------------------- /payload/libc/assert.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/libc/assert.cc -------------------------------------------------------------------------------- /payload/payload/DOSTime.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/payload/DOSTime.cc -------------------------------------------------------------------------------- /payload/payload/DOSTime.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/payload/DOSTime.hh -------------------------------------------------------------------------------- /payload/payload/Lock.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/payload/Lock.cc -------------------------------------------------------------------------------- /payload/payload/Lock.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/payload/Lock.hh -------------------------------------------------------------------------------- /payload/payload/LogFile.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/payload/LogFile.cc -------------------------------------------------------------------------------- /payload/payload/LogFile.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/payload/LogFile.hh -------------------------------------------------------------------------------- /payload/payload/MI.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/payload/MI.cc -------------------------------------------------------------------------------- /payload/payload/MI.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/payload/MI.hh -------------------------------------------------------------------------------- /payload/payload/Mutex.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/payload/Mutex.cc -------------------------------------------------------------------------------- /payload/payload/Mutex.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/payload/Mutex.hh -------------------------------------------------------------------------------- /payload/payload/Patcher.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/payload/Patcher.cc -------------------------------------------------------------------------------- /payload/payload/Patcher.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/payload/Patcher.hh -------------------------------------------------------------------------------- /payload/payload/Payload.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/payload/Payload.cc -------------------------------------------------------------------------------- /payload/payload/Payload.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/payload/Payload.hh -------------------------------------------------------------------------------- /payload/payload/Replace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/payload/Replace.h -------------------------------------------------------------------------------- /payload/payload/Replace.hh: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | extern "C" { 4 | #include "Replace.h" 5 | } 6 | -------------------------------------------------------------------------------- /payload/payload/Start.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/payload/Start.cc -------------------------------------------------------------------------------- /payload/payload/WUP028.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/payload/WUP028.cc -------------------------------------------------------------------------------- /payload/payload/WUP028.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/payload/WUP028.hh -------------------------------------------------------------------------------- /payload/payload/ZIPFile.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/payload/ZIPFile.cc -------------------------------------------------------------------------------- /payload/payload/ZIPFile.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/payload/payload/ZIPFile.hh -------------------------------------------------------------------------------- /portable/Algorithm.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/Algorithm.hh -------------------------------------------------------------------------------- /portable/Align.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/Align.hh -------------------------------------------------------------------------------- /portable/Allocator.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/Allocator.cc -------------------------------------------------------------------------------- /portable/Allocator.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/Allocator.hh -------------------------------------------------------------------------------- /portable/Archive.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/Archive.cc -------------------------------------------------------------------------------- /portable/Archive.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/Archive.hh -------------------------------------------------------------------------------- /portable/Array.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/Array.hh -------------------------------------------------------------------------------- /portable/Bytes.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/Bytes.hh -------------------------------------------------------------------------------- /portable/CCtype.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/CCtype.cc -------------------------------------------------------------------------------- /portable/CCtype.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/CCtype.hh -------------------------------------------------------------------------------- /portable/CString.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/CString.cc -------------------------------------------------------------------------------- /portable/CString.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/CString.hh -------------------------------------------------------------------------------- /portable/CStrings.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/CStrings.cc -------------------------------------------------------------------------------- /portable/CStrings.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/CStrings.hh -------------------------------------------------------------------------------- /portable/CardPath.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/CardPath.cc -------------------------------------------------------------------------------- /portable/CardPath.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/CardPath.hh -------------------------------------------------------------------------------- /portable/Color.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/Color.cc -------------------------------------------------------------------------------- /portable/Color.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/Color.hh -------------------------------------------------------------------------------- /portable/Counts.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/Counts.hh -------------------------------------------------------------------------------- /portable/DolphinVersion.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/DolphinVersion.cc -------------------------------------------------------------------------------- /portable/DolphinVersion.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/DolphinVersion.hh -------------------------------------------------------------------------------- /portable/Font.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/Font.c -------------------------------------------------------------------------------- /portable/Font.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/Font.cc -------------------------------------------------------------------------------- /portable/Font.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/Font.hh -------------------------------------------------------------------------------- /portable/Formatter.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/Formatter.cc -------------------------------------------------------------------------------- /portable/Formatter.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/Formatter.hh -------------------------------------------------------------------------------- /portable/Log.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/Log.cc -------------------------------------------------------------------------------- /portable/Log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/Log.h -------------------------------------------------------------------------------- /portable/Log.hh: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | extern "C" { 4 | #include "portable/Log.h" 5 | } 6 | -------------------------------------------------------------------------------- /portable/Logger.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/Logger.cc -------------------------------------------------------------------------------- /portable/Logger.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/Logger.hh -------------------------------------------------------------------------------- /portable/New.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/New.cc -------------------------------------------------------------------------------- /portable/New.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/New.hh -------------------------------------------------------------------------------- /portable/Optional.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/Optional.hh -------------------------------------------------------------------------------- /portable/Ring.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/Ring.hh -------------------------------------------------------------------------------- /portable/SC.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/SC.cc -------------------------------------------------------------------------------- /portable/SC.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/SC.hh -------------------------------------------------------------------------------- /portable/SZSReader.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/SZSReader.cc -------------------------------------------------------------------------------- /portable/SZSReader.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/SZSReader.hh -------------------------------------------------------------------------------- /portable/String.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/String.cc -------------------------------------------------------------------------------- /portable/String.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/String.hh -------------------------------------------------------------------------------- /portable/Types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/Types.h -------------------------------------------------------------------------------- /portable/Types.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/Types.hh -------------------------------------------------------------------------------- /portable/UTF8.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/UTF8.cc -------------------------------------------------------------------------------- /portable/UTF8.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/UTF8.hh -------------------------------------------------------------------------------- /portable/UniquePtr.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/UniquePtr.hh -------------------------------------------------------------------------------- /portable/Upcast.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/Upcast.hh -------------------------------------------------------------------------------- /portable/ZIP.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/ZIP.cc -------------------------------------------------------------------------------- /portable/ZIP.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/ZIP.hh -------------------------------------------------------------------------------- /portable/crypto/KX.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/crypto/KX.cc -------------------------------------------------------------------------------- /portable/crypto/KX.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/crypto/KX.hh -------------------------------------------------------------------------------- /portable/crypto/Random.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/crypto/Random.cc -------------------------------------------------------------------------------- /portable/crypto/Random.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/crypto/Random.hh -------------------------------------------------------------------------------- /portable/crypto/Session.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/crypto/Session.cc -------------------------------------------------------------------------------- /portable/crypto/Session.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/crypto/Session.hh -------------------------------------------------------------------------------- /portable/crypto/Types.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/crypto/Types.hh -------------------------------------------------------------------------------- /portable/network/DNS.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/network/DNS.cc -------------------------------------------------------------------------------- /portable/network/DNS.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/network/DNS.hh -------------------------------------------------------------------------------- /portable/online/CookieSize.hh: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | enum { 4 | CookieSize = 8, 5 | }; 6 | -------------------------------------------------------------------------------- /portable/online/Kart.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/online/Kart.cc -------------------------------------------------------------------------------- /portable/online/Kart.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/portable/online/Kart.hh -------------------------------------------------------------------------------- /rustfmt.toml: -------------------------------------------------------------------------------- 1 | use_small_heuristics = "Max" 2 | -------------------------------------------------------------------------------- /server/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/server/Cargo.toml -------------------------------------------------------------------------------- /server/build.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/server/build.rs -------------------------------------------------------------------------------- /server/src/buffer.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/server/src/buffer.rs -------------------------------------------------------------------------------- /server/src/client.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/server/src/client.rs -------------------------------------------------------------------------------- /server/src/clients.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/server/src/clients.rs -------------------------------------------------------------------------------- /server/src/connection.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/server/src/connection.rs -------------------------------------------------------------------------------- /server/src/crypto/kx.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/server/src/crypto/kx.rs -------------------------------------------------------------------------------- /server/src/crypto/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/server/src/crypto/mod.rs -------------------------------------------------------------------------------- /server/src/formats/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/server/src/formats/mod.rs -------------------------------------------------------------------------------- /server/src/kart.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/server/src/kart.rs -------------------------------------------------------------------------------- /server/src/listener.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/server/src/listener.rs -------------------------------------------------------------------------------- /server/src/logger.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/server/src/logger.rs -------------------------------------------------------------------------------- /server/src/main.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/server/src/main.rs -------------------------------------------------------------------------------- /server/src/message.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/server/src/message.rs -------------------------------------------------------------------------------- /server/src/mmr.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/server/src/mmr.rs -------------------------------------------------------------------------------- /server/src/pack.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/server/src/pack.rs -------------------------------------------------------------------------------- /server/src/player.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/server/src/player.rs -------------------------------------------------------------------------------- /server/src/room.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/server/src/room.rs -------------------------------------------------------------------------------- /server/src/rooms.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/server/src/rooms.rs -------------------------------------------------------------------------------- /server/src/server.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/server/src/server.rs -------------------------------------------------------------------------------- /server/src/shard.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/server/src/shard.rs -------------------------------------------------------------------------------- /server/src/updater.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/server/src/updater.rs -------------------------------------------------------------------------------- /server/src/weight.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/server/src/weight.rs -------------------------------------------------------------------------------- /tests/Algorithm.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tests/Algorithm.cc -------------------------------------------------------------------------------- /tests/Align.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tests/Align.cc -------------------------------------------------------------------------------- /tests/Array.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tests/Array.cc -------------------------------------------------------------------------------- /tests/Bytes.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tests/Bytes.cc -------------------------------------------------------------------------------- /tests/CCtype.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tests/CCtype.cc -------------------------------------------------------------------------------- /tests/CString.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tests/CString.cc -------------------------------------------------------------------------------- /tests/CStrings.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tests/CStrings.cc -------------------------------------------------------------------------------- /tests/CardPath.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tests/CardPath.cc -------------------------------------------------------------------------------- /tests/DolphinVersion.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tests/DolphinVersion.cc -------------------------------------------------------------------------------- /tests/Formatter.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tests/Formatter.cc -------------------------------------------------------------------------------- /tests/Main.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tests/Main.cc -------------------------------------------------------------------------------- /tests/Optional.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tests/Optional.cc -------------------------------------------------------------------------------- /tests/Ring.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tests/Ring.cc -------------------------------------------------------------------------------- /tests/SC.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tests/SC.cc -------------------------------------------------------------------------------- /tests/SZSReader.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tests/SZSReader.cc -------------------------------------------------------------------------------- /tests/String.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tests/String.cc -------------------------------------------------------------------------------- /tests/UTF8.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tests/UTF8.cc -------------------------------------------------------------------------------- /tests/UniquePtr.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tests/UniquePtr.cc -------------------------------------------------------------------------------- /tests/ZIP.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tests/ZIP.cc -------------------------------------------------------------------------------- /tests/crypto/HKDFState.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tests/crypto/HKDFState.cc -------------------------------------------------------------------------------- /tests/crypto/HMACState.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tests/crypto/HMACState.cc -------------------------------------------------------------------------------- /tests/crypto/KX.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tests/crypto/KX.cc -------------------------------------------------------------------------------- /tests/crypto/Session.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tests/crypto/Session.cc -------------------------------------------------------------------------------- /tests/network/DNS.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tests/network/DNS.cc -------------------------------------------------------------------------------- /tools/arc2dir.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tools/arc2dir.py -------------------------------------------------------------------------------- /tools/bin2c.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tools/bin2c.py -------------------------------------------------------------------------------- /tools/bstndump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tools/bstndump.py -------------------------------------------------------------------------------- /tools/cp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tools/cp.py -------------------------------------------------------------------------------- /tools/cw/patches.dif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tools/cw/patches.dif -------------------------------------------------------------------------------- /tools/dir2arc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tools/dir2arc.py -------------------------------------------------------------------------------- /tools/elf2bin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tools/elf2bin.py -------------------------------------------------------------------------------- /tools/elf2dol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tools/elf2dol.py -------------------------------------------------------------------------------- /tools/file_patcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tools/file_patcher.py -------------------------------------------------------------------------------- /tools/hash.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tools/hash.py -------------------------------------------------------------------------------- /tools/mwcc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tools/mwcc.py -------------------------------------------------------------------------------- /tools/outline.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tools/outline.py -------------------------------------------------------------------------------- /tools/patch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tools/patch.py -------------------------------------------------------------------------------- /tools/port.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tools/port.py -------------------------------------------------------------------------------- /tools/prepare.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tools/prepare.sh -------------------------------------------------------------------------------- /tools/script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/tools/script.py -------------------------------------------------------------------------------- /vendor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/vendor/README.md -------------------------------------------------------------------------------- /vendor/arith64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/vendor/arith64.c -------------------------------------------------------------------------------- /vendor/ff/diskio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/vendor/ff/diskio.h -------------------------------------------------------------------------------- /vendor/ff/ff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/vendor/ff/ff.c -------------------------------------------------------------------------------- /vendor/ff/ff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/vendor/ff/ff.h -------------------------------------------------------------------------------- /vendor/ff/ffconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/vendor/ff/ffconf.h -------------------------------------------------------------------------------- /vendor/ff/ffunicode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/vendor/ff/ffunicode.c -------------------------------------------------------------------------------- /vendor/inih/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/vendor/inih/LICENSE.txt -------------------------------------------------------------------------------- /vendor/inih/ini.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/vendor/inih/ini.c -------------------------------------------------------------------------------- /vendor/inih/ini.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/vendor/inih/ini.h -------------------------------------------------------------------------------- /vendor/lwjson/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/vendor/lwjson/LICENSE -------------------------------------------------------------------------------- /vendor/lwjson/lwjson.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/vendor/lwjson/lwjson.h -------------------------------------------------------------------------------- /vendor/lwjson/lwjson_opt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/vendor/lwjson/lwjson_opt.h -------------------------------------------------------------------------------- /vendor/miniz/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/vendor/miniz/LICENSE -------------------------------------------------------------------------------- /vendor/miniz/miniz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/vendor/miniz/miniz.c -------------------------------------------------------------------------------- /vendor/miniz/miniz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/vendor/miniz/miniz.h -------------------------------------------------------------------------------- /vendor/nanoprintf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/vendor/nanoprintf.h -------------------------------------------------------------------------------- /vendor/ninja_syntax.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/vendor/ninja_syntax.py -------------------------------------------------------------------------------- /vendor/snitch/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/vendor/snitch/LICENSE -------------------------------------------------------------------------------- /vendor/utf8decode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledashdeluxe/ddd/HEAD/vendor/utf8decode.h -------------------------------------------------------------------------------- /version.txt: -------------------------------------------------------------------------------- 1 | dev 2 | --------------------------------------------------------------------------------