Historique des commits

Auteur SHA1 Message Date
  BearishSun 7fa57750e4 Getting rid of core thread accessors as they were confusing and of little practical use il y a 9 ans
  BearishSun 5998d474c1 Fixing broken build il y a 9 ans
  BearishSun aa226e61ce Massive namespace rename BansheeEngine -> bs il y a 9 ans
  BearishSun a12ad99267 Moved GpuPipelineParamState a core object and moved it to its own file il y a 9 ans
  BearishSun 2adafb456c Merge branch 'linux' of https://github.com/almightykiwi/BansheeEngine into almightykiwi-linux il y a 9 ans
  BearishSun e72395b399 Removed GpuBufferView from the public RenderAPI interface and made it specific to DX11 il y a 9 ans
  Marc Legendre 5aefd4dadb cmake: Add Windows-specific source files only on Windows il y a 9 ans
  BearishSun 7a8511fcd4 Refactoring Vulkan command buffers: il y a 9 ans
  BearishSun fa2ddc24d5 Added some Banshee -> Vulkan enum mappings il y a 9 ans
  BearishSun 9bfe9675a3 Getting rid of MultiRenderTexture as implementation is now merged into RenderTexture class since modern APIs don't make the distinction between the two il y a 9 ans
  BearishSun 50b2daaa81 Added an separate object that encapsulates entire pipeline states to Render API, to more easily match up with Vulkan internals il y a 9 ans
  BearishSun e2fcd6419d Cleaning up render API il y a 9 ans
  BearishSun 512a345d3b Refactoring render API in order to support command buffers (WIP) il y a 9 ans
  BearishSun 73a81b29b3 Added data structures required for storing morph shape animation il y a 9 ans
  BearishSun 8d74761ad7 Moved camera to core layer so animation manager has access to it il y a 9 ans
  BearishSun 96bdac041e Material refactor WIP il y a 9 ans
  BearishSun 6164237881 Added bone filtering to animation il y a 9 ans
  BearishSun 773d549e57 Added basic support for animation events il y a 9 ans
  BearishSun fb1ff68fa2 Added Animation component il y a 9 ans
  BearishSun e7f45a5e0e Animation playback (WIP) il y a 9 ans
  BearishSun 76c14039e9 Animation playback (WIP) il y a 9 ans
  BearishSun 0242ecc59b Skeleton pose evaluation with support for blending and layers il y a 9 ans
  BearishSun df9c14373e Skeleton serialization code il y a 9 ans
  BearishSun a95d60fa8b Serialization code for animation curves il y a 9 ans
  BearishSun f67d045aa2 Animation curves now cache data to speed up sequential evaluations il y a 9 ans
  BearishSun a774a03552 AnimationClip foundation il y a 9 ans
  BearishSun 947bd35ee5 AnimationCurve (WIP) il y a 9 ans
  BearishSun 28e8be2526 Added C++ components for AudioListener and AudioSource il y a 9 ans
  BearishSun 3cf4301a82 Audio system registration, start-up and shutdown il y a 9 ans
  BearishSun 1fa8d1d106 Moved mono and bit depth conversion to AudioUtility class il y a 9 ans