Revision 447d9b1...

Go back to digest for 27th October 2013

Features in Games

Nemanja Hirsl committed changes in [konquest] /:

For AI development it is useful to watch the AIs play. This patch adds a
new local human spectator player controller which does not have any
planets and does not count as active player.
In case all selected player controllers are spectators, or only one
non-spectating player controller is set, consider the match as
spectator-only and reject it as there is either no winner at all, or the
winner is known already (the only non-spectating player).
REVIEW:113113

File Changes

Modified 12 files
  •   CMakeLists.txt
  •   game.cpp
  •   gameview.cc
  •   dialogs/newgamedlg.cc
  •   dialogs/newgamedlg.h
  •   players/computerplayer.cpp
  •   players/computerplayer.h
  •   players/localplayer.cpp
  •   players/localplayer.h
  •   players/localplayer_gui.cpp
  •   players/player.cpp
  •   players/player.h
12 files changed in total