summaryrefslogtreecommitdiffstats
path: root/src/Bindings/DeprecatedBindings.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed the bindings to set old g_BlockXXX arrays.Mattes D2014-04-031-297/+65
| | | | | Those were supposed to be read-only; there's no point in writing to them anyway. Also fixed MSVC type warnings in the code.
* 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-0/+1
| | | | Also had to undefine TOLUA_TEMPLATE_BIND a couple of times.
* Fixed MSVC warnings in DeprecatedBindings.madmaxoft2014-03-021-8/+76
|
* GetById => Getandrew2014-03-021-9/+9
|
* Removed g_BlockXXX arraysandrew2014-03-021-0/+4
|
* Manually exported g_Block tablesandrew2014-03-021-0/+434