summaryrefslogtreecommitdiffstats
path: root/VC2013/MCServer.vcxproj.filters (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed assertion during dirt block OnUpdate()Tiger Wang2013-12-201-0/+6
|
* Fixed VS013 compileTiger Wang2013-12-091-57/+48
|
* Fixed some new 1.7 client crash bugsTiger Wang2013-12-071-0/+3
| | | | | Some technical blocks were removed; trying to render them as items caused a crash.
* Added basic ender chestsTiger Wang2013-12-071-0/+6
| | | | Note that they just mirror chests now, so no per player inventory.
* Regenerated VS2013 filesTiger Wang2013-12-061-26/+26
|
* 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?