Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-01-19 | Removed obsolete MSVC project files. | madmaxoft | 1 | -971/+0 | |
Windows builds now use CMake as well. | |||||
2014-01-12 | Moved the win resources into a separate subfolder. | madmaxoft | 1 | -3/+3 | |
This will allow us to use them in CMake builds. | |||||
2014-01-12 | Fixed VS2013 compile and updated Core | Tiger Wang | 1 | -3/+2 | |
2014-01-10 | Added files to VC2013 project file | Bill Derouin | 1 | -0/+2 | |
2014-01-07 | Regenerated VS2013 files | Tiger Wang | 1 | -3/+4 | |
2013-12-20 | Fixed assertion during dirt block OnUpdate() | Tiger Wang | 1 | -0/+2 | |
2013-12-09 | Fixed VS013 compile | Tiger Wang | 1 | -10/+7 | |
2013-12-08 | Fixed binding generation and VS2013 compile | Tiger Wang | 1 | -16/+16 | |
2013-12-07 | Fixed some new 1.7 client crash bugs | Tiger Wang | 1 | -0/+1 | |
Some technical blocks were removed; trying to render them as items caused a crash. | |||||
2013-12-07 | Added basic ender chests | Tiger Wang | 1 | -0/+2 | |
Note that they just mirror chests now, so no per player inventory. | |||||
2013-12-06 | Regenerated VS2013 files | Tiger Wang | 1 | -2/+76 | |
2013-11-29 | Removed unneeded CPP files | Tiger Wang | 1 | -6/+2 | |
Also removed unneeded #include in BlockStems | |||||
2013-11-27 | Fixed VS2013 compiling | Tiger Wang | 1 | -4/+8 | |
2013-11-25 | Fixed all outstanding VS compilation issues | Tiger Wang | 1 | -6/+32 | |
Also updated VS2008 files. | |||||
2013-11-25 | Updated VS includes | Tiger Wang | 1 | -3/+3 | |
2013-11-25 | Further attempts to fix compile | Tiger Wang | 1 | -2/+2 | |
2013-11-24 | Attempt to fix compilation | Tiger Wang | 1 | -11/+11 | |
2013-11-24 | Fixed Visual Studio Files | Tiger Wang | 1 | -496/+468 | |
2013-11-20 | Multiple bugfixes [SEE DESC] | Tiger Wang | 1 | -0/+1 | |
* Fixed compilation on VC2013 * Fixed redstone self powering - still one more scenario to go + Redstone now powers block beneath * Improved code: functionized stuff, and reduced unneeded GetBlockMetas; also utilised direct chunk access, as recommended by xoft + Added torches powering blocks above it * Fixed repeaters getting power when they shouldn't - Stopped wires getting power from another wire through a block, which could lead to wire-powering loops (vanilla behaviour) | |||||
2013-11-10 | VC2013 | mborland | 1 | -0/+895 | |
3rd times a charm? |