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
2009-03-22
Merged the tmwserv client with the eAthena client
Bjørn Lindeijer
1
-30
/
+132
2009-03-17
Added an image merge feature loosely based on a merge function found in
Ira Rice
1
-6
/
+6
2009-03-10
Remove some tabs and trailing whitespace
Jared Adams
1
-1
/
+1
2009-03-10
Remove some tabs and trailing whitespace
Jared Adams
1
-1
/
+1
2009-02-18
Introduced a toLower method and grouped string utils
Bjørn Lindeijer
1
-1
/
+1
2009-02-18
Introduced a toLower method and grouped string utils
Bjørn Lindeijer
1
-1
/
+1
2009-02-15
Merge commit 'aethyra/master'
Bjørn Lindeijer
1
-12
/
+19
2009-02-10
Fixed header files, as well as removed the unused buddy list class (not
Ira Rice
1
-2
/
+3
2009-02-10
Simplified target drawing so that it actually uses the SimpleAnimation
Ira Rice
1
-13
/
+16
2009-02-10
Removed crash introduced by Aethyra.
Philipp Sehmisch
1
-5
/
+0
2009-02-10
Fix segfault when leaving maps with animated tiles
Jared Adams
1
-1
/
+2
2009-02-09
Merged with Aethyra master as of 2009-02-09
Bjørn Lindeijer
1
-0
/
+5
2009-02-09
Merged with Aethyra master as of 2009-01-27
Bjørn Lindeijer
1
-9
/
+14
2009-02-07
Some more include cleanups.
Ira Rice
1
-0
/
+5
2009-01-25
Fixed performance hickups caused by animations due to buggy tick timer. A tad...
Philipp Sehmisch
1
-11
/
+12
2009-01-25
Fixed performance hickups caused by animations due to buggy tick timer. A tad...
Philipp Sehmisch
1
-11
/
+12
2009-01-23
Removed unnecessary references to The Mana World in code headers
Bjørn Lindeijer
1
-4
/
+4
2009-01-23
Removed unnecessary references to The Mana World in code headers
Bjørn Lindeijer
1
-4
/
+4
2009-01-06
Added support for animated tiles.
Philipp Sehmisch
1
-1
/
+50
2009-01-06
Added support for animated tiles.
Philipp Sehmisch
1
-1
/
+50
2009-01-05
Renamed PATH_NODE to Position as on mainline
Bjørn Lindeijer
1
-1
/
+1
2009-01-05
Renamed PATH_NODE to Position as on mainline
Bjørn Lindeijer
1
-1
/
+1
2008-12-08
Introduced another template to make deleting all values in a container easier.
Bjørn Lindeijer
1
-4
/
+3
2008-12-07
Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a'
Ira Rice
1
-26
/
+26
2008-11-18
Pedantic fixes to the client, where I alphabetized all of the include
Ira Rice
1
-5
/
+2
2008-11-16
Got rid of CVS/Subversion $Id$ markers
Bjørn Lindeijer
1
-2
/
+0
2008-11-16
Got rid of CVS/Subversion $Id$ markers
Bjørn Lindeijer
1
-2
/
+0
2008-10-27
Made targets draw on the fringe layer, as well as added t for talking to
Ira Rice
1
-0
/
+2
2008-10-14
Early addition of a particle effect disabling option. Would like to
Ira Rice
1
-5
/
+8
2008-10-09
Merged the movement branch into trunk
Bjørn Lindeijer
1
-32
/
+3
2008-10-01
Possible fix for the arrow crashing bug. Confirmation needed.
Ira Rice
1
-6
/
+3
2008-09-25
Merged the Tametomo branch into trunk.
Ira Rice
1
-109
/
+117
2008-09-04
Introduced another template to make deleting all values in a container easier.
Bjørn Lindeijer
1
-5
/
+4
2008-07-18
Import of client tree
Lloyd Bryant
1
-1
/
+1
2008-07-01
Merged revisions 4044-4067 via svnmerge from
Bjørn Lindeijer
1
-97
/
+109
2008-04-22
Fixed a bug, thanks GCC 4.3!
Bjørn Lindeijer
1
-1
/
+2
2008-04-08
Implemented support for an arbitrary number of map layers. The only layer
Bjørn Lindeijer
1
-100
/
+108
2008-03-15
Fixed a crash caused by the new blocking system.
Philipp Sehmisch
1
-4
/
+9
2008-03-13
included cassert header and fixed grammar in a comment.
Philipp Sehmisch
1
-0
/
+1
2008-03-13
Synchronized pathfinding algorithmns with those used by the server to avoid a...
Philipp Sehmisch
1
-43
/
+136
2008-02-18
Merged revisions 3762-3772,3776-3782 via svnmerge from
Bjørn Lindeijer
1
-52
/
+36
2008-02-12
Made pathfinding not halt on collision destination tile, made moving around w...
Eugenio Favalli
1
-11
/
+2
2007-12-05
Fix drawing of very high fringe tiles by keeping track of the maximum tile
Bjørn Lindeijer
1
-52
/
+36
2007-09-20
Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style
Bjørn Lindeijer
1
-6
/
+6
2007-06-04
Merged 0.0 changes from revision 3234 to 3317 to trunk.
Bjørn Lindeijer
1
-0
/
+23
2007-05-04
Merged particle engine into main eAthena branch.
Philipp Sehmisch
1
-0
/
+23
2007-03-11
Merged 0.0 changes from revision 3065 to 3177 to trunk.
Bjørn Lindeijer
1
-2
/
+2
2007-03-11
Fixed it bjørns way and corrected the date in the changelog.
Philipp Sehmisch
1
-4
/
+4
2007-03-11
Fixed a bug that made the engine not draw the last row and column of the map.
Philipp Sehmisch
1
-2
/
+2
2007-01-05
Implemented item dropping.
Guillaume Melquiond
1
-2
/
+2
[prev]
[next]