Skip to content

Commit

Permalink
added teahupoo by Meister and Fatum
Browse files Browse the repository at this point in the history
git-svn-id: https://sauerbraten.svn.sourceforge.net/svnroot/sauerbraten@3654 ac1f7847-fce6-4368-a212-70e9bdee79d4
  • Loading branch information
eihrul committed Aug 14, 2011
1 parent d3c0051 commit db58afc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 16 deletions.
35 changes: 20 additions & 15 deletions data/menus.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ genmapitems = [
//17
mainmaps = "complex douze ot academy metl2 metl3 justice turbine mbt2 fanatic_quake dock renegade curvy_castle oddworld nmp8 tartech aard3c"
moremaps1 = "park tumwalk industry injustice duel7 mbt10 refuge curvedm kalking1 hog2 kffa fragplaza pgdm duel8 neonpanic island wake5"
moremaps2 = "frozen memento neondevastation alloy ruine DM_BS1 shinmei1 osiris sdm1 powerplant oasis metl4 ruby shindou dune gubo killfactory"
moremaps3 = "orbe shadowed torment legazzo fury mbt9 aqueducts akaritori konkuri-to moonlite castle_trap orion katrez_d thor frostbyte ogrosupply guacamole"
moremaps4 = "suburb stemple tejen thetowers kmap5 ksauer1 deathtek hades corruption paradigm lostinspace wdcd darkdeath phosgene pitch_black roughinery"
moremaps2 = "frozen memento neondevastation alloy ruine DM_BS1 shinmei1 osiris sdm1 powerplant oasis metl4 ruby shindou dune gubo teahupoo"
moremaps3 = "orbe torment legazzo fury mbt9 shadowed aqueducts killfactory akaritori konkuri-to moonlite castle_trap orion katrez_d frostbyte ogrosupply guacamole"
moremaps4 = "pitch_black suburb roughinery stemple tejen thetowers kmap5 ksauer1 deathtek hades corruption paradigm lostinspace wdcd darkdeath phosgene thor"
capturemaps1 = "urban_c nevil_c fb_capture nmp9 c_valley lostinspace fc3 face-capture nmp4 nmp8 hallo tempest monastery ph-capture hades fc4 relic"
capturemaps2 = "fc5 paradigm corruption asteroids ogrosupply reissen akroseum duomo frostbyte c_egypt caribbean dust2 campo asgard killcore3 damnation arabic"
capturemaps3 = "cwcastle suburb valhalla abbey venice mercury core_transfer xenon forge tortuga core_refuge infamy capture_night river_c serenity"
Expand All @@ -68,47 +68,52 @@ alias showmapshot [ guibar; guiimage (concatword "packages/base/" (if (> $numarg
newgui maps [
guilist [
guilist [ genmapitems $mainmaps ]
guilist [ guistrut 14 1; genmapitems $mainmaps ]
guilist [ guistrut 14 1 ]
showmapshot
]
guitab 2
guilist [
guilist [ genmapitems $moremaps1 ]
guilist [ genmapitems $moremaps2 ]
guilist [ guistrut 14 1; genmapitems $moremaps1 ]
guilist [ guistrut 14 1; genmapitems $moremaps2 ]
showmapshot
]
guitab 3
guilist [
guilist [ genmapitems $moremaps3 ]
guilist [ genmapitems $moremaps4 ]
guilist [ guistrut 14 1; genmapitems $moremaps3 ]
guilist [ guistrut 14 1; genmapitems $moremaps4 ]
showmapshot
]
guitab capture
guilist [
guilist [ genmapitems $capturemaps1 ]
guilist [ genmapitems $capturemaps2 ]
guilist [ guistrut 14 1; genmapitems $capturemaps1 ]
guilist [ guistrut 14 1; genmapitems $capturemaps2 ]
showmapshot
]
guitab 2
guilist [
guilist [ genmapitems $capturemaps3 ]
guilist [ guistrut 14 1; genmapitems $capturemaps3 ]
guilist [ guistrut 14 1 ]
showmapshot
]
guitab ctf
guilist [
guilist [ genmapitems $ctfmaps1 ]
guilist [ genmapitems $ctfmaps2 ]
guilist [ guistrut 14 1; genmapitems $ctfmaps1 ]
guilist [ guistrut 14 1; genmapitems $ctfmaps2 ]
showmapshot
]
guitab 2
guilist [
guilist [ genmapitems $ctfmaps3 ]
guilist [ guistrut 14 1; genmapitems $ctfmaps3 ]
guilist [ guistrut 14 1 ]
showmapshot
]
guitab concept
guilist [
guilist [ genmapitems $conceptmaps ]
guilist [ guistrut 14 1; genmapitems $conceptmaps ]
guilist [ guistrut 14 1 ]
guistrut 20 1
showmapshot
]
]
Expand Down
2 changes: 1 addition & 1 deletion docs/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ <h1>Cube 2: Sauerbraten - Change History</h1>
</div>

<ul>
<li>added new MP maps by Fatum (tumwalk), Meister &amp; Fatum (asgard, legazzo, gubo), Doko &amp; MisanthropX &amp; Nieb (renegade), Nieb &amp; RaZgRiZ &amp; SirAlex &amp; Windecker (garden), and t-chen (fury, mbt9)</li>
<li>added new MP maps by Fatum (tumwalk), Meister &amp; Fatum (asgard, legazzo, teahupoo, gubo), Doko &amp; MisanthropX &amp; Nieb (renegade), Nieb &amp; RaZgRiZ &amp; SirAlex &amp; Windecker (garden), and t-chen (fury, mbt9)</li>
<li>added support for directional sunlight for lightmaps (controlled via "sunlight", "sunlightyaw", "sunlightpitch", and "sunlightscale" vars)</li>
<li>config files and maps are now saved to the My Games directory on Windows</li>
<li>server now shows up as a system tray icon on Windows</li>
Expand Down

0 comments on commit db58afc

Please sign in to comment.