Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/libraries/network/packet/CMakeLists.txt @ 10612

Last change on this file since 10612 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: 436 bytes
RevLine 
[2710]1ADD_SOURCE_FILES(NETWORK_SRC_FILES
[8729]2
3BUILD_UNIT PacketBuildUnit.cc
[3084]4  Acknowledgement.cc
[2131]5  Chat.cc
6  ClassID.cc
[3084]7  DeleteObjects.cc
8  FunctionIDs.cc
9  FunctionCalls.cc
[2131]10  Gamestate.cc
[5695]11  Packet.cc
[2131]12  Welcome.cc
[8729]13END_BUILD_UNIT
14
[7163]15  ServerInformation.cc
[2131]16)
[5695]17
18ADD_SOURCE_FILES(NETWORK_HDR_FILES
19  Acknowledgement.h
20  Chat.h
21  ClassID.h
22  DeleteObjects.h
23  FunctionCalls.h
24  FunctionIDs.h
25  Gamestate.h
26  Packet.h
[7163]27  ServerInformation.h
[5695]28  Welcome.h
29)
Note: See TracBrowser for help on using the repository browser.