- Timestamp:
- Sep 1, 2009, 12:14:43 AM (16 years ago)
- Location:
- code/branches/libraries2/src/orxonox
- Files:
-
- 16 deleted
- 1 edited
- 21 copied
-
CMakeLists.txt (modified) (1 diff)
-
GlobalShader.cc (copied) (copied from code/branches/libraries2/src/orxonox/objects/GlobalShader.cc)
-
GlobalShader.h (copied) (copied from code/branches/libraries2/src/orxonox/objects/GlobalShader.h)
-
Level.cc (copied) (copied from code/branches/libraries2/src/orxonox/objects/Level.cc)
-
Level.h (copied) (copied from code/branches/libraries2/src/orxonox/objects/Level.h)
-
Radar.cc (copied) (copied from code/branches/libraries2/src/orxonox/objects/Radar.cc)
-
Radar.h (copied) (copied from code/branches/libraries2/src/orxonox/objects/Radar.h)
-
Scene.cc (copied) (copied from code/branches/libraries2/src/orxonox/objects/Scene.cc)
-
Scene.h (copied) (copied from code/branches/libraries2/src/orxonox/objects/Scene.h)
-
Test.cc (copied) (copied from code/branches/libraries2/src/orxonox/objects/Test.cc)
-
Test.h (copied) (copied from code/branches/libraries2/src/orxonox/objects/Test.h)
-
collisionshapes (copied) (copied from code/branches/libraries2/src/orxonox/objects/collisionshapes)
-
collisionshapes/BoxCollisionShape.cc (deleted)
-
collisionshapes/BoxCollisionShape.h (deleted)
-
collisionshapes/CMakeLists.txt (copied) (copied from code/branches/libraries2/src/orxonox/objects/collisionshapes/CMakeLists.txt)
-
collisionshapes/ConeCollisionShape.cc (deleted)
-
collisionshapes/ConeCollisionShape.h (deleted)
-
collisionshapes/PlaneCollisionShape.cc (deleted)
-
collisionshapes/PlaneCollisionShape.h (deleted)
-
collisionshapes/SphereCollisionShape.cc (deleted)
-
collisionshapes/SphereCollisionShape.h (deleted)
-
controllers (copied) (copied from code/branches/libraries2/src/orxonox/objects/controllers)
-
controllers/HumanController.cc (copied) (copied from code/branches/libraries2/src/orxonox/objects/controllers/HumanController.cc)
-
gametypes (copied) (copied from code/branches/libraries2/src/orxonox/objects/gametypes)
-
infos (copied) (copied from code/branches/libraries2/src/orxonox/objects/infos)
-
items (copied) (copied from code/branches/libraries2/src/orxonox/objects/items)
-
objects (deleted)
-
pickup (copied) (copied from code/branches/libraries2/src/orxonox/objects/pickup)
-
weaponsystem (copied) (copied from code/branches/libraries2/src/orxonox/objects/weaponsystem)
-
worldentities (copied) (copied from code/branches/libraries2/src/orxonox/objects/worldentities)
-
worldentities/Attacher.cc (deleted)
-
worldentities/Attacher.h (deleted)
-
worldentities/CMakeLists.txt (copied) (copied from code/branches/libraries2/src/orxonox/objects/worldentities/CMakeLists.txt)
-
worldentities/ForceField.cc (deleted)
-
worldentities/ForceField.h (deleted)
-
worldentities/Planet.cc (deleted)
-
worldentities/Planet.h (deleted)
-
worldentities/triggers (deleted)
Legend:
- Unmodified
- Added
- Removed
-
code/branches/libraries2/src/orxonox/CMakeLists.txt
r5733 r5734 25 25 PawnManager.cc 26 26 PlayerManager.cc 27 28 GlobalShader.cc 29 Level.cc 30 Radar.cc 31 Scene.cc 27 32 ) 33 34 ADD_SUBDIRECTORY(collisionshapes) 35 ADD_SUBDIRECTORY(controllers) 36 ADD_SUBDIRECTORY(gametypes) 37 ADD_SUBDIRECTORY(infos) 28 38 ADD_SUBDIRECTORY(interfaces) 39 ADD_SUBDIRECTORY(items) 29 40 ADD_SUBDIRECTORY(overlays) 30 ADD_SUBDIRECTORY( objects)41 ADD_SUBDIRECTORY(pickup) 31 42 ADD_SUBDIRECTORY(sound) 43 ADD_SUBDIRECTORY(weaponsystem) 44 ADD_SUBDIRECTORY(worldentities) 32 45 33 46 ORXONOX_ADD_LIBRARY(orxonox
Note: See TracChangeset
for help on using the changeset viewer.










