summaryrefslogtreecommitdiffstats
path: root/src/Bindings/ManualBindings.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added LuaState support for all integral typestycho2015-05-191-1/+1
| | | | All so added error handling for out of range values
* Moved cWorld manual bindings out into a separate file.Mattes D2015-05-131-8/+541
|
* cNetwork: Exported the Connect() method and cTCPLink class to Lua.Mattes D2015-02-041-0/+10
|
* RankMgr: Unified function signature comments in the bindings.Mattes D2014-08-231-1/+0
|
* Exported cRankManager to LuaAPI.madmaxoft2014-08-081-1/+18
|
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-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 Barney2014-03-251-1/+1
| | | | Also had to undefine TOLUA_TEMPLATE_BIND a couple of times.
* Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-0/+8
Ref.: #407