summaryrefslogtreecommitdiff
path: root/src/net/eathena
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-25Add missing checks into net directory.Andrei Karas5-37/+10
2015-06-20Move processMapMask from ea namespace to eathena.Andrei Karas2-0/+14
2015-06-20Move processOnlineList from ea namespace into eathena.Andrei Karas2-0/+67
2015-06-20Move processUpdateHost2 from ea namespace into eathena.Andrei Karas1-1/+21
2015-06-20Move processNameResponse2 from ea namespace into eathena.Andrei Karas2-0/+49
2015-06-20Remove server feature haveLangTab.Andrei Karas2-7/+0
2015-06-20Remove unused server feature haveSpecialChatChannels.Andrei Karas2-7/+0
2015-06-20Fix code style.Andrei Karas5-1/+9
2015-06-16Add server feature haveTeamId.Andrei Karas2-0/+7
2015-06-16Move processPvpSet from ea namespace into eathena and tmwa.Andrei Karas2-0/+17
2015-06-15Fix code style.Andrei Karas3-3/+4
2015-06-14Use CREATEWIDGET macro in markethandler.Andrei Karas1-2/+3
2015-06-14Use CREATEWIDGET macro in cashshophandler.Andrei Karas1-2/+3
2015-06-14Use CREATEWIDGET macro in beingstorehandler.Andrei Karas1-2/+3
2015-06-14Use CREATEWIDGET macro in pethandler.Andrei Karas1-2/+3
2015-06-14Use CREATEWIDGET macro in npchandler.Andrei Karas1-2/+3
2015-06-14Use CREATEWIDGET macro in vendinghandler.Andrei Karas1-2/+3
2015-06-14Use CREATEWIDGET macro in charserverhandler.Andrei Karas1-12/+25
2015-06-14Use CREATEWIDGET macro in buysellhandler.Andrei Karas1-2/+3
2015-06-14Replace packet direct defines to macro with constants.Andrei Karas1-694/+697
2015-06-08Check usePersistentIP when switching map serversRawng1-1/+9