summaryrefslogtreecommitdiffstats
path: root/VC2013/MCServer.vcxproj (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed obsolete MSVC project files.madmaxoft2014-01-191-971/+0
| | | | Windows builds now use CMake as well.
* Merge pull request #538 from mc-server/minecartsMattes D2014-01-151-3/+2
|\ | | | | Minecarts
| * Fixed VS2013 compile and updated CoreTiger Wang2014-01-121-3/+2
| |
* | Moved the win resources into a separate subfolder.madmaxoft2014-01-121-3/+3
|/ | | | This will allow us to use them in CMake builds.
* Added files to VC2013 project fileBill Derouin2014-01-101-0/+2
|
* Regenerated VS2013 filesTiger Wang2014-01-071-3/+4
|
* Fixed assertion during dirt block OnUpdate()Tiger Wang2013-12-201-0/+2
|
* Fixed VS013 compileTiger Wang2013-12-091-10/+7
|
* Fixed binding generation and VS2013 compileTiger Wang2013-12-081-16/+16
|
* Fixed some new 1.7 client crash bugsTiger Wang2013-12-071-0/+1
| | | | | Some technical blocks were removed; trying to render them as items caused a crash.
* Added basic ender chestsTiger Wang2013-12-071-0/+2
| | | | Note that they just mirror chests now, so no per player inventory.
* Regenerated VS2013 filesTiger Wang2013-12-061-2/+76
|
* Removed unneeded CPP filesTiger Wang2013-11-291-6/+2
| | | | Also removed unneeded #include in BlockStems
* Fixed VS2013 compilingTiger Wang2013-11-271-4/+8
|
* Fixed all outstanding VS compilation issuesTiger Wang2013-11-251-6/+32
| | | | Also updated VS2008 files.
* Updated VS includesTiger Wang2013-11-251-3/+3
|
* Further attempts to fix compileTiger Wang2013-11-251-2/+2
|
* Attempt to fix compilationTiger Wang2013-11-241-11/+11
|
* Fixed Visual Studio FilesTiger Wang2013-11-241-496/+468
|
* VC2013mborland2013-11-101-0/+895
3rd times a charm?