summaryrefslogtreecommitdiff
path: root/src/net/eathena
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-07Remove useless parameter from PartyHandler::inviteResponse.Andrei Karas2-4/+2
2015-06-06Fix code style.Andrei Karas16-45/+15
2015-06-03Convert StoreSearchType enum into strong typed enum.Andrei Karas2-2/+2
2015-06-03Convert PacketShare enum into strong typed enum.Andrei Karas2-10/+10
2015-06-01Convert BattleGroundType enum into strong typed enum.Andrei Karas2-2/+2
2015-06-01Convert AuctionSearchType enum into strong typed enum.Andrei Karas2-2/+2
2015-05-30Convert ChatMsgType enum into strong typed enum.Andrei Karas2-2/+2
2015-05-30Convert Rank enum into strong typed enum.Andrei Karas2-2/+2
2015-05-29Convert Pickup enum into strong typed enum.Andrei Karas1-1/+1
2015-05-29Convert Gender enum into strong typed enum.Andrei Karas3-3/+3
2015-05-29Convert CookingType enum into strong typed enum.Andrei Karas2-2/+2
2015-05-29Convert BeingAction enum into strong typed enum.Andrei Karas2-2/+2
2015-05-29Convert Attributes enum into strong typed enum.Andrei Karas3-7/+8
2015-05-29Convert AttackType enum into strong typed enum.Andrei Karas1-2/+3
2015-05-29Convert ActorType enum into strong typed enum.Andrei Karas1-1/+1