Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-06-10 | Normalized Vector3 API to use the same capitalization as all else. | Mattes D | 1 | -0/+58 | |
2015-08-18 | Some warning fixes | Julian Laubstein | 1 | -24/+40 | |
2015-08-07 | Refactored code to use cLuaState | Samuel Barney | 1 | -27/+18 | |
Fixes #2377. | |||||
2015-07-29 | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 1 | -35/+35 | |
2014-12-05 | BasicStyle: Added missing braces to control statements. | Mattes D | 1 | -0/+14 | |
2014-12-03 | clearing CheckBasicStyle.lua messages | p-mcgowan | 1 | -2/+2 | |
2014-11-29 | Mark StringToMobType() as deprecated. Use cMonster:StringToMobType() instead | Howaner | 1 | -0/+38 | |
2014-11-17 | Use cLuaState's stack trace. | Howaner | 1 | -48/+27 | |
2014-11-17 | Added UpdateSign() method to DeprecatedBindings.cpp | Howaner | 1 | -0/+86 | |
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -18/+18 | |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -18/+18 | |
2014-09-26 | Removed a few unnessicary includes | Tycho | 1 | -5/+0 | |
2014-07-19 | Fixed style: spaces after commas. | madmaxoft | 1 | -19/+19 | |
2014-07-17 | Fixed issues relating to saplings and leaves | Tiger Wang | 1 | -27/+0 | |
- Removed cBlockInfo::RequiresSpecialTool * Fixes #1195 * Fixes #1201 | |||||
2014-07-17 | Normalized comments. | madmaxoft | 1 | -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. | |||||
2014-04-03 | Removed the bindings to set old g_BlockXXX arrays. | Mattes D | 1 | -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. | |||||
2014-03-25 | 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 | 1 | -0/+1 | |
Also had to undefine TOLUA_TEMPLATE_BIND a couple of times. | |||||
2014-03-02 | Fixed MSVC warnings in DeprecatedBindings. | madmaxoft | 1 | -8/+76 | |
2014-03-02 | GetById => Get | andrew | 1 | -9/+9 | |
2014-03-02 | Removed g_BlockXXX arrays | andrew | 1 | -0/+4 | |
2014-03-02 | Manually exported g_Block tables | andrew | 1 | -0/+434 | |