summaryrefslogtreecommitdiffstats
path: root/src/Bindings/DeprecatedBindings.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-05BasicStyle: Added missing braces to control statements.Mattes D1-0/+14
2014-12-03clearing CheckBasicStyle.lua messagesp-mcgowan1-2/+2
2014-11-29Mark StringToMobType() as deprecated. Use cMonster:StringToMobType() insteadHowaner1-0/+38
2014-11-17Use cLuaState's stack trace.Howaner1-48/+27
2014-11-17Added UpdateSign() method to DeprecatedBindings.cppHowaner1-0/+86
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-18/+18
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-18/+18
2014-09-26Removed a few unnessicary includesTycho1-5/+0
2014-07-19Fixed style: spaces after commas.madmaxoft1-19/+19
2014-07-17Fixed issues relating to saplings and leavesTiger Wang1-27/+0
2014-07-17Normalized comments.madmaxoft1-9/+9
2014-04-03Removed the bindings to set old g_BlockXXX arrays.Mattes D1-297/+65
2014-03-25More 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 Barney1-0/+1
2014-03-02Fixed MSVC warnings in DeprecatedBindings.madmaxoft1-8/+76
2014-03-02GetById => Getandrew1-9/+9
2014-03-02Removed g_BlockXXX arraysandrew1-0/+4
2014-03-02Manually exported g_Block tablesandrew1-0/+434