Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation3/src/libraries/network/packet/CMakeLists.txt @ 7161

Last change on this file since 7161 was 7161, checked in by scheusso, 14 years ago

some new features:
-Orxonox servers announce themselves now inside a LAN (and can provide some information (e.g. server name, etc.) to the client )
-Orxonox clients discover the servers inside the LAN and list them in the menu

  • Property svn:eol-style set to native
File size: 454 bytes
RevLine 
[2710]1ADD_SOURCE_FILES(NETWORK_SRC_FILES
[5929]2COMPILATION_BEGIN PacketCompilation.cc
[3084]3  Acknowledgement.cc
[2131]4  Chat.cc
5  ClassID.cc
[3084]6  DeleteObjects.cc
7  FunctionIDs.cc
8  FunctionCalls.cc
[2131]9  Gamestate.cc
[5695]10  Packet.cc
[2131]11  Welcome.cc
[5929]12COMPILATION_END
[7161]13  ServerInformation.cc
[2131]14)
[5695]15
16ADD_SOURCE_FILES(NETWORK_HDR_FILES
17  Acknowledgement.h
18  Chat.cc
19  Chat.h
20  ClassID.h
21  DeleteObjects.h
22  FunctionCalls.h
23  FunctionIDs.h
24  Gamestate.h
25  Packet.h
[7161]26  ServerInformation.h
[5695]27  Welcome.h
28)
Note: See TracBrowser for help on using the repository browser.