summaryrefslogtreecommitdiff
path: root/src/net/tmwa
AgeCommit message (Expand)AuthorFilesLines
2014-05-19fix code style.Andrei Karas1-0/+2
2014-05-18fix code style.Andrei Karas1-4/+4
2014-05-18Remove useless includes.Andrei Karas1-0/+2
2014-05-17Move onlineplayer into separate file.Andrei Karas1-0/+1
2014-05-16Fix code style.Andrei Karas1-2/+0
2014-05-14Move chat tab consts into separate file.Andrei Karas1-0/+2
2014-05-13fix code style.Andrei Karas1-0/+1
2014-05-13Move actor type into separate file.Andrei Karas3-6/+6
2014-05-12Move being action into separate file.Andrei Karas3-17/+18
2014-05-12Move being flags into separate file.Andrei Karas1-2/+2
2014-05-12Fix code styleAndrei Karas1-0/+2
2014-05-11Move player attributes into separate file.Andrei Karas4-13/+20
2014-05-08Fix code style in net.Andrei Karas3-11/+12
2014-05-02Add missing const.Andrei Karas2-4/+4
2014-04-30Fix code style in net.Andrei Karas3-8/+8
2014-03-29Fix code style.Andrei Karas1-1/+0
2014-03-28simplify variables cleanup.Andrei Karas2-9/+7
2014-03-07fix emote command in crazy moves A.Andrei Karas2-5/+13
2014-02-21fix signed shifts.Andrei Karas1-1/+1
2014-02-20improve includes.Andrei Karas7-7/+7
2014-02-02Add missing const and static into net classes.Andrei Karas10-19/+18
2014-01-12in pethandler add pet id parameter.Andrei Karas2-2/+7
2014-01-01update copyright year in all sources.Andrei Karas49-49/+49
2013-12-29fix compilation warnings.Andrei Karas1-1/+1
2013-12-27add pet emote command.Andrei Karas2-0/+11
2013-12-26add restrict into loginhandler.Andrei Karas2-12/+15
2013-12-26add restrict into guildhandler.Andrei Karas2-8/+11
2013-12-26add restrict into chathandler.Andrei Karas2-10/+12
2013-12-25add pet think time.Andrei Karas1-1/+0
2013-12-25add support for pet offsets if owner is sitting.Andrei Karas1-0/+1
2013-12-25fix compilation warnings.Andrei Karas1-5/+5
2013-12-25add pethandler with stubs only.Andrei Karas4-0/+116
2013-12-19add ability to give more than one item to npc. (evol only)Andrei Karas1-2/+6
2013-12-18fix code style.Andrei Karas1-1/+2
2013-12-17add restrict into statuswindow.Andrei Karas1-6/+6
2013-12-17Add support for set npc dialog title from server script.Andrei Karas5-3/+20
2013-11-25prevent update some sprites from move packets and some other.Andrei Karas1-9/+9
2013-11-07remove client.h include from some files.Andrei Karas1-1/+1
2013-11-01Move timers from client into timers file.Andrei Karas1-1/+5
2013-10-30add support for temporary replace background music on given map by server.Andrei Karas4-1/+22
2013-10-26add handling for map mask packet. (evol only)Andrei Karas5-2/+19
2013-10-25add missing checks.Andrei Karas1-1/+1
2013-10-24add option to show motd message.Andrei Karas1-3/+0
2013-10-24add final keyword to net files.Andrei Karas16-119/+127
2013-10-19Rename actorspritemanager into actormanager.Andrei Karas3-16/+16
2013-10-19move virtual member calls from mpcdialog constuctor into postInit.Andrei Karas1-0/+1
2013-10-19add comments into messageout about virtual method usage in constructor,Andrei Karas1-0/+1
2013-10-19add missing break in messageout.Andrei Karas1-0/+1
2013-10-19move virtual member calls from messagein constuctor into postInit.Andrei Karas3-0/+7
2013-10-11add /talkraw chat command for special use.Andrei Karas1-3/+2