Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove cRankManager migration code (#4714) | Mat | 2020-05-05 | 1 | -379/+2 |
| | | | | | | | * Remove cRankManager migration code * Restore mistakenly removed code * Display log message when creating ranks | ||||
* | CheckBasicStyle: Check number of empty lines between functions (#4267) | peterbell10 | 2018-07-26 | 1 | -2/+1 |
| | | | | Add check for number of empty lines between functions and fix the corresponding failures | ||||
* | Add cUUID class (#3871) | peterbell10 | 2017-08-25 | 1 | -36/+50 |
| | |||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -127/+127 |
| | |||||
* | Added "core.help" permission to Default rank. | Mattes D | 2016-01-10 | 1 | -0/+1 |
| | |||||
* | Fix wrong teleport permission. (solves #2369) | Alexander Harkness | 2015-10-28 | 1 | -4/+4 |
| | |||||
* | Update cRankManager::SetRankVisuals | AZARI Nicolas | 2015-08-25 | 1 | -1/+1 |
| | |||||
* | More style checking. | Mattes D | 2015-05-09 | 1 | -1/+1 |
| | | | | Spaces around some operators are checked. | ||||
* | Added player restrictions to the DB and API. | Mattes D | 2015-04-25 | 1 | -0/+379 |
| | |||||
* | Merged IniFile into main MCS sources. | Mattes D | 2014-10-23 | 1 | -1/+1 |
| | |||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -3/+3 |
| | |||||
* | RankMgr: GetAllPlayers() returns players sorted by name. | madmaxoft | 2014-09-29 | 1 | -1/+1 |
| | |||||
* | Style fixes. | madmaxoft | 2014-09-29 | 1 | -1/+2 |
| | |||||
* | Renamed GetAllPlayers() to GetAllPlayerUUIDs() | Howaner | 2014-09-29 | 1 | -1/+1 |
| | |||||
* | cRankManager: Added ClearPlayerRanks() | Howaner | 2014-09-28 | 1 | -0/+19 |
| | |||||
* | cRankManager: Added GetAllPlayers() and GetPlayerName() | Howaner | 2014-09-28 | 1 | -0/+81 |
| | |||||
* | Removed isDone check | worktycho | 2014-08-31 | 1 | -2/+2 |
| | | | The same data is returned by executeStep so why execute a call when you have the data. | ||||
* | Fixed basic style violations. | Mattes D | 2014-08-27 | 1 | -6/+4 |
| | |||||
* | RankMgr: Default rank is applied to players without any rank. | Mattes D | 2014-08-24 | 1 | -57/+12 |
| | |||||
* | RankMgr: Implemented default rank, added defaults. | Mattes D | 2014-08-23 | 1 | -21/+179 |
| | |||||
* | cMojangAPI updates cRankManager's playernames. | Mattes D | 2014-08-21 | 1 | -1/+38 |
| | |||||
* | RankMgr: Added cRankManager::RemovePlayerRank(). | Mattes D | 2014-08-21 | 1 | -0/+23 |
| | |||||
* | RankMgr: Removed unneeded testing code. | madmaxoft | 2014-08-14 | 1 | -208/+2 |
| | |||||
* | RankMgr: Fixed multithreading issues. | madmaxoft | 2014-08-13 | 1 | -48/+78 |
| | | | | | Only one thread is allowed to interact with a SQLite::Database object at a time. Additionally, improved performance of the migration by wrapping the entire thing in a transaction. | ||||
* | RankMgr: Initial migration code. | madmaxoft | 2014-08-13 | 1 | -1/+539 |
| | |||||
* | RankMgr: Added GetRankVisuals() function. | madmaxoft | 2014-08-09 | 1 | -3/+34 |
| | |||||
* | RankMgr: Finished API implementation. | madmaxoft | 2014-08-08 | 1 | -31/+390 |
| | |||||
* | RankMgr: Implemented GetXforY and GetAll APIs. | madmaxoft | 2014-08-08 | 1 | -15/+156 |
| | |||||
* | RankMgr: Implemented the basic API functions. | madmaxoft | 2014-08-08 | 1 | -59/+679 |
| | |||||
* | RankMgr: Renamed PermissionGroup to Group in API and PermGroup in DB. | madmaxoft | 2014-08-08 | 1 | -13/+13 |
| | | | | "Group" is SQL keyword and shouldn't be used as table name. | ||||
* | RankMgr: Added SQL integer datatypes. | madmaxoft | 2014-08-05 | 1 | -5/+5 |
| | |||||
* | RankMgr: Initial interface declaration. | madmaxoft | 2014-08-05 | 1 | -0/+153 |