summaryrefslogtreecommitdiffstats
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-148-14/+14
* Hopefully fix the logging rotation this time.Yohann Ferreira2010-10-142-2/+66
* Centralized stringToBool conversion.Yohann Ferreira2010-09-082-3/+21
* Merge branch 'testing'Freeyorp2010-08-291-8/+10
|\
| * New attribute system and major changes to many low-level areas.Freeyorp2010-07-101-8/+10
* | Changed the location of configuration, logs and statsThorbjørn Lindeijer2010-08-222-7/+16
|/
* Use XML::Document to automate memory cleanupThorbjørn Lindeijer2010-05-301-1/+1
* Copied basic Lua libs back from tmwserv-data and added dummy dataThorbjørn Lindeijer2010-05-301-0/+3
* Only skip the UTF-8 BOM for Lua scriptsThorbjørn Lindeijer2010-05-293-31/+4
* Added a package loader that goes through the resource managerThorbjørn Lindeijer2010-05-212-1/+16
* Fixed CMake build by removing now unused defineThorbjørn Lindeijer2010-05-171-2/+0
* Random cleanups, adding const, removing unnecessary clear callsThorbjørn Lindeijer2010-05-161-2/+2
* Don't return configuration value by referenceThorbjørn Lindeijer2010-05-162-3/+3
* Changed and split up the default location for loading dataThorbjørn Lindeijer2010-05-163-3/+172
* Added a Byte Order Mask (BOM) filter to the ResourceManager.Bertram2010-04-251-1/+2
* Fixed unused variable warningsThorbjørn Lindeijer2010-02-221-1/+1
* Update Copyright date for Manaserv.Bertram2010-02-076-6/+6
* Removed last traces of hardcoded access levels form game-server, begun with u...Philipp Sehmisch2010-01-172-9/+31
* Some refractoring at the command handler for easier maintainabilityPhilipp Sehmisch2010-01-172-0/+29
* Added some missing headers, and added some missing files to Makefile.amChuck Miller2010-01-171-0/+1
* Added commands for setting permissions by aliasPhilipp Sehmisch2010-01-172-1/+17
* Added permission manager. Currently only used for @commands and doesn't suppo...Philipp Sehmisch2010-01-172-0/+201
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-064-41/+39
* Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer2009-12-062-4/+4
* Stopped tmwserv from writing to its configuration fileBjørn Lindeijer2009-05-242-53/+1
* Standardize on the position of the const keywordBjørn Lindeijer2009-04-262-11/+11
* Fixes for some compile warningsBjørn Lindeijer2009-03-101-1/+1
* Added transactional history to game server.David Athay2009-03-061-0/+67
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-163-6/+0
* Cleaned both configuration and resource managers.Guillaume Melquiond2007-09-222-0/+196
* Handled money as part of the inventory.Guillaume Melquiond2007-08-141-2/+4
* Simplified code by using map pointers only, instead of using both map IDs and...Guillaume Melquiond2007-07-071-0/+2
* Reverted inventory handling code to the last known working state. Simplified ...Guillaume Melquiond2007-07-011-0/+57