summaryrefslogtreecommitdiff
path: root/src/map.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-29Apply C++11 fixitsThorbjørn Lindeijer1-36/+24
2024-01-28Added support for map/layer maskThorbjørn Lindeijer1-35/+37
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-12/+12
2012-08-05Fixed drawing issues with tiles that don't match the gridThorbjørn Lindeijer1-1/+6
2012-08-05Removed 'virtual' from methods of ImageThorbjørn Lindeijer1-5/+0
2012-03-18Removed some 'const' keywords from value returnsThorbjørn Lindeijer1-3/+3
2012-02-12Fixes to actor drawing orderThorbjørn Lindeijer1-1/+1
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-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2011-09-16Renamed Map::DebugFlags enumeratorsThorbjørn Lindeijer1-7/+7
2011-09-11Merge branch '0.5'Thorbjørn Lindeijer1-5/+10
2011-09-11Fixed drawing glitch with overwide tilesThorbjørn Lindeijer1-4/+9
2011-09-05The draw order of particles is now Y - 16 pixels.unknown1-2/+2
2011-06-24Fixed path finding by putting back the diagonal values in place.Yohann Ferreira1-4/+2
2011-06-22Applied fixes requested by cody.Yohann Ferreira1-3/+3
2011-06-17Removed dehardcoded values from the Map and MapLayer classes.Yohann Ferreira1-45/+53
2011-05-25Refining switches in the debug viewStefan Dombrowski1-7/+9
2011-05-01Fixing checking of being positions send by the serverStefan Dombrowski1-1/+1
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-0/+33
2011-04-16Post-review fixes.Yohann Ferreira1-3/+0
2011-04-09Removed a lot of useless "documentation"Thorbjørn Lindeijer1-3/+0
2011-03-29Added the Map::getTileCenter() convenience function.Yohann Ferreira1-0/+12
2011-03-17Fixed wrong comments in and optimize findTilePath() a bit.Yohann Ferreira1-13/+3
2011-03-17Now the client centers the pixel positions when using tA.Yohann Ferreira1-0/+34
2011-03-10Fix the pathfinding method to acccept every walkmasks.Yohann Ferreira1-1/+1
2011-03-10Wrap the open and closed list members in path finding.Yohann Ferreira1-9/+22
2011-01-10Remove the player naturally avoid other beings for Manaserv.Yohann Ferreira1-1/+5
2010-11-01Merge branch '0.5' of gitorious.org:mana/manaYohann Ferreira1-11/+15
2010-10-22Turned the OpenGL and disable transparency options as static members.Yohann Ferreira1-1/+1
2010-10-17Added Low CPU Mode toggle in video setup. Defaults to On.madcamel@gmail.com1-10/+14
2010-07-28Centralized configuration default values using the VariableData system.Yohann Ferreira1-3/+3
2010-07-22Add two debug map modes and improve slightly map drawing.Andrei Karas1-12/+75
2010-07-19Merge branch '1.0'Yohann Ferreira1-16/+6
2010-07-09Fix tileset gid handling to better match TiledJared Adams1-16/+6
2010-06-13Merge remote branch '1.0/1.0'Jared Adams1-5/+2
2010-06-10Merge BeingManager and FloorItemManager as ActorSpriteManagerJared Adams1-5/+7
2010-06-05Fix memory leak in minimapAndrei Karas1-5/+2
2010-05-21Fix handling sprite alphaJared Adams1-2/+1
2010-04-23Add an Actor class to replace the Sprite classJared Adams1-30/+29
2010-04-12Completely ignore eAthena job 45Jared Adams1-3/+1
2010-04-12Reviewed the LocalPlayer::nextTile() function. The ManaServ movement system i...Bertram1-2/+2
2010-04-12Move path finding related code to the Map class and small fixes.Bertram1-11/+125
2010-03-08Fix properties bug.Andrei Karas1-2/+2
2010-03-04Fixed crash when a map-based particle effect can't be loadedPhilipp Sehmisch1-1/+1
2010-03-04Implemented markers for warp portals defined in map files in form of particle...Philipp Sehmisch1-2/+11
2010-02-24Some code cleanupsThorbjørn Lindeijer1-1/+2
2010-02-21Made tick counter and framerate limiter work during login sequenceThorbjørn Lindeijer1-6/+4
2010-02-22Modify copyright headersFreeyorp1-1/+2