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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-06
eathena: fix packet SMSG_NPC_VIEWPOINT 0x0144.
Andrei Karas
1
-9
/
+14
2014-09-06
eathena: fix packet SMSG_PLAYER_STORAGE_ITEMS 0x0995.
Andrei Karas
3
-2
/
+6
2014-09-06
eathena: fix packet SMSG_PLAYER_STORAGE_ADD 0x01c4.
Andrei Karas
2
-12
/
+12
2014-09-06
Move processPlayerStorageAdd from ea namespace into eathena and tmwa.
Andrei Karas
6
-34
/
+68
2014-09-06
eathena: fix packet SMSG_PLAYER_STORAGE_EQUIP 0x0996.
Andrei Karas
3
-28
/
+21
2014-09-06
Move processPlayerStorageEquip from ea namespace into eathena and tmwa.
Andrei Karas
6
-42
/
+84
2014-09-06
Use skillpopup in skills window.
Andrei Karas
3
-21
/
+17
2014-09-06
Add skillpopup object.
Andrei Karas
4
-0
/
+211
2014-09-06
fix textbox height if text is empty.
Andrei Karas
1
-0
/
+5
2014-09-06
Show mana in skill popup.
Andrei Karas
3
-2
/
+18
2014-09-06
In skills add support for reading mana cost from server.
Andrei Karas
7
-13
/
+22
2014-09-06
Allow use support skill.
Andrei Karas
2
-2
/
+4
2014-09-06
eathena: add packet SMSG_PLAYER_INVENTORY_REMOVE2 0x07fa.
Andrei Karas
4
-2
/
+34
2014-09-06
eathena: fix skills removing.
Andrei Karas
3
-1
/
+15
2014-09-06
eathena: read whole packet in processAddQuestsObjectives.
Andrei Karas
3
-0
/
+14
2014-09-06
eathena: add packet SMSG_BEING_STATUS_CHANGE2 0x043f.
Andrei Karas
3
-2
/
+8
2014-09-06
eathena: add packet SMSG_MONSTER_HP 0x0977.
Andrei Karas
4
-1
/
+21
2014-09-06
eathena: add packet SMSG_BEING_ACTION2 0x02e1.
Andrei Karas
4
-1
/
+100
2014-09-06
Improve reading in processPlayerStop.
Andrei Karas
1
-0
/
+4
2014-09-06
eathena: fix reading packet SMSG_BEING_MOVE2 0x0086.
Andrei Karas
1
-4
/
+5
2014-09-06
Move processBeingMove2 from ea namespace into eathena and tmwa.
Andrei Karas
6
-42
/
+84
2014-09-06
eathena: impliment SMSG_CHAR_LOGIN2 0x082d.
Andrei Karas
2
-0
/
+18
2014-09-06
Fix server features initialisation.
Andrei Karas
8
-2
/
+35
2014-09-06
Use server features for online list.
Andrei Karas
2
-4
/
+6
2014-09-06
Add serverfeatures class for check is server support one or another features.
Andrei Karas
9
-0
/
+202
2014-09-06
Set short name for unknown skills.
Andrei Karas
1
-0
/
+1
2014-09-06
eathena: fix packet SMSG_BEING_STATUS_CHANGE 0x0983.
Andrei Karas
3
-2
/
+7
2014-09-06
Move processBeingStatusChange from ea namespace into eathena and tmwa.
Andrei Karas
6
-22
/
+44
2014-09-06
eathena: fix packet SMSG_SKILL_CASTING 0x07fb.
Andrei Karas
3
-4
/
+5
2014-09-06
Move processSkillCasting from ea namespace into eathena and tmwa.
Andrei Karas
6
-15
/
+28
2014-09-06
Enable skill use button based on skill type.
Andrei Karas
2
-14
/
+10
2014-09-06
add different ways to use skill based on skill type.
Andrei Karas
1
-5
/
+26
2014-09-06
Use skill type struct in skill info.
Andrei Karas
8
-10
/
+20
2014-09-06
Add skill type reading from server
Andrei Karas
7
-13
/
+24
2014-09-06
Add skill types enum.
Andrei Karas
3
-1
/
+40
2014-09-06
For unknown skills use if possible server side skill name.
Andrei Karas
5
-8
/
+22
2014-09-06
allow use unknown skills.
Andrei Karas
2
-20
/
+28
2014-09-06
eathena: fix reading all fields in SMSG_WALK_RESPONSE 0x0087.
Andrei Karas
1
-2
/
+3
2014-09-06
Move processWalkResponse from ea namespace into eathena and tmwa.
Andrei Karas
6
-18
/
+37
2014-09-06
fix some packets reading size.
Andrei Karas
2
-0
/
+4
2014-09-06
Add checking for each packet size after reading and processed.
Andrei Karas
2
-3
/
+22
2014-09-06
eathena: fix packet SMSG_BEING_SPAWN 0x0858.
Andrei Karas
2
-2
/
+26
2014-09-06
Move processBeingSpawn from ea namespace into tmwa.
Andrei Karas
4
-15
/
+15
2014-09-06
eathena: fix packet SMSG_BEING_SPAWN 0x0858.
Andrei Karas
2
-12
/
+19
2014-09-06
eathena: fix packet SMSG_BEING_MOVE 0x0856.
Andrei Karas
3
-14
/
+29
2014-09-06
Increase number of slots again.
Andrei Karas
3
-7
/
+11
2014-09-06
eathena; fix packet SMSG_TRADE_ITEM_ADD 0x080f.
Andrei Karas
3
-8
/
+12
2014-09-06
Move processTradeItemAdd from ea namespace into eathena and tmwa.
Andrei Karas
6
-25
/
+54
2014-09-06
eathena: impliment packet SMSG_TRADE_RESPONSE2 0x01f5.
Andrei Karas
3
-0
/
+15
2014-09-06
eathena: fix packet SMSG_TRADE_REQUEST 0x01f4.
Andrei Karas
2
-2
/
+5
[prev]
[next]