summaryrefslogtreecommitdiff
path: root/src/net/tmwa
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-06fix leak in handling full move path from evol server.Andrei Karas1-0/+1
2013-09-04add support for getting full move path from server (evol only).Andrei Karas5-2/+47
2013-08-31move being related files into being dir.Andrei Karas12-17/+27
2013-08-31move input related files into input dir.Andrei Karas1-1/+2
2013-08-24improve getState/setState in Client.Andrei Karas4-9/+9
2013-08-16fix code style.Andrei Karas1-1/+1
2013-08-11add support for giving item to npc (evol only)Andrei Karas2-1/+5
2013-08-08Add support for different server flags in server version packet.Andrei Karas1-2/+7
2013-07-08add ability to show stats from items.xml like strings.Andrei Karas1-6/+6
2013-06-27Add missing space in debuging packet messages.Andrei Karas1-1/+1
2013-06-21fix code style.Andrei Karas2-3/+3
2013-06-20Add more profiler labels.Andrei Karas3-0/+13
2013-06-13move npc dialogs array from netcode.Andrei Karas1-6/+6
2013-06-12remove npc dialog wrapper.Andrei Karas1-5/+3
2013-06-12add support for player look.Andrei Karas3-1/+9
2013-06-10add partial support for player looks.Andrei Karas2-9/+16
2013-06-03Remove subdir SDL from SDL includes.Andrei Karas5-7/+7
2013-06-03fix SDL includes.Andrei Karas5-7/+7
2013-05-30Limit hair color and hair style only for one byte.Andrei Karas2-6/+12
2013-05-28fix guard header part2.Andrei Karas24-68/+68
2013-05-27Fix spawn of disguised mobs.Andrei Karas1-20/+30
2013-05-18rename listender to depricatedlistener.Andrei Karas1-2/+0
2013-05-03add comments for translators.Andrei Karas1-0/+35
2013-04-26fix code style more.Andrei Karas2-2/+2
2013-04-25fix some code style by cpplint.Andrei Karas2-3/+0
2013-04-21fix code style and some other fixes after auto checks.Andrei Karas1-2/+3
2013-04-21some other fixes from cpplint.Andrei Karas11-38/+38
2013-04-14another fixes from cpplint.Andrei Karas25-37/+38
2013-04-14some more style fixes from cpplint.Andrei Karas21-24/+24
2013-04-12first part of style fixed after cpplint checks.Andrei Karas23-110/+98
2013-04-11imporve tradehandler class.Andrei Karas2-15/+15
2013-04-10improve skillhandler class.Andrei Karas2-7/+10
2013-04-10improve questhandler class.Andrei Karas2-5/+5
2013-04-10improve playerhandler class.Andrei Karas2-30/+32
2013-04-10Improve partyhandler class.Andrei Karas2-21/+22
2013-04-10improve npchandler class.Andrei Karas2-33/+43
2013-04-09some more style and cast fixes.Andrei Karas1-8/+4
2013-04-09improve messageout class.Andrei Karas2-14/+15
2013-04-09improve messagein class.Andrei Karas2-4/+4
2013-04-08move direct SDL_net calls to proxy file sdltcpnet.Andrei Karas1-6/+0
2013-04-07remove useless checks.Andrei Karas2-6/+3
2013-04-07remove some default values for parameters.Andrei Karas2-3/+3