summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-09-18Rename server feature haveOnlineList into haveServerOnlineList.Andrei Karas6-6/+6
2014-09-18eathena: add partial support for packet SMSG_CHAT_DISPLAY 0x00d7.Andrei Karas3-0/+19
2014-09-18eathena: fix packet SMSG_PLAYER_GUILD_PARTY_INFO 0x0195.Andrei Karas1-1/+1
2014-09-18Move processPlayerGuilPartyInfo from ea namespace into eathena and tmwa.Andrei Karas6-31/+62
2014-09-18Fix compilation with some options.Andrei Karas1-1/+1
2014-09-18eathena: add packet SMSG_PLAYER_SKILL_COOLDOWN_LIST 0x0985.Andrei Karas4-1/+22
2014-09-18Add empty skill if need add skill duration/cooldown and skin not created/loaded.Andrei Karas1-7/+13
2014-09-18Add new theme colors for disabled text.Andrei Karas12-1/+19
New colors: TEXT_DISABLED, TEXT_DISABLED_OUTLINE For now unused.
2014-09-18Draw cool down bar in skills window.Andrei Karas6-10/+79
2014-09-18Add skill cooldown color.Andrei Karas12-1/+13
New color: SKILL_COOLDOWN
2014-09-18Add skills duration/cooldown.Andrei Karas5-3/+25
2014-09-17Fix compilation warning.Andrei Karas1-1/+1
2014-09-17eathena: add packet SMSG_PET_ROULETTE 0x01a0.Andrei Karas5-0/+44
2014-09-17Show skill type in skill popup.Andrei Karas1-4/+46
2014-09-17eathena: add partial support for packet SMSG_PLAYER_SKILL_COOLDOWN 0x043d.Andrei Karas4-1/+16
2014-09-17eathena: add partial support for packet SMSG_PLAYER_STATUS_CHANGE_NO_TICK ↵Andrei Karas3-0/+16
0x0196.
2014-09-17eathena: fix packet SMSG_BEING_RESURRECT 0x0148.Andrei Karas1-2/+2
2014-09-17Move processBeingResurrect from ea namespace into eathena and tmwa.Andrei Karas6-30/+60
2014-09-17eathena: add partial support for packet SMSG_PLAYER_HEAL 0x013d.Andrei Karas3-0/+17
2014-09-17Disable logging sent bytes count.Andrei Karas1-0/+2
2014-09-17Fix casting in logging packets.Andrei Karas6-13/+25
2014-09-17add support for ignore packets logging.Andrei Karas15-20/+105
Option for coma separated packet ids added in misc tab.
2014-09-17Remove auto pointers from network code.Andrei Karas4-54/+54
2014-09-17Remove getter for tradeHandler.Andrei Karas9-24/+16
2014-09-17Remove getter for skillHandler.Andrei Karas4-9/+5
2014-09-17Remove getter for serverFeatures.Andrei Karas31-73/+69
2014-09-17Remove getter for questHandler.Andrei Karas4-0/+6
2014-09-17Remove getter for playerHandler.Andrei Karas16-91/+79
2014-09-17Remove getter for petHandler.Andrei Karas7-14/+10
2014-09-17Remove getter for partyHandler.Andrei Karas11-35/+31
2014-09-17Remove getter for npcHandler.Andrei Karas10-24/+21
2014-09-17Remove getter for mailHandler.Andrei Karas3-7/+3
2014-09-17Remove getter for loginHandler.Andrei Karas15-66/+47
2014-09-17Remove getter for inventoryHandler.Andrei Karas15-49/+45
2014-09-17Remove getter for guildHandler.Andrei Karas12-27/+23
2014-09-17Remove getter for generalHandler.Andrei Karas5-21/+17
2014-09-17Remove getter for gameHandler.Andrei Karas13-39/+31
2014-09-17Remove getter for chatHandler.Andrei Karas20-56/+52
2014-09-17Remove getter for charServerHandler.Andrei Karas13-31/+27
2014-09-17Remove getter for cachShopHandler.Andrei Karas3-7/+3
2014-09-17Remove getter for buySellHandler.Andrei Karas7-15/+11
2014-09-17Remove getter for beingHandler.Andrei Karas7-11/+7
2014-09-17Remove getter for bankHandler.Andrei Karas3-7/+3
2014-09-17Remove getter for auctionHandler.Andrei Karas3-7/+3
2014-09-17Remove getter for adminHandler.Andrei Karas6-16/+16
2014-09-16Remove unused externsAndrei Karas25-43/+0
2014-09-16Add server feature haveEightDirections.Andrei Karas6-2/+21
2014-09-16Add server feature haveEmailOnRegister.Andrei Karas6-1/+20
2014-09-16add server feature haveMonsterAttackRange.Andrei Karas6-2/+20
2014-09-16Fix some server features usage.Andrei Karas1-2/+3