For some reason the Bullet physics library's project file was not being
included in the solution when the bullet module was added. This change
makes sure that when you want to use Bullet, it will correctly be added
by the Project Generator.
Updated Project Generator to allow adding different Release/Debug libraries.
Also added ability to specify libraries for Ignore Default Libraries field.
Only Visual Studio templates have been updated.
The ExtendedMove class can optionally replace the standard Move class to
allow the passing of absolute position and rotation information from the
client's input device to the server. It is enabled by changing
$TORQUE_EXTENDED_MOVE to true in buildFiles/config/project.conf and
re-running the project generator.
The FMOD include files are now assumed to be located outside of the
Torque 3D directory structure. See
Tools/projectGenerator/modules/fmod.inc for the various methods to tell
the Project Generator how to find FMOD. If FMOD is installed in its
default location then nothing special is required.