Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-01-06 | Fixed a few MSVC warnings. | madmaxoft | 2 | -5/+4 | |
2013-12-30 | Fixed compilation in VC2008. | madmaxoft | 1 | -2/+1 | |
Also removed an unused inline header file (yuck). | |||||
2013-12-22 | merged in warnings changes | Tycho Bickerstaff | 5 | -4/+9 | |
2013-12-22 | converted commneted paramater names to the unused macro | Tycho Bickerstaff | 2 | -2/+8 | |
2013-12-21 | Chunk is now warnings clean | Tycho Bickerstaff | 3 | -3/+3 | |
2013-12-21 | fixed hidden bug with furnaces ignoring time burnt | Tycho Bickerstaff | 1 | -1/+1 | |
this patch fixes an issue with furnaces where they would ignore the time burnt in setBurnTimes this did not cause a problem as this function was only called with the same value as the one it was using for time burnt | |||||
2013-12-21 | ChunkSender is now warnings clean | Tycho Bickerstaff | 1 | -1/+1 | |
2013-12-20 | Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). | madmaxoft | 2 | -4/+4 | |
2013-12-19 | added blocks and blockentities | Tycho Bickerstaff | 1 | -0/+11 | |
2013-12-16 | Fixed multiple inheritance in ToLua++. | madmaxoft | 5 | -20/+20 | |
This fixes #422. | |||||
2013-12-08 | Moved bindings-related to a Bindings subfolder. | madmaxoft | 1 | -1/+1 | |
Ref.: #407 | |||||
2013-12-07 | Added basic ender chests | Tiger Wang | 3 | -10/+201 | |
Note that they just mirror chests now, so no per player inventory. | |||||
2013-12-06 | Fixed pickups spawning for BlockEntities | Tiger Wang | 1 | -1/+1 | |
2013-11-28 | Moved json includes to where they are really needed. | madmaxoft | 1 | -0/+1 | |
2013-11-27 | Fixed VC2008 compilation, normalized include paths. | madmaxoft | 5 | -5/+5 | |
2013-11-27 | Fixed the remaining derps | Alexander Harkness | 5 | -5/+5 | |
2013-11-25 | Further attempts to fix compile | Tiger Wang | 5 | -5/+5 | |
2013-11-24 | Attempt to fix compilation | Tiger Wang | 5 | -5/+5 | |
2013-11-24 | Moved source to src | Alexander Harkness | 21 | -0/+3033 | |