summaryrefslogtreecommitdiff
path: root/src/net/ea
AgeCommit message (Expand)AuthorFilesLines
2017-01-30Clean buy dialog dungling pointer if buy dialog was destroyed.Andrei Karas2-0/+9
2017-01-20Fix code style.Andrei Karas3-3/+6
2017-01-20Add missing initialisation for Token struct.Andrei Karas1-1/+5
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into net.Andrei Karas2-0/+7
2017-01-03Update copyright year.Andrei Karas64-64/+64
2016-12-30Improve drawing map layers.Andrei Karas1-0/+1
2016-12-10Fix some issues found by automatic checks.Andrei Karas2-2/+2
2016-11-11Fix typo implimented -> implemented.Andrei Karas5-6/+6
2016-11-04Fix some defines/includes, because in some systems it may works wrong.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-3/+4
2016-09-17Remove ea/guildhandler and ea/guildrecv. Because guilds not works in legacy s...Andrei Karas4-719/+0
2016-09-12Add packet SMSG_SKILL_NO_DAMAGE 0x09cb.Andrei Karas1-1/+5
2016-09-09Fix reading size for packet SMSG_MAP_MUSIC.Andrei Karas1-1/+1
2016-09-04Add support for close only client side window without affecting server.Andrei Karas1-0/+14
2016-08-29Done include sys/time.h in chatrecv.h if it already included.Andrei Karas1-1/+3
2016-08-29Fix some cast issues.Andrei Karas1-0/+1
2016-08-29Use time_t for time values.Andrei Karas3-3/+3
2016-08-24First step of removing local pets (tmwa only).Andrei Karas1-3/+0
2016-08-21Improve move3 packet handling for local player and for empty path.Andrei Karas1-8/+7
2016-08-20Split processPartySettingsContinue.Andrei Karas2-6/+10
2016-08-19Fix removing local player from guild.Andrei Karas1-0/+1
2016-08-15Move itemtype.h into item directory.Andrei Karas1-1/+1
2016-08-13Read whole packet SMSG_MAP_QUIT_RESPONSE.Andrei Karas1-1/+1
2016-07-29Add some missing tmwa defines.Andrei Karas1-0/+2
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-2/+0
2016-07-25Add into player attributes prefix PLAYER_.Andrei Karas3-6/+6
2016-07-20In client too old error messages, show manaplus.org url.Andrei Karas1-1/+2
2016-07-01Fix code style.Andrei Karas1-4/+2
2016-06-22Build path in SMSG_BEING_MOVE3 packet from back to forward and if need fix st...Andrei Karas1-51/+22
2016-06-21Remove useless includes.Andrei Karas1-3/+0
2016-06-21Remove function BeingRecv::setSpriteAndrei Karas2-14/+0
2016-06-21Remove colorId parameter from Being::updateSprite.Andrei Karas2-5/+3
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