summaryrefslogtreecommitdiff
path: root/src/game-server/map.cpp
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-10-09Mostly synced the client and server code for path finding.Bertram1-29/+22
2009-07-01Remove a stray comment.Roderic Morris1-2/+0
2009-07-01Remove complex path finding for players. Add a simple path finding algorithm ...Roderic Morris1-2/+50
2009-03-27Fixed compile warningBjørn Lindeijer1-5/+5
2009-03-19Implemented the possibility to have maps with or without PvP combat.Philipp Sehmisch1-0/+8
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