提交历史

作者 SHA1 备注 提交日期
  BearishSun 23cbfddd23 Bugfix: Clearing a GUI layout will no longer destroy the child GUI elements if their reference is also held somewhere else 8 年之前
  BearishSun df3857c746 Bugfix: GLSL parameter block size checking code now works properly 8 年之前
  BearishSun f88f0b8f86 Bugfix: Fixing the getting started example 8 年之前
  BearishSun 63ef0b05cf Bugfix: Camera loaded from a saved scene will now properly be displayed in the Game view 8 年之前
  BearishSun c680e38023 Bugfix: Fixing a crash when deleting a non-main camera 8 年之前
  BearishSun 917828e246 Bugfix: Fix crash on shutdown during OpenGL context deletion 8 年之前
  BearishSun 483b24b0d1 Bugfix: Cleaning up a variety of invalid calls to RAII mutex lock 8 年之前
  BearishSun 876d5fd7e4 Build: Fixing a couple of compilation errors on GCC 8 年之前
  BearishSun bfd8b9069d Feature: Added a camera gizmo for previewing its frustum geometry 8 年之前
  BearishSun c57de7effa Bugfix: Crash on shutdown when camera in scene 8 年之前
  BearishSun 499fe5795c Bugfix: Quit menu option in editor now properly hooked up 8 年之前
  BearishSun 42e3c31d35 Build: Fixing script binding generation 8 年之前
  BearishSun 54c550c6e4 Build: Fixing release mode build 8 年之前
  BearishSun 0a6233e4bd Bugfix: Fixing crash on shutdown 8 年之前
  BearishSun 58b6cdd959 Bugfix: Fixing uninitialized camera viewport values when creating a camera component through reflection 8 年之前
  BearishSun 1cd55dec0a Feature: Non-compute shader alternatives for SH coefficient generation 8 年之前
  BearishSun 207aa0e53e Feature: Added better memory allocation model for Vulkan 8 年之前
  BearishSun 2c07aa8733 Bugfix: Fixing a flicker when irradiance volume is first created, caused by uninitialized SH coefficient data 8 年之前
  BearishSun 6d9f7188d6 Bugfix: Removed frame allocator thread checks since non-global allocators can be freely passed around to different threads 8 年之前
  BearishSun ee3e99cee9 Build: Unit tests now use CMake's test system 8 年之前
  BearishSun adc6b44126 Bugfix: Octree not freeing node memory properly 8 年之前
  BearishSun 067a712a06 Feature: Add a SIMD-optimized, cache friendly Octree class 8 年之前
  BearishSun c54b83c368 Docs: Updated feature list 8 年之前
  BearishSun d5ed0632f2 Feature: Added an API for vector (SIMD) instructions through simdpp library 8 年之前
  BearishSun 27387db5bd Feature: Added a pool allocator for fast allocation/deallocation of objects of equal size 8 年之前
  BearishSun 24a1f44cd8 Refactor: Cleaned up custom allocators 8 年之前
  BearishSun 00e417e305 Feature: Added a clear() method to Texture 8 年之前
  BearishSun c64524067c Bugfix: Resolving Vulkan warnings due to certain render targets being marked as load on bind, yet they had no data to load 8 年之前
  BearishSun 1cebaa278f Feature: Vulkan now properly supports read-only depth + writable stencil (and vice versa) 8 年之前
  BearishSun b52bd59e1d WIP: Adding alternatives to existing compute shaders, in order to support older hardware and mobiles 8 年之前