summaryrefslogtreecommitdiff
path: root/src/common/permissionmanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-05-15General code cleanupsThorbjørn Lindeijer1-1/+1
2022-08-19Apply C++11 fixitsThorbjørn Lindeijer1-1/+0
2022-08-19Apply C++11 fixitsThorbjørn Lindeijer1-5/+5
2013-09-08Renamed character.cpp to charactercomponent.cppErik Schilling1-1/+1
2013-05-02Fixed a bunch of cppcheck warningsErik Schilling1-10/+6
2013-04-27Use nullptr instead of NULL everywhereErik Schilling1-1/+1
2013-04-11Converted Being into a ComponentErik Schilling1-3/+3
2013-04-11Converted the Character class into a componentErik Schilling1-6/+9
2013-04-02Fixed multiple warnings and errors that blocked c++0xErik Schilling1-1/+1
2011-03-23Fixed problems with loading XML files containing Windows newlinesThorbjørn Lindeijer1-24/+4
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-4/+4
2010-05-29Only skip the UTF-8 BOM for Lua scriptsThorbjørn Lindeijer1-2/+1
2010-05-16Changed and split up the default location for loading dataThorbjørn Lindeijer1-3/+2
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.Bertram1-1/+1
2010-01-17Removed last traces of hardcoded access levels form game-server, begun with u...Philipp Sehmisch1-9/+25
2010-01-17Some refractoring at the command handler for easier maintainabilityPhilipp Sehmisch1-0/+20
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 Sehmisch1-1/+15
2010-01-17Added permission manager. Currently only used for @commands and doesn't suppo...Philipp Sehmisch1-0/+147