summaryrefslogtreecommitdiff
path: root/src/map.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-28Added support for map/layer maskThorbjørn Lindeijer1-0/+7
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-3/+3
2012-08-05Fixed drawing issues with tiles that don't match the gridThorbjørn Lindeijer1-1/+1
2012-08-05Removed 'virtual' from methods of ImageThorbjørn Lindeijer1-1/+2
2012-08-02Add a checkbox to the debugging window to show being ids.Stefan Beller1-3/+4
2012-03-18Removed some 'const' keywords from value returnsThorbjørn Lindeijer1-3/+3
2012-02-05Revert "Checking being positions send by the server"Thorbjørn Lindeijer1-5/+0
2012-02-03Clear tile flags from the gid before further processingThorbjørn Lindeijer1-1/+1
2012-02-03Simplified and made generic the way the pickup is handled.Yohann Ferreira1-1/+1
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2011-09-16Renamed Map::DebugFlags enumeratorsThorbjørn Lindeijer1-13/+13
2011-09-13Fix compilation by readding a missing enum value.Yohann Ferreira1-0/+1
2011-09-11Merge branch '0.5'Thorbjørn Lindeijer1-1/+1
2011-09-11Fixed drawing glitch with overwide tilesThorbjørn Lindeijer1-1/+1
2011-06-17Removed dehardcoded values from the Map and MapLayer classes.Yohann Ferreira1-1/+3
2011-06-17First pass on removing tile hard coded values.Yohann Ferreira1-0/+2
2011-05-25Refining switches in the debug viewStefan Dombrowski1-6/+10
2011-05-01Checking being positions send by the serverStefan Dombrowski1-0/+5
2011-04-26Made the client use a unique kind of movement code.Yohann Ferreira1-7/+22
2011-04-16Post-review fixes.Yohann Ferreira1-1/+1
2011-04-09Removed a lot of useless "documentation"Thorbjørn Lindeijer1-9/+0
2011-03-29Made the Map::findPath() private as it should be used internally.Yohann Ferreira1-9/+8
2011-03-29Added the Map::getTileCenter() convenience function.Yohann Ferreira1-0/+8
2011-03-17Now the client centers the pixel positions when using tA.Yohann Ferreira1-0/+8
2011-03-10Wrap the open and closed list members in path finding.Yohann Ferreira1-3/+3
2010-07-22Add two debug map modes and improve slightly map drawing.Andrei Karas1-1/+8
2010-06-13Merge remote branch '1.0/1.0'Jared Adams1-1/+1
2010-06-05Fix memory leak in minimapAndrei Karas1-1/+1
2010-04-23Add an Actor class to replace the Sprite classJared Adams1-20/+20
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