summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2015-08-24Rename battleground receive handler into battlegroundrecv.Andrei Karas3-19/+19
2015-08-24Rename being receive handler into beingrecv.Andrei Karas9-415/+416
2015-08-24Rename bank receive handler into bankrecv.Andrei Karas3-10/+10
2015-08-24Rename auction receive handler into auctionrecv.Andrei Karas3-13/+13
2015-08-24Rename admin receive handler into adminrecv.Andrei Karas6-16/+16
2015-08-24Add damaged attribute to floor items.Andrei Karas2-0/+6
2015-08-24Fix compilation warnings.Andrei Karas2-2/+2
2015-08-24Move receive code from beinghandler into separate file.Andrei Karas12-3642/+3862
2015-08-23Move receive code from battlegroundhandler into separate file.Andrei Karas4-84/+142
2015-08-23Move receive code from bankhandler into separate file.Andrei Karas3-30/+106
2015-08-23Move receive code from auctionhandler into separate file.Andrei Karas4-67/+132
2015-08-23Move receive code from adminhandler into separate file.Andrei Karas9-71/+215
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 Karas1-1/+1
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 Karas1-3/+43
2015-08-22Impliment packet SMSG_PLAYER_SKILL_MESSAGE.Andrei Karas1-3/+43
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 Karas1-3/+17
2015-08-22Impliment packet SMSG_PLAYER_CART_ADD_ERROR.Andrei Karas1-3/+11
2015-08-22Read damaged attribute from all packets.Andrei Karas3-8/+10
2015-08-21Add support for send item indexes to server. Change protocol version to 11.Andrei Karas2-1/+10
2015-08-21Impliment packet SMSG_PLAYER_REFINE.Andrei Karas1-5/+37
2015-08-21Impliment packet SMSG_PLAYER_ITEM_RENTAL_EXPIRED.Andrei Karas1-4/+18
2015-08-21Impliment packet SMSG_PLAYER_ITEM_RENTAL_TIME (hercules).Andrei Karas1-4/+12
2015-08-20Show card name in insert card dialog.Andrei Karas1-2/+6
2015-08-17Remove some mode outdated color related code from tmwa.Andrei Karas3-15/+15
2015-08-17Dont use item palettes in createitems command.Andrei Karas1-11/+3
2015-08-17Fix colors on equipment.Andrei Karas1-26/+13
2015-08-17Fix item icon color if insert card in it.Andrei Karas1-0/+1
2015-08-16In all places try get item color from ItemColorManager.Andrei Karas9-21/+34
2015-08-16Enable feature haveItemColors in eathena.Andrei Karas1-1/+1
2015-08-16Fix compilation warnings.Andrei Karas1-2/+2
2015-08-16Add packet SMSG_ITEM_DROPPED2 0x0b19.Andrei Karas4-1/+42
2015-08-16Add packet SMSG_ITEM_VISIBLE2 0x0b18.Andrei Karas6-6/+55
2015-08-16Move processItemVisible from ea namespace into eathena and tmwa.Andrei Karas6-27/+54
2015-08-16Add missing fields into flooritem.Andrei Karas3-6/+18
2015-08-16Add strong typed int for item color.Andrei Karas36-134/+251
2015-08-14fix code style.Andrei Karas2-10/+7
2015-08-13Add support for load all item slots with cards in char selection dialog (herc...Andrei Karas6-55/+87
2015-08-13Add server feature haveAdvancedSprites. Enable it for evol servers >= 7.Andrei Karas5-0/+16
2015-08-12Remove old evol color implimentation from readPlayerData.Andrei Karas1-34/+10
2015-08-12Fix loading weapon sprite in char selection dialog.Andrei Karas1-2/+3
2015-08-12Send equipped cards to function processBeingChangeLookContinue.Andrei Karas2-5/+11
2015-08-12With equipped items read cards (hercules).Andrei Karas5-2/+33
2015-08-09Add server feature haveNewGuildrawng6-3/+30
2015-08-09Edit Guild Expulsion in tmwa.rawng1-4/+3
2015-08-09Add some missing checks to other files found by paranucker.Andrei Karas1-2/+2