Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed WebAdmin template after moving the memory stats functions to cRoot. | madmaxoft | 2013-10-08 | 1 | -1/+1 |
| | |||||
* | Implemented cWebAdmin:GetMemoryUsage() on Linux proper. | madmaxoft | 2013-09-21 | 1 | -2/+2 |
| | | | | Also the function now returns an int, number of KiB used, or -1 on failure. | ||||
* | cLuaScript now uses cLuaState | madmaxoft | 2013-08-06 | 1 | -1/+15 |
| | |||||
* | WebAdmin templates can use Lua | FakeTruth | 2013-07-29 | 1 | -0/+453 |
New WebAdmin templates can use Lua to completely compose the pages themselves. This should allow infinite WebAdmin design possibilities. |