summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2012-02-08Fix compilation errors and more style.Andrei Karas6-25/+25
2012-02-08Fix code style with new tool.Andrei Karas10-11/+12
2012-02-05Move path functions from stringutils to paths.Andrei Karas1-0/+1
2012-02-05Move language functions to langs.cpp and langs.h files.Andrei Karas1-0/+2
2012-02-03Add some missing getters.Andrei Karas4-8/+10
2012-02-02Add some checks after automatic checking.Andrei Karas2-2/+8
2012-02-01Rename CustomServerDialog to EditServerDialog.Andrei Karas1-1/+1
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 code style.Andrei Karas3-5/+5
2012-01-29Fix possible hiding methods issues.Andrei Karas15-42/+36
2012-01-29Use appname in user agents string while downloading files.Andrei Karas1-1/+1
2012-01-28Add support for processing player statuses in evol server.Andrei Karas8-6/+45
2012-01-28Fix ReadBytes possible issues.Andrei Karas2-4/+4
2012-01-28Add basic support for extended online list on evol server.Andrei Karas1-4/+18
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