Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation/src/orxonox/objects/worldentities/CMakeLists.txt @ 2489

Last change on this file since 2489 was 2485, checked in by landauf, 15 years ago

Merged objecthierarchy2 into presentation branch

Couln't merge 2 lines in Gamestate.cc and a whole block of code in GSDedicated.cc (it seems like oli implemented in both branches something like a network-tick-limiter but with different approaches)

Not yet tested in network mode and with bots
The SpaceShips movement is also not yet fully adopted to the new physics (see Engine class)

  • Property svn:eol-style set to native
File size: 441 bytes
Line 
1SET( SRC_FILES
2  WorldEntity.cc
3  StaticEntity.cc
4  MovableEntity.cc
5  MobileEntity.cc
6  ControllableEntity.cc
7
8  Backlight.cc
9  Billboard.cc
10  BlinkingBillboard.cc
11  ExplosionChunk.cc
12  FadingBillboard.cc
13  Light.cc
14  Camera.cc
15  CameraPosition.cc
16  Model.cc
17  ParticleEmitter.cc
18  ParticleSpawner.cc
19  Planet.cc
20  SpawnPoint.cc
21)
22
23ADD_SOURCE_DIRECTORY(SRC_FILES pawns)
24ADD_SOURCE_DIRECTORY(SRC_FILES triggers)
25
26ADD_SOURCE_FILES(SRC_FILES)
Note: See TracBrowser for help on using the repository browser.