From c6b4ee8c9fb597b6f87f4cb756f43d5548ab2d66 Mon Sep 17 00:00:00 2001 From: "lapayo94@gmail.com" Date: Wed, 28 Dec 2011 21:00:35 +0000 Subject: - implemented the fire simulation in native c++ (cFireSimulator) - Changed the Durationsystem for Items. cPlayer::UseEquippedItem calls cItem::DamageItem this function damages the item if it has a duration. (needed the duration also in another place so this saves code ;)) - added some other burning blocks - the mobtypes for the settings.ini which i must have forgotten in the last commit git-svn-id: http://mc-server.googlecode.com/svn/trunk@150 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- VC2010/MCServer.vcxproj | 2 ++ VC2010/MCServer.vcxproj.filters | 15 ++++++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) (limited to 'VC2010') diff --git a/VC2010/MCServer.vcxproj b/VC2010/MCServer.vcxproj index 3854a376f..842d9226f 100644 --- a/VC2010/MCServer.vcxproj +++ b/VC2010/MCServer.vcxproj @@ -230,6 +230,7 @@ + @@ -377,6 +378,7 @@ + diff --git a/VC2010/MCServer.vcxproj.filters b/VC2010/MCServer.vcxproj.filters index a2ec4b5e8..2d249551a 100644 --- a/VC2010/MCServer.vcxproj.filters +++ b/VC2010/MCServer.vcxproj.filters @@ -436,7 +436,10 @@ {b0401fd9-4021-4ab7-bf61-c8de112b4196} - + + {d788a40d-f6f9-4784-8202-25d38386157a} + + {c5389fa9-20dd-4c52-ac16-2ef0a1115cf1} @@ -872,7 +875,10 @@ Simulator\cSimulator - Simulator\cSimulator\SandSimulator + Simulator\cSimulator\cSandSimulator + + + Simulator\cSimulator\cFireSimulator @@ -1342,7 +1348,10 @@ Simulator\cSimulator - Simulator\cSimulator\SandSimulator + Simulator\cSimulator\cSandSimulator + + + Simulator\cSimulator\cFireSimulator -- cgit v1.2.3