VS2003 needs DX9 SDK Version 27, abut VS2010 needs DX9 SDK Version 43 to compile.
By installing both SDKs with unique names, a combined shared StaticSDK area can
be used by Jenkins for a matrix build using both toolchains.
In VS2003 all references to StaticSDKs/Win32/DX9.0c are changed to DX9.0c-V27
In VS2010 all references to StaticSDKs/Win32/DX9.0c are changed to DX9.0c-V43
THIS REQUIRES REARRANGEMENT OF INSTALLED SDKS TO BUILD CWE AND DOC CHANGES
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.