From 48eaa2545b591f251fdbe3cc2f887008d002bc92 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Sun, 17 Feb 2019 19:47:46 -1000 Subject: [PATCH] Working CScriptGunTurret --- .idea/codeStyles/Project.xml | 19 + CMakeLists.txt | 2 +- DataSpec/DNACommon/ANIM.cpp | 1 + DataSpec/DNACommon/CMDL.cpp | 2 + DataSpec/DNACommon/DPSC.cpp | 2 + DataSpec/DNAMP1/FRME.cpp | 1 + DataSpec/DNAMP1/ScriptObjects/GunTurret.hpp | 150 +-- DataSpec/DNAMP1/ScriptObjects/Pickup.hpp | 18 +- Runtime/AutoMapper/CAutoMapper.cpp | 2 + Runtime/AutoMapper/CMappableObject.cpp | 1 + Runtime/CGameOptions.cpp | 1 + Runtime/CIOWinManager.cpp | 1 + Runtime/CPlayerState.cpp | 2 +- Runtime/CStateManager.cpp | 1 + Runtime/Camera/CBallCamera.cpp | 2 + Runtime/Character/CAdditiveAnimPlayback.cpp | 2 + Runtime/Character/CAllFormatsAnimSource.cpp | 1 + Runtime/Collision/CCollisionActorManager.hpp | 1 + Runtime/Graphics/CBooRenderer.cpp | 1 + Runtime/GuiSys/CGuiWidget.cpp | 2 + Runtime/GuiSys/CHudMissileInterface.cpp | 1 + Runtime/MP1/CFrontEndUI.cpp | 10 +- Runtime/MP1/CGBASupport.cpp | 2 + Runtime/MP1/CInGameGuiManager.cpp | 4 + Runtime/MP1/CMFGame.cpp | 4 + Runtime/MP1/CMainFlow.cpp | 1 + Runtime/MP1/CMemoryCardDriver.cpp | 1 + Runtime/MP1/CSamusHud.cpp | 9 + Runtime/MP1/CSaveGameScreen.cpp | 1 + Runtime/MP1/CSlideShow.cpp | 6 +- Runtime/MP1/World/CBeetle.cpp | 1 + Runtime/MP1/World/CMagdolite.cpp | 1 + Runtime/MP1/World/CParasite.cpp | 2 + Runtime/Particle/CDecalDataFactory.cpp | 1 + Runtime/Particle/CElementGen.cpp | 1 + Runtime/Weapon/CGunController.cpp | 2 + Runtime/Weapon/CIceBeam.cpp | 1 + Runtime/Weapon/CPlasmaBeam.cpp | 1 + Runtime/Weapon/CPlayerGun.cpp | 2 + Runtime/Weapon/CPowerBeam.cpp | 1 + Runtime/Weapon/CProjectileInfo.hpp | 2 +- Runtime/Weapon/CWaveBeam.cpp | 2 + Runtime/World/CMorphBall.cpp | 1 + Runtime/World/CPatterned.cpp | 4 + Runtime/World/CPlayer.cpp | 5 + Runtime/World/CScriptGunTurret.cpp | 1171 +++++++++++------- Runtime/World/CScriptGunTurret.hpp | 275 ++-- Runtime/World/CScriptPickup.cpp | 125 +- Runtime/World/CScriptPickup.hpp | 32 +- Runtime/World/CScriptPickupGenerator.cpp | 158 ++- Runtime/World/CScriptPickupGenerator.hpp | 9 +- Runtime/World/CScriptPlayerActor.cpp | 1 + Runtime/World/CScriptSpecialFunction.cpp | 1 + Runtime/World/CScriptVisorGoo.cpp | 1 + Runtime/World/CWallCrawlerSwarm.hpp | 2 +- Runtime/World/CWorld.cpp | 8 + Runtime/World/ScriptLoader.cpp | 19 +- amuse | 2 +- assetnameparser/CMakeLists.txt | 11 +- gbalink/main.cpp | 2 + hecl | 2 +- nod | 2 +- specter | 2 +- 63 files changed, 1340 insertions(+), 761 deletions(-) diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index d7e7012ec..e3b0700a2 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -12,6 +12,25 @@