Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/orxonox/graphics/CMakeLists.txt @ 8729

Last change on this file since 8729 was 8729, checked in by rgrieder, 13 years ago

Merged unity_build branch back to trunk.

Features:

  • Implemented fully automatic build units to speed up compilation if requested
  • Added DOUT macro for quick debug output
  • Activated text colouring in the POSIX IOConsole
  • DeclareToluaInterface is not necessary anymore

Improvements:

  • Output levels now change appropriately when switch back and forth from dev mode
  • Log level for the file output is now also correct during startup
  • Removed some header file dependencies in core and tools to speed up compilation

no more file for command line options

  • Improved util::tribool by adapting some concepts from boost::tribool

Regressions:

  • It is not possible anymore to specify command line arguments in an extra file because we've got config values for that purpose.
  • Property svn:eol-style set to native
File size: 296 bytes
RevLine 
[5736]1ADD_SOURCE_FILES(ORXONOX_SRC_FILES
2  Billboard.cc
3  BlinkingBillboard.cc
4  FadingBillboard.cc
5  GlobalShader.cc
[7163]6  MeshLodInformation.cc
[5736]7  Model.cc
[7163]8  AnimatedModel.cc
[5736]9  ParticleEmitter.cc
10  ParticleSpawner.cc
[8729]11
12BUILD_UNIT GraphicsBuildUnit.cc
[5929]13  Backlight.cc
14  Camera.cc
15  Light.cc
[8729]16END_BUILD_UNIT
[5736]17)
Note: See TracBrowser for help on using the repository browser.