Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Custom Query (296 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (58 - 60 of 296)

Ticket Resolution Summary Owner Reporter
#150 fixed Possibility to play ogg files as sound effects bensch hdavid
Description

Make it possible to play OGG files as sound effects the way it is possible for WAV files now:

(OrxSound::SoundBuffer*)ResourceManager::getInstance()→load("sound/atmosphere/rain.ogg", OGG); this→soundSource.play(this→windBuffer, 0.1f * this→rainWindForce, true);

#48 fixed Animation bensch & patrick bensch
Description

The idea is it to make a Class, that handles simple animation like coded movement of objects, brightness changes of materials and so on

Interface:

  • AnimationPlayer: an Engine, that handles a list of all animations, and ticks them over time
  • Animation Class:
    • one template Class to change simple informations (calls a float function)
    • another one to translate objects through space
    • maybe another one
  • animation classes will be derived from the class Animation()
#103 fixed Valgrind Sweep bensch & patrick bensch
Description

Valgrind

!!MUST!!

Sweep all the errors produced so far by orxonox with valgrind.

Note: See TracQuery for help on using queries.