História revízii

Autor SHA1 Správa Dátum
  BearishSun 1671597ec8 Refactored param blocks so there is much less redundant work done during individual param block initialization, as well as memory used per param block 9 rokov pred
  BearishSun 7fa57750e4 Getting rid of core thread accessors as they were confusing and of little practical use 9 rokov pred
  BearishSun 5998d474c1 Fixing broken build 9 rokov pred
  BearishSun aa226e61ce Massive namespace rename BansheeEngine -> bs 9 rokov pred
  BearishSun a12ad99267 Moved GpuPipelineParamState a core object and moved it to its own file 9 rokov pred
  BearishSun 2adafb456c Merge branch 'linux' of https://github.com/almightykiwi/BansheeEngine into almightykiwi-linux 9 rokov pred
  BearishSun e72395b399 Removed GpuBufferView from the public RenderAPI interface and made it specific to DX11 9 rokov pred
  Marc Legendre 5aefd4dadb cmake: Add Windows-specific source files only on Windows 9 rokov pred
  BearishSun 7a8511fcd4 Refactoring Vulkan command buffers: 9 rokov pred
  BearishSun fa2ddc24d5 Added some Banshee -> Vulkan enum mappings 9 rokov pred
  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 9 rokov pred
  BearishSun 50b2daaa81 Added an separate object that encapsulates entire pipeline states to Render API, to more easily match up with Vulkan internals 9 rokov pred
  BearishSun e2fcd6419d Cleaning up render API 9 rokov pred
  BearishSun 512a345d3b Refactoring render API in order to support command buffers (WIP) 9 rokov pred
  BearishSun 73a81b29b3 Added data structures required for storing morph shape animation 9 rokov pred
  BearishSun 8d74761ad7 Moved camera to core layer so animation manager has access to it 9 rokov pred
  BearishSun 96bdac041e Material refactor WIP 9 rokov pred
  BearishSun 6164237881 Added bone filtering to animation 9 rokov pred
  BearishSun 773d549e57 Added basic support for animation events 9 rokov pred
  BearishSun fb1ff68fa2 Added Animation component 9 rokov pred
  BearishSun e7f45a5e0e Animation playback (WIP) 9 rokov pred
  BearishSun 76c14039e9 Animation playback (WIP) 9 rokov pred
  BearishSun 0242ecc59b Skeleton pose evaluation with support for blending and layers 9 rokov pred
  BearishSun df9c14373e Skeleton serialization code 9 rokov pred
  BearishSun a95d60fa8b Serialization code for animation curves 9 rokov pred
  BearishSun f67d045aa2 Animation curves now cache data to speed up sequential evaluations 9 rokov pred
  BearishSun a774a03552 AnimationClip foundation 9 rokov pred
  BearishSun 947bd35ee5 AnimationCurve (WIP) 9 rokov pred
  BearishSun 28e8be2526 Added C++ components for AudioListener and AudioSource 9 rokov pred
  BearishSun 3cf4301a82 Audio system registration, start-up and shutdown 9 rokov pred