index
:
mana/mana-client
0.5
0.6
lpc2012
master
Original Mana client. For the new Qt client, see https://github.com/tales/tales-client
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-31
Removed 'virtual' from methods of Image
Thorbjørn Lindeijer
1
-5
/
+0
2012-07-31
Fixed drawing issues with tiles that don't match the grid
Thorbjørn Lindeijer
1
-1
/
+6
2012-03-18
Removed some 'const' keywords from value returns
Thorbjørn Lindeijer
1
-3
/
+3
2012-02-12
Fixes to actor drawing order
Thorbjørn Lindeijer
1
-1
/
+1
2012-02-05
Revert "Checking being positions send by the server"
Thorbjørn Lindeijer
1
-5
/
+0
2012-02-03
Clear tile flags from the gid before further processing
Thorbjørn Lindeijer
1
-1
/
+1
2012-01-26
Updated copyrights to 2012
Thorbjørn Lindeijer
1
-1
/
+1
2011-09-16
Renamed Map::DebugFlags enumerators
Thorbjørn Lindeijer
1
-7
/
+7
2011-09-11
Merge branch '0.5'
Thorbjørn Lindeijer
1
-5
/
+10
2011-09-11
Fixed drawing glitch with overwide tiles
Thorbjørn Lindeijer
1
-4
/
+9
2011-09-05
The draw order of particles is now Y - 16 pixels.
unknown
1
-2
/
+2
2011-06-24
Fixed path finding by putting back the diagonal values in place.
Yohann Ferreira
1
-4
/
+2
2011-06-22
Applied fixes requested by cody.
Yohann Ferreira
1
-3
/
+3
2011-06-17
Removed dehardcoded values from the Map and MapLayer classes.
Yohann Ferreira
1
-45
/
+53
2011-05-25
Refining switches in the debug view
Stefan Dombrowski
1
-7
/
+9
2011-05-01
Fixing checking of being positions send by the server
Stefan Dombrowski
1
-1
/
+1
2011-05-01
Checking being positions send by the server
Stefan Dombrowski
1
-0
/
+5
2011-04-26
Made the client use a unique kind of movement code.
Yohann Ferreira
1
-0
/
+33
2011-04-16
Post-review fixes.
Yohann Ferreira
1
-3
/
+0
2011-04-09
Removed a lot of useless "documentation"
Thorbjørn Lindeijer
1
-3
/
+0
2011-03-29
Added the Map::getTileCenter() convenience function.
Yohann Ferreira
1
-0
/
+12
2011-03-17
Fixed wrong comments in and optimize findTilePath() a bit.
Yohann Ferreira
1
-13
/
+3
2011-03-17
Now the client centers the pixel positions when using tA.
Yohann Ferreira
1
-0
/
+34
2011-03-10
Fix the pathfinding method to acccept every walkmasks.
Yohann Ferreira
1
-1
/
+1
2011-03-10
Wrap the open and closed list members in path finding.
Yohann Ferreira
1
-9
/
+22
2011-01-10
Remove the player naturally avoid other beings for Manaserv.
Yohann Ferreira
1
-1
/
+5
2010-11-01
Merge branch '0.5' of gitorious.org:mana/mana
Yohann Ferreira
1
-11
/
+15
2010-10-22
Turned the OpenGL and disable transparency options as static members.
Yohann Ferreira
1
-1
/
+1
2010-10-17
Added Low CPU Mode toggle in video setup. Defaults to On.
madcamel@gmail.com
1
-10
/
+14
2010-07-28
Centralized configuration default values using the VariableData system.
Yohann Ferreira
1
-3
/
+3
2010-07-22
Add two debug map modes and improve slightly map drawing.
Andrei Karas
1
-12
/
+75
2010-07-19
Merge branch '1.0'
Yohann Ferreira
1
-16
/
+6
2010-07-09
Fix tileset gid handling to better match Tiled
Jared Adams
1
-16
/
+6
2010-06-13
Merge remote branch '1.0/1.0'
Jared Adams
1
-5
/
+2
2010-06-10
Merge BeingManager and FloorItemManager as ActorSpriteManager
Jared Adams
1
-5
/
+7
2010-06-05
Fix memory leak in minimap
Andrei Karas
1
-5
/
+2
2010-05-21
Fix handling sprite alpha
Jared Adams
1
-2
/
+1
2010-04-23
Add an Actor class to replace the Sprite class
Jared Adams
1
-30
/
+29
2010-04-12
Completely ignore eAthena job 45
Jared Adams
1
-3
/
+1
2010-04-12
Reviewed the LocalPlayer::nextTile() function. The ManaServ movement system i...
Bertram
1
-2
/
+2
2010-04-12
Move path finding related code to the Map class and small fixes.
Bertram
1
-11
/
+125
2010-03-08
Fix properties bug.
Andrei Karas
1
-2
/
+2
2010-03-04
Fixed crash when a map-based particle effect can't be loaded
Philipp Sehmisch
1
-1
/
+1
2010-03-04
Implemented markers for warp portals defined in map files in form of particle...
Philipp Sehmisch
1
-2
/
+11
2010-02-24
Some code cleanups
Thorbjørn Lindeijer
1
-1
/
+2
2010-02-21
Made tick counter and framerate limiter work during login sequence
Thorbjørn Lindeijer
1
-6
/
+4
2010-02-22
Modify copyright headers
Freeyorp
1
-1
/
+2
2010-02-20
License header update for The Mana Client
Thorbjørn Lindeijer
1
-4
/
+3
2010-02-09
Got successfully rid of tile width/height fallback values as asked by Jaxad.
Bertram
1
-6
/
+0
2010-02-09
Separated fallback defaults for tile width and height.
Bertram
1
-1
/
+2
[next]