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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-25
eathena: add packet CMSG_HOMMERC_TALK 0x0b13.
Andrei Karas
11
-0
/
+51
2015-02-24
Read whole bytes from packet SMSG_NPC_COMMAND.
Andrei Karas
1
-11
/
+7
2015-02-24
eathena: read all bytes from packet SMSG_LOGIN_ERROR2.
Andrei Karas
1
-0
/
+1
2015-02-23
eathena: fix crash if pet went outside of visible area.
Andrei Karas
1
-0
/
+5
2015-02-22
eathena: add messages about pet feed result.
Andrei Karas
1
-1
/
+5
2015-02-22
eathena: fix pet set direction for old server versions.
Andrei Karas
1
-0
/
+2
2015-02-22
eathena: convert direction to server format before sending it to server.
Andrei Karas
2
-2
/
+4
2015-02-22
add function for convert server direction into client direction.
Andrei Karas
4
-66
/
+41
2015-02-22
eathena: add packet CMSG_PET_DIRECTION 0x0b12.
Andrei Karas
6
-7
/
+11
2015-02-22
eathena: add packet CMSG_PET_MOVE_TO 0x0b11.
Andrei Karas
2
-1
/
+9
2015-02-22
Add server feature haveMovePet.
Andrei Karas
5
-0
/
+16
2015-02-20
eathena: add support for online list packets.
Andrei Karas
8
-70
/
+78
2015-02-20
eathena: add packet CMSG_SET_STATUS.
Andrei Karas
3
-2
/
+7
2015-02-19
Fix virtual overload function closeStorage.
Andrei Karas
3
-3
/
+3
2015-02-18
Add missing override keywords.
Andrei Karas
17
-26
/
+26
2015-02-17
eathena: add pet emote command.
Andrei Karas
2
-6
/
+3
2015-02-17
eathena: add pet talk command
Andrei Karas
3
-5
/
+14
2015-02-17
Add server feature haveTalkPet.
Andrei Karas
5
-0
/
+16
2015-02-16
Move talkPet from ea namespace into eathena and tmwa.
Andrei Karas
6
-11
/
+22
2015-02-16
Move processBeingChat from ea namespace into eathena and tmwa.
Andrei Karas
6
-81
/
+145
2015-02-16
Use guildmanager only if build with tmwa support.
Andrei Karas
1
-10
/
+2
2015-02-16
Move processWhisperContinue from ea namespace into eathena and tmwa.
Andrei Karas
6
-127
/
+160
2015-02-15
eathena: impliment packet SMSG_BUYINGSTORE_DELETE_ITEM.
Andrei Karas
1
-2
/
+17
2015-02-15
eathena: impliment selling item to buying store.
Andrei Karas
5
-13
/
+11
2015-02-15
eathena: impliment packet SMSG_BUYINGSTORE_ITEMS_LIST.
Andrei Karas
1
-6
/
+29
2015-02-15
eathena: impliment packets SMSG_BUYINGSTORE_SHOW_BOARD, SMSG_BUYINGSTORE_HIDE...
Andrei Karas
2
-4
/
+17
2015-02-15
Rename being board into sell board.
Andrei Karas
1
-2
/
+2
2015-02-15
allow unpublish buying store shop.
Andrei Karas
1
-0
/
+1
2015-02-15
eathena: impliment packet SMSG_BUYINGSTORE_OWN_ITEMS.
Andrei Karas
1
-0
/
+4
2015-02-14
Enable publish button in personal buy shop only if it allowed by server.
Andrei Karas
1
-2
/
+3
2015-02-14
eathena: fix buying store packages.
Andrei Karas
1
-2
/
+3
2015-02-13
Improve skill error messages.
Andrei Karas
1
-54
/
+50
2015-02-13
Fix code style.
Andrei Karas
3
-4
/
+2
2015-02-11
Add typed bool type Equipped.
Andrei Karas
5
-19
/
+19
2015-02-11
Add typed bool type Equipm.
Andrei Karas
5
-31
/
+51
2015-02-11
Add typed bool type Favorite.
Andrei Karas
5
-26
/
+44
2015-02-10
Fix case in new strong typed types.
Andrei Karas
4
-24
/
+24
2015-02-10
Add typed bool type Damaged.
Andrei Karas
5
-26
/
+52
2015-02-10
Add typed bool type Identified.
Andrei Karas
5
-32
/
+86
2015-02-09
eathena: add partial support for packet SMSG_SEARCHSTORE_CLICK_ACK 0x083d.
Andrei Karas
4
-2
/
+16
2015-02-09
eathena: add packet CMSG_SEARCHSTORE_CLICK 0x0835.
Andrei Karas
6
-0
/
+29
2015-02-09
eathena: add packet CMSG_SEARCHSTORE_CLOSE 0x083b.
Andrei Karas
6
-0
/
+16
2015-02-09
eathena: add partial support for packet SMSG_SEARCHSTORE_OPEN 0x083a.
Andrei Karas
4
-1
/
+15
2015-02-09
eathena: add packet CMSG_SEARCHSTORE_NEXT_PAGE 0x0940.
Andrei Karas
6
-0
/
+16
2015-02-09
eathena: add packet SMSG_SEARCHSTORE_SEARCH_FAILED 0x0837.
Andrei Karas
4
-2
/
+46
2015-02-09
eathena: add partial support for packet SMSG_SEARCHSTORE_SEARCH_ACK 0x0836.
Andrei Karas
4
-1
/
+32
2015-02-09
eathena: add packet CMSG_SEARCHSTORE_SEARCH 0x0819.
Andrei Karas
6
-0
/
+44
2015-02-09
Fix code style.
Andrei Karas
2
-4
/
+5
2015-02-06
eathena: add packet SMSG_BUYINGSTORE_SELLER_SELL_FAILED 0x0824.
Andrei Karas
4
-1
/
+33
2015-02-06
eathena: add partial support for packet SMSG_BUYINGSTORE_DELETE_ITEM 0x081c.
Andrei Karas
4
-1
/
+16
[next]