summaryrefslogtreecommitdiffstats
path: root/src/GroupManager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change Group->SetColor() again.Howaner2014-07-271-1/+1
|
* Use AString(1, Color[0])Howaner2014-07-271-1/+1
|
* Use Color[0].Howaner2014-07-271-1/+1
|
* Fixed group color's.Howaner2014-07-271-1/+1
|
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-8/+8
|
* Style: Normalized spaces after if, for and while.madmaxoft2014-07-211-2/+2
|
* Removed references to deprecated cChatColor::Colorarchshift2014-07-191-1/+1
|
* Fixed style: spaces after commas.madmaxoft2014-07-191-2/+2
|
* Fixed spaces around single-line comments.madmaxoft2014-07-171-1/+1
| | | | There should be at least two spaces in front and one space after //-style comments.
* Nullify deleted pointers.archshift2014-06-191-0/+2
|
* Changed the teleport permissions to the new ones.Alexander Harkness2014-06-111-1/+1
|
* SEMICOLONS!Alexander Harkness2014-05-251-2/+2
|
* A fix that is better than #950.Alexander Harkness2014-05-251-5/+15
|
* Fixed MSVC 64-bit build warnings.Mattes D2014-05-091-17/+18
|
* Moved common cGroupManager code to a separate function.madmaxoft2014-02-281-5/+16
| | | | This fixes my concerns in PR #709.
* Add 'Group not found', when the Server load the users.ini and add auto generate from users.iniHowaner2014-02-211-0/+47
|
* Forgot extra lines.STRWarrior2014-02-051-0/+4
|
* Improvements:STRWarrior2014-02-051-7/+16
| | | | | | Adds a function in cRoot that allows you to reload all the groups permissions. Note: Players don't automatically load their new permissions. You can use cPlayer::LoadPermissionsFromDisk for that.
* Groups.ini can contain spaces around commas in values.madmaxoft2014-02-031-21/+25
| | | | | This includes Permissions, Inherits and Commands. Also fixed an unlikely but possible crash with group colors.
* Fixed multiple invalid permission nodesTiger Wang2014-02-021-2/+2
| | | | New players can build as default now
* fixed compile?Alexander Harkness2013-12-241-1/+1
|
* updated another file...Alexander Harkness2013-12-241-4/+4
|
* Groups.ini and Users.ini are now generatedTiger Wang2013-12-141-2/+19
|
* Fixed loads more of them.Alexander Harkness2013-11-261-1/+1
|
* Attempt to fix compilationTiger Wang2013-11-241-1/+1
|
* Moved source to srcAlexander Harkness2013-11-241-0/+122