summaryrefslogtreecommitdiff
path: root/src/game-server/monster.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-08-19Added support for protective equipment.Guillaume Melquiond1-2/+3
2007-08-18First part of a patch for completing the RPG system (character attributes) of...Guillaume Melquiond1-43/+35
2007-07-15Some cleaning up of the chat channel manager code.Bjørn Lindeijer1-24/+22
2007-07-08Added monster drops.Guillaume Melquiond1-3/+27
2007-07-07Simplified code by using map pointers only, instead of using both map IDs and...Guillaume Melquiond1-6/+4
2007-06-30Implemented basic monster AI and fixed a stability problem caused by the spaw...Philipp Sehmisch1-12/+180
2007-03-31Added a DeathListener interface, which the SpawnArea now uses to get notifiedBjørn Lindeijer1-2/+2
2007-03-31Made a start with having monsters spawn using a SpawnArea.Bjørn Lindeijer1-89/+90
2007-03-30repaired some svn errorsPhilipp Sehmisch1-106/+0
2007-03-30Renamed "Controlled" to "Monster" and moved it into the game-server directory.Philipp Sehmisch1-0/+195