Histórico de commits

Autor SHA1 Mensagem Data
  BearishSun 5634cd5b7b Creating an OpenAL sound buffer in AudioClip 9 anos atrás
  BearishSun 1fa8d1d106 Moved mono and bit depth conversion to AudioUtility class 9 anos atrás
  BearishSun 4286c7a151 Added a way to convert audio bit depth on import (OpenAL only supports 8 and 16 bits) 9 anos atrás
  BearishSun 8c0cb963ff Convert 3D audio to mono on import 9 anos atrás
  BearishSun b2c51bee78 Make all 8-bit samples unsigned, due to OpenAL convention 9 anos atrás
  BearishSun 1c01ab784c Interface for AudioSource and AudioListener (WIP) 9 anos atrás
  BearishSun b95bf2b243 OpenAudio AudioClip mostly implemented (needs testing) 9 anos atrás
  BearishSun a84c7b1115 More work on OpenAudio AudioClip 9 anos atrás
  BearishSun db6aa201f3 Disabling exceptions in MSVC CRT 9 anos atrás
  BearishSun 6f00387451 OpenAudio importer implemented 9 anos atrás
  BearishSun 5cb88c55b3 Getting rid of VS solution, now expecting users to generate it using CMake 9 anos atrás
  BearishSun dee4cfeec8 Fixing CMake build and replacing the custom VS solution with a CMake generated one 9 anos atrás
  BearishSun d3f5284f2a Fixing code style 9 anos atrás
  Marko Pintera 66ea05a80e Merge pull request #20 from almightykiwi/linux 9 anos atrás
  Marc Legendre 25f10b3653 Refactor filename extension handling in DynLibManager 9 anos atrás
  Marc Legendre fee099749f Move a few inline function definitions to headers 9 anos atrás
  Marc Legendre cd0242e998 Fix missing noexcept specifier 9 anos atrás
  Marc Legendre 0c378dd6fb Fix missing includes 9 anos atrás
  Marc Legendre 744ce4870d Fix templates being specialized in a different namespace 9 anos atrás
  Marc Legendre 2afeb5839d Fix the order of a couple of declarations 9 anos atrás
  Marc Legendre d55a7fb18f Fix compilation issue (typo) in BsFlags.h 9 anos atrás
  Marc Legendre 129b89f310 cmake: Append Windows-specific source files only on Windows 9 anos atrás
  Marc Legendre 1f2c171e13 Set CMAKE_CXX_STANDARD in root CMakeLists.txt 9 anos atrás
  Marc Legendre 20da94c930 Fix path inconsistency 9 anos atrás
  BearishSun 09aabe9f2d Fixed a crash in prefab diff generation that was caused when new code for serializing gameobject/resource references was introduced 9 anos atrás
  BearishSun 08c5c218f7 Fixing serialization issues caused by streaming refactor 9 anos atrás
  BearishSun 63c61046cd Refactor serialization/RTTI system so it supports streaming 9 anos atrás
  BearishSun d682a82b9f Clearer Windows compile instructions 9 anos atrás
  BearishSun d162629377 Added Ogg Vorbis encoder 9 anos atrás
  BearishSun 7a2a495f23 Added bit depth to audio readers 9 anos atrás