summaryrefslogtreecommitdiff
path: root/src/game-server/spawnarea.hpp
AgeCommit message (Expand)AuthorFilesLines
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-7/+6
2009-12-06Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer1-2/+2
2009-04-26Standardize on the position of the const keywordBjørn Lindeijer1-1/+1
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2007-09-10Spawn rate and limit are now read from map files and really fixed size of spa...Eugenio Favalli1-1/+2
2007-08-29Replaced event system. Fixed race condition between quest variable recovery a...Guillaume Melquiond1-5/+11
2007-07-08Added monster drops.Guillaume Melquiond1-6/+3
2007-07-07Simplified code by using map pointers only, instead of using both map IDs and...Guillaume Melquiond1-1/+1
2007-06-30Implemented basic monster AI and fixed a stability problem caused by the spaw...Philipp Sehmisch1-0/+2
2007-03-31Took into account spawn rate.Bjørn Lindeijer1-0/+1
2007-03-31Added a DeathListener interface, which the SpawnArea now uses to get notifiedBjørn Lindeijer1-1/+6
2007-03-31Made a start with having monsters spawn using a SpawnArea.Bjørn Lindeijer1-0/+51