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
2015-08-24
Fix showing help for dyecmd from command line.
Andrei Karas
1
-1
/
+1
2015-08-24
Add missing resource manager init into unit tests.
Andrei Karas
4
-0
/
+4
2015-08-24
Move receive code from cashshophandler into separate file.
Andrei Karas
6
-101
/
+178
2015-08-24
Move receive code from buysellhandler into separate file.
Andrei Karas
14
-185
/
+456
2015-08-24
Move receive code from buyingstorehandler into separate file.
Andrei Karas
6
-202
/
+294
2015-08-24
Rename battleground receive handler into battlegroundrecv.
Andrei Karas
5
-23
/
+23
2015-08-24
Rename being receive handler into beingrecv.
Andrei Karas
11
-427
/
+428
2015-08-24
Rename bank receive handler into bankrecv.
Andrei Karas
5
-14
/
+14
2015-08-24
Rename auction receive handler into auctionrecv.
Andrei Karas
5
-17
/
+17
2015-08-24
Rename admin receive handler into adminrecv.
Andrei Karas
8
-24
/
+24
2015-08-24
Fix unit tests.
Andrei Karas
4
-12
/
+8
2015-08-24
Add damaged attribute to floor items.
Andrei Karas
6
-0
/
+15
2015-08-24
Fix compilation warnings.
Andrei Karas
2
-2
/
+2
2015-08-24
Move receive code from beinghandler into separate file.
Andrei Karas
14
-3642
/
+3874
2015-08-23
Move receive code from battlegroundhandler into separate file.
Andrei Karas
6
-84
/
+146
2015-08-23
Move receive code from bankhandler into separate file.
Andrei Karas
5
-30
/
+110
2015-08-23
Move receive code from auctionhandler into separate file.
Andrei Karas
6
-67
/
+136
2015-08-23
Move receive code from adminhandler into separate file.
Andrei Karas
11
-71
/
+223
2015-08-23
Change protocol version to 5. Add packet SMSG_SCRIPT_MESSAGE (tmwa).
Andrei Karas
5
-2
/
+18
2015-08-23
Impliment packet SMSG_PET_CATCH_PROCESS.
Andrei Karas
3
-1
/
+6
2015-08-23
Impliment packet SMSG_SCRIPT_MESSAGE.
Andrei Karas
1
-2
/
+2
2015-08-22
Impliment packet SMSG_CHAT_TALKIE_BOX.
Andrei Karas
1
-2
/
+2
2015-08-22
Impliment packet SMSG_IGNORE_NICK_ACK.
Andrei Karas
3
-3
/
+83
2015-08-22
Impliment packet SMSG_PLAYER_SKILL_MESSAGE.
Andrei Karas
3
-3
/
+104
2015-08-22
Impliment packet SMSG_SKILL_AUTO_CAST.
Andrei Karas
1
-6
/
+11
2015-08-22
Show skill effects with packet SMSG_SKILL_NO_DAMAGE.
Andrei Karas
1
-6
/
+10
2015-08-22
Impliment packet SMSG_BIND_ITEM.
Andrei Karas
3
-3
/
+22
2015-08-22
Impliment packet SMSG_PLAYER_CART_ADD_ERROR.
Andrei Karas
3
-3
/
+21
2015-08-22
Read damaged attribute from all packets.
Andrei Karas
3
-8
/
+10
2015-08-22
Use resource manager as global variable.
Andrei Karas
42
-246
/
+157
2015-08-22
Add init to resource manager.
Andrei Karas
4
-4
/
+14
2015-08-21
Add support for send item indexes to server. Change protocol version to 11.
Andrei Karas
4
-4
/
+77
2015-08-21
Use item tag for dragged items.
Andrei Karas
1
-1
/
+5
2015-08-21
Add tag field into item.
Andrei Karas
2
-0
/
+8
2015-08-21
Impliment packet SMSG_PLAYER_REFINE.
Andrei Karas
3
-5
/
+57
2015-08-21
Impliment packet SMSG_PLAYER_ITEM_RENTAL_EXPIRED.
Andrei Karas
3
-4
/
+23
2015-08-21
Impliment packet SMSG_PLAYER_ITEM_RENTAL_TIME (hercules).
Andrei Karas
3
-5
/
+16
2015-08-21
Add function for convert time diff to string.
Andrei Karas
3
-52
/
+66
2015-08-21
Fix AMD driver detection in black list.
Andrei Karas
1
-1
/
+1
2015-08-20
Black list for DSA drivers from AMD HD 14.10.*
Andrei Karas
1
-8
/
+11
2015-08-20
Use separate icons palette.
Andrei Karas
5
-9
/
+5
2015-08-20
Add support for reading iconColors palette field from items.
Andrei Karas
3
-6
/
+84
2015-08-20
/atkhuman now checks teamId and map pvp flag
Joseph Botosh
4
-6
/
+73
2015-08-20
Add ability for insert cards into items by dragging.
Andrei Karas
6
-0
/
+112
2015-08-20
Show card name in insert card dialog.
Andrei Karas
3
-6
/
+25
2015-08-20
Add missing checks or attribute to other files.
Andrei Karas
6
-52
/
+30
2015-08-20
Add missing checks or attributes to popups.
Andrei Karas
6
-23
/
+22
2015-08-20
Add missing checks or attributes to windows.
Andrei Karas
35
-268
/
+269
2015-08-19
Add workaround for npc talk action for avoid packets limit.
Andrei Karas
1
-2
/
+12
2015-08-17
Remove some mode outdated color related code from tmwa.
Andrei Karas
3
-15
/
+15
[next]