summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-09Continue fix for shadow variables/methods errors.Andrei Karas7-33/+33
2011-09-09Rename in listner class method from event to processEvent.Andrei Karas6-8/+10
2011-09-08Replace most iterator to const_iterator.Andrei Karas4-11/+5
2011-09-05Fix guild tab removing after receive some packets.v1.1.9.4fixAndrei Karas1-4/+12
2011-09-02Fix compilation with different flags.Andrei Karas2-1/+3
2011-09-02Add to status window attribute "damage per second".Andrei Karas6-3/+25
2011-09-01Remove party name from players if leave party.Andrei Karas1-0/+4
2011-09-01Eliminate asserts from most files.Andrei Karas2-3/+0
2011-08-30Don't report about clothes color change packet in log.Andrei Karas1-0/+3
2011-08-30Dont create guild manager instance if guild bot support not enabled.Andrei Karas2-2/+2
2011-08-28Fix guild name reset on players from time.Andrei Karas1-1/+3
2011-08-27Basic support for guild bot integration.Andrei Karas2-0/+8
2011-08-22Replace typo dont to don't.Andrei Karas1-1/+1