summaryrefslogtreecommitdiff
path: root/src/map.h
AgeCommit message (Expand)AuthorFilesLines
2005-03-13* Moved Being public char *speech to private std::string speechBjørn Lindeijer1-1/+3
2005-03-03Separated graphic/graphic.cpp into graphics.cpp and engine.cpp.Bjørn Lindeijer1-1/+1
2005-03-02Moved map drawing loop into the Map class and made it safer (it doesn't try toBjørn Lindeijer1-0/+6
2005-02-20More progress towards loading XML maps.Bjørn Lindeijer1-8/+1
2005-02-20Separated Tiles in MetaTiles and Images.Bjørn Lindeijer1-20/+20
2005-02-20Fixed Cancel button for NPC choice dialog, thanks to Mra. Also some smallBjørn Lindeijer1-0/+11
2005-02-19Fixed searching for zip files in Linux, fixed initialization of PhysFS to beBjørn Lindeijer1-0/+5
2005-02-13Small start on XML map loading. Windows users pay attention to instructionsBjørn Lindeijer1-2/+7
2005-02-13New shorter and more flexible pathfinding implementation, which is hopefullyBjørn Lindeijer1-0/+5
2005-02-09More of a start on pathfinding, but still just a start.Bjørn Lindeijer1-0/+32
2005-02-06Added setSize function to Map.Bjørn Lindeijer1-0/+5
2005-02-06Mostly making map tile data dynamically allocated.Bjørn Lindeijer1-6/+20
2005-02-06Some preparational changes to the map format.Bjørn Lindeijer1-31/+16
2005-02-05Removed superfluous getPathWalk method in favor of getWalk.Bjørn Lindeijer1-8/+0
2005-02-05Supposed to make it more readable, but I don't think really worked.Bjørn Lindeijer1-3/+13
2005-02-02Turned MAP struct into Map class.Bjørn Lindeijer1-35/+40
2005-01-03Some indent, comment and const parameter changes.Bjørn Lindeijer1-0/+15
2004-12-12Added Guichan and converted login dialog. Also resolved some naming conflicts.Bjørn Lindeijer1-2/+2
2004-12-10Use a consistent tab-less header throughout the code.Bjørn Lindeijer1-21/+19
2004-09-29*** empty log message ***Alexander Baldeck1-1/+1
2004-09-26*** empty log message ***Eugenio Favalli1-0/+89