From dc637f251d837396142f1ba4ca02ba8f92573283 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Wed, 9 Aug 2017 21:05:27 -1000 Subject: [PATCH] Work on CFluidPlaneCPU --- .idea/inspectionProfiles/Project_Default.xml | 3 + DataSpec/DNACommon/Tweaks/ITweakGame.hpp | 3 + DataSpec/DNAMP1/Tweaks/CTweakGame.hpp | 25 +- Runtime/Character/CActorLights.cpp | 9 +- Runtime/Character/CActorLights.hpp | 6 +- Runtime/World/CActor.cpp | 6 +- Runtime/World/CActor.hpp | 2 +- Runtime/World/CFluidPlaneCPU.cpp | 569 ++++++++++++++++++- Runtime/World/CFluidPlaneCPU.hpp | 11 +- Runtime/World/CPlayer.cpp | 2 +- Runtime/World/CRipple.cpp | 25 +- Runtime/World/CRipple.hpp | 33 +- Runtime/World/CRippleManager.cpp | 10 - Runtime/World/CRippleManager.hpp | 6 +- Runtime/World/CScriptPointOfInterest.cpp | 2 +- Runtime/World/CScriptWater.cpp | 114 +++- Runtime/World/CScriptWater.hpp | 75 ++- Runtime/World/ScriptLoader.cpp | 9 +- 18 files changed, 816 insertions(+), 94 deletions(-) diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 146ab09b7..8dce2e8eb 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,6 +1,9 @@