summaryrefslogtreecommitdiff
path: root/src/game-server/mapreader.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-10-23ignore case in map object types (by Chuck Miller)Roderic Morris1-5/+11
2008-08-18fix compilationRoderic Morris1-2/+0
2008-08-04Fixed another crash when reading inlined object properties.Bjørn Lindeijer1-11/+25
2008-07-03avoid map reading crash, arbitrary tile sizes, enable new mapsRoderic Morris1-40/+35
2008-05-19Implemented NPC names. Implemented the theoretical possibility to have named ...Philipp Sehmisch1-1/+1
2008-05-07Implemented script bindings for making beings talk and sending private chat m...Philipp Sehmisch1-1/+2
2008-04-22Compile fix.Bjørn Lindeijer1-2/+2
2008-04-22Fixed some small issues.Bjørn Lindeijer1-1/+2
2008-03-13Implemented dynamic and selective pathblocking. Monsters are blocked by playe...Philipp Sehmisch1-1/+5
2007-11-13Trimed script filenames from spaces.Guillaume Melquiond1-2/+4
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond1-0/+2
2007-09-22Cleaned both configuration and resource managers.Guillaume Melquiond1-5/+4
2007-09-10Spawn rate and limit are now read from map files and really fixed size of spa...Eugenio Favalli1-1/+11
2007-08-27Added support for uncompressed map files and compressed layers.Guillaume Melquiond1-80/+105
2007-08-27Enabled loading of npcs and scripts from map files.Eugenio Favalli1-23/+128
2007-07-28Revert to the old pathfinding system without collision with beings, as the ne...Guillaume Melquiond1-2/+1
2007-07-17Implemented loading of warp and spawn areas from map files.Eugenio Favalli1-7/+127
2007-06-30Implemented basic monster AI and fixed a stability problem caused by the spaw...Philipp Sehmisch1-1/+2
2007-01-05Simplified handling of verbosity levels. Optimized code by generating only ne...Guillaume Melquiond1-5/+5
2007-01-03Split persistent player data from game server data. Enabled inventory code back.Guillaume Melquiond1-1/+1
2007-01-02Simplified MapReader interface and code. Fixed some memory leaks.Guillaume Melquiond1-0/+262