├── .gitignore ├── README.md ├── bam.lua ├── configure.lua ├── data ├── audio │ ├── foley_body_impact-01.wv │ ├── foley_body_impact-02.wv │ ├── foley_body_impact-03.wv │ ├── foley_body_splat-01.wv │ ├── foley_body_splat-02.wv │ ├── foley_body_splat-03.wv │ ├── foley_body_splat-04.wv │ ├── foley_dbljump-01.wv │ ├── foley_dbljump-02.wv │ ├── foley_dbljump-03.wv │ ├── foley_foot_left-01.wv │ ├── foley_foot_left-02.wv │ ├── foley_foot_left-03.wv │ ├── foley_foot_left-04.wv │ ├── foley_foot_right-01.wv │ ├── foley_foot_right-02.wv │ ├── foley_foot_right-03.wv │ ├── foley_foot_right-04.wv │ ├── foley_land-01.wv │ ├── foley_land-02.wv │ ├── foley_land-03.wv │ ├── foley_land-04.wv │ ├── hook_attach-01.wv │ ├── hook_attach-02.wv │ ├── hook_attach-03.wv │ ├── hook_loop-01.wv │ ├── hook_loop-02.wv │ ├── hook_noattach-01.wv │ ├── hook_noattach-02.wv │ ├── hook_noattach-03.wv │ ├── music_menu.wv │ ├── sfx_ctf_cap_pl.wv │ ├── sfx_ctf_drop.wv │ ├── sfx_ctf_grab_en.wv │ ├── sfx_ctf_grab_pl.wv │ ├── sfx_ctf_rtn.wv │ ├── sfx_hit_strong-01.wv │ ├── sfx_hit_strong-02.wv │ ├── sfx_hit_weak-01.wv │ ├── sfx_hit_weak-02.wv │ ├── sfx_hit_weak-03.wv │ ├── sfx_msg-client.wv │ ├── sfx_msg-highlight.wv │ ├── sfx_msg-server.wv │ ├── sfx_pickup_arm-01.wv │ ├── sfx_pickup_arm-02.wv │ ├── sfx_pickup_arm-03.wv │ ├── sfx_pickup_arm-04.wv │ ├── sfx_pickup_gun.wv │ ├── sfx_pickup_hrt-01.wv │ ├── sfx_pickup_hrt-02.wv │ ├── sfx_pickup_launcher.wv │ ├── sfx_pickup_ninja.wv │ ├── sfx_pickup_sg.wv │ ├── sfx_skid-01.wv │ ├── sfx_skid-02.wv │ ├── sfx_skid-03.wv │ ├── sfx_skid-04.wv │ ├── sfx_spawn_wpn-01.wv │ ├── sfx_spawn_wpn-02.wv │ ├── sfx_spawn_wpn-03.wv │ ├── vo_teefault_cry-01.wv │ ├── vo_teefault_cry-02.wv │ ├── vo_teefault_ninja-01.wv │ ├── vo_teefault_ninja-02.wv │ ├── vo_teefault_ninja-03.wv │ ├── vo_teefault_ninja-04.wv │ ├── vo_teefault_pain_long-01.wv │ ├── vo_teefault_pain_long-02.wv │ ├── vo_teefault_pain_short-01.wv │ ├── vo_teefault_pain_short-02.wv │ ├── vo_teefault_pain_short-03.wv │ ├── vo_teefault_pain_short-04.wv │ ├── vo_teefault_pain_short-05.wv │ ├── vo_teefault_pain_short-06.wv │ ├── vo_teefault_pain_short-07.wv │ ├── vo_teefault_pain_short-08.wv │ ├── vo_teefault_pain_short-09.wv │ ├── vo_teefault_pain_short-10.wv │ ├── vo_teefault_pain_short-11.wv │ ├── vo_teefault_pain_short-12.wv │ ├── vo_teefault_sledge-01.wv │ ├── vo_teefault_sledge-02.wv │ ├── vo_teefault_sledge-03.wv │ ├── vo_teefault_spawn-01.wv │ ├── vo_teefault_spawn-02.wv │ ├── vo_teefault_spawn-03.wv │ ├── vo_teefault_spawn-04.wv │ ├── vo_teefault_spawn-05.wv │ ├── vo_teefault_spawn-06.wv │ ├── vo_teefault_spawn-07.wv │ ├── wp_flump_explo-01.wv │ ├── wp_flump_explo-02.wv │ ├── wp_flump_explo-03.wv │ ├── wp_flump_launch-01.wv │ ├── wp_flump_launch-02.wv │ ├── wp_flump_launch-03.wv │ ├── wp_gun_fire-01.wv │ ├── wp_gun_fire-02.wv │ ├── wp_gun_fire-03.wv │ ├── wp_hammer_hit-01.wv │ ├── wp_hammer_hit-02.wv │ ├── wp_hammer_hit-03.wv │ ├── wp_hammer_swing-01.wv │ ├── wp_hammer_swing-02.wv │ ├── wp_hammer_swing-03.wv │ ├── wp_ninja_attack-01.wv │ ├── wp_ninja_attack-02.wv │ ├── wp_ninja_attack-03.wv │ ├── wp_ninja_attack-04.wv │ ├── wp_ninja_hit-01.wv │ ├── wp_ninja_hit-02.wv │ ├── wp_ninja_hit-03.wv │ ├── wp_ninja_hit-04.wv │ ├── wp_noammo-01.wv │ ├── wp_noammo-02.wv │ ├── wp_noammo-03.wv │ ├── wp_noammo-04.wv │ ├── wp_noammo-05.wv │ ├── wp_rifle_bnce-01.wv │ ├── wp_rifle_bnce-02.wv │ ├── wp_rifle_bnce-03.wv │ ├── wp_rifle_fire-01.wv │ ├── wp_rifle_fire-02.wv │ ├── wp_rifle_fire-03.wv │ ├── wp_shotty_fire-01.wv │ ├── wp_shotty_fire-02.wv │ ├── wp_shotty_fire-03.wv │ ├── wp_switch-01.wv │ ├── wp_switch-02.wv │ └── wp_switch-03.wv ├── blob.png ├── browse_icons.png ├── console.png ├── console_bar.png ├── countryflags │ ├── AD.png │ ├── AE.png │ ├── AF.png │ ├── AG.png │ ├── AI.png │ ├── AL.png │ ├── AM.png │ ├── AO.png │ ├── AR.png │ ├── AS.png │ ├── AT.png │ ├── AU.png │ ├── AW.png │ ├── AX.png │ ├── AZ.png │ ├── BA.png │ ├── BB.png │ ├── BD.png │ ├── BE.png │ ├── BF.png │ ├── BG.png │ ├── BH.png │ ├── BI.png │ ├── BJ.png │ ├── BL.png │ ├── BM.png │ ├── BN.png │ ├── BO.png │ ├── BR.png │ ├── BS.png │ ├── BT.png │ ├── BW.png │ ├── BY.png │ ├── BZ.png │ ├── CA.png │ ├── CC.png │ ├── CD.png │ ├── CF.png │ ├── CG.png │ ├── CH.png │ ├── CI.png │ ├── CK.png │ ├── CL.png │ ├── CM.png │ ├── CN.png │ ├── CO.png │ ├── CR.png │ ├── CU.png │ ├── CV.png │ ├── CW.png │ ├── CX.png │ ├── CY.png │ ├── CZ.png │ ├── DE.png │ ├── DJ.png │ ├── DK.png │ ├── DM.png │ ├── DO.png │ ├── DZ.png │ ├── EC.png │ ├── EE.png │ ├── EG.png │ ├── EH.png │ ├── ER.png │ ├── ES.png │ ├── ET.png │ ├── FI.png │ ├── FJ.png │ ├── FK.png │ ├── FM.png │ ├── FO.png │ ├── FR.png │ ├── GA.png │ ├── GB.png │ ├── GD.png │ ├── GE.png │ ├── GF.png │ ├── GG.png │ ├── GH.png │ ├── GI.png │ ├── GL.png │ ├── GM.png │ ├── GN.png │ ├── GP.png │ ├── GQ.png │ ├── GR.png │ ├── GS.png │ ├── GT.png │ ├── GU.png │ ├── GW.png │ ├── GY.png │ ├── HK.png │ ├── HN.png │ ├── HR.png │ ├── HT.png │ ├── HU.png │ ├── ID.png │ ├── IE.png │ ├── IL.png │ ├── IM.png │ ├── IN.png │ ├── IO.png │ ├── IQ.png │ ├── IR.png │ ├── IS.png │ ├── IT.png │ ├── JE.png │ ├── JM.png │ ├── JO.png │ ├── JP.png │ ├── KE.png │ ├── KG.png │ ├── KH.png │ ├── KI.png │ ├── KM.png │ ├── KN.png │ ├── KP.png │ ├── KR.png │ ├── KW.png │ ├── KY.png │ ├── KZ.png │ ├── LA.png │ ├── LB.png │ ├── LC.png │ ├── LI.png │ ├── LK.png │ ├── LR.png │ ├── LS.png │ ├── LT.png │ ├── LU.png │ ├── LV.png │ ├── LY.png │ ├── MA.png │ ├── MC.png │ ├── MD.png │ ├── ME.png │ ├── MF.png │ ├── MG.png │ ├── MH.png │ ├── MK.png │ ├── ML.png │ ├── MM.png │ ├── MN.png │ ├── MO.png │ ├── MP.png │ ├── MQ.png │ ├── MR.png │ ├── MS.png │ ├── MT.png │ ├── MU.png │ ├── MV.png │ ├── MW.png │ ├── MX.png │ ├── MY.png │ ├── MZ.png │ ├── NA.png │ ├── NC.png │ ├── NE.png │ ├── NF.png │ ├── NG.png │ ├── NI.png │ ├── NL.png │ ├── NO.png │ ├── NP.png │ ├── NR.png │ ├── NU.png │ ├── NZ.png │ ├── OM.png │ ├── PA.png │ ├── PE.png │ ├── PF.png │ ├── PG.png │ ├── PH.png │ ├── PK.png │ ├── PL.png │ ├── PM.png │ ├── PN.png │ ├── PR.png │ ├── PT.png │ ├── PW.png │ ├── PY.png │ ├── QA.png │ ├── RE.png │ ├── RO.png │ ├── RS.png │ ├── RU.png │ ├── RW.png │ ├── SA.png │ ├── SB.png │ ├── SC.png │ ├── SD.png │ ├── SE.png │ ├── SG.png │ ├── SH.png │ ├── SI.png │ ├── SK.png │ ├── SL.png │ ├── SM.png │ ├── SN.png │ ├── SO.png │ ├── SR.png │ ├── SS.png │ ├── ST.png │ ├── SV.png │ ├── SX.png │ ├── SY.png │ ├── SZ.png │ ├── TC.png │ ├── TD.png │ ├── TF.png │ ├── TG.png │ ├── TH.png │ ├── TJ.png │ ├── TK.png │ ├── TL.png │ ├── TM.png │ ├── TN.png │ ├── TO.png │ ├── TR.png │ ├── TT.png │ ├── TV.png │ ├── TW.png │ ├── TZ.png │ ├── UA.png │ ├── UG.png │ ├── US.png │ ├── UY.png │ ├── UZ.png │ ├── VA.png │ ├── VC.png │ ├── VE.png │ ├── VG.png │ ├── VI.png │ ├── VN.png │ ├── VU.png │ ├── WF.png │ ├── WS.png │ ├── XEN.png │ ├── XNI.png │ ├── XSC.png │ ├── XWA.png │ ├── YE.png │ ├── ZA.png │ ├── ZM.png │ ├── ZW.png │ ├── default.png │ └── index.txt ├── debug_font.png ├── demo_buttons.png ├── editor │ ├── background.png │ ├── checker.png │ ├── cursor.png │ ├── desert_main.rules │ ├── entities.png │ ├── grass_main.rules │ ├── jungle_main.rules │ └── winter_main.rules ├── emoticons.png ├── file_icons.png ├── fonts │ ├── DejaVuSans.ttf │ ├── LICENSE │ └── VERSION ├── game.png ├── gui_buttons.png ├── gui_cursor.png ├── gui_icons.png ├── gui_logo.png ├── languages │ ├── belarusian.txt │ ├── bosnian.txt │ ├── brazilian_portuguese.txt │ ├── bulgarian.txt │ ├── chuvash.txt │ ├── czech.txt │ ├── danish.txt │ ├── dutch.txt │ ├── finnish.txt │ ├── french.txt │ ├── german.txt │ ├── hungarian.txt │ ├── index.txt │ ├── italian.txt │ ├── kyrgyz.txt │ ├── norwegian.txt │ ├── polish.txt │ ├── portuguese.txt │ ├── romanian.txt │ ├── russian.txt │ ├── sakha.txt │ ├── serbian.txt │ ├── slovak.txt │ ├── spanish.txt │ ├── swedish.txt │ ├── turkish.txt │ └── ukrainian.txt ├── mapres │ ├── bg_cloud1.png │ ├── bg_cloud2.png │ ├── bg_cloud3.png │ ├── desert_doodads.png │ ├── desert_main.png │ ├── desert_mountains.png │ ├── desert_mountains2.png │ ├── desert_sun.png │ ├── generic_deathtiles.png │ ├── generic_unhookable.png │ ├── grass_doodads.png │ ├── grass_main.png │ ├── jungle_background.png │ ├── jungle_deathtiles.png │ ├── jungle_doodads.png │ ├── jungle_main.png │ ├── jungle_midground.png │ ├── jungle_unhookables.png │ ├── moon.png │ ├── mountains.png │ ├── snow.png │ ├── stars.png │ ├── sun.png │ ├── winter_doodads.png │ ├── winter_main.png │ ├── winter_mountains.png │ ├── winter_mountains2.png │ └── winter_mountains3.png ├── maps │ ├── ctf1.map │ ├── ctf2.map │ ├── ctf3.map │ ├── ctf4.map │ ├── ctf5.map │ ├── ctf6.map │ ├── ctf7.map │ ├── dm1.map │ ├── dm2.map │ ├── dm6.map │ ├── dm7.map │ ├── dm8.map │ └── dm9.map ├── particles.png └── skins │ ├── bluekitty.png │ ├── bluestripe.png │ ├── brownbear.png │ ├── cammo.png │ ├── cammostripes.png │ ├── coala.png │ ├── default.png │ ├── limekitty.png │ ├── pinky.png │ ├── redbopp.png │ ├── redstripe.png │ ├── saddo.png │ ├── toptri.png │ ├── twinbop.png │ ├── twintri.png │ ├── warpaint.png │ └── x_ninja.png ├── datasrc ├── compile.py ├── content.py ├── datatypes.py └── network.py ├── docs ├── conf │ ├── Data │ │ ├── ClassHierarchy.nd │ │ ├── ConfigFileInfo.nd │ │ ├── FileInfo.nd │ │ ├── ImageFileInfo.nd │ │ ├── ImageReferenceTable.nd │ │ ├── IndexInfo.nd │ │ ├── PreviousMenuState.nd │ │ ├── PreviousSettings.nd │ │ └── SymbolTable.nd │ ├── Languages.txt │ ├── Menu.txt │ └── Topics.txt └── tool │ ├── Config │ ├── Languages.txt │ └── Topics.txt │ ├── Help │ ├── customizinglanguages.html │ ├── customizingtopics.html │ ├── documenting.html │ ├── documenting │ │ ├── reference.html │ │ └── walkthrough.html │ ├── example │ │ ├── Default.css │ │ └── NaturalDocs.js │ ├── examples.css │ ├── images │ │ ├── header │ │ │ ├── background.png │ │ │ ├── leftside.png │ │ │ ├── logo.png │ │ │ ├── overbody.png │ │ │ ├── overbodybg.png │ │ │ ├── overleftmargin.png │ │ │ ├── overmenu.png │ │ │ ├── overmenubg.png │ │ │ └── rightside.png │ │ ├── logo.gif │ │ └── menu │ │ │ ├── about.png │ │ │ ├── background.png │ │ │ ├── bottomleft.png │ │ │ ├── bottomright.png │ │ │ ├── community.png │ │ │ ├── customizing.png │ │ │ └── using.png │ ├── index.html │ ├── javascript │ │ ├── BrowserStyles.js │ │ └── PNGHandling.js │ ├── keywords.html │ ├── languages.html │ ├── menu.html │ ├── output.html │ ├── running.html │ ├── styles.css │ ├── styles.html │ └── troubleshooting.html │ ├── Info │ ├── CSSGuide.txt │ ├── File Parsing.txt │ ├── HTMLTestCases.pm │ ├── Languages.txt │ ├── NDMarkup.txt │ ├── Symbol Management.txt │ └── images │ │ └── Logo.png │ ├── JavaScript │ └── NaturalDocs.js │ ├── License-GPL.txt │ ├── Modules │ └── NaturalDocs │ │ ├── BinaryFile.pm │ │ ├── Builder.pm │ │ ├── Builder │ │ ├── Base.pm │ │ ├── FramedHTML.pm │ │ ├── HTML.pm │ │ └── HTMLBase.pm │ │ ├── ClassHierarchy.pm │ │ ├── ClassHierarchy │ │ ├── Class.pm │ │ └── File.pm │ │ ├── ConfigFile.pm │ │ ├── Constants.pm │ │ ├── DefineMembers.pm │ │ ├── Error.pm │ │ ├── File.pm │ │ ├── ImageReferenceTable.pm │ │ ├── ImageReferenceTable │ │ ├── Reference.pm │ │ └── String.pm │ │ ├── Languages.pm │ │ ├── Languages │ │ ├── ActionScript.pm │ │ ├── Ada.pm │ │ ├── Advanced.pm │ │ ├── Advanced │ │ │ ├── Scope.pm │ │ │ └── ScopeChange.pm │ │ ├── Base.pm │ │ ├── CSharp.pm │ │ ├── PLSQL.pm │ │ ├── Pascal.pm │ │ ├── Perl.pm │ │ ├── Prototype.pm │ │ ├── Prototype │ │ │ └── Parameter.pm │ │ ├── Simple.pm │ │ └── Tcl.pm │ │ ├── Menu.pm │ │ ├── Menu │ │ └── Entry.pm │ │ ├── NDMarkup.pm │ │ ├── Parser.pm │ │ ├── Parser │ │ ├── JavaDoc.pm │ │ ├── Native.pm │ │ └── ParsedTopic.pm │ │ ├── Project.pm │ │ ├── Project │ │ ├── ImageFile.pm │ │ └── SourceFile.pm │ │ ├── ReferenceString.pm │ │ ├── Settings.pm │ │ ├── Settings │ │ └── BuildTarget.pm │ │ ├── SourceDB.pm │ │ ├── SourceDB │ │ ├── Extension.pm │ │ ├── File.pm │ │ ├── Item.pm │ │ ├── ItemDefinition.pm │ │ └── WatchedFileDefinitions.pm │ │ ├── StatusMessage.pm │ │ ├── SymbolString.pm │ │ ├── SymbolTable.pm │ │ ├── SymbolTable │ │ ├── File.pm │ │ ├── IndexElement.pm │ │ ├── Reference.pm │ │ ├── ReferenceTarget.pm │ │ ├── Symbol.pm │ │ └── SymbolDefinition.pm │ │ ├── Topics.pm │ │ ├── Topics │ │ └── Type.pm │ │ └── Version.pm │ ├── NaturalDocs │ ├── NaturalDocs.bat │ └── Styles │ ├── Default.css │ ├── Roman.css │ └── Small.css ├── license.txt ├── objs └── createdir.txt ├── other ├── config_directory.bat ├── freetype │ ├── VERSION │ ├── freetype.lua │ ├── include │ │ ├── config │ │ │ ├── ftconfig.h │ │ │ ├── ftheader.h │ │ │ ├── ftmodule.h │ │ │ ├── ftoption.h │ │ │ └── ftstdlib.h │ │ ├── freetype.h │ │ ├── ft2build.h │ │ ├── ftadvanc.h │ │ ├── ftautoh.h │ │ ├── ftbbox.h │ │ ├── ftbdf.h │ │ ├── ftbitmap.h │ │ ├── ftbzip2.h │ │ ├── ftcache.h │ │ ├── ftcffdrv.h │ │ ├── ftchapters.h │ │ ├── ftcid.h │ │ ├── fterrdef.h │ │ ├── fterrors.h │ │ ├── ftfntfmt.h │ │ ├── ftgasp.h │ │ ├── ftglyph.h │ │ ├── ftgxval.h │ │ ├── ftgzip.h │ │ ├── ftimage.h │ │ ├── ftincrem.h │ │ ├── ftlcdfil.h │ │ ├── ftlist.h │ │ ├── ftlzw.h │ │ ├── ftmac.h │ │ ├── ftmm.h │ │ ├── ftmodapi.h │ │ ├── ftmoderr.h │ │ ├── ftotval.h │ │ ├── ftoutln.h │ │ ├── ftpfr.h │ │ ├── ftrender.h │ │ ├── ftsizes.h │ │ ├── ftsnames.h │ │ ├── ftstroke.h │ │ ├── ftsynth.h │ │ ├── ftsystem.h │ │ ├── fttrigon.h │ │ ├── ftttdrv.h │ │ ├── fttypes.h │ │ ├── ftwinfnt.h │ │ ├── internal │ │ │ ├── autohint.h │ │ │ ├── ftcalc.h │ │ │ ├── ftdebug.h │ │ │ ├── ftdriver.h │ │ │ ├── ftgloadr.h │ │ │ ├── ftmemory.h │ │ │ ├── ftobjs.h │ │ │ ├── ftpic.h │ │ │ ├── ftrfork.h │ │ │ ├── ftserv.h │ │ │ ├── ftstream.h │ │ │ ├── fttrace.h │ │ │ ├── ftvalid.h │ │ │ ├── internal.h │ │ │ ├── psaux.h │ │ │ ├── pshints.h │ │ │ ├── services │ │ │ │ ├── svbdf.h │ │ │ │ ├── svcid.h │ │ │ │ ├── svfntfmt.h │ │ │ │ ├── svgldict.h │ │ │ │ ├── svgxval.h │ │ │ │ ├── svkern.h │ │ │ │ ├── svmm.h │ │ │ │ ├── svotval.h │ │ │ │ ├── svpfr.h │ │ │ │ ├── svpostnm.h │ │ │ │ ├── svprop.h │ │ │ │ ├── svpscmap.h │ │ │ │ ├── svpsinfo.h │ │ │ │ ├── svsfnt.h │ │ │ │ ├── svttcmap.h │ │ │ │ ├── svtteng.h │ │ │ │ ├── svttglyf.h │ │ │ │ └── svwinfnt.h │ │ │ ├── sfnt.h │ │ │ ├── t1types.h │ │ │ └── tttypes.h │ │ ├── t1tables.h │ │ ├── ttnameid.h │ │ ├── tttables.h │ │ ├── tttags.h │ │ └── ttunpat.h │ ├── lib32 │ │ ├── freetype.dll │ │ └── freetype.lib │ └── lib64 │ │ ├── freetype.dll │ │ └── freetype.lib ├── icons │ ├── Teeworlds.icns │ ├── Teeworlds.ico │ ├── Teeworlds_srv.icns │ ├── Teeworlds_srv.ico │ ├── teeworlds_cl.rc │ ├── teeworlds_gcc.rc │ ├── teeworlds_srv_cl.rc │ └── teeworlds_srv_gcc.rc └── sdl │ ├── README-SDL.txt │ ├── VERSION │ ├── include │ ├── SDL.h │ ├── SDL_active.h │ ├── SDL_audio.h │ ├── SDL_byteorder.h │ ├── SDL_cdrom.h │ ├── SDL_config.h │ ├── SDL_config_dreamcast.h │ ├── SDL_config_macos.h │ ├── SDL_config_macosx.h │ ├── SDL_config_minimal.h │ ├── SDL_config_nds.h │ ├── SDL_config_os2.h │ ├── SDL_config_symbian.h │ ├── SDL_config_win32.h │ ├── SDL_copying.h │ ├── SDL_cpuinfo.h │ ├── SDL_endian.h │ ├── SDL_error.h │ ├── SDL_events.h │ ├── SDL_getenv.h │ ├── SDL_joystick.h │ ├── SDL_keyboard.h │ ├── SDL_keysym.h │ ├── SDL_loadso.h │ ├── SDL_main.h │ ├── SDL_mouse.h │ ├── SDL_mutex.h │ ├── SDL_name.h │ ├── SDL_opengl.h │ ├── SDL_platform.h │ ├── SDL_quit.h │ ├── SDL_rwops.h │ ├── SDL_stdinc.h │ ├── SDL_syswm.h │ ├── SDL_thread.h │ ├── SDL_timer.h │ ├── SDL_types.h │ ├── SDL_version.h │ ├── SDL_video.h │ ├── begin_code.h │ └── close_code.h │ ├── lib32 │ ├── SDL.dll │ ├── SDL.lib │ └── SDLmain.lib │ ├── lib64 │ ├── SDL.dll │ ├── SDL.lib │ └── SDLmain.lib │ ├── sdl.lua │ └── sdlnotes.txt ├── scripts ├── SDL_keysym.h ├── build.py ├── check_header_guards.py ├── cmd5.py ├── compiler.py ├── copyright.py ├── count_source.sh ├── dat2c.py ├── font_converter.py ├── font_installer.sh ├── gen_keys.py ├── linecount.sh ├── make_docs.sh ├── make_release.py ├── make_src.py ├── mass_server.py ├── netobj.py ├── nicks.txt ├── png.py ├── process_blame.py ├── refactor_count.py ├── tw_api.py └── update_localization.py ├── src ├── base │ ├── detect.h │ ├── math.h │ ├── system.c │ ├── system.h │ ├── tl │ │ ├── algorithm.h │ │ ├── allocator.h │ │ ├── array.h │ │ ├── base.h │ │ ├── range.h │ │ ├── sorted_array.h │ │ ├── string.h │ │ └── threading.h │ └── vmath.h ├── engine │ ├── client.h │ ├── client │ │ ├── backend_sdl.cpp │ │ ├── backend_sdl.h │ │ ├── client.cpp │ │ ├── client.h │ │ ├── friends.cpp │ │ ├── friends.h │ │ ├── graphics.cpp │ │ ├── graphics.h │ │ ├── graphics_threaded.cpp │ │ ├── graphics_threaded.h │ │ ├── input.cpp │ │ ├── input.h │ │ ├── keynames.h │ │ ├── serverbrowser.cpp │ │ ├── serverbrowser.h │ │ ├── sound.cpp │ │ ├── sound.h │ │ └── text.cpp │ ├── config.h │ ├── console.h │ ├── demo.h │ ├── docs │ │ ├── client_time.txt │ │ ├── prediction.txt │ │ ├── server_op.txt │ │ └── snapshots.txt │ ├── editor.h │ ├── engine.h │ ├── external │ │ ├── important.txt │ │ ├── pnglite │ │ │ ├── VERSION │ │ │ ├── pnglite.c │ │ │ └── pnglite.h │ │ ├── wavpack │ │ │ ├── VERSION │ │ │ ├── arm.S │ │ │ ├── arml.S │ │ │ ├── bits.c │ │ │ ├── coldfire.S │ │ │ ├── float.c │ │ │ ├── license.txt │ │ │ ├── metadata.c │ │ │ ├── readme.txt │ │ │ ├── unpack.c │ │ │ ├── wavpack.h │ │ │ ├── words.c │ │ │ ├── wputils.c │ │ │ └── wvfilter.c.no_compile │ │ └── zlib │ │ │ ├── VERSION │ │ │ ├── adler32.c │ │ │ ├── compress.c │ │ │ ├── crc32.c │ │ │ ├── crc32.h │ │ │ ├── deflate.c │ │ │ ├── deflate.h │ │ │ ├── gzguts.h │ │ │ ├── infback.c │ │ │ ├── inffast.c │ │ │ ├── inffast.h │ │ │ ├── inffixed.h │ │ │ ├── inflate.c │ │ │ ├── inflate.h │ │ │ ├── inftrees.c │ │ │ ├── inftrees.h │ │ │ ├── trees.c │ │ │ ├── trees.h │ │ │ ├── uncompr.c │ │ │ ├── zconf.h │ │ │ ├── zlib.h │ │ │ ├── zutil.c │ │ │ └── zutil.h │ ├── friends.h │ ├── graphics.h │ ├── input.h │ ├── kernel.h │ ├── keys.h │ ├── map.h │ ├── masterserver.h │ ├── message.h │ ├── server.h │ ├── server │ │ ├── register.cpp │ │ ├── register.h │ │ ├── server.cpp │ │ └── server.h │ ├── serverbrowser.h │ ├── shared │ │ ├── compression.cpp │ │ ├── compression.h │ │ ├── config.cpp │ │ ├── config.h │ │ ├── config_variables.h │ │ ├── console.cpp │ │ ├── console.h │ │ ├── datafile.cpp │ │ ├── datafile.h │ │ ├── demo.cpp │ │ ├── demo.h │ │ ├── econ.cpp │ │ ├── econ.h │ │ ├── engine.cpp │ │ ├── filecollection.cpp │ │ ├── filecollection.h │ │ ├── huffman.cpp │ │ ├── huffman.h │ │ ├── jobs.cpp │ │ ├── jobs.h │ │ ├── kernel.cpp │ │ ├── linereader.cpp │ │ ├── linereader.h │ │ ├── map.cpp │ │ ├── mapchecker.cpp │ │ ├── mapchecker.h │ │ ├── masterserver.cpp │ │ ├── memheap.cpp │ │ ├── memheap.h │ │ ├── message.h │ │ ├── netban.cpp │ │ ├── netban.h │ │ ├── network.cpp │ │ ├── network.h │ │ ├── network_client.cpp │ │ ├── network_conn.cpp │ │ ├── network_console.cpp │ │ ├── network_console_conn.cpp │ │ ├── network_server.cpp │ │ ├── packer.cpp │ │ ├── packer.h │ │ ├── protocol.h │ │ ├── ringbuffer.cpp │ │ ├── ringbuffer.h │ │ ├── snapshot.cpp │ │ ├── snapshot.h │ │ └── storage.cpp │ ├── sound.h │ ├── storage.h │ └── textrender.h ├── game │ ├── client │ │ ├── animstate.cpp │ │ ├── animstate.h │ │ ├── component.h │ │ ├── components │ │ │ ├── binds.cpp │ │ │ ├── binds.h │ │ │ ├── broadcast.cpp │ │ │ ├── broadcast.h │ │ │ ├── camera.cpp │ │ │ ├── camera.h │ │ │ ├── chat.cpp │ │ │ ├── chat.h │ │ │ ├── console.cpp │ │ │ ├── console.h │ │ │ ├── controls.cpp │ │ │ ├── controls.h │ │ │ ├── countryflags.cpp │ │ │ ├── countryflags.h │ │ │ ├── damageind.cpp │ │ │ ├── damageind.h │ │ │ ├── debughud.cpp │ │ │ ├── debughud.h │ │ │ ├── effects.cpp │ │ │ ├── effects.h │ │ │ ├── emoticon.cpp │ │ │ ├── emoticon.h │ │ │ ├── flow.cpp │ │ │ ├── flow.h │ │ │ ├── hud.cpp │ │ │ ├── hud.h │ │ │ ├── items.cpp │ │ │ ├── items.h │ │ │ ├── killmessages.cpp │ │ │ ├── killmessages.h │ │ │ ├── mapimages.cpp │ │ │ ├── mapimages.h │ │ │ ├── maplayers.cpp │ │ │ ├── maplayers.h │ │ │ ├── menus.cpp │ │ │ ├── menus.h │ │ │ ├── menus_browser.cpp │ │ │ ├── menus_demo.cpp │ │ │ ├── menus_ingame.cpp │ │ │ ├── menus_settings.cpp │ │ │ ├── motd.cpp │ │ │ ├── motd.h │ │ │ ├── nameplates.cpp │ │ │ ├── nameplates.h │ │ │ ├── particles.cpp │ │ │ ├── particles.h │ │ │ ├── players.cpp │ │ │ ├── players.h │ │ │ ├── scoreboard.cpp │ │ │ ├── scoreboard.h │ │ │ ├── skins.cpp │ │ │ ├── skins.h │ │ │ ├── sounds.cpp │ │ │ ├── sounds.h │ │ │ ├── spectator.cpp │ │ │ ├── spectator.h │ │ │ ├── voting.cpp │ │ │ └── voting.h │ │ ├── gameclient.cpp │ │ ├── gameclient.h │ │ ├── lineinput.cpp │ │ ├── lineinput.h │ │ ├── render.cpp │ │ ├── render.h │ │ ├── render_map.cpp │ │ ├── ui.cpp │ │ └── ui.h │ ├── collision.cpp │ ├── collision.h │ ├── editor │ │ ├── auto_map.cpp │ │ ├── auto_map.h │ │ ├── editor.cpp │ │ ├── editor.h │ │ ├── io.cpp │ │ ├── layer_game.cpp │ │ ├── layer_quads.cpp │ │ ├── layer_tiles.cpp │ │ └── popups.cpp │ ├── gamecore.cpp │ ├── gamecore.h │ ├── generated │ │ └── createdir.txt │ ├── layers.cpp │ ├── layers.h │ ├── localization.cpp │ ├── localization.h │ ├── mapitems.h │ ├── server │ │ ├── entities │ │ │ ├── character.cpp │ │ │ ├── character.h │ │ │ ├── flag.cpp │ │ │ ├── flag.h │ │ │ ├── laser.cpp │ │ │ ├── laser.h │ │ │ ├── pickup.cpp │ │ │ ├── pickup.h │ │ │ ├── projectile.cpp │ │ │ └── projectile.h │ │ ├── entity.cpp │ │ ├── entity.h │ │ ├── eventhandler.cpp │ │ ├── eventhandler.h │ │ ├── gamecontext.cpp │ │ ├── gamecontext.h │ │ ├── gamecontroller.cpp │ │ ├── gamecontroller.h │ │ ├── gamemodes │ │ │ ├── ctf.cpp │ │ │ ├── ctf.h │ │ │ ├── dm.cpp │ │ │ ├── dm.h │ │ │ ├── mod.cpp │ │ │ ├── mod.h │ │ │ ├── tdm.cpp │ │ │ └── tdm.h │ │ ├── gameworld.cpp │ │ ├── gameworld.h │ │ ├── player.cpp │ │ └── player.h │ ├── tuning.h │ ├── variables.h │ ├── version.h │ └── voting.h ├── mastersrv │ ├── mastersrv.cpp │ └── mastersrv.h ├── osxlaunch │ ├── client.h │ ├── client.m │ └── server.m ├── tools │ ├── crapnet.cpp │ ├── dilate.cpp │ ├── fake_server.cpp │ ├── map_resave.cpp │ ├── map_version.cpp │ ├── packetgen.cpp │ ├── tileset_borderadd.cpp │ ├── tileset_borderfix.cpp │ ├── tileset_borderrem.cpp │ └── tileset_borderset.cpp └── versionsrv │ ├── mapversions.h │ ├── versionsrv.cpp │ └── versionsrv.h └── storage.cfg /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/README.md -------------------------------------------------------------------------------- /bam.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/bam.lua -------------------------------------------------------------------------------- /configure.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/configure.lua -------------------------------------------------------------------------------- /data/audio/foley_body_impact-01.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/foley_body_impact-01.wv -------------------------------------------------------------------------------- /data/audio/foley_body_impact-02.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/foley_body_impact-02.wv -------------------------------------------------------------------------------- /data/audio/foley_body_impact-03.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/foley_body_impact-03.wv -------------------------------------------------------------------------------- /data/audio/foley_body_splat-01.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/foley_body_splat-01.wv -------------------------------------------------------------------------------- /data/audio/foley_body_splat-02.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/foley_body_splat-02.wv -------------------------------------------------------------------------------- /data/audio/foley_body_splat-03.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/foley_body_splat-03.wv -------------------------------------------------------------------------------- /data/audio/foley_body_splat-04.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/foley_body_splat-04.wv -------------------------------------------------------------------------------- /data/audio/foley_dbljump-01.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/foley_dbljump-01.wv -------------------------------------------------------------------------------- /data/audio/foley_dbljump-02.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/foley_dbljump-02.wv -------------------------------------------------------------------------------- /data/audio/foley_dbljump-03.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/foley_dbljump-03.wv -------------------------------------------------------------------------------- /data/audio/foley_foot_left-01.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/foley_foot_left-01.wv -------------------------------------------------------------------------------- /data/audio/foley_foot_left-02.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/foley_foot_left-02.wv -------------------------------------------------------------------------------- /data/audio/foley_foot_left-03.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/foley_foot_left-03.wv -------------------------------------------------------------------------------- /data/audio/foley_foot_left-04.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/foley_foot_left-04.wv -------------------------------------------------------------------------------- /data/audio/foley_foot_right-01.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/foley_foot_right-01.wv -------------------------------------------------------------------------------- /data/audio/foley_foot_right-02.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/foley_foot_right-02.wv -------------------------------------------------------------------------------- /data/audio/foley_foot_right-03.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/foley_foot_right-03.wv -------------------------------------------------------------------------------- /data/audio/foley_foot_right-04.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/foley_foot_right-04.wv -------------------------------------------------------------------------------- /data/audio/foley_land-01.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/foley_land-01.wv -------------------------------------------------------------------------------- /data/audio/foley_land-02.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/foley_land-02.wv -------------------------------------------------------------------------------- /data/audio/foley_land-03.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/foley_land-03.wv -------------------------------------------------------------------------------- /data/audio/foley_land-04.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/foley_land-04.wv -------------------------------------------------------------------------------- /data/audio/hook_attach-01.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/hook_attach-01.wv -------------------------------------------------------------------------------- /data/audio/hook_attach-02.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/hook_attach-02.wv -------------------------------------------------------------------------------- /data/audio/hook_attach-03.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/hook_attach-03.wv -------------------------------------------------------------------------------- /data/audio/hook_loop-01.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/hook_loop-01.wv -------------------------------------------------------------------------------- /data/audio/hook_loop-02.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/hook_loop-02.wv -------------------------------------------------------------------------------- /data/audio/hook_noattach-01.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/hook_noattach-01.wv -------------------------------------------------------------------------------- /data/audio/hook_noattach-02.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/hook_noattach-02.wv -------------------------------------------------------------------------------- /data/audio/hook_noattach-03.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/hook_noattach-03.wv -------------------------------------------------------------------------------- /data/audio/music_menu.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/music_menu.wv -------------------------------------------------------------------------------- /data/audio/sfx_ctf_cap_pl.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/sfx_ctf_cap_pl.wv -------------------------------------------------------------------------------- /data/audio/sfx_ctf_drop.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/sfx_ctf_drop.wv -------------------------------------------------------------------------------- /data/audio/sfx_ctf_grab_en.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/sfx_ctf_grab_en.wv -------------------------------------------------------------------------------- /data/audio/sfx_ctf_grab_pl.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/sfx_ctf_grab_pl.wv -------------------------------------------------------------------------------- /data/audio/sfx_ctf_rtn.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/sfx_ctf_rtn.wv -------------------------------------------------------------------------------- /data/audio/sfx_hit_strong-01.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/sfx_hit_strong-01.wv -------------------------------------------------------------------------------- /data/audio/sfx_hit_strong-02.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/sfx_hit_strong-02.wv -------------------------------------------------------------------------------- /data/audio/sfx_hit_weak-01.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/sfx_hit_weak-01.wv -------------------------------------------------------------------------------- /data/audio/sfx_hit_weak-02.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/sfx_hit_weak-02.wv -------------------------------------------------------------------------------- /data/audio/sfx_hit_weak-03.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/sfx_hit_weak-03.wv -------------------------------------------------------------------------------- /data/audio/sfx_msg-client.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/sfx_msg-client.wv -------------------------------------------------------------------------------- /data/audio/sfx_msg-highlight.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/sfx_msg-highlight.wv -------------------------------------------------------------------------------- /data/audio/sfx_msg-server.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/sfx_msg-server.wv -------------------------------------------------------------------------------- /data/audio/sfx_pickup_arm-01.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/sfx_pickup_arm-01.wv -------------------------------------------------------------------------------- /data/audio/sfx_pickup_arm-02.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/sfx_pickup_arm-02.wv -------------------------------------------------------------------------------- /data/audio/sfx_pickup_arm-03.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/sfx_pickup_arm-03.wv -------------------------------------------------------------------------------- /data/audio/sfx_pickup_arm-04.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/sfx_pickup_arm-04.wv -------------------------------------------------------------------------------- /data/audio/sfx_pickup_gun.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/sfx_pickup_gun.wv -------------------------------------------------------------------------------- /data/audio/sfx_pickup_hrt-01.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/sfx_pickup_hrt-01.wv -------------------------------------------------------------------------------- /data/audio/sfx_pickup_hrt-02.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/sfx_pickup_hrt-02.wv -------------------------------------------------------------------------------- /data/audio/sfx_pickup_launcher.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/sfx_pickup_launcher.wv -------------------------------------------------------------------------------- /data/audio/sfx_pickup_ninja.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/sfx_pickup_ninja.wv -------------------------------------------------------------------------------- /data/audio/sfx_pickup_sg.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/sfx_pickup_sg.wv -------------------------------------------------------------------------------- /data/audio/sfx_skid-01.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/sfx_skid-01.wv -------------------------------------------------------------------------------- /data/audio/sfx_skid-02.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/sfx_skid-02.wv -------------------------------------------------------------------------------- /data/audio/sfx_skid-03.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/sfx_skid-03.wv -------------------------------------------------------------------------------- /data/audio/sfx_skid-04.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/sfx_skid-04.wv -------------------------------------------------------------------------------- /data/audio/sfx_spawn_wpn-01.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/sfx_spawn_wpn-01.wv -------------------------------------------------------------------------------- /data/audio/sfx_spawn_wpn-02.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/sfx_spawn_wpn-02.wv -------------------------------------------------------------------------------- /data/audio/sfx_spawn_wpn-03.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/sfx_spawn_wpn-03.wv -------------------------------------------------------------------------------- /data/audio/vo_teefault_cry-01.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/vo_teefault_cry-01.wv -------------------------------------------------------------------------------- /data/audio/vo_teefault_cry-02.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/vo_teefault_cry-02.wv -------------------------------------------------------------------------------- /data/audio/vo_teefault_ninja-01.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/vo_teefault_ninja-01.wv -------------------------------------------------------------------------------- /data/audio/vo_teefault_ninja-02.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/vo_teefault_ninja-02.wv -------------------------------------------------------------------------------- /data/audio/vo_teefault_ninja-03.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/vo_teefault_ninja-03.wv -------------------------------------------------------------------------------- /data/audio/vo_teefault_ninja-04.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/vo_teefault_ninja-04.wv -------------------------------------------------------------------------------- /data/audio/vo_teefault_sledge-01.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/vo_teefault_sledge-01.wv -------------------------------------------------------------------------------- /data/audio/vo_teefault_sledge-02.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/vo_teefault_sledge-02.wv -------------------------------------------------------------------------------- /data/audio/vo_teefault_sledge-03.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/vo_teefault_sledge-03.wv -------------------------------------------------------------------------------- /data/audio/vo_teefault_spawn-01.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/vo_teefault_spawn-01.wv -------------------------------------------------------------------------------- /data/audio/vo_teefault_spawn-02.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/vo_teefault_spawn-02.wv -------------------------------------------------------------------------------- /data/audio/vo_teefault_spawn-03.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/vo_teefault_spawn-03.wv -------------------------------------------------------------------------------- /data/audio/vo_teefault_spawn-04.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/vo_teefault_spawn-04.wv -------------------------------------------------------------------------------- /data/audio/vo_teefault_spawn-05.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/vo_teefault_spawn-05.wv -------------------------------------------------------------------------------- /data/audio/vo_teefault_spawn-06.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/vo_teefault_spawn-06.wv -------------------------------------------------------------------------------- /data/audio/vo_teefault_spawn-07.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/vo_teefault_spawn-07.wv -------------------------------------------------------------------------------- /data/audio/wp_flump_explo-01.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_flump_explo-01.wv -------------------------------------------------------------------------------- /data/audio/wp_flump_explo-02.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_flump_explo-02.wv -------------------------------------------------------------------------------- /data/audio/wp_flump_explo-03.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_flump_explo-03.wv -------------------------------------------------------------------------------- /data/audio/wp_flump_launch-01.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_flump_launch-01.wv -------------------------------------------------------------------------------- /data/audio/wp_flump_launch-02.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_flump_launch-02.wv -------------------------------------------------------------------------------- /data/audio/wp_flump_launch-03.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_flump_launch-03.wv -------------------------------------------------------------------------------- /data/audio/wp_gun_fire-01.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_gun_fire-01.wv -------------------------------------------------------------------------------- /data/audio/wp_gun_fire-02.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_gun_fire-02.wv -------------------------------------------------------------------------------- /data/audio/wp_gun_fire-03.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_gun_fire-03.wv -------------------------------------------------------------------------------- /data/audio/wp_hammer_hit-01.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_hammer_hit-01.wv -------------------------------------------------------------------------------- /data/audio/wp_hammer_hit-02.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_hammer_hit-02.wv -------------------------------------------------------------------------------- /data/audio/wp_hammer_hit-03.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_hammer_hit-03.wv -------------------------------------------------------------------------------- /data/audio/wp_hammer_swing-01.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_hammer_swing-01.wv -------------------------------------------------------------------------------- /data/audio/wp_hammer_swing-02.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_hammer_swing-02.wv -------------------------------------------------------------------------------- /data/audio/wp_hammer_swing-03.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_hammer_swing-03.wv -------------------------------------------------------------------------------- /data/audio/wp_ninja_attack-01.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_ninja_attack-01.wv -------------------------------------------------------------------------------- /data/audio/wp_ninja_attack-02.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_ninja_attack-02.wv -------------------------------------------------------------------------------- /data/audio/wp_ninja_attack-03.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_ninja_attack-03.wv -------------------------------------------------------------------------------- /data/audio/wp_ninja_attack-04.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_ninja_attack-04.wv -------------------------------------------------------------------------------- /data/audio/wp_ninja_hit-01.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_ninja_hit-01.wv -------------------------------------------------------------------------------- /data/audio/wp_ninja_hit-02.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_ninja_hit-02.wv -------------------------------------------------------------------------------- /data/audio/wp_ninja_hit-03.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_ninja_hit-03.wv -------------------------------------------------------------------------------- /data/audio/wp_ninja_hit-04.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_ninja_hit-04.wv -------------------------------------------------------------------------------- /data/audio/wp_noammo-01.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_noammo-01.wv -------------------------------------------------------------------------------- /data/audio/wp_noammo-02.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_noammo-02.wv -------------------------------------------------------------------------------- /data/audio/wp_noammo-03.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_noammo-03.wv -------------------------------------------------------------------------------- /data/audio/wp_noammo-04.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_noammo-04.wv -------------------------------------------------------------------------------- /data/audio/wp_noammo-05.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_noammo-05.wv -------------------------------------------------------------------------------- /data/audio/wp_rifle_bnce-01.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_rifle_bnce-01.wv -------------------------------------------------------------------------------- /data/audio/wp_rifle_bnce-02.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_rifle_bnce-02.wv -------------------------------------------------------------------------------- /data/audio/wp_rifle_bnce-03.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_rifle_bnce-03.wv -------------------------------------------------------------------------------- /data/audio/wp_rifle_fire-01.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_rifle_fire-01.wv -------------------------------------------------------------------------------- /data/audio/wp_rifle_fire-02.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_rifle_fire-02.wv -------------------------------------------------------------------------------- /data/audio/wp_rifle_fire-03.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_rifle_fire-03.wv -------------------------------------------------------------------------------- /data/audio/wp_shotty_fire-01.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_shotty_fire-01.wv -------------------------------------------------------------------------------- /data/audio/wp_shotty_fire-02.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_shotty_fire-02.wv -------------------------------------------------------------------------------- /data/audio/wp_shotty_fire-03.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_shotty_fire-03.wv -------------------------------------------------------------------------------- /data/audio/wp_switch-01.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_switch-01.wv -------------------------------------------------------------------------------- /data/audio/wp_switch-02.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_switch-02.wv -------------------------------------------------------------------------------- /data/audio/wp_switch-03.wv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/audio/wp_switch-03.wv -------------------------------------------------------------------------------- /data/blob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/blob.png -------------------------------------------------------------------------------- /data/browse_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/browse_icons.png -------------------------------------------------------------------------------- /data/console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/console.png -------------------------------------------------------------------------------- /data/console_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/console_bar.png -------------------------------------------------------------------------------- /data/countryflags/AD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/AD.png -------------------------------------------------------------------------------- /data/countryflags/AE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/AE.png -------------------------------------------------------------------------------- /data/countryflags/AF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/AF.png -------------------------------------------------------------------------------- /data/countryflags/AG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/AG.png -------------------------------------------------------------------------------- /data/countryflags/AI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/AI.png -------------------------------------------------------------------------------- /data/countryflags/AL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/AL.png -------------------------------------------------------------------------------- /data/countryflags/AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/AM.png -------------------------------------------------------------------------------- /data/countryflags/AO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/AO.png -------------------------------------------------------------------------------- /data/countryflags/AR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/AR.png -------------------------------------------------------------------------------- /data/countryflags/AS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/AS.png -------------------------------------------------------------------------------- /data/countryflags/AT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/AT.png -------------------------------------------------------------------------------- /data/countryflags/AU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/AU.png -------------------------------------------------------------------------------- /data/countryflags/AW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/AW.png -------------------------------------------------------------------------------- /data/countryflags/AX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/AX.png -------------------------------------------------------------------------------- /data/countryflags/AZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/AZ.png -------------------------------------------------------------------------------- /data/countryflags/BA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/BA.png -------------------------------------------------------------------------------- /data/countryflags/BB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/BB.png -------------------------------------------------------------------------------- /data/countryflags/BD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/BD.png -------------------------------------------------------------------------------- /data/countryflags/BE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/BE.png -------------------------------------------------------------------------------- /data/countryflags/BF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/BF.png -------------------------------------------------------------------------------- /data/countryflags/BG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/BG.png -------------------------------------------------------------------------------- /data/countryflags/BH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/BH.png -------------------------------------------------------------------------------- /data/countryflags/BI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/BI.png -------------------------------------------------------------------------------- /data/countryflags/BJ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/BJ.png -------------------------------------------------------------------------------- /data/countryflags/BL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/BL.png -------------------------------------------------------------------------------- /data/countryflags/BM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/BM.png -------------------------------------------------------------------------------- /data/countryflags/BN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/BN.png -------------------------------------------------------------------------------- /data/countryflags/BO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/BO.png -------------------------------------------------------------------------------- /data/countryflags/BR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/BR.png -------------------------------------------------------------------------------- /data/countryflags/BS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/BS.png -------------------------------------------------------------------------------- /data/countryflags/BT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/BT.png -------------------------------------------------------------------------------- /data/countryflags/BW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/BW.png -------------------------------------------------------------------------------- /data/countryflags/BY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/BY.png -------------------------------------------------------------------------------- /data/countryflags/BZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/BZ.png -------------------------------------------------------------------------------- /data/countryflags/CA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/CA.png -------------------------------------------------------------------------------- /data/countryflags/CC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/CC.png -------------------------------------------------------------------------------- /data/countryflags/CD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/CD.png -------------------------------------------------------------------------------- /data/countryflags/CF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/CF.png -------------------------------------------------------------------------------- /data/countryflags/CG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/CG.png -------------------------------------------------------------------------------- /data/countryflags/CH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/CH.png -------------------------------------------------------------------------------- /data/countryflags/CI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/CI.png -------------------------------------------------------------------------------- /data/countryflags/CK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/CK.png -------------------------------------------------------------------------------- /data/countryflags/CL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/CL.png -------------------------------------------------------------------------------- /data/countryflags/CM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/CM.png -------------------------------------------------------------------------------- /data/countryflags/CN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/CN.png -------------------------------------------------------------------------------- /data/countryflags/CO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/CO.png -------------------------------------------------------------------------------- /data/countryflags/CR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/CR.png -------------------------------------------------------------------------------- /data/countryflags/CU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/CU.png -------------------------------------------------------------------------------- /data/countryflags/CV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/CV.png -------------------------------------------------------------------------------- /data/countryflags/CW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/CW.png -------------------------------------------------------------------------------- /data/countryflags/CX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/CX.png -------------------------------------------------------------------------------- /data/countryflags/CY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/CY.png -------------------------------------------------------------------------------- /data/countryflags/CZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/CZ.png -------------------------------------------------------------------------------- /data/countryflags/DE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/DE.png -------------------------------------------------------------------------------- /data/countryflags/DJ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/DJ.png -------------------------------------------------------------------------------- /data/countryflags/DK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/DK.png -------------------------------------------------------------------------------- /data/countryflags/DM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/DM.png -------------------------------------------------------------------------------- /data/countryflags/DO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/DO.png -------------------------------------------------------------------------------- /data/countryflags/DZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/DZ.png -------------------------------------------------------------------------------- /data/countryflags/EC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/EC.png -------------------------------------------------------------------------------- /data/countryflags/EE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/EE.png -------------------------------------------------------------------------------- /data/countryflags/EG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/EG.png -------------------------------------------------------------------------------- /data/countryflags/EH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/EH.png -------------------------------------------------------------------------------- /data/countryflags/ER.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/ER.png -------------------------------------------------------------------------------- /data/countryflags/ES.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/ES.png -------------------------------------------------------------------------------- /data/countryflags/ET.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/ET.png -------------------------------------------------------------------------------- /data/countryflags/FI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/FI.png -------------------------------------------------------------------------------- /data/countryflags/FJ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/FJ.png -------------------------------------------------------------------------------- /data/countryflags/FK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/FK.png -------------------------------------------------------------------------------- /data/countryflags/FM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/FM.png -------------------------------------------------------------------------------- /data/countryflags/FO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/FO.png -------------------------------------------------------------------------------- /data/countryflags/FR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/FR.png -------------------------------------------------------------------------------- /data/countryflags/GA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/GA.png -------------------------------------------------------------------------------- /data/countryflags/GB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/GB.png -------------------------------------------------------------------------------- /data/countryflags/GD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/GD.png -------------------------------------------------------------------------------- /data/countryflags/GE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/GE.png -------------------------------------------------------------------------------- /data/countryflags/GF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/GF.png -------------------------------------------------------------------------------- /data/countryflags/GG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/GG.png -------------------------------------------------------------------------------- /data/countryflags/GH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/GH.png -------------------------------------------------------------------------------- /data/countryflags/GI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/GI.png -------------------------------------------------------------------------------- /data/countryflags/GL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/GL.png -------------------------------------------------------------------------------- /data/countryflags/GM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/GM.png -------------------------------------------------------------------------------- /data/countryflags/GN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/GN.png -------------------------------------------------------------------------------- /data/countryflags/GP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/GP.png -------------------------------------------------------------------------------- /data/countryflags/GQ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/GQ.png -------------------------------------------------------------------------------- /data/countryflags/GR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/GR.png -------------------------------------------------------------------------------- /data/countryflags/GS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/GS.png -------------------------------------------------------------------------------- /data/countryflags/GT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/GT.png -------------------------------------------------------------------------------- /data/countryflags/GU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/GU.png -------------------------------------------------------------------------------- /data/countryflags/GW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/GW.png -------------------------------------------------------------------------------- /data/countryflags/GY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/GY.png -------------------------------------------------------------------------------- /data/countryflags/HK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/HK.png -------------------------------------------------------------------------------- /data/countryflags/HN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/HN.png -------------------------------------------------------------------------------- /data/countryflags/HR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/HR.png -------------------------------------------------------------------------------- /data/countryflags/HT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/HT.png -------------------------------------------------------------------------------- /data/countryflags/HU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/HU.png -------------------------------------------------------------------------------- /data/countryflags/ID.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/ID.png -------------------------------------------------------------------------------- /data/countryflags/IE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/IE.png -------------------------------------------------------------------------------- /data/countryflags/IL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/IL.png -------------------------------------------------------------------------------- /data/countryflags/IM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/IM.png -------------------------------------------------------------------------------- /data/countryflags/IN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/IN.png -------------------------------------------------------------------------------- /data/countryflags/IO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/IO.png -------------------------------------------------------------------------------- /data/countryflags/IQ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/IQ.png -------------------------------------------------------------------------------- /data/countryflags/IR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/IR.png -------------------------------------------------------------------------------- /data/countryflags/IS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/IS.png -------------------------------------------------------------------------------- /data/countryflags/IT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/IT.png -------------------------------------------------------------------------------- /data/countryflags/JE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/JE.png -------------------------------------------------------------------------------- /data/countryflags/JM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/JM.png -------------------------------------------------------------------------------- /data/countryflags/JO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/JO.png -------------------------------------------------------------------------------- /data/countryflags/JP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/JP.png -------------------------------------------------------------------------------- /data/countryflags/KE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/KE.png -------------------------------------------------------------------------------- /data/countryflags/KG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/KG.png -------------------------------------------------------------------------------- /data/countryflags/KH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/KH.png -------------------------------------------------------------------------------- /data/countryflags/KI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/KI.png -------------------------------------------------------------------------------- /data/countryflags/KM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/KM.png -------------------------------------------------------------------------------- /data/countryflags/KN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/KN.png -------------------------------------------------------------------------------- /data/countryflags/KP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/KP.png -------------------------------------------------------------------------------- /data/countryflags/KR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/KR.png -------------------------------------------------------------------------------- /data/countryflags/KW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/KW.png -------------------------------------------------------------------------------- /data/countryflags/KY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/KY.png -------------------------------------------------------------------------------- /data/countryflags/KZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/KZ.png -------------------------------------------------------------------------------- /data/countryflags/LA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/LA.png -------------------------------------------------------------------------------- /data/countryflags/LB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/LB.png -------------------------------------------------------------------------------- /data/countryflags/LC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/LC.png -------------------------------------------------------------------------------- /data/countryflags/LI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/LI.png -------------------------------------------------------------------------------- /data/countryflags/LK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/LK.png -------------------------------------------------------------------------------- /data/countryflags/LR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/LR.png -------------------------------------------------------------------------------- /data/countryflags/LS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/LS.png -------------------------------------------------------------------------------- /data/countryflags/LT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/LT.png -------------------------------------------------------------------------------- /data/countryflags/LU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/LU.png -------------------------------------------------------------------------------- /data/countryflags/LV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/LV.png -------------------------------------------------------------------------------- /data/countryflags/LY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/LY.png -------------------------------------------------------------------------------- /data/countryflags/MA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/MA.png -------------------------------------------------------------------------------- /data/countryflags/MC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/MC.png -------------------------------------------------------------------------------- /data/countryflags/MD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/MD.png -------------------------------------------------------------------------------- /data/countryflags/ME.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/ME.png -------------------------------------------------------------------------------- /data/countryflags/MF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/MF.png -------------------------------------------------------------------------------- /data/countryflags/MG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/MG.png -------------------------------------------------------------------------------- /data/countryflags/MH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/MH.png -------------------------------------------------------------------------------- /data/countryflags/MK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/MK.png -------------------------------------------------------------------------------- /data/countryflags/ML.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/ML.png -------------------------------------------------------------------------------- /data/countryflags/MM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/MM.png -------------------------------------------------------------------------------- /data/countryflags/MN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/MN.png -------------------------------------------------------------------------------- /data/countryflags/MO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/MO.png -------------------------------------------------------------------------------- /data/countryflags/MP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/MP.png -------------------------------------------------------------------------------- /data/countryflags/MQ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/MQ.png -------------------------------------------------------------------------------- /data/countryflags/MR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/MR.png -------------------------------------------------------------------------------- /data/countryflags/MS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/MS.png -------------------------------------------------------------------------------- /data/countryflags/MT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/MT.png -------------------------------------------------------------------------------- /data/countryflags/MU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/MU.png -------------------------------------------------------------------------------- /data/countryflags/MV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/MV.png -------------------------------------------------------------------------------- /data/countryflags/MW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/MW.png -------------------------------------------------------------------------------- /data/countryflags/MX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/MX.png -------------------------------------------------------------------------------- /data/countryflags/MY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/MY.png -------------------------------------------------------------------------------- /data/countryflags/MZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/MZ.png -------------------------------------------------------------------------------- /data/countryflags/NA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/NA.png -------------------------------------------------------------------------------- /data/countryflags/NC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/NC.png -------------------------------------------------------------------------------- /data/countryflags/NE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/NE.png -------------------------------------------------------------------------------- /data/countryflags/NF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/NF.png -------------------------------------------------------------------------------- /data/countryflags/NG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/NG.png -------------------------------------------------------------------------------- /data/countryflags/NI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/NI.png -------------------------------------------------------------------------------- /data/countryflags/NL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/NL.png -------------------------------------------------------------------------------- /data/countryflags/NO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/NO.png -------------------------------------------------------------------------------- /data/countryflags/NP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/NP.png -------------------------------------------------------------------------------- /data/countryflags/NR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/NR.png -------------------------------------------------------------------------------- /data/countryflags/NU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/NU.png -------------------------------------------------------------------------------- /data/countryflags/NZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/NZ.png -------------------------------------------------------------------------------- /data/countryflags/OM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/OM.png -------------------------------------------------------------------------------- /data/countryflags/PA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/PA.png -------------------------------------------------------------------------------- /data/countryflags/PE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/PE.png -------------------------------------------------------------------------------- /data/countryflags/PF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/PF.png -------------------------------------------------------------------------------- /data/countryflags/PG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/PG.png -------------------------------------------------------------------------------- /data/countryflags/PH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/PH.png -------------------------------------------------------------------------------- /data/countryflags/PK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/PK.png -------------------------------------------------------------------------------- /data/countryflags/PL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/PL.png -------------------------------------------------------------------------------- /data/countryflags/PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/PM.png -------------------------------------------------------------------------------- /data/countryflags/PN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/PN.png -------------------------------------------------------------------------------- /data/countryflags/PR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/PR.png -------------------------------------------------------------------------------- /data/countryflags/PT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/PT.png -------------------------------------------------------------------------------- /data/countryflags/PW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/PW.png -------------------------------------------------------------------------------- /data/countryflags/PY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/PY.png -------------------------------------------------------------------------------- /data/countryflags/QA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/QA.png -------------------------------------------------------------------------------- /data/countryflags/RE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/RE.png -------------------------------------------------------------------------------- /data/countryflags/RO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/RO.png -------------------------------------------------------------------------------- /data/countryflags/RS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/RS.png -------------------------------------------------------------------------------- /data/countryflags/RU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/RU.png -------------------------------------------------------------------------------- /data/countryflags/RW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/RW.png -------------------------------------------------------------------------------- /data/countryflags/SA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/SA.png -------------------------------------------------------------------------------- /data/countryflags/SB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/SB.png -------------------------------------------------------------------------------- /data/countryflags/SC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/SC.png -------------------------------------------------------------------------------- /data/countryflags/SD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/SD.png -------------------------------------------------------------------------------- /data/countryflags/SE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/SE.png -------------------------------------------------------------------------------- /data/countryflags/SG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/SG.png -------------------------------------------------------------------------------- /data/countryflags/SH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/SH.png -------------------------------------------------------------------------------- /data/countryflags/SI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/SI.png -------------------------------------------------------------------------------- /data/countryflags/SK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/SK.png -------------------------------------------------------------------------------- /data/countryflags/SL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/SL.png -------------------------------------------------------------------------------- /data/countryflags/SM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/SM.png -------------------------------------------------------------------------------- /data/countryflags/SN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/SN.png -------------------------------------------------------------------------------- /data/countryflags/SO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/SO.png -------------------------------------------------------------------------------- /data/countryflags/SR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/SR.png -------------------------------------------------------------------------------- /data/countryflags/SS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/SS.png -------------------------------------------------------------------------------- /data/countryflags/ST.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/ST.png -------------------------------------------------------------------------------- /data/countryflags/SV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/SV.png -------------------------------------------------------------------------------- /data/countryflags/SX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/SX.png -------------------------------------------------------------------------------- /data/countryflags/SY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/SY.png -------------------------------------------------------------------------------- /data/countryflags/SZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/SZ.png -------------------------------------------------------------------------------- /data/countryflags/TC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/TC.png -------------------------------------------------------------------------------- /data/countryflags/TD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/TD.png -------------------------------------------------------------------------------- /data/countryflags/TF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/TF.png -------------------------------------------------------------------------------- /data/countryflags/TG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/TG.png -------------------------------------------------------------------------------- /data/countryflags/TH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/TH.png -------------------------------------------------------------------------------- /data/countryflags/TJ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/TJ.png -------------------------------------------------------------------------------- /data/countryflags/TK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/TK.png -------------------------------------------------------------------------------- /data/countryflags/TL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/TL.png -------------------------------------------------------------------------------- /data/countryflags/TM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/TM.png -------------------------------------------------------------------------------- /data/countryflags/TN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/TN.png -------------------------------------------------------------------------------- /data/countryflags/TO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/TO.png -------------------------------------------------------------------------------- /data/countryflags/TR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/TR.png -------------------------------------------------------------------------------- /data/countryflags/TT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/TT.png -------------------------------------------------------------------------------- /data/countryflags/TV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/TV.png -------------------------------------------------------------------------------- /data/countryflags/TW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/TW.png -------------------------------------------------------------------------------- /data/countryflags/TZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/TZ.png -------------------------------------------------------------------------------- /data/countryflags/UA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/UA.png -------------------------------------------------------------------------------- /data/countryflags/UG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/UG.png -------------------------------------------------------------------------------- /data/countryflags/US.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/US.png -------------------------------------------------------------------------------- /data/countryflags/UY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/UY.png -------------------------------------------------------------------------------- /data/countryflags/UZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/UZ.png -------------------------------------------------------------------------------- /data/countryflags/VA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/VA.png -------------------------------------------------------------------------------- /data/countryflags/VC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/VC.png -------------------------------------------------------------------------------- /data/countryflags/VE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/VE.png -------------------------------------------------------------------------------- /data/countryflags/VG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/VG.png -------------------------------------------------------------------------------- /data/countryflags/VI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/VI.png -------------------------------------------------------------------------------- /data/countryflags/VN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/VN.png -------------------------------------------------------------------------------- /data/countryflags/VU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/VU.png -------------------------------------------------------------------------------- /data/countryflags/WF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/WF.png -------------------------------------------------------------------------------- /data/countryflags/WS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/WS.png -------------------------------------------------------------------------------- /data/countryflags/XEN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/XEN.png -------------------------------------------------------------------------------- /data/countryflags/XNI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/XNI.png -------------------------------------------------------------------------------- /data/countryflags/XSC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/XSC.png -------------------------------------------------------------------------------- /data/countryflags/XWA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/XWA.png -------------------------------------------------------------------------------- /data/countryflags/YE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/YE.png -------------------------------------------------------------------------------- /data/countryflags/ZA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/ZA.png -------------------------------------------------------------------------------- /data/countryflags/ZM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/ZM.png -------------------------------------------------------------------------------- /data/countryflags/ZW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/ZW.png -------------------------------------------------------------------------------- /data/countryflags/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/default.png -------------------------------------------------------------------------------- /data/countryflags/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/countryflags/index.txt -------------------------------------------------------------------------------- /data/debug_font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/debug_font.png -------------------------------------------------------------------------------- /data/demo_buttons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/demo_buttons.png -------------------------------------------------------------------------------- /data/editor/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/editor/background.png -------------------------------------------------------------------------------- /data/editor/checker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/editor/checker.png -------------------------------------------------------------------------------- /data/editor/cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/editor/cursor.png -------------------------------------------------------------------------------- /data/editor/desert_main.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/editor/desert_main.rules -------------------------------------------------------------------------------- /data/editor/entities.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/editor/entities.png -------------------------------------------------------------------------------- /data/editor/grass_main.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/editor/grass_main.rules -------------------------------------------------------------------------------- /data/editor/jungle_main.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/editor/jungle_main.rules -------------------------------------------------------------------------------- /data/editor/winter_main.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/editor/winter_main.rules -------------------------------------------------------------------------------- /data/emoticons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/emoticons.png -------------------------------------------------------------------------------- /data/file_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/file_icons.png -------------------------------------------------------------------------------- /data/fonts/DejaVuSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/fonts/DejaVuSans.ttf -------------------------------------------------------------------------------- /data/fonts/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/fonts/LICENSE -------------------------------------------------------------------------------- /data/fonts/VERSION: -------------------------------------------------------------------------------- 1 | 2.33 2 | -------------------------------------------------------------------------------- /data/game.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/game.png -------------------------------------------------------------------------------- /data/gui_buttons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/gui_buttons.png -------------------------------------------------------------------------------- /data/gui_cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/gui_cursor.png -------------------------------------------------------------------------------- /data/gui_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/gui_icons.png -------------------------------------------------------------------------------- /data/gui_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/gui_logo.png -------------------------------------------------------------------------------- /data/languages/belarusian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/languages/belarusian.txt -------------------------------------------------------------------------------- /data/languages/bosnian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/languages/bosnian.txt -------------------------------------------------------------------------------- /data/languages/bulgarian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/languages/bulgarian.txt -------------------------------------------------------------------------------- /data/languages/chuvash.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/languages/chuvash.txt -------------------------------------------------------------------------------- /data/languages/czech.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/languages/czech.txt -------------------------------------------------------------------------------- /data/languages/danish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/languages/danish.txt -------------------------------------------------------------------------------- /data/languages/dutch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/languages/dutch.txt -------------------------------------------------------------------------------- /data/languages/finnish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/languages/finnish.txt -------------------------------------------------------------------------------- /data/languages/french.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/languages/french.txt -------------------------------------------------------------------------------- /data/languages/german.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/languages/german.txt -------------------------------------------------------------------------------- /data/languages/hungarian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/languages/hungarian.txt -------------------------------------------------------------------------------- /data/languages/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/languages/index.txt -------------------------------------------------------------------------------- /data/languages/italian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/languages/italian.txt -------------------------------------------------------------------------------- /data/languages/kyrgyz.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/languages/kyrgyz.txt -------------------------------------------------------------------------------- /data/languages/norwegian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/languages/norwegian.txt -------------------------------------------------------------------------------- /data/languages/polish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/languages/polish.txt -------------------------------------------------------------------------------- /data/languages/portuguese.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/languages/portuguese.txt -------------------------------------------------------------------------------- /data/languages/romanian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/languages/romanian.txt -------------------------------------------------------------------------------- /data/languages/russian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/languages/russian.txt -------------------------------------------------------------------------------- /data/languages/sakha.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/languages/sakha.txt -------------------------------------------------------------------------------- /data/languages/serbian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/languages/serbian.txt -------------------------------------------------------------------------------- /data/languages/slovak.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/languages/slovak.txt -------------------------------------------------------------------------------- /data/languages/spanish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/languages/spanish.txt -------------------------------------------------------------------------------- /data/languages/swedish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/languages/swedish.txt -------------------------------------------------------------------------------- /data/languages/turkish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/languages/turkish.txt -------------------------------------------------------------------------------- /data/languages/ukrainian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/languages/ukrainian.txt -------------------------------------------------------------------------------- /data/mapres/bg_cloud1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/mapres/bg_cloud1.png -------------------------------------------------------------------------------- /data/mapres/bg_cloud2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/mapres/bg_cloud2.png -------------------------------------------------------------------------------- /data/mapres/bg_cloud3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/mapres/bg_cloud3.png -------------------------------------------------------------------------------- /data/mapres/desert_doodads.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/mapres/desert_doodads.png -------------------------------------------------------------------------------- /data/mapres/desert_main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/mapres/desert_main.png -------------------------------------------------------------------------------- /data/mapres/desert_mountains.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/mapres/desert_mountains.png -------------------------------------------------------------------------------- /data/mapres/desert_mountains2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/mapres/desert_mountains2.png -------------------------------------------------------------------------------- /data/mapres/desert_sun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/mapres/desert_sun.png -------------------------------------------------------------------------------- /data/mapres/generic_deathtiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/mapres/generic_deathtiles.png -------------------------------------------------------------------------------- /data/mapres/generic_unhookable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/mapres/generic_unhookable.png -------------------------------------------------------------------------------- /data/mapres/grass_doodads.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/mapres/grass_doodads.png -------------------------------------------------------------------------------- /data/mapres/grass_main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/mapres/grass_main.png -------------------------------------------------------------------------------- /data/mapres/jungle_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/mapres/jungle_background.png -------------------------------------------------------------------------------- /data/mapres/jungle_deathtiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/mapres/jungle_deathtiles.png -------------------------------------------------------------------------------- /data/mapres/jungle_doodads.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/mapres/jungle_doodads.png -------------------------------------------------------------------------------- /data/mapres/jungle_main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/mapres/jungle_main.png -------------------------------------------------------------------------------- /data/mapres/jungle_midground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/mapres/jungle_midground.png -------------------------------------------------------------------------------- /data/mapres/jungle_unhookables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/mapres/jungle_unhookables.png -------------------------------------------------------------------------------- /data/mapres/moon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/mapres/moon.png -------------------------------------------------------------------------------- /data/mapres/mountains.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/mapres/mountains.png -------------------------------------------------------------------------------- /data/mapres/snow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/mapres/snow.png -------------------------------------------------------------------------------- /data/mapres/stars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/mapres/stars.png -------------------------------------------------------------------------------- /data/mapres/sun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/mapres/sun.png -------------------------------------------------------------------------------- /data/mapres/winter_doodads.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/mapres/winter_doodads.png -------------------------------------------------------------------------------- /data/mapres/winter_main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/mapres/winter_main.png -------------------------------------------------------------------------------- /data/mapres/winter_mountains.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/mapres/winter_mountains.png -------------------------------------------------------------------------------- /data/mapres/winter_mountains2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/mapres/winter_mountains2.png -------------------------------------------------------------------------------- /data/mapres/winter_mountains3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/mapres/winter_mountains3.png -------------------------------------------------------------------------------- /data/maps/ctf1.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/maps/ctf1.map -------------------------------------------------------------------------------- /data/maps/ctf2.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/maps/ctf2.map -------------------------------------------------------------------------------- /data/maps/ctf3.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/maps/ctf3.map -------------------------------------------------------------------------------- /data/maps/ctf4.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/maps/ctf4.map -------------------------------------------------------------------------------- /data/maps/ctf5.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/maps/ctf5.map -------------------------------------------------------------------------------- /data/maps/ctf6.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/maps/ctf6.map -------------------------------------------------------------------------------- /data/maps/ctf7.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/maps/ctf7.map -------------------------------------------------------------------------------- /data/maps/dm1.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/maps/dm1.map -------------------------------------------------------------------------------- /data/maps/dm2.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/maps/dm2.map -------------------------------------------------------------------------------- /data/maps/dm6.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/maps/dm6.map -------------------------------------------------------------------------------- /data/maps/dm7.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/maps/dm7.map -------------------------------------------------------------------------------- /data/maps/dm8.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/maps/dm8.map -------------------------------------------------------------------------------- /data/maps/dm9.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/maps/dm9.map -------------------------------------------------------------------------------- /data/particles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/particles.png -------------------------------------------------------------------------------- /data/skins/bluekitty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/skins/bluekitty.png -------------------------------------------------------------------------------- /data/skins/bluestripe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/skins/bluestripe.png -------------------------------------------------------------------------------- /data/skins/brownbear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/skins/brownbear.png -------------------------------------------------------------------------------- /data/skins/cammo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/skins/cammo.png -------------------------------------------------------------------------------- /data/skins/cammostripes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/skins/cammostripes.png -------------------------------------------------------------------------------- /data/skins/coala.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/skins/coala.png -------------------------------------------------------------------------------- /data/skins/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/skins/default.png -------------------------------------------------------------------------------- /data/skins/limekitty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/skins/limekitty.png -------------------------------------------------------------------------------- /data/skins/pinky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/skins/pinky.png -------------------------------------------------------------------------------- /data/skins/redbopp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/skins/redbopp.png -------------------------------------------------------------------------------- /data/skins/redstripe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/skins/redstripe.png -------------------------------------------------------------------------------- /data/skins/saddo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/skins/saddo.png -------------------------------------------------------------------------------- /data/skins/toptri.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/skins/toptri.png -------------------------------------------------------------------------------- /data/skins/twinbop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/skins/twinbop.png -------------------------------------------------------------------------------- /data/skins/twintri.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/skins/twintri.png -------------------------------------------------------------------------------- /data/skins/warpaint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/skins/warpaint.png -------------------------------------------------------------------------------- /data/skins/x_ninja.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/data/skins/x_ninja.png -------------------------------------------------------------------------------- /datasrc/compile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/datasrc/compile.py -------------------------------------------------------------------------------- /datasrc/content.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/datasrc/content.py -------------------------------------------------------------------------------- /datasrc/datatypes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/datasrc/datatypes.py -------------------------------------------------------------------------------- /datasrc/network.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/datasrc/network.py -------------------------------------------------------------------------------- /docs/conf/Data/ClassHierarchy.nd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/conf/Data/ClassHierarchy.nd -------------------------------------------------------------------------------- /docs/conf/Data/ConfigFileInfo.nd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/conf/Data/ConfigFileInfo.nd -------------------------------------------------------------------------------- /docs/conf/Data/FileInfo.nd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/conf/Data/FileInfo.nd -------------------------------------------------------------------------------- /docs/conf/Data/ImageFileInfo.nd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/conf/Data/ImageFileInfo.nd -------------------------------------------------------------------------------- /docs/conf/Data/IndexInfo.nd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/conf/Data/IndexInfo.nd -------------------------------------------------------------------------------- /docs/conf/Data/PreviousMenuState.nd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/conf/Data/PreviousMenuState.nd -------------------------------------------------------------------------------- /docs/conf/Data/PreviousSettings.nd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/conf/Data/PreviousSettings.nd -------------------------------------------------------------------------------- /docs/conf/Data/SymbolTable.nd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/conf/Data/SymbolTable.nd -------------------------------------------------------------------------------- /docs/conf/Languages.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/conf/Languages.txt -------------------------------------------------------------------------------- /docs/conf/Menu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/conf/Menu.txt -------------------------------------------------------------------------------- /docs/conf/Topics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/conf/Topics.txt -------------------------------------------------------------------------------- /docs/tool/Config/Languages.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/tool/Config/Languages.txt -------------------------------------------------------------------------------- /docs/tool/Config/Topics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/tool/Config/Topics.txt -------------------------------------------------------------------------------- /docs/tool/Help/documenting.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/tool/Help/documenting.html -------------------------------------------------------------------------------- /docs/tool/Help/example/Default.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/tool/Help/example/Default.css -------------------------------------------------------------------------------- /docs/tool/Help/examples.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/tool/Help/examples.css -------------------------------------------------------------------------------- /docs/tool/Help/images/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/tool/Help/images/logo.gif -------------------------------------------------------------------------------- /docs/tool/Help/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/tool/Help/index.html -------------------------------------------------------------------------------- /docs/tool/Help/keywords.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/tool/Help/keywords.html -------------------------------------------------------------------------------- /docs/tool/Help/languages.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/tool/Help/languages.html -------------------------------------------------------------------------------- /docs/tool/Help/menu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/tool/Help/menu.html -------------------------------------------------------------------------------- /docs/tool/Help/output.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/tool/Help/output.html -------------------------------------------------------------------------------- /docs/tool/Help/running.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/tool/Help/running.html -------------------------------------------------------------------------------- /docs/tool/Help/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/tool/Help/styles.css -------------------------------------------------------------------------------- /docs/tool/Help/styles.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/tool/Help/styles.html -------------------------------------------------------------------------------- /docs/tool/Help/troubleshooting.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/tool/Help/troubleshooting.html -------------------------------------------------------------------------------- /docs/tool/Info/CSSGuide.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/tool/Info/CSSGuide.txt -------------------------------------------------------------------------------- /docs/tool/Info/File Parsing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/tool/Info/File Parsing.txt -------------------------------------------------------------------------------- /docs/tool/Info/HTMLTestCases.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/tool/Info/HTMLTestCases.pm -------------------------------------------------------------------------------- /docs/tool/Info/Languages.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/tool/Info/Languages.txt -------------------------------------------------------------------------------- /docs/tool/Info/NDMarkup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/tool/Info/NDMarkup.txt -------------------------------------------------------------------------------- /docs/tool/Info/images/Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/tool/Info/images/Logo.png -------------------------------------------------------------------------------- /docs/tool/JavaScript/NaturalDocs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/tool/JavaScript/NaturalDocs.js -------------------------------------------------------------------------------- /docs/tool/License-GPL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/tool/License-GPL.txt -------------------------------------------------------------------------------- /docs/tool/NaturalDocs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/tool/NaturalDocs -------------------------------------------------------------------------------- /docs/tool/NaturalDocs.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/tool/NaturalDocs.bat -------------------------------------------------------------------------------- /docs/tool/Styles/Default.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/tool/Styles/Default.css -------------------------------------------------------------------------------- /docs/tool/Styles/Roman.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/tool/Styles/Roman.css -------------------------------------------------------------------------------- /docs/tool/Styles/Small.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/docs/tool/Styles/Small.css -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/license.txt -------------------------------------------------------------------------------- /objs/createdir.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /other/config_directory.bat: -------------------------------------------------------------------------------- 1 | @start explorer %APPDATA%\Teeworlds 2 | -------------------------------------------------------------------------------- /other/freetype/VERSION: -------------------------------------------------------------------------------- 1 | 2.6 2 | -------------------------------------------------------------------------------- /other/freetype/freetype.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/freetype.lua -------------------------------------------------------------------------------- /other/freetype/include/freetype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/freetype.h -------------------------------------------------------------------------------- /other/freetype/include/ft2build.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ft2build.h -------------------------------------------------------------------------------- /other/freetype/include/ftadvanc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftadvanc.h -------------------------------------------------------------------------------- /other/freetype/include/ftautoh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftautoh.h -------------------------------------------------------------------------------- /other/freetype/include/ftbbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftbbox.h -------------------------------------------------------------------------------- /other/freetype/include/ftbdf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftbdf.h -------------------------------------------------------------------------------- /other/freetype/include/ftbitmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftbitmap.h -------------------------------------------------------------------------------- /other/freetype/include/ftbzip2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftbzip2.h -------------------------------------------------------------------------------- /other/freetype/include/ftcache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftcache.h -------------------------------------------------------------------------------- /other/freetype/include/ftcffdrv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftcffdrv.h -------------------------------------------------------------------------------- /other/freetype/include/ftchapters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftchapters.h -------------------------------------------------------------------------------- /other/freetype/include/ftcid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftcid.h -------------------------------------------------------------------------------- /other/freetype/include/fterrdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/fterrdef.h -------------------------------------------------------------------------------- /other/freetype/include/fterrors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/fterrors.h -------------------------------------------------------------------------------- /other/freetype/include/ftfntfmt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftfntfmt.h -------------------------------------------------------------------------------- /other/freetype/include/ftgasp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftgasp.h -------------------------------------------------------------------------------- /other/freetype/include/ftglyph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftglyph.h -------------------------------------------------------------------------------- /other/freetype/include/ftgxval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftgxval.h -------------------------------------------------------------------------------- /other/freetype/include/ftgzip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftgzip.h -------------------------------------------------------------------------------- /other/freetype/include/ftimage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftimage.h -------------------------------------------------------------------------------- /other/freetype/include/ftincrem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftincrem.h -------------------------------------------------------------------------------- /other/freetype/include/ftlcdfil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftlcdfil.h -------------------------------------------------------------------------------- /other/freetype/include/ftlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftlist.h -------------------------------------------------------------------------------- /other/freetype/include/ftlzw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftlzw.h -------------------------------------------------------------------------------- /other/freetype/include/ftmac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftmac.h -------------------------------------------------------------------------------- /other/freetype/include/ftmm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftmm.h -------------------------------------------------------------------------------- /other/freetype/include/ftmodapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftmodapi.h -------------------------------------------------------------------------------- /other/freetype/include/ftmoderr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftmoderr.h -------------------------------------------------------------------------------- /other/freetype/include/ftotval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftotval.h -------------------------------------------------------------------------------- /other/freetype/include/ftoutln.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftoutln.h -------------------------------------------------------------------------------- /other/freetype/include/ftpfr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftpfr.h -------------------------------------------------------------------------------- /other/freetype/include/ftrender.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftrender.h -------------------------------------------------------------------------------- /other/freetype/include/ftsizes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftsizes.h -------------------------------------------------------------------------------- /other/freetype/include/ftsnames.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftsnames.h -------------------------------------------------------------------------------- /other/freetype/include/ftstroke.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftstroke.h -------------------------------------------------------------------------------- /other/freetype/include/ftsynth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftsynth.h -------------------------------------------------------------------------------- /other/freetype/include/ftsystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftsystem.h -------------------------------------------------------------------------------- /other/freetype/include/fttrigon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/fttrigon.h -------------------------------------------------------------------------------- /other/freetype/include/ftttdrv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftttdrv.h -------------------------------------------------------------------------------- /other/freetype/include/fttypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/fttypes.h -------------------------------------------------------------------------------- /other/freetype/include/ftwinfnt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ftwinfnt.h -------------------------------------------------------------------------------- /other/freetype/include/t1tables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/t1tables.h -------------------------------------------------------------------------------- /other/freetype/include/ttnameid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ttnameid.h -------------------------------------------------------------------------------- /other/freetype/include/tttables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/tttables.h -------------------------------------------------------------------------------- /other/freetype/include/tttags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/tttags.h -------------------------------------------------------------------------------- /other/freetype/include/ttunpat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/include/ttunpat.h -------------------------------------------------------------------------------- /other/freetype/lib32/freetype.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/lib32/freetype.dll -------------------------------------------------------------------------------- /other/freetype/lib32/freetype.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/lib32/freetype.lib -------------------------------------------------------------------------------- /other/freetype/lib64/freetype.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/lib64/freetype.dll -------------------------------------------------------------------------------- /other/freetype/lib64/freetype.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/freetype/lib64/freetype.lib -------------------------------------------------------------------------------- /other/icons/Teeworlds.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/icons/Teeworlds.icns -------------------------------------------------------------------------------- /other/icons/Teeworlds.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/icons/Teeworlds.ico -------------------------------------------------------------------------------- /other/icons/Teeworlds_srv.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/icons/Teeworlds_srv.icns -------------------------------------------------------------------------------- /other/icons/Teeworlds_srv.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/icons/Teeworlds_srv.ico -------------------------------------------------------------------------------- /other/icons/teeworlds_cl.rc: -------------------------------------------------------------------------------- 1 | 50h ICON "teeworlds.ico" 2 | -------------------------------------------------------------------------------- /other/icons/teeworlds_gcc.rc: -------------------------------------------------------------------------------- 1 | ID ICON "teeworlds.ico" 2 | -------------------------------------------------------------------------------- /other/icons/teeworlds_srv_cl.rc: -------------------------------------------------------------------------------- 1 | 50h ICON "Teeworlds_srv.ico" 2 | -------------------------------------------------------------------------------- /other/icons/teeworlds_srv_gcc.rc: -------------------------------------------------------------------------------- 1 | ID ICON "Teeworlds_srv.ico" 2 | -------------------------------------------------------------------------------- /other/sdl/README-SDL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/README-SDL.txt -------------------------------------------------------------------------------- /other/sdl/VERSION: -------------------------------------------------------------------------------- 1 | 1.2.15 2 | -------------------------------------------------------------------------------- /other/sdl/include/SDL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL.h -------------------------------------------------------------------------------- /other/sdl/include/SDL_active.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL_active.h -------------------------------------------------------------------------------- /other/sdl/include/SDL_audio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL_audio.h -------------------------------------------------------------------------------- /other/sdl/include/SDL_byteorder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL_byteorder.h -------------------------------------------------------------------------------- /other/sdl/include/SDL_cdrom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL_cdrom.h -------------------------------------------------------------------------------- /other/sdl/include/SDL_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL_config.h -------------------------------------------------------------------------------- /other/sdl/include/SDL_config_nds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL_config_nds.h -------------------------------------------------------------------------------- /other/sdl/include/SDL_config_os2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL_config_os2.h -------------------------------------------------------------------------------- /other/sdl/include/SDL_copying.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL_copying.h -------------------------------------------------------------------------------- /other/sdl/include/SDL_cpuinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL_cpuinfo.h -------------------------------------------------------------------------------- /other/sdl/include/SDL_endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL_endian.h -------------------------------------------------------------------------------- /other/sdl/include/SDL_error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL_error.h -------------------------------------------------------------------------------- /other/sdl/include/SDL_events.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL_events.h -------------------------------------------------------------------------------- /other/sdl/include/SDL_getenv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL_getenv.h -------------------------------------------------------------------------------- /other/sdl/include/SDL_joystick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL_joystick.h -------------------------------------------------------------------------------- /other/sdl/include/SDL_keyboard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL_keyboard.h -------------------------------------------------------------------------------- /other/sdl/include/SDL_keysym.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL_keysym.h -------------------------------------------------------------------------------- /other/sdl/include/SDL_loadso.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL_loadso.h -------------------------------------------------------------------------------- /other/sdl/include/SDL_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL_main.h -------------------------------------------------------------------------------- /other/sdl/include/SDL_mouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL_mouse.h -------------------------------------------------------------------------------- /other/sdl/include/SDL_mutex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL_mutex.h -------------------------------------------------------------------------------- /other/sdl/include/SDL_name.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL_name.h -------------------------------------------------------------------------------- /other/sdl/include/SDL_opengl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL_opengl.h -------------------------------------------------------------------------------- /other/sdl/include/SDL_platform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL_platform.h -------------------------------------------------------------------------------- /other/sdl/include/SDL_quit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL_quit.h -------------------------------------------------------------------------------- /other/sdl/include/SDL_rwops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL_rwops.h -------------------------------------------------------------------------------- /other/sdl/include/SDL_stdinc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL_stdinc.h -------------------------------------------------------------------------------- /other/sdl/include/SDL_syswm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL_syswm.h -------------------------------------------------------------------------------- /other/sdl/include/SDL_thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL_thread.h -------------------------------------------------------------------------------- /other/sdl/include/SDL_timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL_timer.h -------------------------------------------------------------------------------- /other/sdl/include/SDL_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL_types.h -------------------------------------------------------------------------------- /other/sdl/include/SDL_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL_version.h -------------------------------------------------------------------------------- /other/sdl/include/SDL_video.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/SDL_video.h -------------------------------------------------------------------------------- /other/sdl/include/begin_code.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/begin_code.h -------------------------------------------------------------------------------- /other/sdl/include/close_code.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/include/close_code.h -------------------------------------------------------------------------------- /other/sdl/lib32/SDL.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/lib32/SDL.dll -------------------------------------------------------------------------------- /other/sdl/lib32/SDL.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/lib32/SDL.lib -------------------------------------------------------------------------------- /other/sdl/lib32/SDLmain.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/lib32/SDLmain.lib -------------------------------------------------------------------------------- /other/sdl/lib64/SDL.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/lib64/SDL.dll -------------------------------------------------------------------------------- /other/sdl/lib64/SDL.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/lib64/SDL.lib -------------------------------------------------------------------------------- /other/sdl/lib64/SDLmain.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/lib64/SDLmain.lib -------------------------------------------------------------------------------- /other/sdl/sdl.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/sdl.lua -------------------------------------------------------------------------------- /other/sdl/sdlnotes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/other/sdl/sdlnotes.txt -------------------------------------------------------------------------------- /scripts/SDL_keysym.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/scripts/SDL_keysym.h -------------------------------------------------------------------------------- /scripts/build.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/scripts/build.py -------------------------------------------------------------------------------- /scripts/check_header_guards.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/scripts/check_header_guards.py -------------------------------------------------------------------------------- /scripts/cmd5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/scripts/cmd5.py -------------------------------------------------------------------------------- /scripts/compiler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/scripts/compiler.py -------------------------------------------------------------------------------- /scripts/copyright.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/scripts/copyright.py -------------------------------------------------------------------------------- /scripts/count_source.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/scripts/count_source.sh -------------------------------------------------------------------------------- /scripts/dat2c.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/scripts/dat2c.py -------------------------------------------------------------------------------- /scripts/font_converter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/scripts/font_converter.py -------------------------------------------------------------------------------- /scripts/font_installer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/scripts/font_installer.sh -------------------------------------------------------------------------------- /scripts/gen_keys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/scripts/gen_keys.py -------------------------------------------------------------------------------- /scripts/linecount.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/scripts/linecount.sh -------------------------------------------------------------------------------- /scripts/make_docs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/scripts/make_docs.sh -------------------------------------------------------------------------------- /scripts/make_release.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/scripts/make_release.py -------------------------------------------------------------------------------- /scripts/make_src.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/scripts/make_src.py -------------------------------------------------------------------------------- /scripts/mass_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/scripts/mass_server.py -------------------------------------------------------------------------------- /scripts/netobj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/scripts/netobj.py -------------------------------------------------------------------------------- /scripts/nicks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/scripts/nicks.txt -------------------------------------------------------------------------------- /scripts/png.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/scripts/png.py -------------------------------------------------------------------------------- /scripts/process_blame.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/scripts/process_blame.py -------------------------------------------------------------------------------- /scripts/refactor_count.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/scripts/refactor_count.py -------------------------------------------------------------------------------- /scripts/tw_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/scripts/tw_api.py -------------------------------------------------------------------------------- /scripts/update_localization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/scripts/update_localization.py -------------------------------------------------------------------------------- /src/base/detect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/base/detect.h -------------------------------------------------------------------------------- /src/base/math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/base/math.h -------------------------------------------------------------------------------- /src/base/system.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/base/system.c -------------------------------------------------------------------------------- /src/base/system.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/base/system.h -------------------------------------------------------------------------------- /src/base/tl/algorithm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/base/tl/algorithm.h -------------------------------------------------------------------------------- /src/base/tl/allocator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/base/tl/allocator.h -------------------------------------------------------------------------------- /src/base/tl/array.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/base/tl/array.h -------------------------------------------------------------------------------- /src/base/tl/base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/base/tl/base.h -------------------------------------------------------------------------------- /src/base/tl/range.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/base/tl/range.h -------------------------------------------------------------------------------- /src/base/tl/sorted_array.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/base/tl/sorted_array.h -------------------------------------------------------------------------------- /src/base/tl/string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/base/tl/string.h -------------------------------------------------------------------------------- /src/base/tl/threading.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/base/tl/threading.h -------------------------------------------------------------------------------- /src/base/vmath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/base/vmath.h -------------------------------------------------------------------------------- /src/engine/client.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/client.h -------------------------------------------------------------------------------- /src/engine/client/backend_sdl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/client/backend_sdl.cpp -------------------------------------------------------------------------------- /src/engine/client/backend_sdl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/client/backend_sdl.h -------------------------------------------------------------------------------- /src/engine/client/client.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/client/client.cpp -------------------------------------------------------------------------------- /src/engine/client/client.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/client/client.h -------------------------------------------------------------------------------- /src/engine/client/friends.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/client/friends.cpp -------------------------------------------------------------------------------- /src/engine/client/friends.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/client/friends.h -------------------------------------------------------------------------------- /src/engine/client/graphics.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/client/graphics.cpp -------------------------------------------------------------------------------- /src/engine/client/graphics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/client/graphics.h -------------------------------------------------------------------------------- /src/engine/client/input.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/client/input.cpp -------------------------------------------------------------------------------- /src/engine/client/input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/client/input.h -------------------------------------------------------------------------------- /src/engine/client/keynames.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/client/keynames.h -------------------------------------------------------------------------------- /src/engine/client/serverbrowser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/client/serverbrowser.cpp -------------------------------------------------------------------------------- /src/engine/client/serverbrowser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/client/serverbrowser.h -------------------------------------------------------------------------------- /src/engine/client/sound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/client/sound.cpp -------------------------------------------------------------------------------- /src/engine/client/sound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/client/sound.h -------------------------------------------------------------------------------- /src/engine/client/text.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/client/text.cpp -------------------------------------------------------------------------------- /src/engine/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/config.h -------------------------------------------------------------------------------- /src/engine/console.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/console.h -------------------------------------------------------------------------------- /src/engine/demo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/demo.h -------------------------------------------------------------------------------- /src/engine/docs/client_time.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/docs/client_time.txt -------------------------------------------------------------------------------- /src/engine/docs/prediction.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/docs/prediction.txt -------------------------------------------------------------------------------- /src/engine/docs/server_op.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/docs/server_op.txt -------------------------------------------------------------------------------- /src/engine/docs/snapshots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/docs/snapshots.txt -------------------------------------------------------------------------------- /src/engine/editor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/editor.h -------------------------------------------------------------------------------- /src/engine/engine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/engine.h -------------------------------------------------------------------------------- /src/engine/external/important.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/external/important.txt -------------------------------------------------------------------------------- /src/engine/external/pnglite/VERSION: -------------------------------------------------------------------------------- 1 | 0.1.17 -------------------------------------------------------------------------------- /src/engine/external/wavpack/VERSION: -------------------------------------------------------------------------------- 1 | 4.40 -------------------------------------------------------------------------------- /src/engine/external/wavpack/arm.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/external/wavpack/arm.S -------------------------------------------------------------------------------- /src/engine/external/wavpack/arml.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/external/wavpack/arml.S -------------------------------------------------------------------------------- /src/engine/external/wavpack/bits.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/external/wavpack/bits.c -------------------------------------------------------------------------------- /src/engine/external/wavpack/float.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/external/wavpack/float.c -------------------------------------------------------------------------------- /src/engine/external/wavpack/words.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/external/wavpack/words.c -------------------------------------------------------------------------------- /src/engine/external/zlib/VERSION: -------------------------------------------------------------------------------- 1 | 1.2.8 2 | -------------------------------------------------------------------------------- /src/engine/external/zlib/adler32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/external/zlib/adler32.c -------------------------------------------------------------------------------- /src/engine/external/zlib/compress.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/external/zlib/compress.c -------------------------------------------------------------------------------- /src/engine/external/zlib/crc32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/external/zlib/crc32.c -------------------------------------------------------------------------------- /src/engine/external/zlib/crc32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/external/zlib/crc32.h -------------------------------------------------------------------------------- /src/engine/external/zlib/deflate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/external/zlib/deflate.c -------------------------------------------------------------------------------- /src/engine/external/zlib/deflate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/external/zlib/deflate.h -------------------------------------------------------------------------------- /src/engine/external/zlib/gzguts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/external/zlib/gzguts.h -------------------------------------------------------------------------------- /src/engine/external/zlib/infback.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/external/zlib/infback.c -------------------------------------------------------------------------------- /src/engine/external/zlib/inffast.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/external/zlib/inffast.c -------------------------------------------------------------------------------- /src/engine/external/zlib/inffast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/external/zlib/inffast.h -------------------------------------------------------------------------------- /src/engine/external/zlib/inffixed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/external/zlib/inffixed.h -------------------------------------------------------------------------------- /src/engine/external/zlib/inflate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/external/zlib/inflate.c -------------------------------------------------------------------------------- /src/engine/external/zlib/inflate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/external/zlib/inflate.h -------------------------------------------------------------------------------- /src/engine/external/zlib/inftrees.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/external/zlib/inftrees.c -------------------------------------------------------------------------------- /src/engine/external/zlib/inftrees.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/external/zlib/inftrees.h -------------------------------------------------------------------------------- /src/engine/external/zlib/trees.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/external/zlib/trees.c -------------------------------------------------------------------------------- /src/engine/external/zlib/trees.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/external/zlib/trees.h -------------------------------------------------------------------------------- /src/engine/external/zlib/uncompr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/external/zlib/uncompr.c -------------------------------------------------------------------------------- /src/engine/external/zlib/zconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/external/zlib/zconf.h -------------------------------------------------------------------------------- /src/engine/external/zlib/zlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/external/zlib/zlib.h -------------------------------------------------------------------------------- /src/engine/external/zlib/zutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/external/zlib/zutil.c -------------------------------------------------------------------------------- /src/engine/external/zlib/zutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/external/zlib/zutil.h -------------------------------------------------------------------------------- /src/engine/friends.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/friends.h -------------------------------------------------------------------------------- /src/engine/graphics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/graphics.h -------------------------------------------------------------------------------- /src/engine/input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/input.h -------------------------------------------------------------------------------- /src/engine/kernel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/kernel.h -------------------------------------------------------------------------------- /src/engine/keys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/keys.h -------------------------------------------------------------------------------- /src/engine/map.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/map.h -------------------------------------------------------------------------------- /src/engine/masterserver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/masterserver.h -------------------------------------------------------------------------------- /src/engine/message.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/message.h -------------------------------------------------------------------------------- /src/engine/server.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/server.h -------------------------------------------------------------------------------- /src/engine/server/register.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/server/register.cpp -------------------------------------------------------------------------------- /src/engine/server/register.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/server/register.h -------------------------------------------------------------------------------- /src/engine/server/server.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/server/server.cpp -------------------------------------------------------------------------------- /src/engine/server/server.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/server/server.h -------------------------------------------------------------------------------- /src/engine/serverbrowser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/serverbrowser.h -------------------------------------------------------------------------------- /src/engine/shared/compression.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/compression.cpp -------------------------------------------------------------------------------- /src/engine/shared/compression.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/compression.h -------------------------------------------------------------------------------- /src/engine/shared/config.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/config.cpp -------------------------------------------------------------------------------- /src/engine/shared/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/config.h -------------------------------------------------------------------------------- /src/engine/shared/console.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/console.cpp -------------------------------------------------------------------------------- /src/engine/shared/console.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/console.h -------------------------------------------------------------------------------- /src/engine/shared/datafile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/datafile.cpp -------------------------------------------------------------------------------- /src/engine/shared/datafile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/datafile.h -------------------------------------------------------------------------------- /src/engine/shared/demo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/demo.cpp -------------------------------------------------------------------------------- /src/engine/shared/demo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/demo.h -------------------------------------------------------------------------------- /src/engine/shared/econ.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/econ.cpp -------------------------------------------------------------------------------- /src/engine/shared/econ.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/econ.h -------------------------------------------------------------------------------- /src/engine/shared/engine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/engine.cpp -------------------------------------------------------------------------------- /src/engine/shared/filecollection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/filecollection.h -------------------------------------------------------------------------------- /src/engine/shared/huffman.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/huffman.cpp -------------------------------------------------------------------------------- /src/engine/shared/huffman.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/huffman.h -------------------------------------------------------------------------------- /src/engine/shared/jobs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/jobs.cpp -------------------------------------------------------------------------------- /src/engine/shared/jobs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/jobs.h -------------------------------------------------------------------------------- /src/engine/shared/kernel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/kernel.cpp -------------------------------------------------------------------------------- /src/engine/shared/linereader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/linereader.cpp -------------------------------------------------------------------------------- /src/engine/shared/linereader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/linereader.h -------------------------------------------------------------------------------- /src/engine/shared/map.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/map.cpp -------------------------------------------------------------------------------- /src/engine/shared/mapchecker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/mapchecker.cpp -------------------------------------------------------------------------------- /src/engine/shared/mapchecker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/mapchecker.h -------------------------------------------------------------------------------- /src/engine/shared/masterserver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/masterserver.cpp -------------------------------------------------------------------------------- /src/engine/shared/memheap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/memheap.cpp -------------------------------------------------------------------------------- /src/engine/shared/memheap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/memheap.h -------------------------------------------------------------------------------- /src/engine/shared/message.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/message.h -------------------------------------------------------------------------------- /src/engine/shared/netban.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/netban.cpp -------------------------------------------------------------------------------- /src/engine/shared/netban.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/netban.h -------------------------------------------------------------------------------- /src/engine/shared/network.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/network.cpp -------------------------------------------------------------------------------- /src/engine/shared/network.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/network.h -------------------------------------------------------------------------------- /src/engine/shared/network_conn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/network_conn.cpp -------------------------------------------------------------------------------- /src/engine/shared/packer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/packer.cpp -------------------------------------------------------------------------------- /src/engine/shared/packer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/packer.h -------------------------------------------------------------------------------- /src/engine/shared/protocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/protocol.h -------------------------------------------------------------------------------- /src/engine/shared/ringbuffer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/ringbuffer.cpp -------------------------------------------------------------------------------- /src/engine/shared/ringbuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/ringbuffer.h -------------------------------------------------------------------------------- /src/engine/shared/snapshot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/snapshot.cpp -------------------------------------------------------------------------------- /src/engine/shared/snapshot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/snapshot.h -------------------------------------------------------------------------------- /src/engine/shared/storage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/shared/storage.cpp -------------------------------------------------------------------------------- /src/engine/sound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/sound.h -------------------------------------------------------------------------------- /src/engine/storage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/storage.h -------------------------------------------------------------------------------- /src/engine/textrender.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/engine/textrender.h -------------------------------------------------------------------------------- /src/game/client/animstate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/client/animstate.cpp -------------------------------------------------------------------------------- /src/game/client/animstate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/client/animstate.h -------------------------------------------------------------------------------- /src/game/client/component.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/client/component.h -------------------------------------------------------------------------------- /src/game/client/components/hud.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/client/components/hud.h -------------------------------------------------------------------------------- /src/game/client/gameclient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/client/gameclient.cpp -------------------------------------------------------------------------------- /src/game/client/gameclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/client/gameclient.h -------------------------------------------------------------------------------- /src/game/client/lineinput.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/client/lineinput.cpp -------------------------------------------------------------------------------- /src/game/client/lineinput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/client/lineinput.h -------------------------------------------------------------------------------- /src/game/client/render.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/client/render.cpp -------------------------------------------------------------------------------- /src/game/client/render.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/client/render.h -------------------------------------------------------------------------------- /src/game/client/render_map.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/client/render_map.cpp -------------------------------------------------------------------------------- /src/game/client/ui.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/client/ui.cpp -------------------------------------------------------------------------------- /src/game/client/ui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/client/ui.h -------------------------------------------------------------------------------- /src/game/collision.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/collision.cpp -------------------------------------------------------------------------------- /src/game/collision.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/collision.h -------------------------------------------------------------------------------- /src/game/editor/auto_map.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/editor/auto_map.cpp -------------------------------------------------------------------------------- /src/game/editor/auto_map.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/editor/auto_map.h -------------------------------------------------------------------------------- /src/game/editor/editor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/editor/editor.cpp -------------------------------------------------------------------------------- /src/game/editor/editor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/editor/editor.h -------------------------------------------------------------------------------- /src/game/editor/io.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/editor/io.cpp -------------------------------------------------------------------------------- /src/game/editor/layer_game.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/editor/layer_game.cpp -------------------------------------------------------------------------------- /src/game/editor/layer_quads.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/editor/layer_quads.cpp -------------------------------------------------------------------------------- /src/game/editor/layer_tiles.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/editor/layer_tiles.cpp -------------------------------------------------------------------------------- /src/game/editor/popups.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/editor/popups.cpp -------------------------------------------------------------------------------- /src/game/gamecore.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/gamecore.cpp -------------------------------------------------------------------------------- /src/game/gamecore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/gamecore.h -------------------------------------------------------------------------------- /src/game/generated/createdir.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/game/layers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/layers.cpp -------------------------------------------------------------------------------- /src/game/layers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/layers.h -------------------------------------------------------------------------------- /src/game/localization.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/localization.cpp -------------------------------------------------------------------------------- /src/game/localization.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/localization.h -------------------------------------------------------------------------------- /src/game/mapitems.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/mapitems.h -------------------------------------------------------------------------------- /src/game/server/entities/flag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/server/entities/flag.h -------------------------------------------------------------------------------- /src/game/server/entities/laser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/server/entities/laser.h -------------------------------------------------------------------------------- /src/game/server/entity.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/server/entity.cpp -------------------------------------------------------------------------------- /src/game/server/entity.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/server/entity.h -------------------------------------------------------------------------------- /src/game/server/eventhandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/server/eventhandler.cpp -------------------------------------------------------------------------------- /src/game/server/eventhandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/server/eventhandler.h -------------------------------------------------------------------------------- /src/game/server/gamecontext.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/server/gamecontext.cpp -------------------------------------------------------------------------------- /src/game/server/gamecontext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/server/gamecontext.h -------------------------------------------------------------------------------- /src/game/server/gamecontroller.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/server/gamecontroller.h -------------------------------------------------------------------------------- /src/game/server/gamemodes/ctf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/server/gamemodes/ctf.h -------------------------------------------------------------------------------- /src/game/server/gamemodes/dm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/server/gamemodes/dm.cpp -------------------------------------------------------------------------------- /src/game/server/gamemodes/dm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/server/gamemodes/dm.h -------------------------------------------------------------------------------- /src/game/server/gamemodes/mod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/server/gamemodes/mod.h -------------------------------------------------------------------------------- /src/game/server/gamemodes/tdm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/server/gamemodes/tdm.h -------------------------------------------------------------------------------- /src/game/server/gameworld.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/server/gameworld.cpp -------------------------------------------------------------------------------- /src/game/server/gameworld.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/server/gameworld.h -------------------------------------------------------------------------------- /src/game/server/player.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/server/player.cpp -------------------------------------------------------------------------------- /src/game/server/player.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/server/player.h -------------------------------------------------------------------------------- /src/game/tuning.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/tuning.h -------------------------------------------------------------------------------- /src/game/variables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/variables.h -------------------------------------------------------------------------------- /src/game/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/version.h -------------------------------------------------------------------------------- /src/game/voting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/game/voting.h -------------------------------------------------------------------------------- /src/mastersrv/mastersrv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/mastersrv/mastersrv.cpp -------------------------------------------------------------------------------- /src/mastersrv/mastersrv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/mastersrv/mastersrv.h -------------------------------------------------------------------------------- /src/osxlaunch/client.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/osxlaunch/client.h -------------------------------------------------------------------------------- /src/osxlaunch/client.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/osxlaunch/client.m -------------------------------------------------------------------------------- /src/osxlaunch/server.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/osxlaunch/server.m -------------------------------------------------------------------------------- /src/tools/crapnet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/tools/crapnet.cpp -------------------------------------------------------------------------------- /src/tools/dilate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/tools/dilate.cpp -------------------------------------------------------------------------------- /src/tools/fake_server.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/tools/fake_server.cpp -------------------------------------------------------------------------------- /src/tools/map_resave.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/tools/map_resave.cpp -------------------------------------------------------------------------------- /src/tools/map_version.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/tools/map_version.cpp -------------------------------------------------------------------------------- /src/tools/packetgen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/tools/packetgen.cpp -------------------------------------------------------------------------------- /src/tools/tileset_borderadd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/tools/tileset_borderadd.cpp -------------------------------------------------------------------------------- /src/tools/tileset_borderfix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/tools/tileset_borderfix.cpp -------------------------------------------------------------------------------- /src/tools/tileset_borderrem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/tools/tileset_borderrem.cpp -------------------------------------------------------------------------------- /src/tools/tileset_borderset.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/tools/tileset_borderset.cpp -------------------------------------------------------------------------------- /src/versionsrv/mapversions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/versionsrv/mapversions.h -------------------------------------------------------------------------------- /src/versionsrv/versionsrv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/versionsrv/versionsrv.cpp -------------------------------------------------------------------------------- /src/versionsrv/versionsrv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/src/versionsrv/versionsrv.h -------------------------------------------------------------------------------- /storage.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teeworldsmods2/Teeworlds-Example/HEAD/storage.cfg --------------------------------------------------------------------------------