From d48ce1d10fac9b38f17737ac81bfb686e410e081 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Wed, 20 Nov 2013 22:54:28 +0000 Subject: Multiple bugfixes [SEE DESC] * 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) --- VC2013/MCServer.vcxproj | 1 + 1 file changed, 1 insertion(+) (limited to 'VC2013/MCServer.vcxproj') diff --git a/VC2013/MCServer.vcxproj b/VC2013/MCServer.vcxproj index cd9f6eb4f..b69867a99 100644 --- a/VC2013/MCServer.vcxproj +++ b/VC2013/MCServer.vcxproj @@ -568,6 +568,7 @@ + -- cgit v1.2.3