index
:
mana/plus
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
gl-move_ci-test
jak1/pipeline_improvments
jesusalva/itpopup
jesusalva/mplint
jesusalva/mverse
keep_password
mageia2
mageia3
mageiabranch
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
/
net
/
eathena
Age
Commit message (
Collapse
)
Author
Files
Lines
2015-02-02
Show shop name on players.
Andrei Karas
1
-3
/
+10
2015-02-02
eathena: add support for creating vending shop.
Andrei Karas
1
-1
/
+3
2015-01-30
Fix code style.
Andrei Karas
1
-1
/
+1
2015-01-29
Fix skill using to being.
Andrei Karas
1
-1
/
+1
2015-01-25
Fix compilation warnings.
Andrei Karas
2
-14
/
+0
2015-01-25
Add weight bar into cart window.
Andrei Karas
1
-2
/
+6
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
Move inventory type into separate file.
Andrei Karas
1
-9
/
+9
2015-01-23
Add server feature haveCart.
Andrei Karas
2
-0
/
+7
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
eathena: split handler for packets SMSG_BEING_STATUS_CHANGE and ↵
Andrei Karas
2
-3
/
+31
SMSG_BEING_STATUS_CHANGE2
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
2
-0
/
+7
2015-01-22
fix direction in packet SMSG_BEING_CHANGE_DIRECTION.
Andrei Karas
1
-2
/
+2
2015-01-21
Add server feature haveAttackDirections.
Andrei Karas
2
-0
/
+7
2015-01-20
eathena: add packet SMSG_NPC_AREA 0x0b0b
Andrei Karas
5
-2
/
+24
Change protocol version to 5.
2015-01-19
eathena: fix follow.
Andrei Karas
1
-0
/
+4
2015-01-18
Convert player look variable format from 8 bit to 16 bit.
Andrei Karas
2
-3
/
+3
2015-01-16
fix code style.
Andrei Karas
2
-5
/
+5
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
By requesting open #trade channel, really open trade tab.
Andrei Karas
1
-4
/
+1
2015-01-14
For trade tab use channel to send messages.
Andrei Karas
1
-1
/
+4
2015-01-11
Fix code style.
Andrei Karas
4
-12
/
+10
2015-01-10
eathena: add packet SMSG_BEING_ATTRS 0x0b0a.
Andrei Karas
4
-1
/
+31
2015-01-07
Add empty searchstorehandler.
Andrei Karas
4
-1
/
+100
2015-01-07
eathena: add packet CMSG_VENDING_CREATE_SHOP 0x01b2.
Andrei Karas
3
-0
/
+27
2015-01-07
eathena: add packet CMSG_VENDING_BUY2 0x0801.
Andrei Karas
3
-0
/
+22
2015-01-07
eathena: add packet CMSG_VENDING_BUY 0x0134.
Andrei Karas
3
-0
/
+19
2015-01-07
eathena: add packet CMSG_VENDING_LIST_REQ 0x0130.
Andrei Karas
3
-0
/
+14
2015-01-07
eathena: add packet CMSG_VENDING_CLOSE 0x012e.
Andrei Karas
3
-0
/
+10
2015-01-07
eathena: add partial support for packet SMSG_VENDING_REPORT 0x0137.
Andrei Karas
3
-0
/
+13
2015-01-07
eathena: add partial support for packet SMSG_VENDING_OPEN 0x0136.
Andrei Karas
3
-0
/
+29
2015-01-07
eathena: add partial support for packet SMSG_VENDING_BUY_ACK 0x0135.
Andrei Karas
3
-0
/
+15
2015-01-07
eathena: add partial support for packet SMSG_VENDING_ITEMS_LIST 0x0800.
Andrei Karas
4
-1
/
+27
2015-01-07
eathena: add partial support for packet SMSG_VENDING_HIDE_BOARD 0x0132.
Andrei Karas
3
-0
/
+13
2015-01-07
eathena: add partial support for packet SMSG_VENDING_SHOW_BOARD 0x0131.
Andrei Karas
3
-0
/
+14
2015-01-07
eathena: add partial support for packet SMSG_VENDING_OPEN_REQ 0x012d.
Andrei Karas
3
-0
/
+15
2015-01-07
Add empty vending handler.
Andrei Karas
4
-1
/
+100
2015-01-06
eathena: add packet CMSG_AUCTION_BUY_SELL 0x025c.
Andrei Karas
3
-0
/
+17
2015-01-06
eathena: add packet CMSG_AUCTION_SEARCH 0x0251.
Andrei Karas
3
-0
/
+18
2015-01-06
Move attacktype into separate file.
Andrei Karas
1
-14
/
+14
2015-01-06
Move attributes.h into enums directory.
Andrei Karas
6
-6
/
+10
2015-01-06
Move chatmsgtype.h into gui subdir.
Andrei Karas
1
-1
/
+1
[next]