summaryrefslogtreecommitdiffstats
path: root/src/common/permissionmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bunch of cppcheck warningsErik Schilling2013-05-021-10/+6
* Use nullptr instead of NULL everywhereErik Schilling2013-04-271-1/+1
* Converted Being into a ComponentErik Schilling2013-04-111-3/+3
* Converted the Character class into a componentErik Schilling2013-04-111-6/+9
* Fixed multiple warnings and errors that blocked c++0xErik Schilling2013-04-021-1/+1
* Fixed problems with loading XML files containing Windows newlinesThorbjørn Lindeijer2011-03-231-24/+4
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-4/+4
* Only skip the UTF-8 BOM for Lua scriptsThorbjørn Lindeijer2010-05-291-2/+1
* Changed and split up the default location for loading dataThorbjørn Lindeijer2010-05-161-3/+2
* 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-071-1/+1
* Removed last traces of hardcoded access levels form game-server, begun with u...Philipp Sehmisch2010-01-171-9/+25
* Some refractoring at the command handler for easier maintainabilityPhilipp Sehmisch2010-01-171-0/+20
* 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-171-1/+15
* Added permission manager. Currently only used for @commands and doesn't suppo...Philipp Sehmisch2010-01-171-0/+147