Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 2014-07-21 | 1 | -5/+5 |
| | |||||
* | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 2014-04-18 | 1 | -2/+2 |
| | |||||
* | More fixes to get it to compile for me on Mac 10.9. Mostly just newline additions, but some of the unused variables were causing errors, so I wrapped them in #ifndef __APPLE__ calls, since I didn't know if they were going to be used in the future. | Samuel Barney | 2014-03-25 | 1 | -1/+1 |
| | | | | Also had to undefine TOLUA_TEMPLATE_BIND a couple of times. | ||||
* | Removed deprecated HasCommand function | STRWarrior | 2014-02-05 | 1 | -20/+1 |
| | |||||
* | Improvements: | STRWarrior | 2014-02-05 | 1 | -4/+27 |
| | | | | | | 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. | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+37 |