index
:
HoraK-FDF/mv
CI_test_var
c++17_deprecated_func
camel
ci_checks
ci_clang-tidy
ci_clang3x
ci_clang4_5
ci_clang6
ci_clang7
ci_customnls
ci_deheader
ci_fedora
ci_gcc-snapshot
ci_gcc10
ci_gcc10_tests
ci_gcc3
ci_gcc49
ci_gcc4x
ci_gcc5
ci_gcc6
ci_gcc6_tests
ci_gcc7
ci_gcc7_tests
ci_gcc8
ci_gcc8_tests
ci_gcc9
ci_gcc9_tests
ci_glibcdebug
ci_h
ci_main1
ci_malloc
ci_mse
ci_mxe
ci_site
ci_xmllibs
citest
ewewukek/fix_linux_build
gl-move_ci-test
jak1/pipeline_improvments
jesusalva/itpopup
jesusalva/mverse
jesusalva/renameprog
keep_password
master
old-stable
rename_and_cleanup
stable
stripped
Advanced game client for tmwAthena and Evol2 servers.
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-01-24
Move one line in findpath map method.
Andrei Karas
1
-3
/
+3
2012-01-13
Fix possible incorrect memory access.
Andrei Karas
1
-0
/
+3
2012-01-05
Update copyrights year.
Andrei Karas
1
-1
/
+1
2011-11-13
Fix dead mobs and floor items Y sorting position.
Andrei Karas
1
-1
/
+1
2011-11-08
Fix more gcc 4.7 warnings.
Andrei Karas
1
-31
/
+31
2011-11-07
Fix some warnings under gcc 4.7.
Andrei Karas
1
-2
/
+2
2011-09-13
Again a bit improve map draw speed.
Andrei Karas
1
-5
/
+4
2011-09-13
Add check and improve draw speed in map.
Andrei Karas
1
-50
/
+42
2011-09-11
Change being sorting from function to functuator.
Andrei Karas
1
-10
/
+11
2011-09-10
Change empty strings initializations.
Andrei Karas
1
-1
/
+1
2011-09-09
Continue fix for shadow variables/methods errors.
Andrei Karas
1
-5
/
+5
2011-09-08
Replace most iterator to const_iterator.
Andrei Karas
1
-19
/
+22
2011-09-04
Fix infinite loop in map reduce function.
v1.1.9.4
Andrei Karas
1
-0
/
+3
2011-08-22
Replace typo dont to don't.
Andrei Karas
1
-1
/
+1
2011-08-12
Rename file names log and chatlog to correct logger and chatlogger.
Andrei Karas
1
-1
/
+1
2011-08-07
Fix code style.
Andrei Karas
1
-1
/
+2
2011-08-07
Add auto adjust perfomance ability.
Andrei Karas
1
-0
/
+6
2011-08-07
Improve a bit path finding function.
Andrei Karas
1
-9
/
+14
2011-08-07
Add option "show beings transparency". Disabled by default.
Andrei Karas
1
-2
/
+20
2011-07-18
Fix some missing initialisations and memory leakss.
Andrei Karas
1
-1
/
+2
2011-07-18
Fix possible incorrect draw tiles order in opengl mode.
Andrei Karas
1
-0
/
+3
2011-07-18
Fix code style.
Andrei Karas
1
-1
/
+1
2011-07-18
Remove unused parameters.
Andrei Karas
1
-10
/
+4
2011-07-17
Disable tiles caching for software mode and safe opengl.
Andrei Karas
1
-21
/
+101
2011-07-17
Optimisation in drawing map in opengl mode.
Andrei Karas
1
-3
/
+12
2011-07-17
Add basic tiles caching for opengl.
Andrei Karas
1
-26
/
+35
2011-07-17
Fix map redrawing if changing map view mode.
Andrei Karas
1
-1
/
+7
2011-07-17
Improve map reduce speed.
Andrei Karas
1
-2
/
+12
2011-07-16
Add tiles caching for software mode.
Andrei Karas
1
-17
/
+157
2011-07-12
Fix iterator issue in some versions.
Andrei Karas
1
-1
/
+1
2011-07-11
Small optimisation in map draw code.
Andrei Karas
1
-12
/
+13
2011-07-08
Fix some issues after automatic checking.
Andrei Karas
1
-1
/
+4
2011-07-07
Add map reduce feature for software drawing.
Andrei Karas
1
-0
/
+113
2011-07-06
Improve a bit draw map speed.
Andrei Karas
1
-46
/
+97
2011-07-04
Fix code style and compilation warnings.
Andrei Karas
1
-11
/
+16
2011-07-02
Replace some getters to direct members access in graphics class.
Andrei Karas
1
-5
/
+5
2011-07-01
Replace some lists to vectors.
Andrei Karas
1
-7
/
+7
2011-06-26
Bit improve speed in map getwalk.
Andrei Karas
1
-7
/
+13
2011-06-14
Add missing checks.
Andrei Karas
1
-0
/
+5
2011-06-08
Zero variables after calling decRef().
Andrei Karas
1
-0
/
+3
2011-05-25
Fix some memory leaks in being, debugwindow, shortcutwindow, skilldialog, map...
Andrei Karas
1
-0
/
+4
2011-05-24
Add simple memory leak detector.
Andrei Karas
1
-0
/
+2
2011-05-23
Show speach messages variable time, depend on message size.
Andrei Karas
1
-5
/
+5
2011-05-11
Fix incorrecly drawed collisions.
Andrei Karas
1
-2
/
+2
2011-05-09
Add drawing colors for new collision types.
Andrei Karas
1
-7
/
+50
2011-05-09
Impliment air and water block types.
Andrei Karas
1
-0
/
+8
2011-04-30
Fix overlaped tiles indexes issue.
Andrei Karas
1
-5
/
+19
2011-04-25
Add missing checks.
Andrei Karas
1
-0
/
+6
2011-04-23
Reorder map sprites to draw correctly player with more than one tile width.
Andrei Karas
1
-6
/
+11
2011-04-10
Add some strings to translations.
Andrei Karas
1
-2
/
+2
[next]