summaryrefslogtreecommitdiff
path: root/src/net/manaserv
AgeCommit message (Expand)AuthorFilesLines
2012-03-04Merge branch 'master' into strippedAndrei Karas9-0/+2370
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-23Remove manaserv support.Andrei Karas50-7471/+0
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
2011-07-08Add small optimisations and fixes.Andrei Karas6-17/+20
2011-07-07Remove undescore from variables and defines.Andrei Karas27-102/+102
2011-07-04Replace some lists to vectors.Andrei Karas1-1/+1
2011-06-12Delete some forgotten variables from loginhandler on exit.Andrei Karas2-0/+7
2011-06-12Fix change character.v1.1.6.12Andrei Karas2-0/+5
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-1/+1
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-1/+1
2011-05-23Show speach messages variable time, depend on message size.Andrei Karas1-1/+1
2011-05-22Update translations again and fix typos.Andrei Karas1-1/+1
2011-05-12Renaming login, sell, trade (cpp, h) files to correct names.Andrei Karas2-2/+2
2011-04-09Fix compilation in manaserv.Andrei Karas1-4/+4
2011-04-09Small refactoring based on idea from mana commit 30d4b0adf4f17f05d1d62fc3428c...Andrei Karas2-7/+7