summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2012-03-04Merge branch 'master' into strippedAndrei Karas19-12/+2402
2012-03-03Disable logging number of received bytes.Andrei Karas1-1/+1
2012-03-02Fix compilation with manaserv.Andrei Karas5-11/+12
2012-03-01Fix modal state for some dialogs.Andrei Karas1-1/+1
2012-03-01Fix weight dialogs sound effect.Andrei Karas1-2/+2
2012-02-29Fix code style in empty methods.Andrei Karas1-1/+2
2012-02-29Allow open conext menu from free tile if in free camera mode.Andrei Karas1-0/+6
2012-02-28Fix some sound event.Andrei Karas4-0/+15
2012-02-28Add different sound effects for different events.Andrei Karas5-10/+10
2012-02-25Fix old casts.Andrei Karas2-3/+3
2012-02-25Fix code style.Andrei Karas1-2/+2
2012-02-24Add safe error string reporting function.Andrei Karas2-5/+5
2012-02-24More copyright fixes.Andrei Karas5-1/+5
2012-02-24Fix GPL license.Andrei Karas1-2/+1
2012-02-24More copyright fixes.Andrei Karas5-1/+5
2012-02-23Remove manaserv support.Andrei Karas50-7471/+0
2012-02-23Fix GPL license.Andrei Karas1-2/+1
2012-02-11Remove some unneeded includes.Andrei Karas4-3/+2
2012-02-11Add relative pixel based position to item drops (floor items).Andrei Karas3-16/+32
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