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 (
Expand
)
Author
Files
Lines
2015-09-23
Fix compilation without C++11 flags.
Andrei Karas
2
-2
/
+2
2015-09-23
Add support for packet version 20150226 (hercules)
Andrei Karas
6
-2
/
+133
2015-09-23
Allow add conditions into out packets definition.
Andrei Karas
5
-0
/
+14
2015-09-22
Remove checking packet id in getNpc function.
Andrei Karas
2
-18
/
+6
2015-09-22
add way for reload packets db. For now it useless.
Andrei Karas
4
-2
/
+79
2015-09-21
Define out packet variables in one place and in all files use only externs.
Andrei Karas
2
-0
/
+35
2015-09-21
Rename protocoloutdefine.h into protocoloutincludedefine.h
Andrei Karas
1
-1
/
+1
2015-09-20
Fix processBeingRemoveSkill name.
Andrei Karas
3
-3
/
+3
2015-09-11
Fix code style.
Andrei Karas
3
-4
/
+2
2015-09-10
Impliment packets CMSG_SOLVE_CHAR_NAME and SMSG_SOLVE_CHAR_NAME.
Andrei Karas
5
-1
/
+18
2015-09-09
Read server packet version from server (hercules).
Andrei Karas
1
-0
/
+16
2015-09-09
Fix compilation with some options.
Andrei Karas
1
-2
/
+2
2015-09-09
Add also notification about dropped item.
Andrei Karas
1
-0
/
+5
2015-09-09
Move processPlayerInventoryRemove from ea namespace into eathena and tmwa.
Andrei Karas
3
-1
/
+23
2015-09-09
Show reason for item removing.
Andrei Karas
1
-3
/
+46
2015-09-09
Add unequip error notification.
Andrei Karas
1
-2
/
+1
2015-09-09
Remove virtual method call from MessageOut constructor.
Andrei Karas
3
-8
/
+9
2015-09-08
Add some missing item colors.
Andrei Karas
1
-1
/
+0
2015-09-07
Split protocol.h into protocolin.h and protocolout.h
Andrei Karas
32
-40
/
+66
2015-09-06
Readd packet SMSG_MAP_MASK (tmwa)
Andrei Karas
3
-11
/
+1
2015-09-04
Remove some useless includes.
Andrei Karas
54
-175
/
+9
2015-09-02
Remove MessageHandler class
Andrei Karas
85
-2850
/
+176
2015-09-02
Remove mNetwork field from MessageHandlers
Andrei Karas
6
-75
/
+36
2015-09-02
Remove variable mMessageHandlers from network code.
Andrei Karas
3
-25
/
+10
2015-09-02
Use packet handlers from packet defines.
Andrei Karas
1
-3
/
+54
2015-09-02
Add to packets defines packet handlers. For now unused.
Andrei Karas
2
-408
/
+411
2015-09-01
Remove packets.h
Andrei Karas
2
-294
/
+0
2015-09-01
Use packet sizes from packetsin.inc
Andrei Karas
2
-12
/
+6
2015-09-01
Add packet sizes to packetin.inc. But for now size unused.
Andrei Karas
2
-459
/
+412
2015-09-01
Add missing handler for skill cancel packet.
Andrei Karas
3
-1
/
+7
2015-09-01
Remove help lines from packets definition.
Andrei Karas
2
-32
/
+28
2015-09-01
Split packets definition files to in and out packets.
Andrei Karas
4
-254
/
+275
2015-09-01
Change extension in some internals includes from h to inc.
Andrei Karas
2
-1
/
+1
2015-09-01
Add ability to log received packet names to log file.
Andrei Karas
6
-8
/
+42
2015-08-31
Rename packetdefine.h to protocoldefine.h
Andrei Karas
1
-1
/
+2
2015-08-31
Move actual packet name to id mapping to packets.inc.
Andrei Karas
2
-713
/
+732
2015-08-30
Move receive code from vendinghandler into separate file.
Andrei Karas
4
-132
/
+211
2015-08-30
Move receive code from tradehandler into separate file.
Andrei Karas
4
-136
/
+224
2015-08-30
Move receive code from skillhandler into separate file.
Andrei Karas
4
-367
/
+440
2015-08-30
Move receive code from searchstorehandler into separate file.
Andrei Karas
4
-84
/
+151
2015-08-30
Move receive code from roulettehandler into separate file.
Andrei Karas
4
-60
/
+123
2015-08-30
Move receive code from questhandler into separate file.
Andrei Karas
4
-146
/
+210
2015-08-30
Move receive code from playerhandler into separate file.
Andrei Karas
4
-452
/
+524
2015-08-29
Fix code style.
Andrei Karas
84
-462
/
+208
2015-08-28
Move receive code from pethandler into separate file.
Andrei Karas
4
-175
/
+255
2015-08-28
Move receive code from partyhandler into separate file.
Andrei Karas
4
-313
/
+391
2015-08-27
Fix compilation warning.
Andrei Karas
1
-2
/
+1
2015-08-27
Move receive code from npchandler into separate file.
Andrei Karas
4
-107
/
+181
2015-08-27
Move receive code from mercenaryhandler into separate file.
Andrei Karas
5
-116
/
+192
2015-08-27
Move receive code from markethandler into separate file.
Andrei Karas
4
-48
/
+128
[next]