- Timestamp:
- Sep 1, 2009, 1:02:10 AM (16 years ago)
- Location:
- code/branches/libraries2/src/orxonox
- Files:
-
- 2 added
- 2 edited
- 20 moved
-
CMakeLists.txt (modified) (2 diffs)
-
graphics (added)
-
graphics/Backlight.cc (moved) (moved from code/branches/libraries2/src/orxonox/worldentities/Backlight.cc)
-
graphics/Backlight.h (moved) (moved from code/branches/libraries2/src/orxonox/worldentities/Backlight.h)
-
graphics/Billboard.cc (moved) (moved from code/branches/libraries2/src/orxonox/worldentities/Billboard.cc)
-
graphics/Billboard.h (moved) (moved from code/branches/libraries2/src/orxonox/worldentities/Billboard.h)
-
graphics/BlinkingBillboard.cc (moved) (moved from code/branches/libraries2/src/orxonox/worldentities/BlinkingBillboard.cc)
-
graphics/BlinkingBillboard.h (moved) (moved from code/branches/libraries2/src/orxonox/worldentities/BlinkingBillboard.h)
-
graphics/CMakeLists.txt (added)
-
graphics/Camera.cc (moved) (moved from code/branches/libraries2/src/orxonox/worldentities/Camera.cc)
-
graphics/Camera.h (moved) (moved from code/branches/libraries2/src/orxonox/worldentities/Camera.h)
-
graphics/FadingBillboard.cc (moved) (moved from code/branches/libraries2/src/orxonox/worldentities/FadingBillboard.cc)
-
graphics/FadingBillboard.h (moved) (moved from code/branches/libraries2/src/orxonox/worldentities/FadingBillboard.h)
-
graphics/GlobalShader.cc (moved) (moved from code/branches/libraries2/src/orxonox/GlobalShader.cc)
-
graphics/GlobalShader.h (moved) (moved from code/branches/libraries2/src/orxonox/GlobalShader.h)
-
graphics/Light.cc (moved) (moved from code/branches/libraries2/src/orxonox/worldentities/Light.cc)
-
graphics/Light.h (moved) (moved from code/branches/libraries2/src/orxonox/worldentities/Light.h)
-
graphics/Model.cc (moved) (moved from code/branches/libraries2/src/orxonox/worldentities/Model.cc)
-
graphics/Model.h (moved) (moved from code/branches/libraries2/src/orxonox/worldentities/Model.h)
-
graphics/ParticleEmitter.cc (moved) (moved from code/branches/libraries2/src/orxonox/worldentities/ParticleEmitter.cc)
-
graphics/ParticleEmitter.h (moved) (moved from code/branches/libraries2/src/orxonox/worldentities/ParticleEmitter.h)
-
graphics/ParticleSpawner.cc (moved) (moved from code/branches/libraries2/src/orxonox/worldentities/ParticleSpawner.cc)
-
graphics/ParticleSpawner.h (moved) (moved from code/branches/libraries2/src/orxonox/worldentities/ParticleSpawner.h)
-
worldentities/CMakeLists.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
code/branches/libraries2/src/orxonox/CMakeLists.txt
r5735 r5736 26 26 PlayerManager.cc 27 27 28 GlobalShader.cc29 28 Level.cc 30 29 Radar.cc … … 35 34 ADD_SUBDIRECTORY(controllers) 36 35 ADD_SUBDIRECTORY(gametypes) 36 ADD_SUBDIRECTORY(graphics) 37 37 ADD_SUBDIRECTORY(infos) 38 38 ADD_SUBDIRECTORY(interfaces) -
code/branches/libraries2/src/orxonox/worldentities/CMakeLists.txt
r5734 r5736 6 6 ControllableEntity.cc 7 7 8 Backlight.cc9 Billboard.cc10 BlinkingBillboard.cc11 8 BigExplosion.cc 12 9 ExplosionChunk.cc 13 FadingBillboard.cc14 Light.cc15 Camera.cc16 10 CameraPosition.cc 17 Model.cc18 ParticleEmitter.cc19 ParticleSpawner.cc20 11 SpawnPoint.cc 21 12 TeamSpawnPoint.cc
Note: See TracChangeset
for help on using the changeset viewer.










