From 851e113dc003fd5233cbe9aa6e05bd942c23ed47 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Tue, 15 Jan 2019 18:22:44 -1000 Subject: [PATCH] Implement CWarWasp --- .idea/codeStyles/Project.xml | 19 - DataSpec/DNAMP1/PATH.cpp | 10 + DataSpec/DNAMP1/ScriptObjects/Eyeball.hpp | 50 +- DataSpec/DNAMP1/ScriptObjects/ScriptBeam.hpp | 2 +- DataSpec/DNAMP1/ScriptObjects/Warwasp.hpp | 24 +- Runtime/Character/CAnimTreeTimeScale.cpp | 1 + Runtime/Character/CGroundMovement.cpp | 2 +- Runtime/Character/CharacterCommon.hpp | 2 +- Runtime/MP1/World/CEyeball.cpp | 40 +- Runtime/MP1/World/CEyeball.hpp | 18 +- Runtime/MP1/World/CWarWasp.cpp | 1221 +++++++++++++++++- Runtime/MP1/World/CWarWasp.hpp | 107 +- Runtime/MkCastTo.py | 1 + Runtime/Weapon/CBeamInfo.hpp | 13 +- Runtime/Weapon/CProjectileInfo.hpp | 2 +- Runtime/World/CPathFindRegion.cpp | 34 +- Runtime/World/CPathFindSearch.cpp | 2 +- Runtime/World/CPathFindSearch.hpp | 2 +- Runtime/World/CPatternedInfo.hpp | 3 +- Runtime/World/CPhysicsActor.cpp | 2 - Runtime/World/CPhysicsActor.hpp | 4 +- Runtime/World/CPlayer.cpp | 4 +- Runtime/World/CPlayer.hpp | 5 +- Runtime/World/CScriptCounter.cpp | 2 +- Runtime/World/CTeamAiMgr.hpp | 7 + Runtime/World/ScriptLoader.cpp | 40 +- hecl | 2 +- 27 files changed, 1473 insertions(+), 146 deletions(-) diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index e3b0700a2..d7e7012ec 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -12,25 +12,6 @@