Historique des commits

Auteur SHA1 Message Date
  BearishSun d2e336ffa1 Refactored OpenAudio readers so they properly handle non-zero stream offset il y a 9 ans
  BearishSun 765b0623bc Added skeleton for FMOD audio implementation il y a 9 ans
  BearishSun 671b4756e3 Chosen CMake modules during build will now automatically be used for engine initialization il y a 9 ans
  BearishSun f38a2985e6 Properly handle PCM data loaded with LoadCompressed flag il y a 9 ans
  BearishSun 8a18861996 Fixing Vorbis compression il y a 9 ans
  BearishSun e02f45f2f0 Fixing 24-bit audio clip import il y a 9 ans
  BearishSun 91b50bca38 Improving build il y a 9 ans
  BearishSun 584feaa51c Added play on start for audio sources il y a 9 ans
  BearishSun 8cfecdfd68 Fixing Vorbis, FLAC and WAVE importers il y a 9 ans
  BearishSun f786c98c14 Getting OpenAudio functional il y a 9 ans
  BearishSun 3e78ef950b Fixed invalid calculation for editor window cursor hover il y a 9 ans
  BearishSun 0bb2ddcec1 Resized default box collider to be the same size as the box primitive il y a 9 ans
  BearishSun 5f72fbed75 Fixing issue where window resize cursor would keep getting overriden il y a 9 ans
  BearishSun f6815db6e9 Added AudioClip editor icon il y a 9 ans
  BearishSun 98598d5494 OpenAL audio source implementation finished (needs testing) il y a 9 ans
  BearishSun ab2bf04b9d Exposed AudioSource and AudioListener to managed code il y a 9 ans
  BearishSun 127ba3a962 Added C++ wrappers for AudioSource/AudioListener managed interop il y a 9 ans
  BearishSun 28e8be2526 Added C++ components for AudioListener and AudioSource il y a 9 ans
  BearishSun 6352ff98e4 WIP streaming il y a 9 ans
  BearishSun 7b8fc664ea Exposed global Audio manager to managed code il y a 9 ans
  BearishSun 32e348ea19 AudioClip exposed to managed code il y a 9 ans
  BearishSun e55989ebeb More work on OpenAL AudioSource il y a 9 ans
  BearishSun 7756e2673d Updated documentation for Audio API il y a 9 ans
  BearishSun 21b68b1870 Refactored resource loading so the loaded resource can decide whether to keep original loaded data or discard it il y a 9 ans
  BearishSun f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks il y a 9 ans
  BearishSun 3cf4301a82 Audio system registration, start-up and shutdown il y a 9 ans
  BearishSun 50428d2fe2 Registration of audio source/listener with OAAudio manager, their creation and reset (multiple contexts) il y a 9 ans
  BearishSun 5634cd5b7b Creating an OpenAL sound buffer in AudioClip il y a 9 ans
  BearishSun 1fa8d1d106 Moved mono and bit depth conversion to AudioUtility class il y a 9 ans
  BearishSun 4286c7a151 Added a way to convert audio bit depth on import (OpenAL only supports 8 and 16 bits) il y a 9 ans