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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-30
Add item container max columns limit.
Andrei Karas
3
-16
/
+67
2015-10-30
Add strong typed bool enum ShowEmptyRows and use it in itemcontainer.
Andrei Karas
6
-4
/
+42
2015-10-30
Add strong typed bool enum ForceQuantity.
Andrei Karas
5
-5
/
+39
2015-10-30
Add support in themes to draw each inventory cell background.
Andrei Karas
2
-3
/
+165
2015-10-30
Allow set width or height to zero in theme xmls. This mean image not exists.
Andrei Karas
1
-2
/
+4
2015-10-30
Fix compilation warning.
Andrei Karas
1
-1
/
+3
2015-10-30
Allow add item by drag&drop into npc inventory to exact position.
Andrei Karas
4
-16
/
+36
2015-10-29
Dont allow add same item twice into npc inventory.
Andrei Karas
6
-38
/
+46
2015-10-29
Ignore npc dialog skin if skin not exists.
Andrei Karas
2
-12
/
+25
2015-10-29
Add missing file.
Andrei Karas
3
-0
/
+48
2015-10-28
Move all npc dialog menu related skin elements into menu tag.
Andrei Karas
3
-19
/
+35
2015-10-28
Add text object to skined npc menus.
Andrei Karas
6
-1
/
+97
2015-10-28
Not allow close skined npc menu by ok event.
Andrei Karas
1
-7
/
+10
2015-10-28
Remove clear and submit button from skinned npc menu.
Andrei Karas
1
-8
/
+0
2015-10-28
Add support for images in npc skined menu.
Andrei Karas
9
-6
/
+125
2015-10-28
In npc skinned dialogs add support for hide text part from npc window.
Andrei Karas
4
-18
/
+42
2015-10-28
Add support for add images into buttons in skinned npc dialogs.
Andrei Karas
4
-9
/
+39
2015-10-28
Add missing check in receiving being packets.
Andrei Karas
1
-4
/
+4
2015-10-27
Impliment npc menu skins based on previous commits.
Andrei Karas
4
-1
/
+114
2015-10-26
Add packet SMSG_NPC_SKIN 0x0b1c.
Andrei Karas
6
-1
/
+21
2015-10-26
Add basic npc dialog db loading.
Andrei Karas
8
-0
/
+296
2015-10-25
Dont reduce map layers with any conditional attributes.
Andrei Karas
1
-0
/
+17
2015-10-25
Add separate flags for enable/disable gui opacity.
Andrei Karas
4
-5
/
+12
2015-10-24
Change version to 1.5.10.24.
v1.5.10.24
Andrei Karas
1
-2
/
+2
2015-10-24
Fix typo.
Andrei Karas
1
-1
/
+1
2015-10-23
Fix code style.
Andrei Karas
8
-15
/
+19
2015-10-23
Fix read size for packet SMSG_BEING_REMOVE.
Andrei Karas
1
-1
/
+0
2015-10-22
Fix drawing map after last changes with conditional tiles.
Andrei Karas
1
-4
/
+11
2015-10-22
Add support for layer property ConditionLayer for future usage.
Andrei Karas
1
-0
/
+10
2015-10-21
Add support for layers with conditional tiles.
Andrei Karas
7
-12
/
+67
2015-10-21
Add map layer attribute TileCondition.
Andrei Karas
3
-5
/
+19
2015-10-19
Fix default horses direction and action.
Andrei Karas
1
-4
/
+10
2015-10-19
Add extended riding support (hercules)
Andrei Karas
2
-9
/
+25
2015-10-19
Allow support for different horses riding.
Andrei Karas
9
-12
/
+43
2015-10-18
Add support for multiply sprites in each horse part.
Andrei Karas
6
-67
/
+103
2015-10-18
Change a bit horses.xml format.
Andrei Karas
1
-16
/
+52
2015-10-18
Add logging for not implimemted effects.
Andrei Karas
1
-2
/
+13
2015-10-18
Join "option" to opt2 (status effect) for using as effects (hercules)
Andrei Karas
1
-10
/
+9
2015-10-18
Split horse into two sprites before player and after player.
Andrei Karas
4
-35
/
+77
2015-10-17
Add layer field to packet SMSG_MAP_SET_TILES_TYPE.
Andrei Karas
2
-2
/
+4
2015-10-17
Improve a bit dyes.
Andrei Karas
1
-26
/
+28
2015-10-16
Add protection attribute to input actions. Unsafe actions blocked from remote...
Andrei Karas
8
-564
/
+1186
2015-10-16
Fix compilation errors.
Andrei Karas
1
-1
/
+1
2015-10-16
Fix compilation without C++11 flags.
Andrei Karas
1
-1
/
+1
2015-10-16
Impliment packet SMSG_MAP_SET_TILES_TYPE (hercules)
Andrei Karas
4
-17
/
+79
2015-10-15
Rename blockTile to AddBlockMask in map.
Andrei Karas
3
-10
/
+10
2015-10-15
Simplify setWall function in map.
Andrei Karas
3
-3
/
+3
2015-10-15
Remove CHARACTER and MONSTER block mask and block type because it unused.
Andrei Karas
7
-16
/
+4
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
6
-24
/
+24
[next]