summaryrefslogtreecommitdiff
path: root/src/map.h
AgeCommit message (Expand)AuthorFilesLines
2011-09-11Fixed drawing glitch with overwide tilesThorbjørn Lindeijer1-1/+1
2010-06-05Fix memory leak in minimapAndrei Karas1-1/+1
2010-04-12Move path finding related code to the Map class and small fixes.Bertram1-0/+17
2010-03-08Fix properties bug.Andrei Karas1-2/+2
2010-03-04Implemented markers for warp portals defined in map files in form of particle...Philipp Sehmisch1-1/+3
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-09Got successfully rid of tile width/height fallback values as asked by Jaxad.Bertram1-6/+2
2010-02-09Separated fallback defaults for tile width and height.Bertram1-3/+5
2010-02-09Made the Beings' logic be able to handle any tile height/width.Bertram1-2/+4
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-23Chaning the method name Map::getMapId() to map::getFilename()Blue Sans Douze1-1/+1
2010-01-23Autoload a minimap is no minimap info is givenBlue Sans Douze1-0/+5
2010-01-12Standardize header orderJared Adams1-3/+3
2010-01-10Change code styleAndrei Karas1-1/+1
2010-01-09Add special map mode.Andrei Karas1-2/+18
2009-12-25Added support for map background images which work exactly like overlays, jus...Philipp Sehmisch1-6/+20
2009-12-03Remove some unneeded _SUPPORt ifdefsJared Adams1-2/+0
2009-10-15Speed code unification part 3: Made the client handle the speed in tiles per ...Bertram1-0/+2
2009-10-04Introduced Net::LoginHandler::SetEmailOnRegisterThorbjørn Lindeijer1-1/+1
2009-08-13Clean up Being and it's derivativesJared Adams1-6/+6
2009-08-01Remove some unused movement methodsChuck Miller1-7/+0
2009-07-01Remove complex path finding for players. Add a simple path finding algorithm ...Roderic Morris1-0/+7
2009-06-08Reintroduced the 'occupied' check for eAthena movement codeBjørn Lindeijer1-0/+7
2009-06-08Attempt to clear some of the block/walkmask confusionBjørn Lindeijer1-4/+9
2009-05-25Handle map not found gracefullyBjørn Lindeijer1-4/+7
2009-04-15Assorted random cleanupsBjørn Lindeijer1-1/+1
2009-04-15Moved tile animations outside of the clock time polling loop. There's noTametomo1-3/+3
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-12/+31
2009-02-15Merge commit 'aethyra/master'Bjørn Lindeijer1-3/+4
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-10Simplified target drawing so that it actually uses the SimpleAnimationIra Rice1-3/+3
2009-02-10Removed crash introduced by Aethyra.Philipp Sehmisch1-1/+0
2009-02-07Some more include cleanups.Ira Rice1-1/+2
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer1-2/+2
2009-01-25Fixed performance hickups caused by animations due to buggy tick timer. A tad...Philipp Sehmisch1-1/+5
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-15Style cleanups throughout most of the code. Splitting function type fromIra Rice1-17/+9
2009-01-06Added support for animated tiles.Philipp Sehmisch1-2/+38
2009-01-05Renamed PATH_NODE to Position as on mainlineBjørn Lindeijer1-11/+9
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-2/+0
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-10-09Merged the movement branch into trunkBjørn Lindeijer1-9/+3
2008-09-25Merged the Tametomo branch into trunk.Ira Rice1-38/+74
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-04-08Implemented support for an arbitrary number of map layers. The only layerBjørn Lindeijer1-37/+73
2008-03-23Merged revisions 3828-3829,3831-3838,3841,3843-3844,3847-3872,3874,3876-3900 ...Bjørn Lindeijer1-9/+10
2008-03-13defined block bitmasks in hex instead of decimal like it is done for the walk...Philipp Sehmisch1-3/+3
2008-03-13Synchronized pathfinding algorithmns with those used by the server to avoid a...Philipp Sehmisch1-13/+33
2008-02-18Merged revisions 3762-3772,3776-3782 via svnmerge from Bjørn Lindeijer1-7/+5