Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/objecthierarchy2/src/orxonox/objects/infos/CMakeLists.txt @ 2428

Last change on this file since 2428 was 2428, checked in by landauf, 15 years ago
  • Moved some variables from Gametype to GametypeInfo (Gametype exists only on the Server while GametypeInfo is synchronized)
  • Created a new HUD-element, GametypeStatus, based on GametypeInfo (the same effect was formerly achieved by using a hack in Spectator and a TextOverlay)
  • HumanController creates a HUD (additionally to the SpaceShips HUD) which includes GametypeStatus and ChatOverlay and even more in the future
  • Property svn:eol-style set to native
File size: 116 bytes
RevLine 
[2131]1SET( SRC_FILES
[2362]2  Bot.cc
[2131]3  Info.cc
4  PlayerInfo.cc
5  HumanPlayer.cc
[2428]6  GametypeInfo.cc
[2131]7)
8
9ADD_SOURCE_FILES(SRC_FILES)
Note: See TracBrowser for help on using the repository browser.