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-11-10
Decode some more skill errors.
Andrei Karas
1
-0
/
+41
2015-11-09
Impliment packets SMSG_SKILL_ENTRY and SMSG_BEING_REMOVE_SKILL.
Andrei Karas
1
-11
/
+22
2015-11-09
Impliment packet SMSG_BEING_SLIDE.
Andrei Karas
1
-4
/
+14
2015-11-07
fix code style.
Andrei Karas
1
-1
/
+0
2015-11-04
Allow sell to npc many items at one time (hercules).
halloween2015
Andrei Karas
2
-1
/
+34
2015-11-04
Allow buy from npc shop or from market more than one of item at one transaction.
Andrei Karas
8
-0
/
+121
2015-11-01
Fix cart inventory initialisation if was no items in cart inventory.
Andrei Karas
1
-1
/
+16
2015-10-28
Add missing check in receiving being packets.
Andrei Karas
1
-4
/
+4
2015-10-26
Add packet SMSG_NPC_SKIN 0x0b1c.
Andrei Karas
4
-1
/
+15
2015-10-23
Fix code style.
Andrei Karas
1
-4
/
+0
2015-10-21
Add support for layers with conditional tiles.
Andrei Karas
1
-4
/
+1
2015-10-19
Add extended riding support (hercules)
Andrei Karas
1
-9
/
+23
2015-10-19
Allow support for different horses riding.
Andrei Karas
2
-0
/
+7
2015-10-18
Join "option" to opt2 (status effect) for using as effects (hercules)
Andrei Karas
1
-10
/
+9
2015-10-17
Add layer field to packet SMSG_MAP_SET_TILES_TYPE.
Andrei Karas
2
-2
/
+4
2015-10-16
Add protection attribute to input actions. Unsafe actions blocked from remote...
Andrei Karas
1
-1
/
+1
2015-10-16
Fix compilation errors.
Andrei Karas
1
-1
/
+1
2015-10-16
Fix compilation without C++11 flags.
Andrei Karas
1
-1
/
+1
2015-10-16
Impliment packet SMSG_MAP_SET_TILES_TYPE (hercules)
Andrei Karas
1
-7
/
+26
2015-10-15
Add packet SMSG_MAP_SET_TILES_TYPE 0x0b1b.
Andrei Karas
4
-1
/
+14
2015-10-09
Fix code style.
Andrei Karas
1
-1
/
+0
2015-09-28
Add packet SMSG_BATTLE_EMBLEM2 0x0b1a.
Andrei Karas
4
-2
/
+20
2015-09-25
Fix being states (hercules)
Andrei Karas
2
-1
/
+37
2015-09-25
Fix code style.
Andrei Karas
4
-5
/
+3
2015-09-23
Fix another compilation warning.
Andrei Karas
1
-1
/
+1
2015-09-23
Fix compilation warning.
Andrei Karas
1
-2
/
+2
2015-09-23
Remove unused header protocolin.h
Andrei Karas
1
-28
/
+0
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
[next]