Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 20, 2010, 8:31:12 PM (14 years ago)
Author:
youngk
Message:

Added descriptions and missing documentation to the classes I edited last semester. Thanks!

Location:
code/branches/sound5/src/orxonox/sound
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • code/branches/sound5/src/orxonox/sound/AmbientSound.cc

    r6733 r6767  
    2323 *      Reto Grieder
    2424 *   Co-authors:
    25  *      ...
     25 *      Kevin Young
    2626 *
    2727 */
  • code/branches/sound5/src/orxonox/sound/AmbientSound.h

    r6674 r6767  
    2222 *   Author:
    2323 *      Reto Grieder
     24 *     
     25 *   Co-authors:
    2426 *      Kevin Young
    25  *   Co-authors:
    26  *      ...
    2727 *
    2828 */
     
    4343{
    4444    /**
    45      * The AmbientSound class is the base class for all sound file loader classes.
    46      * It server as main interface to the OpenAL library.
     45     * The AmbientSound class implements the non-3D sound, i.e. sound files that are used for atmospheric
     46     * highlighting.
     47     * It interfaces with BaseSound and is controllable by MoodManager.
     48     * Ambient sounds are always cross-faded. New sounds are registered and activated/deactivated as needed.
    4749     *
    4850     */
  • code/branches/sound5/src/orxonox/sound/SoundManager.cc

    r6562 r6767  
    2222 *   Author:
    2323 *       Erwin 'vaiursch' Herrsche
     24 *       
     25 *   Co-authors:
    2426 *       Kevin Young
    2527 *       Reto Grieder
    26  *   Co-authors:
    27  *      ...
    2828 *
    2929 */
  • code/branches/sound5/src/orxonox/sound/SoundManager.h

    r6506 r6767  
    2222 *   Author:
    2323 *       Erwin 'vaiursch' Herrsche
     24 *       
     25 *   Co-authors:
    2426 *       Kevin Young
    2527 *       Reto Grieder
    26  *   Co-authors:
    27  *      ...
    2828 */
    2929
Note: See TracChangeset for help on using the changeset viewer.