When a ParticleSystem is re-enabled with SetEna...
Added some missing python bindings.
Fixed a few erroneous comments. The AudioManag...
The method GetContactJointGroupID for both ODEC...
Added Python binding for dtCore::Transform::Set...
AudioManager::FreeSound was NULLing the user's ...
Fixed bug where Sounds would not move when List...
A Sound's ListenerRelative flag now matches the...
Fixed a nasty bug. The FileUtils::FileCopy fun...
Stopped using QSound in favor of OpenAL sound. ...
Updated FileUtils::IsSameFile method to (1) not...
Added a comment about the need to sometime revi...
dtAudio::SoundActor now ensures that the AudioM...
Changed default behavior of SoundActorProxy bac...
dtAudio::SoundActorProxy now can be set to play...
Added Python bindings to allow use of SkyBox::R...
Refactoring dtAudio by attacking over-abstracti...
Added support for ODE regular cylinders (as opp...
Continued refactoring of dtAudio. Removed redu...
LARGE refactoring of AudioManager and Sound cla...
More refactoring of dtAudio. Removed some unne...
dtAudio::Sound::GetMinDistance and dtAudio::Sou...
Added a method GetHostName to dtNetGM::NetworkC...
Added a check to dtAudio::Sound::StopImmediatel...
AudioManager now stores the OpenAL device and c...
Removed redundant calls to OpenDevice and Creat...
Further changes to dtAudio to query about and c...
Constructor now is sure to keep track of the cu...
Made it possible for a user to specify a custom...
Comments added to earlier commit.
Added some comments to AudioManager::Instantiat...
Fixed an old memory leak in the AudioManager.
Deprecated AudioConfigData structure and AudioM...
Added instruction printouts to testaudio and te...
Corrected a comment.
Added a couple more comments to SetDopplerFacto...
Python bindings will now build in debug w/o pro...
Separated dtAudio::AudioManager::Instantiate in...
AudioManager Python bindings should now be func...
Two versions of AudioManager::Instantiate are n...
dtCore::View::SetFrameBin works again. Added a...
Improved testNestedView.
Fixed crash bug in ObjectViewer.
Deprecated View::SetFrameBin in favor of View::...
Corrected typo.
Added Python bindings for new View::GetRenderOr...
Stupid comments are gone in favor of correct on...
Made comments clearer for SetRenderOrder and Ge...
Renamed some variables to remove some confusion...
Fixed case problem that broke build on linux.
Fixed broken build due to forgotten get.
SoundActor's destructor now ensures that the Au...
ObjectViewer now lists rotation params for ligh...
BUILD BREAKER! InfiniteLight no longer uses Az/...
AudioManager now attempts to recycle sound sour...
Rolled back revision 5691. The AudioManager re...
Bug fix: it was possible to have a project that...
Fixed warning.
Added ConfigurationManager class to STAGE. It ...
Fleshed out ConfigurationManager class. It is ...
Now possible to show / hide ActorTab and Resour...
It is now possible to show/hide the STAGE Prope...
Now possible to specific different menu types i...
ConfigurationManager's xml file is now governed...
Added a NULL pointer check without which STAGE ...
STAGE no longer logs and error when STAGEConfig...
Fixed a case problem for Linux and a comment-wi...
Introduced a VolumeEdit "Actor" which is intend...
Removed unused variable.
Removed circular reference between VolumeEditAc...
STAGE ConfigurationManager is now a singleton c...
Fixed case problem in #include -- caused build ...
Separated Actor Search and Global Actor tabs in...
Prefabs now use icons. Icons are used to displ...
Can now right click the prefab ListWidget to ad...
ObjectViewer should now be able to export all g...
Can now delete prefab categories from STAGE. C...
Bugfixes: AddDetonationMapping method needed a ...
Fixed Linux crash bug. Also removed unused vai...
STAGE: RandomActorGenerator now defaults to doc...
STAGE: RandomActorGenerator button now is disab...
STAGE: Can now set Project Context Path and the...
Fixed a bug I introduced on last commit (earlie...
STAGE: Now if the current Project Context or Ma...
Added a toolbar to control the VolumeEditActor ...
STAGE: RandomActorGenerator plugin now supports...
LabelActor bindings added. User submitted: Tha...
STAGE: RandomActorGenerator plugin now incorpor...
STAGEConfig.xml is now specified on the command...
STAGE configuration file nows saves to the corr...
ConfigurationManager now sets up all its defaul...
STAGE: RandomActorGenerator plugin now generate...
STAGE: RandomActorGenerator plugin can now rand...
STAGE: Removed menu actions for DockWidgets tha...
STAGE: Can now randomly rotate about multiple a...
STAGE: Can now show/hide the volume Brush.
STAGE: RandomActorGenerator now supports random...
Removed a test that was inexplicably crashing o...
STAGE: Now possible to specify a style sheet in...
minor change to one of the STAGE stylesheets.