summaryrefslogtreecommitdiffstats
path: root/VC2013/MCServer.vcxproj (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-29Removed unneeded CPP filesTiger Wang1-6/+2
Also removed unneeded #include in BlockStems
2013-11-27Fixed VS2013 compilingTiger Wang1-4/+8
2013-11-25Fixed all outstanding VS compilation issuesTiger Wang1-6/+32
Also updated VS2008 files.
2013-11-25Updated VS includesTiger Wang1-3/+3
2013-11-25Further attempts to fix compileTiger Wang1-2/+2
2013-11-24Attempt to fix compilationTiger Wang1-11/+11
2013-11-24Fixed Visual Studio FilesTiger Wang1-496/+468
2013-11-20Multiple bugfixes [SEE DESC]Tiger Wang1-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-10VC2013mborland1-0/+895
3rd times a charm?