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
2016-05-27
Fix some false positive asserts in working with hair style equal to zero.
Andrei Karas
2
-12
/
+76
2016-05-23
Dont show asserts in pickup special packets.
Andrei Karas
1
-11
/
+32
2016-05-18
Fix random one tile desync in SMSG_BEING_MOVE3 packet.
Andrei Karas
1
-1
/
+3
2016-05-14
Add into tmwa packet SMSG_MAP_SET_TILES_TYPE. Change protocol version to 7.
Andrei Karas
3
-1
/
+3
2016-05-13
Add into network code function readUInt16. Also fix reading cards id.
Andrei Karas
4
-7
/
+31
2016-05-01
Read whole packet SMSG_BEING_IP_RESPONSE if player not present.
Andrei Karas
1
-1
/
+5
2016-04-27
Add packet SMSG_PLAYER_KILLED_BY 0x0b1d.
Andrei Karas
1
-0
/
+5
2016-04-27
Add server feature HaveKillerId.
Andrei Karas
1
-0
/
+2
2016-04-27
Fix reading whole packet SMSG_BEING_RESURRECT (tmwa).
Andrei Karas
1
-2
/
+2
2016-04-23
Fix code style.
Andrei Karas
1
-2
/
+0
2016-04-20
Add packet CMSG_TAEKWON_RANKS 0x0225
Andrei Karas
2
-0
/
+6
2016-04-19
Add packet CMSG_PLAYER_LESS_EFFECTS 0x021d.
Andrei Karas
2
-0
/
+6
2016-04-19
Add packet CMSG_SKILL_FEEL_SAVE_OK 0x0254
Andrei Karas
2
-0
/
+6
2016-04-17
Revert "Remove override keyword, if it present with final."
Andrei Karas
33
-376
/
+376
2016-04-17
Remove override keyword, if it present with final.
Andrei Karas
33
-376
/
+376
2016-04-15
Change packet version to 6 (tmwa)
Andrei Karas
2
-3
/
+13
2016-04-14
For tmwa server version >= 0x100408 not send nick in chat message.
Andrei Karas
1
-6
/
+17
2016-04-14
Add packet SMSG_PLAYER_CLIENT_COMMAND 0x0230 (tmwa)
Andrei Karas
1
-0
/
+1
2016-04-08
Fix code style.
Andrei Karas
1
-1
/
+2
2016-04-06
Into packetsout.inc add fields size and comment. For now unused.
Andrei Karas
1
-101
/
+101
2016-04-06
Impliment packet CMSG_PK_RANKS 0x0237.
Andrei Karas
2
-0
/
+6
2016-04-06
Add packet CMSG_BLACKSMITH_RANKS 0x0217.
Andrei Karas
2
-0
/
+6
2016-04-06
Impliment packet CMSG_ALCHEMIST_RANKS 0x0218.
Andrei Karas
2
-0
/
+6
2016-04-06
Impliment packet CMSG_MERGE_ITEM_CANCEL 0x0974.
Andrei Karas
2
-0
/
+6
2016-04-06
Impliment packet CMSG_MERGE_ITEM_ACK 0x096e.
Andrei Karas
2
-0
/
+7
2016-04-02
Sort more packets. Add version checks inside packets.
Andrei Karas
3
-1
/
+30
2016-04-01
Fix formatting in packetin.inc files.
Andrei Karas
1
-148
/
+148
2016-03-31
Add version field in each receive packet define.
Andrei Karas
2
-149
/
+150
2016-03-26
Fix code style.
Andrei Karas
1
-1
/
+1
2016-03-25
Fix compilation without C++11 flags.
Andrei Karas
2
-14
/
+10
2016-03-24
Add enum for item types.
Andrei Karas
6
-18
/
+24
2016-03-22
Not allow moving from sit state if server not support it.
Andrei Karas
2
-0
/
+7
2016-03-22
Add support for packet version in servers list xml and in editor.
Andrei Karas
3
-1
/
+6
2016-03-22
Add check for from equip index.
Andrei Karas
1
-0
/
+2
2016-03-21
Move status effects start/end calls into separate functions in actorsprite.
Andrei Karas
1
-56
/
+46
2016-03-21
Fix some status effects packet field names.
Andrei Karas
1
-6
/
+6
2016-03-21
Fix typo also in .inc files.
Andrei Karas
1
-1
/
+1
2016-03-21
Fix typo Plater -> Player.
Andrei Karas
2
-2
/
+2
2016-03-20
Add server feature haveFamily.
Andrei Karas
2
-0
/
+7
2016-03-17
Fix reading packet SMSG_PLAYER_STORAGE_REMOVE (tmwa)
Andrei Karas
1
-1
/
+1
2016-03-16
Split ParticleEngine from Particle class.
Andrei Karas
1
-1
/
+1
2016-03-11
Fix code style.
Andrei Karas
7
-9
/
+5
2016-03-10
For unknown packet field values show packet id and field value.
Andrei Karas
5
-9
/
+8
2016-03-08
Rename Sp attributes to server values. Also add missing values for hercules.
Andrei Karas
2
-64
/
+66
2016-03-08
Add into tmwa Sp constants value GM_LEVEL.
Andrei Karas
2
-2
/
+4
2016-03-08
Move stat constants from ea namespace into tmwa and eathena.
Andrei Karas
2
-43
/
+120
2016-03-08
Move setStat from ea namespace into eathena and tmwa.
Andrei Karas
1
-4
/
+213
2016-03-07
Add server feature haveServerPets.
Andrei Karas
2
-0
/
+7
2016-03-07
Add server feature haveMail.
Andrei Karas
2
-0
/
+7
2016-03-06
Add server feature haveMultyStatusUp.
Andrei Karas
2
-0
/
+7
[prev]
[next]