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