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-01-24
Not open inventory window by default.
Andrei Karas
1
-2
/
+0
2015-01-24
allow store and retreive buttons work with cart.
Andrei Karas
3
-6
/
+47
2015-01-24
eathena: fix getting cart items list from server.
Andrei Karas
1
-2
/
+2
2015-01-24
eathena: add packet SMSG_PLAYER_CART_REMOVE 0x0125.
Andrei Karas
3
-0
/
+27
2015-01-24
eathena: add packet SMSG_PLAYER_CART_ITEMS 0x0993.
Andrei Karas
4
-1
/
+38
2015-01-24
eathena: impliment packet SMSG_CART_INFO.
Andrei Karas
1
-1
/
+25
2015-01-24
eathena: add packet SMSG_PLAYER_CART_EQUIP 0x0994.
Andrei Karas
4
-1
/
+45
2015-01-24
eathena: add packet SMSG_PLAYER_CART_ADD 0x01c5.
Andrei Karas
3
-0
/
+51
2015-01-24
Add support for drag and drop from/to cart.
Andrei Karas
1
-1
/
+35
2015-01-24
Fix check for opened storage window.
Andrei Karas
1
-7
/
+8
2015-01-24
Use InventoryType for inventory type.
Andrei Karas
5
-7
/
+15
2015-01-24
Move inventory type into separate file.
Andrei Karas
18
-105
/
+132
2015-01-24
Add cart into window menu.
Andrei Karas
1
-0
/
+3
2015-01-24
Impliment context menu support for different inventory types.
Andrei Karas
3
-77
/
+88
2015-01-24
Add partial support for cart window.
Andrei Karas
8
-79
/
+153
2015-01-23
Add variable for cart window.
Andrei Karas
5
-0
/
+30
2015-01-23
In inventory window replace some buttons to short names.
Andrei Karas
1
-14
/
+16
2015-01-23
Add server feature haveCart.
Andrei Karas
5
-0
/
+16
2015-01-23
eathena: add partial support for packet SMSG_CART_REMOVE 0x012b.
Andrei Karas
3
-0
/
+13
2015-01-23
eathena: add partial support for packet SMSG_CART_INFO 0x0121.
Andrei Karas
3
-0
/
+16
2015-01-23
Add debug logging about missing status effects.
Andrei Karas
1
-0
/
+1
2015-01-23
eathena: split handler for packets SMSG_BEING_STATUS_CHANGE and SMSG_BEING_ST...
Andrei Karas
2
-3
/
+31
2015-01-23
Improve setting status stun effects.
Andrei Karas
1
-4
/
+10
2015-01-22
eathena: fix packet SMSG_PLAYER_STATUS_CHANGE_NO_TICK.
Andrei Karas
1
-4
/
+9
2015-01-22
Add server feature vending.
Andrei Karas
5
-0
/
+16
2015-01-22
Impliment server feature haveAttackDirections.
Andrei Karas
2
-13
/
+17
2015-01-22
fix direction in packet SMSG_BEING_CHANGE_DIRECTION.
Andrei Karas
2
-4
/
+4
2015-01-21
Add server feature haveAttackDirections.
Andrei Karas
5
-0
/
+16
2015-01-20
eathena: add packet SMSG_NPC_AREA 0x0b0b
Andrei Karas
7
-2
/
+32
2015-01-19
eathena: fix follow.
Andrei Karas
1
-0
/
+4
2015-01-19
Extend chat command /tagetattack to support mob name parameter.
Andrei Karas
2
-7
/
+19
2015-01-18
Remove auto_ptr from trade window.
Andrei Karas
2
-8
/
+9
2015-01-18
Convert player look variable format from 8 bit to 16 bit.
Andrei Karas
8
-21
/
+21
2015-01-18
Fix wrong decoding colors and emotes in same line.
Andrei Karas
1
-2
/
+6
2015-01-17
Change version to 1.5.1.17.
v1.5.1.17
Andrei Karas
1
-2
/
+2
2015-01-16
fix code style.
Andrei Karas
6
-10
/
+5
2015-01-16
Fix player position based on height after warp to new map.
Andrei Karas
1
-0
/
+1
2015-01-15
eathena: add support for setting player look in char creation.
Andrei Karas
2
-1
/
+3
2015-01-15
eathena: use clothes color as player look.
Andrei Karas
2
-6
/
+9
2015-01-14
Prevent from show multiply death dialogs.
Andrei Karas
2
-10
/
+12
2015-01-14
Use GM_CHANNEL constant for gm channel name.
Andrei Karas
1
-3
/
+4
2015-01-14
Add support for #gm channel for gm tab.
Andrei Karas
5
-3
/
+17
2015-01-14
Remove support for evol1 server version less than actual.
Andrei Karas
2
-26
/
+13
2015-01-14
By requesting open #trade channel, really open trade tab.
Andrei Karas
4
-15
/
+33
2015-01-14
For trade tab use channel to send messages.
Andrei Karas
5
-8
/
+18
2015-01-14
Fix compilation warning.
Andrei Karas
1
-0
/
+1
2015-01-13
Move notifyflags.h into enums directory.
Andrei Karas
5
-7
/
+8
2015-01-13
Move rendertype.h into enums directory.
Andrei Karas
7
-11
/
+11
2015-01-12
Move mouseeventtype.h into enums directory.
Andrei Karas
6
-8
/
+8
2015-01-12
Move mousebutton.h into enums directory.
Andrei Karas
6
-8
/
+8
[next]