index
:
HoraK-FDF/plus
CI_test_var
c++17_deprecated_func
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
gl-move_ci-test
jesusalva/diagonal
jesusalva/itpopup
jesusalva/mverse
keep_password
mageia2
mageia3
mageiabranch
master
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
/
resources
/
map
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-17
Remove override keyword, if it present with final.
Andrei Karas
2
-2
/
+2
2016-03-26
Fix code style.
Andrei Karas
1
-1
/
+0
2016-03-16
Split ParticleEngine from Particle class.
Andrei Karas
2
-8
/
+14
2016-03-07
Add some missing nonnull attributes to map/maplayer classes.
Andrei Karas
3
-12
/
+10
2016-03-03
Improve a bit pixel calculation in map layers.
Andrei Karas
2
-8
/
+12
2016-03-02
Fix movement by diagonal near water or air collisions.
Andrei Karas
1
-3
/
+4
2016-02-28
Ignore map layer with name "Actions" for future usage.
Andrei Karas
1
-1
/
+2
2016-02-08
Add some missing const.
Andrei Karas
3
-4
/
+4
2016-02-07
Replace most static_cast<Type> to shorter versions from defines.
Andrei Karas
4
-15
/
+15
2016-01-06
Add noexcept into map.
Andrei Karas
1
-24
/
+26
2016-01-06
Add noexcept into maplayer.
Andrei Karas
1
-3
/
+3
2016-01-02
Update copyrights year.
Andrei Karas
24
-24
/
+24
2016-01-01
Fix code style.
Andrei Karas
1
-2
/
+4
2015-12-29
Move simpleanimation into animation directory.
Andrei Karas
1
-1
/
+1
2015-12-27
Fix compilation with different flags.
Andrei Karas
2
-2
/
+2
2015-12-27
Add restrict keyword in map.
Andrei Karas
2
-168
/
+194
2015-12-24
Fix compilation with clang.
Andrei Karas
2
-15
/
+15
2015-12-24
Add restrict keyword into maplayer.
Andrei Karas
1
-26
/
+29
2015-12-14
Move mapconsts.h into const directory.
Andrei Karas
2
-29
/
+2
2015-12-10
Add support for mobileopengl2 backend (still copy from modern opengl).
Andrei Karas
1
-4
/
+6
2015-11-23
Fix code style in map layer.
Andrei Karas
2
-46
/
+70
2015-10-25
Dont reduce map layers with any conditional attributes.
Andrei Karas
1
-0
/
+17
2015-10-23
Fix code style.
Andrei Karas
1
-2
/
+5
2015-10-22
Fix drawing map after last changes with conditional tiles.
Andrei Karas
1
-4
/
+11
2015-10-21
Add support for layers with conditional tiles.
Andrei Karas
5
-8
/
+65
2015-10-21
Add map layer attribute TileCondition.
Andrei Karas
2
-2
/
+7
2015-10-16
Impliment packet SMSG_MAP_SET_TILES_TYPE (hercules)
Andrei Karas
2
-4
/
+47
2015-10-15
Rename blockTile to AddBlockMask in map.
Andrei Karas
2
-4
/
+4
2015-10-15
Simplify setWall function in map.
Andrei Karas
2
-2
/
+2
2015-10-15
Remove CHARACTER and MONSTER block mask and block type because it unused.
Andrei Karas
1
-6
/
+0
2015-10-15
Remove old mana forgotten memory allocations from map.
Andrei Karas
2
-46
/
+27
2015-10-15
Convert BlockType into strong typed enum.
Andrei Karas
2
-5
/
+5
2015-10-11
Add structure for tile object.
Andrei Karas
4
-20
/
+63
2015-08-22
Use resource manager as global variable.
Andrei Karas
2
-10
/
+5
2015-08-20
/atkhuman now checks teamId and map pvp flag
Joseph Botosh
1
-0
/
+3
2015-07-17
Fix code style.
Andrei Karas
1
-1
/
+2
2015-07-14
Fix crash if warp to smaller map into tile with height > 0.
Andrei Karas
1
-1
/
+1
2015-07-13
Fix moving with mouse on tiles with height > 0.
Andrei Karas
1
-0
/
+3
2015-07-11
Add missing checks into resources.
Andrei Karas
1
-9
/
+6
2015-07-02
Move mapitemtype into enums directory.
Andrei Karas
4
-4
/
+7
2015-06-29
Move notifytypes.h into enums directory.
Andrei Karas
1
-1
/
+2
2015-06-29
Move blocktype.h into enums directory.
Andrei Karas
2
-43
/
+1
2015-06-29
Move blockmask.h into enums directory.
Andrei Karas
2
-41
/
+1
2015-06-26
Add missing checks into map directory.
Andrei Karas
3
-8
/
+9
2015-06-24
Add A_NONNULL attribute to all parameters with class Graphics.
Andrei Karas
4
-23
/
+42
2015-06-06
Fix code style.
Andrei Karas
3
-2
/
+4
2015-06-03
Convert MapType enum into strong typed enum.
Andrei Karas
4
-10
/
+11
2015-05-31
Move maptype enum into enums directory.
Andrei Karas
3
-42
/
+3
2015-05-30
Move user defined colors enum into separate file.
Andrei Karas
3
-9
/
+11
2015-05-25
Dont set global color variables before drawing text.
Andrei Karas
1
-2
/
+6
[next]