Activity for Michael Day

  • Michael Day Michael Day committed [r5185]

    When a ParticleSystem is re-enabled with SetEna...

  • Michael Day Michael Day committed [r5214]

    Added some missing python bindings.

  • Michael Day Michael Day committed [r5239]

    Fixed a few erroneous comments. The AudioManag...

  • Michael Day Michael Day committed [r5243]

    The method GetContactJointGroupID for both ODEC...

  • Michael Day Michael Day committed [r5251]

    Added Python binding for dtCore::Transform::Set...

  • Michael Day Michael Day committed [r5279]

    AudioManager::FreeSound was NULLing the user's ...

  • Michael Day Michael Day committed [r5287]

    Fixed bug where Sounds would not move when List...

  • Michael Day Michael Day committed [r5295]

    A Sound's ListenerRelative flag now matches the...

  • Michael Day Michael Day committed [r5305]

    Fixed a nasty bug. The FileUtils::FileCopy fun...

  • Michael Day Michael Day committed [r5310]

    Stopped using QSound in favor of OpenAL sound. ...

  • Michael Day Michael Day committed [r5323]

    Updated FileUtils::IsSameFile method to (1) not...

  • Michael Day Michael Day committed [r5322]

    Added a comment about the need to sometime revi...

  • Michael Day Michael Day committed [r5336]

    dtAudio::SoundActor now ensures that the AudioM...

  • Michael Day Michael Day committed [r5342]

    Changed default behavior of SoundActorProxy bac...

  • Michael Day Michael Day committed [r5340]

    dtAudio::SoundActorProxy now can be set to play...

  • Michael Day Michael Day committed [r5346]

    Added Python bindings to allow use of SkyBox::R...

  • Michael Day Michael Day committed [r5356]

    Refactoring dtAudio by attacking over-abstracti...

  • Michael Day Michael Day committed [r5359]

    Added support for ODE regular cylinders (as opp...

  • Michael Day Michael Day committed [r5361]

    Continued refactoring of dtAudio. Removed redu...

  • Michael Day Michael Day committed [r5368]

    LARGE refactoring of AudioManager and Sound cla...

  • Michael Day Michael Day committed [r5369]

    More refactoring of dtAudio. Removed some unne...

  • Michael Day Michael Day committed [r5374]

    dtAudio::Sound::GetMinDistance and dtAudio::Sou...

  • Michael Day Michael Day committed [r5379]

    Added a method GetHostName to dtNetGM::NetworkC...

  • Michael Day Michael Day committed [r5414]

    Added a check to dtAudio::Sound::StopImmediatel...

  • Michael Day Michael Day committed [r5427]

    AudioManager now stores the OpenAL device and c...

  • Michael Day Michael Day committed [r5431]

    Removed redundant calls to OpenDevice and Creat...

  • Michael Day Michael Day committed [r5429]

    Further changes to dtAudio to query about and c...

  • Michael Day Michael Day committed [r5433]

    Constructor now is sure to keep track of the cu...

  • Michael Day Michael Day committed [r5434]

    Made it possible for a user to specify a custom...

  • Michael Day Michael Day committed [r5436]

    Comments added to earlier commit.

  • Michael Day Michael Day committed [r5438]

    Added some comments to AudioManager::Instantiat...

  • Michael Day Michael Day committed [r5435]

    Fixed an old memory leak in the AudioManager.

  • Michael Day Michael Day committed [r5456]

    Deprecated AudioConfigData structure and AudioM...

  • Michael Day Michael Day committed [r5457]

    Added instruction printouts to testaudio and te...

  • Michael Day Michael Day committed [r5460]

    Corrected a comment.

  • Michael Day Michael Day committed [r5459]

    Added a couple more comments to SetDopplerFacto...

  • Michael Day Michael Day committed [r5462]

    Python bindings will now build in debug w/o pro...

  • Michael Day Michael Day committed [r5509]

    Separated dtAudio::AudioManager::Instantiate in...

  • Michael Day Michael Day committed [r5513]

    AudioManager Python bindings should now be func...

  • Michael Day Michael Day committed [r5514]

    Two versions of AudioManager::Instantiate are n...

  • Michael Day Michael Day committed [r5559]

    dtCore::View::SetFrameBin works again. Added a...

  • Michael Day Michael Day committed [r5562]

    Improved testNestedView.

  • Michael Day Michael Day committed [r5563]

    Fixed crash bug in ObjectViewer.

  • Michael Day Michael Day committed [r5567]

    Deprecated View::SetFrameBin in favor of View::...

  • Michael Day Michael Day committed [r5568]

    Corrected typo.

  • Michael Day Michael Day committed [r5570]

    Added Python bindings for new View::GetRenderOr...

  • Michael Day Michael Day committed [r5577]

    Stupid comments are gone in favor of correct on...

  • Michael Day Michael Day committed [r5576]

    Made comments clearer for SetRenderOrder and Ge...

  • Michael Day Michael Day committed [r5578]

    Renamed some variables to remove some confusion...

  • Michael Day Michael Day committed [r5617]

    Fixed case problem that broke build on linux.

  • Michael Day Michael Day committed [r5638]

    Fixed broken build due to forgotten get.

  • Michael Day Michael Day committed [r5636]

    SoundActor's destructor now ensures that the Au...

  • Michael Day Michael Day committed [r5644]

    ObjectViewer now lists rotation params for ligh...

  • Michael Day Michael Day committed [r5664]

    BUILD BREAKER! InfiniteLight no longer uses Az/...

  • Michael Day Michael Day committed [r5692]

    AudioManager now attempts to recycle sound sour...

  • Michael Day Michael Day committed [r5696]

    Rolled back revision 5691. The AudioManager re...

  • Michael Day Michael Day committed [r5813]

    Bug fix: it was possible to have a project that...

  • Michael Day Michael Day committed [r5816]

    Fixed warning.

  • Michael Day Michael Day committed [r5844]

    Added ConfigurationManager class to STAGE. It ...

  • Michael Day Michael Day committed [r5852]

    Fleshed out ConfigurationManager class. It is ...

  • Michael Day Michael Day committed [r5854]

    Now possible to show / hide ActorTab and Resour...

  • Michael Day Michael Day committed [r5853]

    It is now possible to show/hide the STAGE Prope...

  • Michael Day Michael Day committed [r5865]

    Now possible to specific different menu types i...

  • Michael Day Michael Day committed [r5881]

    ConfigurationManager's xml file is now governed...

  • Michael Day Michael Day committed [r5882]

    Added a NULL pointer check without which STAGE ...

  • Michael Day Michael Day committed [r5889]

    STAGE no longer logs and error when STAGEConfig...

  • Michael Day Michael Day committed [r5924]

    Fixed a case problem for Linux and a comment-wi...

  • Michael Day Michael Day committed [r5923]

    Introduced a VolumeEdit "Actor" which is intend...

  • Michael Day Michael Day committed [r5935]

    Removed unused variable.

  • Michael Day Michael Day committed [r5934]

    Removed circular reference between VolumeEditAc...

  • Michael Day Michael Day committed [r5937]

    STAGE ConfigurationManager is now a singleton c...

  • Michael Day Michael Day committed [r5943]

    Fixed case problem in #include -- caused build ...

  • Michael Day Michael Day committed [r5942]

    Separated Actor Search and Global Actor tabs in...

  • Michael Day Michael Day committed [r5978]

    Prefabs now use icons. Icons are used to displ...

  • Michael Day Michael Day committed [r5980]

    Can now right click the prefab ListWidget to ad...

  • Michael Day Michael Day committed [r5988]

    ObjectViewer should now be able to export all g...

  • Michael Day Michael Day committed [r5986]

    Can now delete prefab categories from STAGE. C...

  • Michael Day Michael Day committed [r5992]

    Bugfixes: AddDetonationMapping method needed a ...

  • Michael Day Michael Day committed [r5993]

    Fixed Linux crash bug. Also removed unused vai...

  • Michael Day Michael Day committed [r5994]

    STAGE: RandomActorGenerator now defaults to doc...

  • Michael Day Michael Day committed [r6008]

    STAGE: RandomActorGenerator button now is disab...

  • Michael Day Michael Day committed [r6011]

    STAGE: Can now set Project Context Path and the...

  • Michael Day Michael Day committed [r6010]

    Fixed a bug I introduced on last commit (earlie...

  • Michael Day Michael Day committed [r6012]

    STAGE: Now if the current Project Context or Ma...

  • Michael Day Michael Day committed [r6019]

    Added a toolbar to control the VolumeEditActor ...

  • Michael Day Michael Day committed [r6022]

    STAGE: RandomActorGenerator plugin now supports...

  • Michael Day Michael Day committed [r6030]

    LabelActor bindings added. User submitted: Tha...

  • Michael Day Michael Day committed [r6039]

    STAGE: RandomActorGenerator plugin now incorpor...

  • Michael Day Michael Day committed [r6071]

    STAGEConfig.xml is now specified on the command...

  • Michael Day Michael Day committed [r6076]

    STAGE configuration file nows saves to the corr...

  • Michael Day Michael Day committed [r6102]

    ConfigurationManager now sets up all its defaul...

  • Michael Day Michael Day committed [r6106]

    STAGE: RandomActorGenerator plugin now generate...

  • Michael Day Michael Day committed [r6105]

    STAGE: RandomActorGenerator plugin can now rand...

  • Michael Day Michael Day committed [r6115]

    STAGE: Removed menu actions for DockWidgets tha...

  • Michael Day Michael Day committed [r6118]

    STAGE: Can now randomly rotate about multiple a...

  • Michael Day Michael Day committed [r6125]

    STAGE: Can now show/hide the volume Brush.

  • Michael Day Michael Day committed [r6131]

    STAGE: RandomActorGenerator now supports random...

  • Michael Day Michael Day committed [r6159]

    Removed a test that was inexplicably crashing o...

  • Michael Day Michael Day committed [r6223]

    STAGE: Now possible to specify a style sheet in...

  • Michael Day Michael Day committed [r6235]

    minor change to one of the STAGE stylesheets.

1 >
MongoDB Logo MongoDB