Last change
on this file since 2362 was
2362,
checked in by landauf, 16 years ago
|
- Added Bot (the artifical counterpart to HumanPlayer)
- Added ArtificialController, the baseclass of all non-human-controllers
- Added AIController, a simple reimplementation of the old AISpaceShip (but of course without the SpaceShip, just the AI)
- Added currently empty class ScriptController
- Some tweaks in PlayerInfo, ControllableEntity and Controller
- Made Spacetator speed configurable
I don't know where, but there's still an issue in the new code, maybe even caused by the previous commit. The Server seems to crash when a Client disconnects, but only if the Server runs within the debugger.
|
-
Property svn:eol-style set to
native
|
File size:
98 bytes
|
Line | |
---|
1 | SET( SRC_FILES |
---|
2 | Bot.cc |
---|
3 | Info.cc |
---|
4 | PlayerInfo.cc |
---|
5 | HumanPlayer.cc |
---|
6 | ) |
---|
7 | |
---|
8 | ADD_SOURCE_FILES(SRC_FILES) |
---|
Note: See
TracBrowser
for help on using the repository browser.