Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RankMgr: Unified function signature comments in the bindings. | Mattes D | 2014-08-23 | 1 | -1/+0 |
| | |||||
* | Exported cRankManager to LuaAPI. | madmaxoft | 2014-08-08 | 1 | -1/+18 |
| | |||||
* | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 2014-07-21 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Moved bindings-related to a Bindings subfolder. | madmaxoft | 2013-12-08 | 1 | -0/+8 |
Ref.: #407 |