1
0
Fork 0
Commit Graph

23 Commits

Author SHA1 Message Date
Tiger Wang c08910d4af Fixed assertion during dirt block OnUpdate() 2013-12-19 23:06:26 +00:00
Tiger Wang 303e086e73 Fixed VS013 compile 2013-12-09 17:58:44 +00:00
Tiger Wang 166f07029d Fixed binding generation and VS2013 compile 2013-12-08 14:45:24 +00:00
Tiger Wang 5bed85aba0 Fixed some new 1.7 client crash bugs
Some technical blocks were removed; trying to render them as items
caused a crash.
2013-12-07 18:03:56 +00:00
Tiger Wang 347e80bdd8 Added basic ender chests
Note that they just mirror chests now, so no per player inventory.
2013-12-07 00:18:58 +00:00
Tiger Wang 127d021cde Regenerated VS2013 files 2013-12-06 19:15:53 +00:00
Tiger Wang cee5160be8 Removed unneeded CPP files
Also removed unneeded #include in BlockStems
2013-11-29 22:25:07 +00:00
Mattes D 13dade5a83 Merge pull request #362 from mc-server/redstonefixes
Multiple bugfixes
2013-11-28 10:59:44 -08:00
Tiger Wang a6630d3239 Merged master into redstonefixes 2013-11-27 21:35:13 +00:00
Tiger Wang 2ba4625835 Fixed VS2013 compiling 2013-11-27 21:10:01 +00:00
Tiger Wang 3466d2cad9 Fixed all outstanding VS compilation issues
Also updated VS2008 files.
2013-11-25 21:32:09 +00:00
Tiger Wang 28b09377f3 Updated VS includes 2013-11-25 18:43:46 +00:00
Tiger Wang 32449f1fca Further attempts to fix compile 2013-11-25 18:29:36 +00:00
Tiger Wang e3db69c4ae Attempt to fix compilation 2013-11-24 18:44:22 +00:00
Tiger Wang a92f475a75 Removed old project files 2013-11-24 17:31:53 +00:00
Tiger Wang 3c2e7f1aad Fixed Visual Studio Files 2013-11-24 17:30:42 +00:00
Tiger Wang f95064a85c Merge remote-tracking branch 'origin/master' into redstonefixes 2013-11-24 14:55:08 +00:00
Tiger Wang d48ce1d10f 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)
2013-11-20 22:54:28 +00:00
madmaxoft 1797b5b8fe Ignoring SDF files. 2013-11-20 21:11:07 +01:00
madmaxoft ba438ccd8a Removed the bloody sdf file. 2013-11-20 21:09:41 +01:00
Daniel O'Brien 452f589e21 added tolua export snippet for VC 2013-11-14 16:29:33 +11:00
mborland 5dfce5568e VC2013
3rd times a charm?
2013-11-10 02:33:34 -05:00
madmaxoft 359fb9af39 Prepared the VC2013 folder. 2013-11-09 14:31:58 +01:00