Commit History

Author SHA1 Message Date
  Ryan McDonough a63ea7b9e9 Merge pull request #2559 from zzuegg/worldToLocal 4 weeks ago
  Ryan McDonough 101b786bd7 Merge pull request #2530 from capdevon/capdevon-RenderManager 4 weeks ago
  Ryan McDonough e20665ec28 Merge pull request #2563 from richardTingle/#2562-thread-warden 4 weeks ago
  Ryan McDonough e2957b2d12 Merge branch 'master' into capdevon-RenderManager 1 month ago
  Github Actions ab9af099d1 [skip ci] update natives snapshot 1 month ago
  Nicki c67259e368 Merge pull request #2552 from joliver82/android-16kb-openalsoft-update 1 month ago
  Jesus Oliver 5256c3c065 Added change requested by @riccardobl linking with libc++ static 1 month ago
  Richard Tingle 7b0fe87623 #2562 Ensure all thread warden calls are asserts so can all be optised out 2 months ago
  Richard Tingle 87c94e6304 #2562 Log as well as exception (in case an executor service is being used where futures aren't promptly collected) 2 months ago
  Richard Tingle 2f7cf65288 #2562 Reset thread warden on shutdown 2 months ago
  Richard Tingle a7643e7bc3 #2562 Prompt users to turn on asserts (if they haven't already) 2 months ago
  Richard Tingle 2a0a746c90 #2562 IAdd tes for disabled thread checks 2 months ago
  Richard Tingle b0b24771b8 #2562 Introduced a `disableChecks` method and added support for disabling the thread warden via a system property. 2 months ago
  Richard Tingle f4569c105d #2562 Add geometry scene graph thread asserts 2 months ago
  Richard Tingle 43d8d44e99 #2562 Add tests for SceneGraphThreadWarden's nested node handling 3 months ago
  Richard Tingle 82466eda58 #2562 Add parameterized tests for SceneGraphThreadWarden 3 months ago
  Richard Tingle 2fcec028b4 #2562 Tidy up the test 3 months ago
  Richard Tingle fca8209af8 #2562 Add tests for SceneGraphThreadWarden and fix bug where all nodes were restricted 3 months ago
  Richard Tingle 61361014a5 #2562 Introduce SceneGraphThreadWarden for thread safety in scene graph operations. 3 months ago
  zzuegg 2eb11cf389 Refactored `worldToLocal` in `Spatial` to utilize `TempVars` for optimized quaternion handling and removed redundant comments. 3 months ago
  zzuegg 726ea52143 Formatted multiline method call in `Spatial` for improved readability. 3 months ago
  zzuegg 3048352387 Formatted multiline method call in `Spatial` for improved readability. 3 months ago
  zzuegg aae6052af3 removed the need to allocate a temporary object. 3 months ago
  zzuegg baae9dff59 Replaced `Assert.assertEquals` with `isSimilar` in `SpatialTest` for enhanced floating-point precision checks. 3 months ago
  zzuegg 3a43016fad Fixed `worldToLocal` method to correctly handle store parameter for quaternion transformations. 3 months ago
  zzuegg 234545d39e Added `worldToLocal` method to `Spatial` for quaternion transformations and corresponding test 3 months ago
  Jesus Oliver be712c7c70 Changed github actions to install cmake in docker image and properly set NDK path for android natives 3 months ago
  Jesus Oliver 605866ab71 Changed docker image to build android natives to ghcr.io/cirruslabs/android-sdk:35-ndk 3 months ago
  Ryan McDonough 8cc3086162 Merge pull request #2506 from capdevon/capdevon-NewtonianParticleInfluencer 3 months ago
  Ryan McDonough 7ead28ec30 Merge pull request #2524 from capdevon/capdevon-BinaryExporter 3 months ago