summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2012-01-27Add support for logging bytes from packets.Andrei Karas1-0/+15
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-24Fix compilation with manaserv support.Andrei Karas1-1/+1
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-21Prevent possible double map load attempts.Andrei Karas1-1/+6
2012-01-21Fix compilation errors and warnings for another gcc 4.7 snapshot.Andrei Karas3-8/+8
2012-01-19Prevent adding double attributes to status window.Andrei Karas1-0/+3
2012-01-18Fix typo in guildmanager.Andrei Karas1-1/+1
2012-01-16Add error message for creation char with incorrect race.Andrei Karas1-0/+3
2012-01-10Replace xmlStrEqual to xmlNameEqual.Andrei Karas1-4/+4
2012-01-10Replace all xmlNodePtr to XmlNodePtr.Andrei Karas1-1/+1
2012-01-08Validate update host.Andrei Karas2-0/+14
2012-01-05Update copyrights year.Andrei Karas156-156/+156
2011-12-23Fix code style and some auto checked errors.Andrei Karas1-1/+0
2011-12-18Ad comments for "unused" data from server packets.Andrei Karas7-18/+20
2011-12-14Fix memory leak in reading evol online list.Andrei Karas1-0/+1
2011-12-14Add last login time to char selection dialog.Andrei Karas2-1/+7
2011-12-02Fix some issues after automatic code checking.Andrei Karas1-1/+1
2011-11-30Add server side online players list support.Andrei Karas9-1/+82
2011-11-25Fix compilation errors and warnings in manaserv code.Andrei Karas4-3/+7
2011-11-25Move A_UNUSED define to include file.Andrei Karas43-260/+4
2011-11-24Add ability to play different animation depend on monster hp.Andrei Karas1-1/+1
2011-11-20Fix memory leak in char selection dialog.Andrei Karas3-0/+11
2011-11-19Add limits for creating chars (hair color, hair style, stats).Andrei Karas1-1/+13
2011-11-13Change chat logs dirs format to yyyy-mm/dd/file.log.Andrei Karas1-0/+1
2011-11-12Fix compilation with manaserv support.Andrei Karas3-2/+15
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas16-61/+62
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas9-37/+38
2011-10-31Stop moving if npc dialog is showed.Andrei Karas1-0/+2
2011-10-30Hide death message dialog in reconnect.Andrei Karas1-1/+1
2011-10-30Fix code style.Andrei Karas1-1/+2
2011-10-23Protect trade against abusing.Andrei Karas1-0/+7
2011-10-23Add chat commands for using server side ignore for all whispers.Andrei Karas7-1/+77
2011-10-19Add to debug log number of sended and received bytes.Andrei Karas1-0/+2
2011-10-19Hide passwords from packets logs.Andrei Karas3-3/+38
2011-10-18Add method to reset send buffer pointer in created MessageOut instance.Andrei Karas1-0/+3
2011-10-12Fix logging direction in packets.Andrei Karas1-3/+5
2011-10-10Add option to show/hide MVP messages.Andrei Karas1-1/+1
2011-10-10Add support for reading monsters attack range.Andrei Karas1-9/+25
2011-10-08Fix code style.Andrei Karas1-35/+35
2011-10-08Add checks and fix code style.Andrei Karas13-80/+77
2011-10-08Add checks and fix code style.Andrei Karas15-162/+145
2011-10-07Fix code style.Andrei Karas12-25/+35
2011-10-05Add blacklist relation. In this mode blocked trades, emotes, speech text.Andrei Karas1-1/+1
2011-09-18Fix compilation warnings.Andrei Karas6-9/+9
2011-09-10Fix compilation with manaserv support.Andrei Karas1-1/+1
2011-09-10Change empty strings initializations.Andrei Karas4-5/+5
2011-09-09Last fix part of shadow variables/methods errors.Andrei Karas1-9/+7