summaryrefslogtreecommitdiffstats
path: root/VC2013/MCServer.vcxproj.filters (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-29Removed unneeded CPP filesTiger Wang1-18/+3
Also removed unneeded #include in BlockStems
2013-11-27Fixed VS2013 compilingTiger Wang1-23/+35
2013-11-25Fixed all outstanding VS compilation issuesTiger Wang1-26/+26
Also updated VS2008 files.
2013-11-24Attempt to fix compilationTiger Wang1-11/+11
2013-11-24Fixed Visual Studio FilesTiger Wang1-487/+490
2013-11-20Multiple bugfixes [SEE DESC]Tiger Wang1-0/+3
* 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-10VC2013mborland1-0/+1683
3rd times a charm?