summaryrefslogtreecommitdiff
path: root/src/net/tmwa
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-11Second part of checks from Parasoft C++ Test.Andrei Karas1-2/+2
2013-10-11First part of checks from Parasoft C++ Test.Andrei Karas1-12/+14
2013-10-08split network mutexe into read and write mutexes.Andrei Karas1-4/+4
2013-10-08extent profiler logging into some functions.Andrei Karas1-2/+6
2013-10-06remove unused includes and remove default parameter in being.Andrei Karas1-3/+3
2013-10-05Remember sort order in buy dialog between restarts.Andrei Karas1-0/+1
2013-09-30move db files into db directory.Andrei Karas2-2/+4
2013-09-30move tabs into tabs directory.Andrei Karas1-1/+1
2013-09-30move windows classes to windows directory.Andrei Karas5-9/+10
2013-09-29Fix password length limit messages.Andrei Karas1-1/+1
2013-09-26remove useless virtual keywords.Andrei Karas4-13/+13
2013-09-26Change destructors to virtual in all basic classes.Andrei Karas2-2/+2
2013-09-19fix some compilation issues in different platforms.Andrei Karas1-2/+0
2013-09-18add const to net classes.Andrei Karas4-6/+6
2013-09-15remove unused includes from net directory.Andrei Karas41-171/+21
2013-09-13fix code style.Andrei Karas1-2/+2
2013-09-13fix compilation errors after last commit.Andrei Karas2-0/+2
2013-09-12disable native guild support for "new" tmw server.Andrei Karas1-0/+3
2013-09-12disable server whisper ignores for "new" tmw servers because it was removed.Andrei Karas1-0/+4
2013-09-12add server version check for "new" tmw servers.Andrei Karas1-2/+24
2013-09-09remove useless includes from some files.Andrei Karas3-0/+3