summaryrefslogtreecommitdiff
path: root/src/net/eathena
AgeCommit message (Expand)AuthorFilesLines
2015-08-24Move receive code from buyingstorehandler into separate file.Andrei Karas4-202/+290
2015-08-24Rename battleground receive handler into battlegroundrecv.Andrei Karas3-19/+19
2015-08-24Rename being receive handler into beingrecv.Andrei Karas3-199/+199
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 Karas3-11/+11
2015-08-24Add damaged attribute to floor items.Andrei Karas1-0/+4
2015-08-24Fix compilation warnings.Andrei Karas1-1/+1
2015-08-24Move receive code from beinghandler into separate file.Andrei Karas4-1780/+1837
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 Karas4-59/+127
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-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 Karas1-1/+1
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-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 Karas5-4/+49
2015-08-16Move processItemVisible from ea namespace into eathena and tmwa.Andrei Karas2-0/+27
2015-08-16Add missing fields into flooritem.Andrei Karas1-2/+5
2015-08-16Add strong typed int for item color.Andrei Karas14-67/+126
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 Karas3-37/+76
2015-08-13Add server feature haveAdvancedSprites. Enable it for evol servers >= 7.Andrei Karas2-0/+7
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 haveNewGuildrawng2-0/+7
2015-07-21Add missing checks and non null attributes.Andrei Karas3-3/+10
2015-07-15Update existing item after inserting card.Andrei Karas1-7/+18
2015-07-14Add ability for insert cards into items.Andrei Karas3-11/+46
2015-07-11Add missing checks into other files.Andrei Karas1-0/+2
2015-06-30Fix code style.Andrei Karas2-4/+0
2015-06-29Move notifytypes.h into enums directory.Andrei Karas15-31/+32