summaryrefslogtreecommitdiff
path: root/src/net/manaserv
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Remove for now manaserv net code.Andrei Karas50-7489/+0
2012-06-24Fix disconnect by timeout in eathena servers.Andrei Karas1-0/+3
2012-06-23Improve a bit iterators again.Andrei Karas2-9/+12
2012-06-17Replace SDL int types to C++ types.Andrei Karas20-30/+30
2012-06-11Fix code style.Andrei Karas1-2/+3
2012-06-11Fix compilation for manaserv.Andrei Karas2-3/+11
2012-06-06Fix some issues after auto checking.Andrei Karas2-6/+7
2012-05-19Rename register.cpp/h files to registerdialog.cpp/hAndrei Karas1-1/+1
2012-04-27Improve screen position calculation.Andrei Karas1-4/+3
2012-04-01Checks after checks...Andrei Karas1-1/+1
2012-04-01One part of fixes after auto checking.Andrei Karas3-4/+5
2012-03-29Fix small error in manaserv code.Andrei Karas1-1/+1
2012-03-29Replace vectors with strings to short names.Andrei Karas2-5/+4
2012-03-22Rename object event to depricatedevent because current implimentation veryAndrei Karas5-5/+5
2012-03-02Fix compilation with manaserv.Andrei Karas5-11/+12
2012-02-29Fix code style in empty methods.Andrei Karas1-1/+2
2012-02-28Add different sound effects for different events.Andrei Karas2-3/+4
2012-02-25Fix code style.Andrei Karas1-2/+2
2012-02-24Add safe error string reporting function.Andrei Karas1-4/+4
2012-02-08Fix compilation errors and more style.Andrei Karas2-9/+9
2012-02-08Fix code style with new tool.Andrei Karas3-4/+3
2012-02-03Add some missing getters.Andrei Karas4-8/+10
2012-01-29Fix code style.Andrei Karas1-2/+2
2012-01-29Fix possible hiding methods issues.Andrei Karas4-14/+14
2012-01-28Add support for processing player statuses in evol server.Andrei Karas2-0/+7
2012-01-24Fix compilation with manaserv support.Andrei Karas1-1/+1
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 Karas1-0/+9
2012-01-05Update copyrights year.Andrei Karas50-50/+50
2011-11-30Add server side online players list support.Andrei Karas2-0/+7
2011-11-25Fix compilation errors and warnings in manaserv code.Andrei Karas4-3/+7
2011-11-25Move A_UNUSED define to include file.Andrei Karas14-85/+2
2011-11-12Fix compilation with manaserv support.Andrei Karas3-2/+15
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas2-3/+3
2011-10-23Add chat commands for using server side ignore for all whispers.Andrei Karas1-0/+4
2011-09-10Fix compilation with manaserv support.Andrei Karas1-1/+1
2011-09-10Change empty strings initializations.Andrei Karas2-3/+3
2011-09-09Continue fix for shadow variables/methods errors.Andrei Karas1-1/+1
2011-09-09Rename in listner class method from event to processEvent.Andrei Karas2-3/+3
2011-09-08Replace most iterator to const_iterator.Andrei Karas2-8/+2
2011-09-02Fix compilation with different flags.Andrei Karas2-1/+3
2011-09-02Add to status window attribute "damage per second".Andrei Karas2-0/+6
2011-09-01Eliminate asserts from most files.Andrei Karas1-2/+0
2011-08-15Add warp menu item for gms in navigation items.Andrei Karas2-0/+7
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas12-12/+12
2011-08-03Fix code style and remove some unused variabled.Andrei Karas1-1/+1
2011-08-02Fix compilation with manaserv support.Andrei Karas1-1/+1
2011-07-30Remove unused code from guildhandler.Andrei Karas2-0/+6
2011-07-09Fix for party memory leak and crash.Andrei Karas2-1/+9