summaryrefslogtreecommitdiff
path: root/src/net/tmwa
AgeCommit message (Expand)AuthorFilesLines
2012-03-03Disable logging number of received bytes.Andrei Karas1-1/+1
2012-02-25Fix old casts.Andrei Karas1-2/+2
2012-02-24Add safe error string reporting function.Andrei Karas1-1/+1
2012-02-24More copyright fixes.Andrei Karas2-0/+2
2012-02-11Remove some unneeded includes.Andrei Karas1-0/+1
2012-02-11Add relative pixel based position to item drops (floor items).Andrei Karas1-2/+5
2012-02-08Fix compilation errors and more style.Andrei Karas2-7/+7
2012-02-08Fix code style with new tool.Andrei Karas3-4/+2
2012-02-05Move language functions to langs.cpp and langs.h files.Andrei Karas1-0/+2
2012-02-02Add some checks after automatic checking.Andrei Karas2-2/+8
2012-01-29Fix player mobing message type 2 processing.Andrei Karas1-1/+1
2012-01-29Fix client detection in online list.Andrei Karas1-1/+1
2012-01-29Fix possible hiding methods issues.Andrei Karas4-9/+9
2012-01-28Add support for processing player statuses in evol server.Andrei Karas3-6/+29
2012-01-28Add basic support for extended online list on evol server.Andrei Karas1-4/+18
2012-01-25Allow close npc dialog from npc commands.Andrei Karas1-0/+3
2012-01-25Save camera mode before speaking with npc and restore after.Andrei Karas1-0/+7
2012-01-23Add moving camera commands from npc.Andrei Karas3-8/+48
2012-01-23Add support for request client language from server.Andrei Karas5-5/+40
2012-01-21Fix compilation errors and warnings for another gcc 4.7 snapshot.Andrei Karas2-3/+3
2012-01-19Prevent adding double attributes to status window.Andrei Karas1-0/+3
2012-01-05Update copyrights year.Andrei Karas43-43/+43
2011-12-18Ad comments for "unused" data from server packets.Andrei Karas2-3/+3
2011-12-14Fix memory leak in reading evol online list.Andrei Karas1-0/+1
2011-12-02Fix some issues after automatic code checking.Andrei Karas1-1/+1
2011-11-30Add server side online players list support.Andrei Karas4-1/+46
2011-11-25Move A_UNUSED define to include file.Andrei Karas13-79/+1
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas5-18/+19
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas2-3/+3
2011-10-31Stop moving if npc dialog is showed.Andrei Karas1-0/+2
2011-10-23Add chat commands for using server side ignore for all whispers.Andrei Karas3-1/+22
2011-10-19Add to debug log number of sended and received bytes.Andrei Karas1-0/+2
2011-10-19Hide passwords from packets logs.Andrei Karas1-3/+3
2011-10-18Add method to reset send buffer pointer in created MessageOut instance.Andrei Karas1-0/+3
2011-10-08Fix code style.Andrei Karas1-35/+35
2011-10-08Add checks and fix code style.Andrei Karas13-80/+77
2011-09-18Fix compilation warnings.Andrei Karas1-4/+0
2011-09-09Continue fix for shadow variables/methods errors.Andrei Karas3-8/+8
2011-09-09Rename in listner class method from event to processEvent.Andrei Karas2-3/+3
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-1/+1
2011-09-05Fix guild tab removing after receive some packets.v1.1.9.4fixAndrei Karas1-4/+12
2011-09-02Add to status window attribute "damage per second".Andrei Karas1-1/+3
2011-09-01Eliminate asserts from most files.Andrei Karas1-1/+0
2011-08-30Don't report about clothes color change packet in log.Andrei Karas1-0/+3
2011-08-22Replace typo dont to don't.Andrei Karas1-1/+1
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas19-19/+19
2011-08-07Remove useless code. After npc interaction player was change action.Andrei Karas1-3/+0
2011-07-31Extract shared logic from tradehandler netcode to ea namespace.Andrei Karas2-226/+10
2011-07-31Extract shared logic from specialhandler netcode to ea namespace.Andrei Karas2-199/+7
2011-07-31Extract shared logic from npchandler and playerhandler netcode to ea namespace.Andrei Karas4-704/+60