Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation/src/orxonox/tools/CMakeLists.txt @ 2653

Last change on this file since 2653 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: 167 bytes
Line 
1SET( SRC_FILES
2  BillboardSet.cc
3  Mesh.cc
4  ParticleInterface.cc
5  Shader.cc
6  TextureGenerator.cc
7  Timer.cc
8  WindowEventListener.cc
9)
10
11ADD_SOURCE_FILES(SRC_FILES)
Note: See TracBrowser for help on using the repository browser.