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
/
ea
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-27
Move receive code from npchandler into separate file.
Andrei Karas
4
-198
/
+276
2015-08-27
Move receive code from loginhandler into separate file.
Andrei Karas
4
-157
/
+263
2015-08-27
Move receive code from itemhandler into separate file.
Andrei Karas
4
-15
/
+89
2015-08-27
Move receive code from inventoryhandler into separate file.
Andrei Karas
4
-239
/
+347
2015-08-26
Move receive code from guildhandler into separate file.
Andrei Karas
4
-535
/
+609
2015-08-26
Move receive code from gamehandler into separate file.
Andrei Karas
4
-51
/
+138
2015-08-25
Move receive code from chathandler into separate file.
Andrei Karas
4
-167
/
+256
2015-08-25
Move all receive (process) methods into protected.
Andrei Karas
6
-26
/
+27
2015-08-25
Move receive code from charserverhandler into separate file.
Andrei Karas
4
-110
/
+188
2015-08-24
Move receive code from buysellhandler into separate file.
Andrei Karas
4
-84
/
+169
2015-08-24
Rename being receive handler into beingrecv.
Andrei Karas
3
-58
/
+58
2015-08-24
Rename admin receive handler into adminrecv.
Andrei Karas
2
-3
/
+3
2015-08-24
Fix compilation warnings.
Andrei Karas
1
-1
/
+1
2015-08-24
Move receive code from beinghandler into separate file.
Andrei Karas
4
-455
/
+536
2015-08-23
Move receive code from adminhandler into separate file.
Andrei Karas
4
-11
/
+85
2015-08-22
Show skill effects with packet SMSG_SKILL_NO_DAMAGE.
Andrei Karas
1
-6
/
+10
2015-08-21
Add support for send item indexes to server. Change protocol version to 11.
Andrei Karas
1
-0
/
+9
2015-08-17
Dont use item palettes in createitems command.
Andrei Karas
1
-11
/
+3
2015-08-16
Move processItemVisible from ea namespace into eathena and tmwa.
Andrei Karas
2
-27
/
+0
2015-08-16
Add missing fields into flooritem.
Andrei Karas
1
-2
/
+5
2015-08-16
Add strong typed int for item color.
Andrei Karas
6
-10
/
+17
2015-07-15
Fix some style issues.
Andrei Karas
1
-3
/
+3
2015-07-11
Add missing checks into other files.
Andrei Karas
1
-0
/
+5
2015-07-02
Move mapitemtype into enums directory.
Andrei Karas
1
-2
/
+2
2015-06-30
Fix code style.
Andrei Karas
1
-1
/
+1
2015-06-29
Move notifytypes.h into enums directory.
Andrei Karas
9
-18
/
+18
2015-06-25
Add missing checks into net directory.
Andrei Karas
1
-0
/
+2
2015-06-20
Move processMapMask from ea namespace to eathena.
Andrei Karas
2
-11
/
+0
2015-06-20
Move processOnlineList from ea namespace into eathena.
Andrei Karas
2
-65
/
+0
2015-06-20
Move processUpdateHost2 from ea namespace into eathena.
Andrei Karas
2
-25
/
+0
2015-06-20
Move processNameResponse2 from ea namespace into eathena.
Andrei Karas
2
-48
/
+0
2015-06-20
Fix code style.
Andrei Karas
4
-3
/
+9
2015-06-16
Move processPvpSet from ea namespace into eathena and tmwa.
Andrei Karas
2
-17
/
+0
2015-06-15
Fix code style.
Andrei Karas
2
-0
/
+2
2015-06-14
Use CREATEWIDGET macro in tradehandler.
Andrei Karas
1
-4
/
+7
2015-06-14
Use CREATEWIDGET macro in charserverhandler.
Andrei Karas
1
-6
/
+13
2015-06-14
Use CREATEWIDGET macro in gamehandler.
Andrei Karas
1
-2
/
+6
2015-06-14
Use CREATEWIDGET macro in buysellhandler.
Andrei Karas
1
-4
/
+4
2015-06-14
Use CREATEWIDGET macro in inventoryhandler.
Andrei Karas
1
-2
/
+3
2015-06-14
Replace packet direct defines to macro with constants.
Andrei Karas
1
-6
/
+0
2015-06-06
Fix code style.
Andrei Karas
9
-12
/
+11
2015-06-03
Convert PacketShare enum into strong typed enum.
Andrei Karas
2
-32
/
+30
2015-05-29
Convert Gender enum into strong typed enum.
Andrei Karas
2
-2
/
+2
2015-05-29
Convert Attributes enum into strong typed enum.
Andrei Karas
2
-4
/
+5
2015-05-29
Convert AttackType enum into strong typed enum.
Andrei Karas
1
-5
/
+6
2015-05-29
Convert ActorType enum into strong typed enum.
Andrei Karas
1
-1
/
+1
2015-05-29
Use BeingTypeId in Being for subtypeid.
Andrei Karas
2
-3
/
+4
2015-05-29
Add strong typed int type BeingTypeId.
Andrei Karas
1
-1
/
+1
2015-05-29
Add strong typed int type BeingId.
Andrei Karas
14
-43
/
+50
2015-05-28
Add strong typed bool type Visible.
Andrei Karas
1
-4
/
+4
[next]