Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RankMgr: Default rank is applied to players without any rank. | Mattes D | 2014-08-24 | 1 | -2/+4 |
| | |||||
* | RankMgr: Implemented default rank, added defaults. | Mattes D | 2014-08-23 | 1 | -3/+19 |
| | |||||
* | cMojangAPI updates cRankManager's playernames. | Mattes D | 2014-08-21 | 1 | -0/+9 |
| | |||||
* | RankMgr: Added cRankManager::RemovePlayerRank(). | Mattes D | 2014-08-21 | 1 | -0/+6 |
| | |||||
* | RankMgr: Fixed multithreading issues. | madmaxoft | 2014-08-13 | 1 | -1/+31 |
| | | | | | 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 | -0/+28 |
| | |||||
* | RankMgr: Added GetRankVisuals() function. | madmaxoft | 2014-08-09 | 1 | -0/+9 |
| | |||||
* | RankMgr: Finished API implementation. | madmaxoft | 2014-08-08 | 1 | -7/+11 |
| | |||||
* | RankMgr: Implemented GetXforY and GetAll APIs. | madmaxoft | 2014-08-08 | 1 | -3/+6 |
| | |||||
* | RankMgr: Implemented the basic API functions. | madmaxoft | 2014-08-08 | 1 | -1/+17 |
| | |||||
* | RankMgr: Renamed PermissionGroup to Group in API and PermGroup in DB. | madmaxoft | 2014-08-08 | 1 | -15/+23 |
| | | | | "Group" is SQL keyword and shouldn't be used as table name. | ||||
* | RankMgr: More interface. | madmaxoft | 2014-08-05 | 1 | -2/+14 |
| | |||||
* | RankMgr: Initial interface declaration. | madmaxoft | 2014-08-05 | 1 | -0/+103 |