summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2011-08-18Merge git://gitorious.org/~bertram/mana/manaserv-equipment-fix into equipment...Yohann Ferreira1-2/+2
2011-08-18Change the unequip function to make use of the item instance id.Yohann Ferreira1-2/+2
2011-08-11Merge branch 'master' of git://gitorious.org/~bertram/mana/manaserv-equipment...Yohann Ferreira2-453/+495
2011-08-11Basically redid equip and unequip functions().Yohann Ferreira2-2/+8
2011-08-10login with random hashStefan Beller1-0/+2
2011-07-27Changed the protocol a bit to use int16 instead of 8.Yohann Ferreira1-445/+445
2011-07-27Begun Applying the new equipment slot handling design.Yohann Ferreira1-5/+41
2011-07-27Small random code format cleanups, and documentation fixes.Yohann Ferreira1-1/+1
2011-06-19Making party invite functionalStefan Dombrowski1-6/+4
2011-06-17Changed the attack message to send the attack id.Yohann Ferreira1-1/+1
2011-05-30Routing party invite through the map serverStefan Dombrowski1-3/+5
2011-05-16Starting to fix party inviteStefan Dombrowski1-2/+2
2011-04-18Made the server send the being position each 5 seconds.Yohann Ferreira1-1/+1
2011-04-16Removing unused enum EMAILCHG_EXISTS_EMAILStefan Dombrowski1-5/+0
2011-04-02Some cleanups related to syncing from game to account serverThorbjørn Lindeijer1-2/+1
2011-03-24Rely more on the functionality in XML::DocumentThorbjørn Lindeijer1-10/+2
2011-03-23Fixed problems with loading XML files containing Windows newlinesThorbjørn Lindeijer1-24/+4
2011-03-23Simplify implementation of fileExistsThorbjørn Lindeijer1-26/+8
2011-03-20Moved defines.h and manaserv_protocol.h into 'common'Thorbjørn Lindeijer2-0/+659
2011-03-12Allow values to be set to empty in the configurationThorbjørn Lindeijer1-10/+10
2010-12-27Added @kick and @kill commands.Philipp Sehmisch1-1/+2
2010-12-27Transaction logging of various command, new transaction codes and style fix.Philipp Sehmisch1-1/+22
2010-12-08Fix many compiler warnings.Freeyorp1-6/+1
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira8-14/+14
2010-10-14Hopefully fix the logging rotation this time.Yohann Ferreira2-2/+66
2010-09-08Centralized stringToBool conversion.Yohann Ferreira2-3/+21
2010-08-29Merge branch 'testing'Freeyorp1-8/+10
2010-08-22Changed the location of configuration, logs and statsThorbjørn Lindeijer2-7/+16
2010-07-10New attribute system and major changes to many low-level areas.Freeyorp1-8/+10
2010-05-30Use XML::Document to automate memory cleanupThorbjørn Lindeijer1-1/+1
2010-05-30Copied basic Lua libs back from tmwserv-data and added dummy dataThorbjørn Lindeijer1-0/+3
2010-05-29Only skip the UTF-8 BOM for Lua scriptsThorbjørn Lindeijer3-31/+4
2010-05-21Added a package loader that goes through the resource managerThorbjørn Lindeijer2-1/+16
2010-05-17Fixed CMake build by removing now unused defineThorbjørn Lindeijer1-2/+0
2010-05-16Random cleanups, adding const, removing unnecessary clear callsThorbjørn Lindeijer1-2/+2
2010-05-16Don't return configuration value by referenceThorbjørn Lindeijer2-3/+3
2010-05-16Changed and split up the default location for loading dataThorbjørn Lindeijer3-3/+172
2010-04-25Added a Byte Order Mask (BOM) filter to the ResourceManager.Bertram1-1/+2
2010-02-22Fixed unused variable warningsThorbjørn Lindeijer1-1/+1
2010-02-07Update Copyright date for Manaserv.Bertram6-6/+6
2010-01-17Removed last traces of hardcoded access levels form game-server, begun with u...Philipp Sehmisch2-9/+31
2010-01-17Some refractoring at the command handler for easier maintainabilityPhilipp Sehmisch2-0/+29
2010-01-17Added some missing headers, and added some missing files to Makefile.amChuck Miller1-0/+1
2010-01-17Added commands for setting permissions by aliasPhilipp Sehmisch2-1/+17
2010-01-17Added permission manager. Currently only used for @commands and doesn't suppo...Philipp Sehmisch2-0/+201
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer4-41/+39
2009-12-06Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer2-4/+4
2009-05-24Stopped tmwserv from writing to its configuration fileBjørn Lindeijer2-53/+1
2009-04-26Standardize on the position of the const keywordBjørn Lindeijer2-11/+11
2009-03-10Fixes for some compile warningsBjørn Lindeijer1-1/+1