From e8a55d84d49240ecf8c2fb82798bf57615f3fe4a Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Mon, 21 Aug 2017 17:20:22 -1000 Subject: [PATCH] Implement CRainSplashGenerator and finish CPlayerGun constructor --- .idea/inspectionProfiles/Project_Default.xml | 2 +- DataSpec/DNACommon/Tweaks/ITweakPlayerGun.hpp | 19 +- DataSpec/DNAMP1/Tweaks/CTweakPlayerGun.hpp | 27 +- Runtime/Graphics/CMakeLists.txt | 2 +- Runtime/Graphics/CModelPointSelector.cpp | 16 -- Runtime/Graphics/CModelPointSelector.hpp | 18 -- Runtime/Graphics/CRainSplashGenerator.cpp | 237 ++++++++++++++++++ Runtime/Graphics/CRainSplashGenerator.hpp | 73 ++++++ Runtime/Weapon/CGunWeapon.cpp | 15 +- Runtime/Weapon/CGunWeapon.hpp | 8 +- Runtime/Weapon/CIceBeam.cpp | 19 ++ Runtime/Weapon/CIceBeam.hpp | 10 + Runtime/Weapon/CPhazonBeam.cpp | 24 ++ Runtime/Weapon/CPhazonBeam.hpp | 16 ++ Runtime/Weapon/CPlasmaBeam.cpp | 17 ++ Runtime/Weapon/CPlasmaBeam.hpp | 11 + Runtime/Weapon/CPlayerGun.cpp | 101 +++++++- Runtime/Weapon/CPlayerGun.hpp | 31 ++- Runtime/Weapon/CPowerBeam.cpp | 14 +- Runtime/Weapon/CPowerBeam.hpp | 10 +- Runtime/Weapon/CWaveBeam.cpp | 20 ++ Runtime/Weapon/CWaveBeam.hpp | 12 + Runtime/World/CActorModelParticles.hpp | 4 +- Runtime/World/CEnvFxManager.hpp | 10 +- Runtime/World/CWorld.hpp | 6 +- 25 files changed, 633 insertions(+), 89 deletions(-) delete mode 100644 Runtime/Graphics/CModelPointSelector.cpp delete mode 100644 Runtime/Graphics/CModelPointSelector.hpp create mode 100644 Runtime/Graphics/CRainSplashGenerator.cpp create mode 100644 Runtime/Graphics/CRainSplashGenerator.hpp diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 4dff9c790..b747525a7 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,7 +1,7 @@