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 (
Collapse
)
Author
Files
Lines
2014-09-17
Remove getter for inventoryHandler.
Andrei Karas
15
-49
/
+45
2014-09-17
Remove getter for guildHandler.
Andrei Karas
12
-27
/
+23
2014-09-17
Remove getter for generalHandler.
Andrei Karas
5
-21
/
+17
2014-09-17
Remove getter for gameHandler.
Andrei Karas
13
-39
/
+31
2014-09-17
Remove getter for chatHandler.
Andrei Karas
20
-56
/
+52
2014-09-17
Remove getter for charServerHandler.
Andrei Karas
13
-31
/
+27
2014-09-17
Remove getter for cachShopHandler.
Andrei Karas
3
-7
/
+3
2014-09-17
Remove getter for buySellHandler.
Andrei Karas
7
-15
/
+11
2014-09-17
Remove getter for beingHandler.
Andrei Karas
7
-11
/
+7
2014-09-17
Remove getter for bankHandler.
Andrei Karas
3
-7
/
+3
2014-09-17
Remove getter for auctionHandler.
Andrei Karas
3
-7
/
+3
2014-09-17
Remove getter for adminHandler.
Andrei Karas
6
-16
/
+16
2014-09-16
Remove unused externs
Andrei Karas
25
-43
/
+0
2014-09-16
Add server feature haveEightDirections.
Andrei Karas
6
-2
/
+21
2014-09-16
Add server feature haveEmailOnRegister.
Andrei Karas
6
-1
/
+20
2014-09-16
add server feature haveMonsterAttackRange.
Andrei Karas
6
-2
/
+20
2014-09-16
Fix some server features usage.
Andrei Karas
1
-2
/
+3
2014-09-16
Add server feature haveOtherGender.
Andrei Karas
6
-1
/
+18
2014-09-16
In features.xml add option for fix dead animations.
Andrei Karas
4
-4
/
+8
New option: fixDeadAnimation Default value: true
2014-09-16
Remove dafault home positions.
Andrei Karas
1
-4
/
+1
2014-09-16
add server feature haveItemColors.
Andrei Karas
17
-25
/
+66
2014-09-16
Add server feature haveMove3.
Andrei Karas
6
-2
/
+18
2014-09-16
Add server feature haveServerIgnore.
Andrei Karas
6
-2
/
+18
2014-09-16
Add server feature haveChatChannels.
Andrei Karas
6
-1
/
+20
2014-09-16
Add server feature haveLookSelection.
Andrei Karas
6
-5
/
+21
2014-09-16
Add server feature haveRaceSelection.
Andrei Karas
6
-4
/
+21
2014-09-16
Add server feature haveIncompleteChatMessages.
Andrei Karas
6
-1
/
+19
2014-09-16
add server feature haveNativeGuilds.
Andrei Karas
10
-7
/
+35
2014-09-16
Add server feature haveBrokenPlayerAttackDistance.
Andrei Karas
6
-4
/
+24
2014-09-16
add server feature havePlayerStatusUpdate.
Andrei Karas
6
-2
/
+21
2014-09-16
Fix server side hp detection for old tmw servers.
Andrei Karas
1
-1
/
+1
2014-09-16
remove useless check for server version while selecting attack animation.
Andrei Karas
1
-14
/
+7
2014-09-16
add server feature for language tab.
Andrei Karas
6
-1
/
+19
2014-09-16
Fix reading int64 from server.
Andrei Karas
2
-2
/
+2
2014-09-16
eathena: add pactial support for packet SMSG_BANK_STATUS 0x09a6.
Andrei Karas
4
-1
/
+17
2014-09-16
add support for reading int64 from server.
Andrei Karas
5
-1
/
+45
2014-09-16
eathena: add packet CMSG_BANK_CHECK 0x09ab.
Andrei Karas
6
-0
/
+17
2014-09-16
eathena: add packet CMSG_BANK_WITHDRAW 0x09a9.
Andrei Karas
6
-0
/
+18
2014-09-16
eathena: add packet CMSG_BANK_DEPOSIT 0x09a7.
Andrei Karas
6
-0
/
+19
2014-09-16
add empty bankhandler.
Andrei Karas
13
-2
/
+259
2014-09-16
eathena: add packet CMSG_PARTY_ALLOW_INVITES 0x02c8.
Andrei Karas
6
-0
/
+17
2014-09-16
eathena: add packet CMSG_PLAYER_FAVORITE_ITEM 0x0907.
Andrei Karas
6
-0
/
+25
2014-09-16
eathena: add packet CMSG_BATTLE_CHAT_MESSAGE 0x02db.
Andrei Karas
6
-0
/
+25
2014-09-16
Add missing file into make file.
Andrei Karas
1
-0
/
+1
2014-09-16
add missing file.
Andrei Karas
2
-0
/
+44
2014-09-16
eathena: add packet CMSG_QUEST_ACTIVATE 0x02b6.
Andrei Karas
5
-1
/
+24
2014-09-15
Add base class for questhandler in net namespace.
Andrei Karas
4
-4
/
+10
2014-09-15
eathena: add packet CMSG_PLAYER_SET_EQUIPMENT_VISIBLE 0x02d8.
Andrei Karas
6
-0
/
+17
2014-09-15
eathena: add packet CMSG_PLAYER_VIEW_EQUIPMENT 0x02d6.
Andrei Karas
6
-0
/
+20
2014-09-15
eathena: add packet CMSG_ASK_FOR_CHILD_REPLY 0x01f7.
Andrei Karas
6
-1
/
+26
[next]