Commit History

Author SHA1 Message Date
  BearishSun 7756e2673d Updated documentation for Audio API 9 years ago
  BearishSun 21b68b1870 Refactored resource loading so the loaded resource can decide whether to keep original loaded data or discard it 9 years ago
  BearishSun f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks 9 years ago
  BearishSun 3cf4301a82 Audio system registration, start-up and shutdown 9 years ago
  BearishSun 50428d2fe2 Registration of audio source/listener with OAAudio manager, their creation and reset (multiple contexts) 9 years ago
  BearishSun 5634cd5b7b Creating an OpenAL sound buffer in AudioClip 9 years ago
  BearishSun 1fa8d1d106 Moved mono and bit depth conversion to AudioUtility class 9 years ago
  BearishSun 4286c7a151 Added a way to convert audio bit depth on import (OpenAL only supports 8 and 16 bits) 9 years ago
  BearishSun 8c0cb963ff Convert 3D audio to mono on import 9 years ago
  BearishSun b2c51bee78 Make all 8-bit samples unsigned, due to OpenAL convention 9 years ago
  BearishSun 1c01ab784c Interface for AudioSource and AudioListener (WIP) 9 years ago
  BearishSun b95bf2b243 OpenAudio AudioClip mostly implemented (needs testing) 9 years ago
  BearishSun a84c7b1115 More work on OpenAudio AudioClip 9 years ago
  BearishSun db6aa201f3 Disabling exceptions in MSVC CRT 9 years ago
  BearishSun 6f00387451 OpenAudio importer implemented 9 years ago
  BearishSun 5cb88c55b3 Getting rid of VS solution, now expecting users to generate it using CMake 9 years ago
  BearishSun dee4cfeec8 Fixing CMake build and replacing the custom VS solution with a CMake generated one 9 years ago
  BearishSun d3f5284f2a Fixing code style 9 years ago
  Marko Pintera 66ea05a80e Merge pull request #20 from almightykiwi/linux 9 years ago
  Marc Legendre 25f10b3653 Refactor filename extension handling in DynLibManager 9 years ago
  Marc Legendre fee099749f Move a few inline function definitions to headers 9 years ago
  Marc Legendre cd0242e998 Fix missing noexcept specifier 9 years ago
  Marc Legendre 0c378dd6fb Fix missing includes 9 years ago
  Marc Legendre 744ce4870d Fix templates being specialized in a different namespace 9 years ago
  Marc Legendre 2afeb5839d Fix the order of a couple of declarations 9 years ago
  Marc Legendre d55a7fb18f Fix compilation issue (typo) in BsFlags.h 9 years ago
  Marc Legendre 129b89f310 cmake: Append Windows-specific source files only on Windows 9 years ago
  Marc Legendre 1f2c171e13 Set CMAKE_CXX_STANDARD in root CMakeLists.txt 9 years ago
  Marc Legendre 20da94c930 Fix path inconsistency 9 years ago
  BearishSun 09aabe9f2d Fixed a crash in prefab diff generation that was caused when new code for serializing gameobject/resource references was introduced 9 years ago