summaryrefslogtreecommitdiff
path: root/src/net/ea
AgeCommit message (Expand)AuthorFilesLines
2016-06-14Fix compilation with old compilers and without C++11 flags.Andrei Karas2-0/+10
2016-06-14Remove some useless includes.Andrei Karas3-18/+2
2016-06-13Fix includes and update deheader ci script.Andrei Karas2-4/+0
2016-06-11Remove unused includes.Andrei Karas1-2/+0
2016-06-08Simplify set weapon sprite.Andrei Karas2-5/+3
2016-06-08Add setTempSprite method into Being.Andrei Karas2-5/+3
2016-06-08Add strong typed bool IsTempSprite.Andrei Karas2-3/+5
2016-06-08Add strong typed bool IsWeapon.Andrei Karas2-2/+3
2016-05-31Fix different include issues.Andrei Karas1-0/+4
2016-05-24Fix asserts with missing default music files.Andrei Karas1-1/+2
2016-05-20Fix code style.Andrei Karas1-2/+2
2016-05-18Fix random one tile desync in SMSG_BEING_MOVE3 packet.Andrei Karas1-0/+57
2016-05-14Add into tmwa packet SMSG_MAP_SET_TILES_TYPE. Change protocol version to 7.Andrei Karas2-0/+98
2016-05-01Guard include sdltcpnet.h with pragma in all files.Andrei Karas1-0/+4
2016-04-21Add option for enable/disable remote commands.Andrei Karas1-1/+5
2016-04-21Disable remote chat commands in away mode.Andrei Karas1-0/+4
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas12-54/+54
2016-04-17Remove override keyword, if it present with final.Andrei Karas12-54/+54
2016-04-14Move function PlayerRecv::processPlayerClientCommand into ea namespace.Andrei Karas2-0/+20
2016-04-02Sort more packets. Add version checks inside packets.Andrei Karas2-29/+0
2016-03-26Fix code style.Andrei Karas1-1/+1
2016-03-24Add enum for item types.Andrei Karas1-2/+4
2016-03-22Read whole some guild related packets in all cases.Andrei Karas1-0/+5
2016-03-22Add support for packet version in servers list xml and in editor.Andrei Karas1-7/+5
2016-03-20Impliment packets SMSG_FAMILY_ASK_FOR_CHILD.Andrei Karas1-1/+1
2016-03-18Fix reading packet SMSG_BEING_MOVE3 for non existing player.Andrei Karas1-0/+1
2016-03-17Read whole packet SMSG_BEING_MOVE3 if being not exists.Andrei Karas1-0/+4
2016-03-12Add missing include into network.cpp.Andrei Karas1-0/+2
2016-03-11Fix code style.Andrei Karas12-31/+8
2016-03-10For unknown packet field values show packet id and field value.Andrei Karas5-6/+6
2016-03-08Move stat constants from ea namespace into tmwa and eathena.Andrei Karas1-50/+0
2016-03-08Move setStat from ea namespace into eathena and tmwa.Andrei Karas4-211/+2
2016-03-06Remove decreaseAttribute because it left from manaserv.Andrei Karas2-7/+0
2016-03-06Move InventoryRecv::getSlot form ea namespace into tmwa and eathena.Andrei Karas2-46/+0
2016-03-06Add support for two new equipment slots in hercules.Andrei Karas1-24/+26
2016-03-05Replace in Being speed field from vector to int.Andrei Karas3-8/+5
2016-02-25Add chat command /alive. Also add it to player context menu.Andrei Karas2-7/+0
2016-02-25Replace direct gm commands to gm command functions.Andrei Karas1-13/+11
2016-02-24Add chat command /spawn. Also add it to monster context menu.Andrei Karas2-0/+7
2016-02-20Add some more missing consts.Andrei Karas2-2/+2
2016-02-20Add missing const in net directory.Andrei Karas10-18/+19
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas6-14/+14
2016-02-03Add option for saving mapping between account id and nicks.Andrei Karas1-2/+3
2016-02-03Read full packet SMSG_BEING_EMOTION in all cases.Andrei Karas1-0/+2
2016-01-28Improver error message about old client. Now it show also what server type ca...Andrei Karas1-1/+1
2016-01-17Move cards constants into separate file.Andrei Karas1-1/+3
2016-01-15Fix code style.Andrei Karas2-4/+2
2016-01-08Add function for return current npc dialog.Andrei Karas2-0/+7
2016-01-07Add partial implimentation for craft inventory. For now almost same with npc ...Andrei Karas2-0/+10
2016-01-07Move invetory into inventory directory.Andrei Karas1-1/+2