summaryrefslogtreecommitdiffstats
path: root/src/Bindings/DeprecatedBindings.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* BasicStyle: Added missing braces to control statements.Mattes D2014-12-051-0/+14
|
* clearing CheckBasicStyle.lua messagesp-mcgowan2014-12-031-2/+2
|
* Mark StringToMobType() as deprecated. Use cMonster:StringToMobType() insteadHowaner2014-11-291-0/+38
|
* Use cLuaState's stack trace.Howaner2014-11-171-48/+27
|
* Added UpdateSign() method to DeprecatedBindings.cppHowaner2014-11-171-0/+86
|
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-18/+18
|
* Removed a few unnessicary includesTycho2014-09-261-5/+0
|
* Merge branch 'master' into saplingsandleavesTiger Wang2014-07-201-25/+25
|\ | | | | | | | | | | Conflicts: src/Bindings/DeprecatedBindings.cpp src/Blocks/BlockSapling.h
| * Fixed style: spaces after commas.madmaxoft2014-07-191-19/+19
| |
| * Normalized comments.madmaxoft2014-07-171-9/+9
| | | | | | | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
* | Fixed issues relating to saplings and leavesTiger Wang2014-07-171-27/+0
|/ | | | | | - Removed cBlockInfo::RequiresSpecialTool * Fixes #1195 * Fixes #1201
* 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