From 5fe7008966f70de2af53cce7fc13014c220ab721 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Sun, 4 Aug 2013 13:25:48 +0200 Subject: First attempt at implementing a cLineBlockTracer class Not yet tested, will probably have lots of bugs, if it is at all usable. --- VC2008/MCServer.vcproj | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'VC2008/MCServer.vcproj') diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index 6fcd55388..54a694f19 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -1,4 +1,4 @@ - + + + @@ -545,6 +549,14 @@ RelativePath="..\source\LinearUpscale.h" > + + + + -- cgit v1.2.3 From 71bb41ee86e262103909d8007dbc2ef876cd0b24 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Sun, 4 Aug 2013 23:11:25 +0200 Subject: LuaState refactoring: initial part. The cLuaState class is a wrapper for the lua_State * and for the common functions on it. The cPlugin_NewLua has been rewritten to use it instead of the raw pointer. Part of #33 --- VC2008/MCServer.vcproj | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'VC2008/MCServer.vcproj') diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index 54a694f19..8755fb2e8 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -1497,6 +1497,14 @@ RelativePath="..\source\LuaScript.h" > + + + + -- cgit v1.2.3 From 073bcd0361ff1634bcb3c7c8f075592500997b55 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Mon, 5 Aug 2013 10:43:43 +0200 Subject: Added the Carpet block. --- 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 6fcd55388..dc0291cd6 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -1,4 +1,4 @@ - + + + -- cgit v1.2.3