summaryrefslogtreecommitdiffstats
path: root/VC2013/MCServer.vcxproj.filters (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed unneeded CPP filesTiger Wang2013-11-291-18/+3
| | | | Also removed unneeded #include in BlockStems
* Merge pull request #362 from mc-server/redstonefixesMattes D2013-11-281-0/+3
|\ | | | | Multiple bugfixes
| * Merged master into redstonefixesTiger Wang2013-11-271-489/+492
| |\
| * | Multiple bugfixes [SEE DESC]Tiger Wang2013-11-201-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)
* | | Fixed VS2013 compilingTiger Wang2013-11-271-23/+35
| |/ |/|
* | Fixed all outstanding VS compilation issuesTiger Wang2013-11-251-26/+26
| | | | | | | | Also updated VS2008 files.
* | Attempt to fix compilationTiger Wang2013-11-241-11/+11
| |
* | Fixed Visual Studio FilesTiger Wang2013-11-241-487/+490
|/
* VC2013mborland2013-11-101-0/+1683
3rd times a charm?