- Timestamp:
- Dec 11, 2014, 4:09:29 PM (10 years ago)
- Location:
- code/branches/presentationHS14
- Files:
-
- 5 edited
- 35 copied
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationHS14
- Property svn:mergeinfo changed
/code/branches/surfaceraceHS14 (added) merged: 10080,10092-10093,10095,10099,10107,10114,10116-10118,10124,10127-10128,10135,10139,10152,10154,10166
- Property svn:mergeinfo changed
-
code/branches/presentationHS14/data/gui/scripts/CampaignMenu.lua
r10175 r10176 52 52 53 53 function P.CheckLevel(filename) 54 local file = io.open("/home/ pmao/pmao-extra-0/orxonox/storymodeHS14/data/gui/scripts/campaign.txt", "r+")54 local file = io.open("/home/maxima/maxima-extra-0/orxonox/presentationHS14/data/gui/scripts/campaign.txt", "r+") 55 55 local index = 0 56 56 local returnvalue = false -
code/branches/presentationHS14/data/gui/scripts/campaign.txt
r10175 r10176 2 2 spacebar!!! . 3 3 missionOne.oxw 1 . 4 fightInOurBack.oxw 1.5 pirateAttack.oxw 1.4 fightInOurBack.oxw 0 . 5 pirateAttack.oxw 0 . 6 6 iJohnVane_TriptoArea51.oxw 0 . 7 7 ............................................................ -
code/branches/presentationHS14/data/levels/templates/spaceshipInvader.oxt
r9943 r10176 68 68 <InvaderShip> 69 69 <camerapositions> 70 <!-- <CameraPosition position="0,15, 60" drag=true mouselook=true />71 <CameraPosition position="0,20, 90" drag=true mouselook=true />72 <CameraPosition position="0,30,120" d rag=true mouselook=true /> -->70 <!-- <CameraPosition position="0,15, 60" drag=true mouselook=true /> 71 <CameraPosition position="0,20, 90" drag=true mouselook=true /> 72 <CameraPosition position="0,30,120" direction="0, 0, -1" drag=false mouselook=true /> --> 73 73 <CameraPosition position="0,300,-100" direction="0, -1, 0" drag=false mouselook=true /> 74 74 </camerapositions> -
code/branches/presentationHS14/src/modules/CMakeLists.txt
r9939 r10176 40 40 ADD_SUBDIRECTORY(towerdefense) 41 41 ADD_SUBDIRECTORY(invader) 42 ADD_SUBDIRECTORY(dodgerace2)
Note: See TracChangeset
for help on using the changeset viewer.