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
/
tmwa
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-14
Move skillconsts from resources int consts directory.
Andrei Karas
1
-1
/
+1
2015-12-14
Move skill error defines into separate file.
Andrei Karas
1
-0
/
+2
2015-12-09
Add per char gender into tmwa.
Andrei Karas
2
-4
/
+8
2015-11-16
Convert State enum into strong typed.
Andrei Karas
6
-12
/
+12
2015-11-16
Convert InventoryType enum into strong typed.
Andrei Karas
2
-10
/
+12
2015-11-16
Add server feature haveSlide.
Andrei Karas
2
-0
/
+7
2015-11-16
Fix code style.
Andrei Karas
1
-0
/
+1
2015-11-15
Add server feature haveCharOtherGender.
Andrei Karas
2
-0
/
+7
2015-11-15
Rename haveOtherGender into haveAccountOtherGender
Andrei Karas
2
-2
/
+2
2015-11-13
Remove manaserv related RegistrationOptions.
Andrei Karas
2
-7
/
+0
2015-11-04
Allow sell to npc many items at one time (hercules).
halloween2015
Andrei Karas
2
-0
/
+6
2015-11-04
Allow buy from npc shop or from market more than one of item at one transaction.
Andrei Karas
8
-0
/
+25
2015-10-19
Allow support for different horses riding.
Andrei Karas
2
-0
/
+7
2015-09-25
Fix code style.
Andrei Karas
1
-1
/
+1
2015-09-23
Remove unused header protocolin.h
Andrei Karas
1
-28
/
+0
2015-09-23
Another fix for compilation without C++11 flags.
Andrei Karas
1
-1
/
+1
2015-09-23
Fix compilation without C++11 flags.
Andrei Karas
2
-2
/
+2
2015-09-23
Allow add conditions into out packets definition.
Andrei Karas
4
-0
/
+12
2015-09-22
Remove checking packet id in getNpc function.
Andrei Karas
2
-13
/
+6
2015-09-22
add way for reload packets db. For now it useless.
Andrei Karas
4
-2
/
+80
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-11
Fix code style.
Andrei Karas
1
-7
/
+0
2015-09-10
Impliment packets CMSG_SOLVE_CHAR_NAME and SMSG_SOLVE_CHAR_NAME.
Andrei Karas
2
-0
/
+6
2015-09-09
Read server packet version from server (hercules).
Andrei Karas
1
-0
/
+3
2015-09-09
Move processPlayerInventoryRemove from ea namespace into eathena and tmwa.
Andrei Karas
3
-1
/
+23
2015-09-09
Remove virtual method call from MessageOut constructor.
Andrei Karas
4
-8
/
+10
2015-09-07
Split protocol.h into protocolin.h and protocolout.h
Andrei Karas
16
-38
/
+53
2015-09-06
Readd packet SMSG_MAP_MASK (tmwa)
Andrei Karas
1
-0
/
+1
2015-09-04
Remove some useless includes.
Andrei Karas
30
-152
/
+16
2015-09-02
Remove MessageHandler class
Andrei Karas
80
-1608
/
+153
2015-09-02
Remove mNetwork field from MessageHandlers
Andrei Karas
6
-76
/
+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
/
+35
2015-09-02
Add to packets defines packet handlers. For now unused.
Andrei Karas
1
-148
/
+148
2015-09-01
Remove packets.h
Andrei Karas
2
-93
/
+0
2015-09-01
Use packet sizes from packetsin.inc
Andrei Karas
1
-4
/
+3
2015-09-01
Add packet sizes to packetin.inc. But for now size unused.
Andrei Karas
2
-169
/
+152
2015-09-01
Remove help lines from packets definition.
Andrei Karas
2
-36
/
+30
2015-09-01
Split packets definition files to in and out packets.
Andrei Karas
4
-109
/
+133
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
/
+1
2015-08-31
Move actual packet name to id mapping to packets.inc.
Andrei Karas
2
-278
/
+297
2015-08-30
Move receive code from tradehandler into separate file.
Andrei Karas
4
-129
/
+219
2015-08-30
Move receive code from skillhandler into separate file.
Andrei Karas
4
-179
/
+263
2015-08-30
Move receive code from questhandler into separate file.
Andrei Karas
4
-38
/
+107
2015-08-30
Move receive code from playerhandler into separate file.
Andrei Karas
4
-142
/
+218
2015-08-29
Fix code style.
Andrei Karas
32
-201
/
+91
2015-08-28
Move receive code from partyhandler into separate file.
Andrei Karas
4
-276
/
+356
[next]