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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-08
Move processLangReuqest from tmwa namespace into ea.
Andrei Karas
4
-11
/
+11
2014-09-08
Remove additional parameters from most npchandlers.
Andrei Karas
6
-45
/
+35
2014-09-08
eathena: add packet SMSG_GM_CHAT2 0x01c3.
Andrei Karas
3
-0
/
+21
2014-09-08
eathena: partially add packet SMSG_SKILL_AUTO_CAST 0x0147.
Andrei Karas
3
-0
/
+20
2014-09-08
eathena: add pethandler.
Andrei Karas
6
-0
/
+143
2014-09-07
Add pet emote action and keys for each emote.
Andrei Karas
6
-3
/
+817
2014-09-07
fix tarball creation.
Andrei Karas
2
-2
/
+2
2014-09-07
Fix compilation warnings.
Andrei Karas
4
-6
/
+7
2014-09-07
Remove unused tab classes.
Andrei Karas
10
-355
/
+1
2014-09-07
Remove unused includes.
Andrei Karas
17
-49
/
+1
2014-09-07
eathena: fix packet SMSG_PARTY_MESSAGE 0x0109.
Andrei Karas
1
-2
/
+6
2014-09-07
Move processPartyMessage from ea namespace into eathena and tmwa.
Andrei Karas
6
-26
/
+52
2014-09-07
eathena: fix sending packet CMSG_PARTY_MESSAGE.
Andrei Karas
1
-2
/
+6
2014-09-07
For some popup menus use current mouse position.
Andrei Karas
8
-74
/
+44
2014-09-07
fix crash in windows before game started.
Andrei Karas
1
-3
/
+16
2014-09-07
eathena: fix party tab creation.
Andrei Karas
4
-13
/
+21
2014-09-07
Move processPartyInfo from ea namespace into eathena and tmwa.
Andrei Karas
6
-106
/
+214
2014-09-07
eathena: fix packet SMSG_PARTY_SETTINGS 0x07d8.
Andrei Karas
3
-5
/
+5
2014-09-07
Move processPartySettings from ea namespace into eathena and tmwa.
Andrei Karas
6
-20
/
+51
2014-09-07
Split processPartySettings into net code and not net code.
Andrei Karas
2
-3
/
+8
2014-09-07
eathena: add packet SMSG_PARTY_MEMBER_INFO 0x01e9.
Andrei Karas
3
-0
/
+38
2014-09-07
Add missing whisper error status.
Andrei Karas
1
-0
/
+10
2014-09-07
eathena: fix packet SMSG_WHISPER_RESPONSE 0x09df.
Andrei Karas
3
-2
/
+3
2014-09-07
Move processWhisperResponse from ea namespace into eathena and tmwa.
Andrei Karas
6
-10
/
+20
2014-09-07
split processWhisperResponse into two functions with net code and without.
Andrei Karas
2
-1
/
+8
2014-09-07
eathena: fix packet SMSG_WHISPER 0x0097.
Andrei Karas
1
-2
/
+4
2014-09-07
Move processWhisper from ea namespace into eathena and tmwa.
Andrei Karas
6
-17
/
+34
2014-09-07
separate processWhisper into two functions. With netcode and without.
Andrei Karas
2
-1
/
+9
2014-09-07
eathena: read whole packet in processBeingChangeLook.
Andrei Karas
1
-7
/
+5
2014-09-06
eathena: add packet SMSG_PLAYER_HP 0x080e.
Andrei Karas
3
-1
/
+5
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
[next]