From ee15d4e08e90536afbb381a6d65a418e0027658d Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Mon, 30 Dec 2013 17:41:59 +0100 Subject: Fixed compilation in VC2008. Also removed an unused inline header file (yuck). --- VC2008/MCServer.vcproj | 4 ---- 1 file changed, 4 deletions(-) (limited to 'VC2008/MCServer.vcproj') diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index cb9867450..491e7740e 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -494,10 +494,6 @@ RelativePath="..\src\Chunk.h" > - - -- cgit v1.2.3 From 0a712931b1b547c7e7702ced73251e23dbc7737a Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Sun, 5 Jan 2014 15:15:44 +0100 Subject: Fixed a race condition in the cQueue class. Fixes #505. --- VC2008/MCServer.vcproj | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'VC2008/MCServer.vcproj') diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index 491e7740e..a017b5a25 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -1578,6 +1578,10 @@ RelativePath="..\src\OSSupport\ListenThread.h" > + + -- cgit v1.2.3 From cee76f1ace49fea1ed3a3ebd6476cca9b799c5b2 Mon Sep 17 00:00:00 2001 From: Bill Derouin Date: Thu, 9 Jan 2014 15:21:46 -0600 Subject: Move biome definition to separate files --- VC2008/MCServer.vcproj | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'VC2008/MCServer.vcproj') diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index a017b5a25..2b11c06d6 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -1,7 +1,7 @@  + + -- cgit v1.2.3 From 1c2004dfbbd520b929357bce13cdeb06d41ce0ff Mon Sep 17 00:00:00 2001 From: Bill Derouin Date: Fri, 10 Jan 2014 09:23:53 -0600 Subject: Fixed missing externals Turns out you actually have to include the .cpp in the project file --- VC2008/MCServer.vcproj | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'VC2008/MCServer.vcproj') diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index 2b11c06d6..c5cd7c6da 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -442,6 +442,10 @@ RelativePath="..\src\Authenticator.h" > + + -- cgit v1.2.3 From acfebab0272e605a05e39ef1926f1d4216faf236 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Sat, 11 Jan 2014 21:22:40 +0100 Subject: Removed an unused file. --- VC2008/MCServer.vcproj | 4 ---- 1 file changed, 4 deletions(-) (limited to 'VC2008/MCServer.vcproj') diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index a017b5a25..3b10092f0 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -2017,10 +2017,6 @@ RelativePath="..\src\Bindings\PluginManager.h" > - - -- cgit v1.2.3