mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 04:09:16 +00:00
Refactor avatar movement code
plMovementStrategy classes have been reworked and completely replace all plAvatarControllers. While based on the old implementation, plPhysicalControllerCore has essentially been rewritten. Remnants of long gone physical "actions" have been removed. 4 files removed - plAVCallbackAction.h & plAVCallbackAction.cpp plAntiGravAction.h & plAntiGravAction.cpp This revision will not compile, requires new plPXPhysicalControllerCore implementation.
This commit is contained in:
@ -58,7 +58,7 @@ class plAGAnimInstance;
|
||||
class plAvTask;
|
||||
class plAvTaskMsg;
|
||||
class plAvBrainHuman;
|
||||
class plWalkingController;
|
||||
class plWalkingStrategy;
|
||||
class plArmatureUpdateMsg;
|
||||
class plClimbMsg;
|
||||
class plControlEventMsg;
|
||||
@ -164,7 +164,7 @@ public:
|
||||
static const float kControlledFlightThreshold;
|
||||
static const float kAirTimeThreshold;
|
||||
static const float kAirTimePanicThreshold;
|
||||
plWalkingController* fCallbackAction;
|
||||
plWalkingStrategy* fWalkingStrategy;
|
||||
|
||||
protected:
|
||||
plAGAnim *FindCustomAnim(const char *baseName);
|
||||
|
Reference in New Issue
Block a user