Changeset 8977 for code/branches/presentation2011/data/levels
- Timestamp:
- Dec 14, 2011, 2:12:11 PM (13 years ago)
- Location:
- code/branches/presentation2011
- Files:
-
- 42 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2011
- Property svn:mergeinfo changed
/code/branches/menue (added) merged: 8884,8890,8894,8912,8914,8916,8927,8931,8938,8945,8958,8964,8975
- Property svn:mergeinfo changed
-
code/branches/presentation2011/data/levels/FPSTest.oxw
r8706 r8977 3 3 description = "Level to test First Person Shooter" 4 4 tags = "test" 5 screenshot = "fpstestlevel.png" 5 6 /> 6 7 … … 14 15 ?> 15 16 16 <Level 17 name = "fps" 18 description = "tests" 19 > 17 <Level> 20 18 <templates> 21 19 <Template link=lodtemplate_default /> -
code/branches/presentation2011/data/levels/asteroids.oxw
r8706 r8977 1 <LevelInfo 2 name = "Asteroids Race" 3 description = "Reach the checkpoints and avoid asteroids." 4 tags = "gametype" 5 screenshot = "asteroids.png" 6 /> 7 1 8 <?lua 2 9 include("HUDTemplates3.oxo") … … 7 14 8 15 <Level 9 name = "Asteroids Race" 10 description = "testmap for gametype asteroid race" 11 gametype = Asteroids 16 gametype = "Asteroids" 12 17 > 13 18 <templates> -
code/branches/presentation2011/data/levels/docking.oxw
r8706 r8977 2 2 name = "Transporter" 3 3 description = "Level with a Transporter. Demonstrates the docking system." 4 tags = "" 4 tags = "showcase" 5 screenshot = "transporter.png" 5 6 /> 6 7 … … 12 13 ?> 13 14 14 <Level 15 name = "Transporter" 16 description = "Docking example level" 17 > 15 <Level> 18 16 <templates> 19 17 <Template link="lodtemplate_default" /> -
code/branches/presentation2011/data/levels/dynamicMatch.oxw
r8706 r8977 1 <LevelInfo 2 name = "Dynamic Match" 3 description = "Dynamicmatch: Take care of what you're shooting at." 4 tags = "gametype" 5 screenshot = "dynamicMatch.png" 6 /> 7 1 8 <?lua 2 9 include("HUDTemplates3.oxo") … … 9 16 10 17 <Level 11 name = "Dynamic Match" 12 description = "In progress -level for dynamicmatch" 13 gametype = "Dynamicmatch" 18 gametype = "Dynamicmatch" 14 19 > 15 20 <templates> -
code/branches/presentation2011/data/levels/earth.oxw
r8706 r8977 3 3 description = "1:100 Scale Model of Earth with Gravity" 4 4 tags = "showcase" 5 screenshot = "earthdemonstration.png" 5 6 /> 6 7 … … 12 13 ?> 13 14 14 <Level 15 name = "Planet Earth" 16 description = "1:100 Scale Model of Earth with Gravity" 17 > 15 <Level> 18 16 <templates> 19 17 <Template link="lodtemplate_default" /> -
code/branches/presentation2011/data/levels/emptyLevel.oxw
r8706 r8977 3 3 description = "A level with absolutely nothing in it." 4 4 tags = "test" 5 screenshot = "emptylevel.png" 5 6 /> 6 7 … … 16 17 ?> 17 18 18 <Level 19 name = "Sample" 20 description = "Just a few tests" 21 > 19 <Level> 22 20 <templates> 23 21 <Template link=lodtemplate_default /> -
code/branches/presentation2011/data/levels/events.oxw
r8706 r8977 2 2 name = "Events showcase" 3 3 description = "Level to test and showcase events." 4 tags = "test, showcase" 4 tags = "test, showcase" 5 screenshot = "eventsshowcase.png" 5 6 /> 6 7 … … 13 14 ?> 14 15 15 <Level 16 name = "Event testing" 17 description = "A simple level to test the event-system (with comments)" 18 > 16 <Level> 19 17 <templates> 20 18 <Template link=lodtemplate_default /> -
code/branches/presentation2011/data/levels/lastManStanding.oxw
r8706 r8977 2 2 name = "Last Man Standing" 3 3 description = "Be the sole survivor." 4 tags = "" 4 tags = "gametype" 5 screenshot = "lastmanstanding.png" 5 6 /> 6 7 … … 16 17 17 18 <Level 18 name = "Last Man Standing" 19 description = "testmap for gametype last man standing" 20 gametype = "LastManStanding" 19 gametype = "LastManStanding" 21 20 > 22 21 <templates> -
code/branches/presentation2011/data/levels/lastTeamStanding.oxw
r8891 r8977 2 2 name = "Last Team Standing" 3 3 description = "Survive as a team." 4 tags = "singleplayer" 4 tags = "gametype" 5 screenshot = "lastteamstanding.png" 5 6 /> 6 7 <?lua … … 15 16 16 17 <Level 17 name = "Last Team Standing" 18 description = "testmap for gametype last team standing" 19 gametype = "LastTeamStanding" 18 gametype = "LastTeamStanding" 20 19 > 21 20 <templates> -
code/branches/presentation2011/data/levels/myTestLevel.oxw
r8706 r8977 3 3 description = "A level to test the Class SpaceBoundaries." 4 4 tags = "test" 5 screenshot = "mytestlevel.png" 5 6 /> 6 7 … … 16 17 ?> 17 18 18 <Level 19 name = "Sample" 20 description = "Just a few tests" 21 > 19 <Level> 22 20 <templates> 23 21 <Template link=lodtemplate_default /> -
code/branches/presentation2011/data/levels/notifications.oxw
r8706 r8977 3 3 description = "Level to test and showcase notifications." 4 4 tags = "test, showcase" 5 screenshot = "notificationsshowcase.png" 5 6 /> 6 7 … … 12 13 ?> 13 14 14 <Level 15 name = "Presentation" 16 description = "A simple testlevel" 17 > 15 <Level> 18 16 <templates> 19 17 <Template link=lodtemplate_default /> -
code/branches/presentation2011/data/levels/pickups.oxw
r8706 r8977 3 3 description = "Level to test and showcase pickups." 4 4 tags = "test, showcase" 5 screenshot = "pickupsshowcase.png" 5 6 /> 6 7 … … 16 17 ?> 17 18 18 <Level 19 name = "Sample" 20 description = "Just a few tests" 21 > 19 <Level> 22 20 <templates> 23 21 <Template link=lodtemplate_default /> -
code/branches/presentation2011/data/levels/pirateAttack.oxw
r8706 r8977 3 3 description = "Dani's Testlevel" 4 4 tags = "test" 5 screenshot = "pirateattack.png" 5 6 /> 6 7 … … 26 27 27 28 <Level 28 name="Dani's Testlevel" 29 description="Erste Versuche mit den Quests" 30 gametype=TeamDeathmatch 29 gametype = "TeamDeathmatch" 31 30 > 32 31 -
code/branches/presentation2011/data/levels/planets.oxw
r8891 r8977 3 3 description = "Demonstration of Planets" 4 4 tags = "showcase" 5 screenshot = "planetdemonstration.png" 5 6 /> 6 7 … … 12 13 ?> 13 14 14 <Level 15 name = "Planet" 16 description = "Demonstration of Planets" 17 > 15 <Level> 18 16 <templates> 19 17 <Template link="lodtemplate_default" /> -
code/branches/presentation2011/data/levels/pong.oxw
r8706 r8977 2 2 name = "Pong" 3 3 description = "Pong in space!" 4 tags = "" 4 tags = "minigame" 5 screenshot = "pong.png" 5 6 /> 6 7 … … 49 50 50 51 <Level 51 name = "Presentation" 52 description = "A simple testlevel" 53 gametype = Pong 52 gametype = "Pong" 54 53 > 55 54 <templates> -
code/branches/presentation2011/data/levels/portals.oxw
r8706 r8977 3 3 name = "Portals" 4 4 description = "Level for testing portals" 5 tags = "tutorial" 5 tags = "test" 6 screenshot = "portals.png" 6 7 /> 7 8 … … 14 15 ?> 15 16 16 <Level 17 name = "Presentation" 18 description = "A simple testlevel" 19 > 17 <Level> 20 18 <templates> 21 19 <Template link=lodtemplate_default /> -
code/branches/presentation2011/data/levels/presentation.oxw
r8706 r8977 3 3 description = "Presentation Level" 4 4 tags = "presentation" 5 screenshot = "presentation.png" 5 6 /> 6 7 … … 12 13 ?> 13 14 14 <Level 15 name = "Sample" 16 description = "Just a few tests" 17 > 15 <Level> 18 16 <templates> 19 17 <Template link=lodtemplate_default /> -
code/branches/presentation2011/data/levels/presentation09.oxw
r8706 r8977 3 3 description = "3rd Presentation level for Orxonox Convention X" 4 4 tags = "presentation" 5 screenshot = "presentationx3rd.png" 5 6 /> 6 7 … … 13 14 ?> 14 15 15 <Level 16 name = "Presentation09" 17 description = "presentation level for Orxonox Convention X" 18 19 > 16 <Level> 20 17 <templates> 21 18 <Template link=lodtemplate_default /> -
code/branches/presentation2011/data/levels/presentation09b.oxw
r8706 r8977 3 3 description = "2nd Presentation level for Orxonox Convention X" 4 4 tags = "presentation" 5 screenshot = "presentationx2.png" 5 6 /> 6 7 … … 16 17 17 18 <Level 18 name = "Presentation09" 19 description = "presentation level for Orxonox Convention X" 20 gametype = TeamDeathmatch 19 gametype = "TeamDeathmatch" 21 20 > 22 21 <templates> -
code/branches/presentation2011/data/levels/presentationDM.oxw
r8858 r8977 3 3 description = "Presentation Level" 4 4 tags = "presentation" 5 screenshot = "presentationdm.png" 5 6 /> 6 7 … … 14 15 15 16 <Level 16 name = "Presentation" 17 description = "A simple testlevel" 18 gametype = Deathmatch 17 gametype = "Deathmatch" 19 18 > 20 19 <templates> -
code/branches/presentation2011/data/levels/presentationFS10.oxw
r8706 r8977 3 3 description = "1st Presentation level for Orxonox Convention XI" 4 4 tags = "presentation" 5 screenshot = "presentationxi.png" 5 6 /> 6 7 … … 19 20 20 21 <Level 21 name = "Sample" 22 description = "Just a few tests" 23 gametype = TeamDeathmatch 22 gametype = "TeamDeathmatch" 24 23 > 25 24 <templates> -
code/branches/presentation2011/data/levels/presentationFS102.oxw
r8706 r8977 3 3 description = "2nd Presentation level for Orxonox Convention XI, FPS" 4 4 tags = "presentation" 5 screenshot = "presentationxifps1st.png" 5 6 /> 6 7 … … 14 15 ?> 15 16 16 <Level 17 name = "fps" 18 description = "tests" 19 > 17 <Level> 20 18 <templates> 21 19 <Template link=lodtemplate_default /> -
code/branches/presentation2011/data/levels/presentationFS10Ed.oxw
r8706 r8977 3 3 description = "3rd Presentation level for Orxonox Convention XI, FPS" 4 4 tags = "presentation" 5 screenshot = "presentationxifps2nd.png" 5 6 /> 6 7 … … 14 15 ?> 15 16 16 <Level 17 name = "fps" 18 description = "tests" 19 > 17 <Level> 20 18 <templates> 21 19 <Template link=lodtemplate_default /> -
code/branches/presentation2011/data/levels/presentationFS11.oxw
r8706 r8977 2 2 name = "Presentation FS11" 3 3 description = "Presentation level spring semester '11" 4 tags = "test" 4 tags = "presentation" 5 screenshot = "presentationfs11.png" 5 6 /> 6 7 … … 21 22 ?> 22 23 23 <Level 24 name = "Sample" 25 description = "Just a few tests" 26 > 24 <Level> 27 25 <templates> 28 26 <Template link=lodtemplate_default /> -
code/branches/presentation2011/data/levels/presentationHS09.oxw
r8706 r8977 3 3 description = "1st Presentation level for Orxonox Convention X" 4 4 tags = "presentation" 5 screenshot = "presentationx1st.png" 5 6 /> 6 7 … … 16 17 17 18 <Level 18 name = "Presentation09" 19 description = "presentation level for Orxonox Convention X" 20 gametype = TeamDeathmatch 19 gametype = "TeamDeathmatch" 21 20 hasPhysics = true 22 21 > -
code/branches/presentation2011/data/levels/presentationHS09b.oxw
r8706 r8977 3 3 description = "2nd Presentation level for Orxonox Convention X" 4 4 tags = "presentation" 5 screenshot = "presentationx2nd.png" 5 6 /> 6 7 … … 22 23 23 24 <Level 24 name = "Sample" 25 description = "Just a few tests" 26 gametype = TeamDeathmatch 25 gametype = "TeamDeathmatch" 27 26 > 28 27 <templates> -
code/branches/presentation2011/data/levels/princessAeryn.oxw
r8706 r8977 2 2 name = "The Tale of Princess Aeryn" 3 3 description = "The Tale of the elusive but beautiful Princess Aeryn" 4 tags = "" 4 tags = "mission" 5 screenshot = "thetaleofprincessaeryn.png" 5 6 /> 6 7 … … 16 17 ?> 17 18 18 <Level 19 name = "The Tale of Princess Aeryn" 20 description = "The Tale of Princess Aeryn" 21 > 19 <Level> 22 20 23 21 <templates> -
code/branches/presentation2011/data/levels/quests.oxw
r8706 r8977 3 3 description = "Level to test and showcase quests." 4 4 tags = "test, showcase" 5 screenshot = "questsshowcase.png" 5 6 /> 6 7 … … 12 13 ?> 13 14 14 <Level 15 name = "Questsystem" 16 description = "Just a few tests" 17 > 15 <Level> 18 16 <templates> 19 17 <Template link=lodtemplate_default /> -
code/branches/presentation2011/data/levels/screenshot.oxw
r8706 r8977 2 2 name = "Screenshot" 3 3 description = "Level to make awesome screenshots in." 4 tags = "test" 4 tags = "test, showcase" 5 screenshot = "screenshot.png" 5 6 /> 6 7 … … 15 16 16 17 <Level 17 name = "Waypoints" 18 description = "Testing waypoings for AI controlled spaceships." 19 gametype = TeamDeathmatch 18 gametype = "TeamDeathmatch" 20 19 > 21 20 <templates> -
code/branches/presentation2011/data/levels/shieldTest.oxw
r8706 r8977 3 3 description = "A simple Level with one shielded drone to shoot at" 4 4 tags = "test" 5 screenshot = "shieldtestlevel.png" 5 6 /> 6 7 … … 12 13 ?> 13 14 14 <Level 15 name = "shieldTL" 16 description = "LEVEL-DESCRIPTION" 17 > 15 <Level> 18 16 19 17 <templates> -
code/branches/presentation2011/data/levels/sound.oxw
r8706 r8977 2 2 name = "Sound showcase" 3 3 description = "Level to test and showcase sound." 4 tags = "test" 4 tags = "test, showcase" 5 screenshot = "soundshowcase.png" 5 6 /> 6 7 … … 16 17 ?> 17 18 18 <Level 19 name = "Sample" 20 description = "Just a few tests" 21 > 19 <Level> 22 20 <templates> 23 21 <Template link=lodtemplate_default /> -
code/branches/presentation2011/data/levels/spaceRace.oxw
r8706 r8977 1 1 <LevelInfo 2 2 name = "Space Race" 3 description = "Test level for the gametype Space Race." 4 tags = "test" 3 description = "Have a furious Race in Space: Reach the checkpoints as fast as possible." 4 tags = "gametype" 5 screenshot = "spacerace.png" 5 6 /> 6 7 … … 17 18 18 19 <Level 19 name = "Space Race" 20 description = "Test level for the gametype Space Race." 21 gametype = SpaceRace 20 gametype = "SpaceRace" 22 21 > 23 22 <templates> -
code/branches/presentation2011/data/levels/teamBaseMatch.oxw
r8706 r8977 1 1 <LevelInfo 2 2 name = "Teambase Match" 3 description = "Fight for the bases." 4 tags = "" 3 description = "Fight for the bases. Capture bases by shooting at them and defend them against attackers." 4 tags = "gametype" 5 screenshot = "teambasematch.png" 5 6 /> 6 7 … … 15 16 16 17 <Level 17 name = "Presentation" 18 description = "A simple testlevel" 19 gametype = TeamBaseMatch 18 gametype = "TeamBaseMatch" 20 19 > 21 20 -
code/branches/presentation2011/data/levels/teamDeathMatch.oxw
r8706 r8977 2 2 name = "Team Deathmatch" 3 3 description = "Fight against each other in teams." 4 tags = "" 4 tags = "gametype" 5 screenshot = "teamdeathmatch.png" 5 6 /> 6 7 … … 15 16 16 17 <Level 17 name = "Waypoints" 18 description = "Testing waypoings for AI controlled spaceships." 19 gametype = TeamDeathmatch 18 gametype = "TeamDeathmatch" 20 19 > 21 20 <templates> -
code/branches/presentation2011/data/levels/testStars.oxw
r8706 r8977 3 3 description = "Level to test stars" 4 4 tags = "test" 5 screenshot = "starstestlevel.png" 5 6 /> 6 7 … … 16 17 ?> 17 18 18 <Level 19 name = "Sample" 20 description = "Just a few tests" 21 > 19 <Level> 22 20 <templates> 23 21 <Template link=lodtemplate_default /> -
code/branches/presentation2011/data/levels/testSwallow.oxw
r8706 r8977 3 3 description = "Level to test the swallow spaceship." 4 4 tags = "test" 5 screenshot = "swallowtestlevel.png" 5 6 /> 6 7 … … 13 14 ?> 14 15 15 <Level 16 name = "Presentation_swallow" 17 description = "presentation level for Orxonox Convention X" 18 19 > 16 <Level> 20 17 21 18 <templates> -
code/branches/presentation2011/data/levels/tetris.oxw
r8706 r8977 2 2 name = "Tetris" 3 3 description = "Tetris in space!" 4 tags = "" 4 tags = "minigame" 5 screenshot = "tetris.png" 5 6 /> 6 7 … … 30 31 31 32 <Level 32 name = "Presentation" 33 description = "A simple testlevel" 34 gametype = "Tetris" 33 gametype = "Tetris" 35 34 > 36 35 <templates> -
code/branches/presentation2011/data/levels/theTimeMachine.oxw
r8706 r8977 2 2 name = "The Time Machine" 3 3 description = "A simple level. The only goal is to defeat as much enemies as you can." 4 tags = "singleplayer" 4 tags = "gametype" 5 screenshot = "thetimemachine.png" 5 6 /> 6 7 … … 61 62 62 63 <Level 63 name="The Time Machine" 64 description="A simple level. The only goal is to defeat as much enemies as you can." 65 gametype=TeamDeathmatch 64 gametype = "TeamDeathmatch" 66 65 > 67 66 <templates> -
code/branches/presentation2011/data/levels/tutorial.oxw
r8706 r8977 3 3 description = "Level for the coding tutorial." 4 4 tags = "tutorial" 5 screenshot = "codingtutorial.png" 5 6 /> 6 7 … … 12 13 ?> 13 14 14 <Level 15 name = "Presentation" 16 description = "A simple testlevel" 17 > 15 <Level> 18 16 <templates> 19 17 <Template link=lodtemplate_default /> -
code/branches/presentation2011/data/levels/underAttack.oxw
r8706 r8977 1 <LevelInfo 2 name = "Under Attack" 3 description = "Fight the transporter." 4 tags = "gametype" 5 screenshot = "underattack.png" 6 /> 7 1 8 <?lua 2 9 include("HUDTemplates3.oxo") … … 8 15 9 16 <Level 10 name = "UnderAttack testing" 11 description = "A simple testlevel" 12 gametype = UnderAttack 17 gametype = "UnderAttack" 13 18 > 14 19 <templates> -
code/branches/presentation2011/data/levels/waypoints.oxw
r8706 r8977 3 3 description = "Testing waypoings for AI controlled spaceships." 4 4 tags = "test" 5 screenshot = "waypointstestlevel.png" 5 6 /> 6 7 … … 14 15 ?> 15 16 16 <Level 17 name = "Waypoints" 18 description = "Testing waypoings for AI controlled spaceships." 19 > 17 <Level> 20 18 <templates> 21 19 <Template link=lodtemplate_default />
Note: See TracChangeset
for help on using the changeset viewer.