summaryrefslogtreecommitdiff
path: root/src/game-server/map.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-07-03avoid map reading crash, arbitrary tile sizes, enable new mapsRoderic Morris1-16/+2
2008-04-20Fixed some compiler errors/warnings.Bjørn Lindeijer1-0/+1
2008-03-15Implemented script binding for controllig movement of beings and fixed a cras...Philipp Sehmisch1-4/+9
2008-03-13added assert headerPhilipp Sehmisch1-0/+1
2008-03-13Implemented dynamic and selective pathblocking. Monsters are blocked by playe...Philipp Sehmisch1-23/+92
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond1-2/+3
2007-07-28Revert to the old pathfinding system without collision with beings, as the ne...Guillaume Melquiond1-34/+8
2007-06-30Implemented basic monster AI and fixed a stability problem caused by the spaw...Philipp Sehmisch1-23/+24
2007-03-05Added an abstrart base class for characterdata, in order to use the same seri...Rogier Polak1-2/+2
2007-01-03Split persistent player data from game server data. Enabled inventory code back.Guillaume Melquiond1-0/+302