57
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 18 hours ago.
Dec 03, 2024 — Dec 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md More... 2 days ago
Merge pull request #2559 from zzuegg/worldToLocal More... 9 days ago
Merge pull request #2530 from capdevon/capdevon-RenderManager More... 9 days ago
Merge pull request #2563 from richardTingle/#2562-thread-warden More... 9 days ago
Merge branch 'master' into capdevon-RenderManager More... 12 days ago
[skip ci] update natives snapshot More... about 1 month ago
Merge pull request #2552 from joliver82/android-16kb-openalsoft-update More... about 1 month ago
Added change requested by @riccardobl linking with libc++ static Changed ABI configuration to avoid building riscv64, which is useless as it's only supported for WearOS according to google play error: "'riscv64' architecture is only supported for application targeting WearOS." More... about 1 month ago
#2562 Ensure all thread warden calls are asserts so can all be optised out More... 2 months ago
#2562 Log as well as exception (in case an executor service is being used where futures aren't promptly collected) More... 2 months ago
#2562 Reset thread warden on shutdown More... 2 months ago
#2562 Prompt users to turn on asserts (if they haven't already) More... 2 months ago
#2562 IAdd tes for disabled thread checks More... 2 months ago
#2562 Introduced a `disableChecks` method and added support for disabling the thread warden via a system property. More... 2 months ago
#2562 Add geometry scene graph thread asserts More... 2 months ago
#2562 Add tests for SceneGraphThreadWarden's nested node handling More... 2 months ago
#2562 Add parameterized tests for SceneGraphThreadWarden More... 2 months ago
#2562 Tidy up the test More... 2 months ago
#2562 Add tests for SceneGraphThreadWarden and fix bug where all nodes were restricted More... 2 months ago
#2562 Introduce SceneGraphThreadWarden for thread safety in scene graph operations. More... 2 months ago
Refactored `worldToLocal` in `Spatial` to utilize `TempVars` for optimized quaternion handling and removed redundant comments. More... 2 months ago
Formatted multiline method call in `Spatial` for improved readability. More... 2 months ago
Formatted multiline method call in `Spatial` for improved readability. More... 2 months ago
removed the need to allocate a temporary object. (Quaternion.inverse()) More... 2 months ago
Replaced `Assert.assertEquals` with `isSimilar` in `SpatialTest` for enhanced floating-point precision checks. More... 2 months ago
Fixed `worldToLocal` method to correctly handle store parameter for quaternion transformations. More... 3 months ago
Added `worldToLocal` method to `Spatial` for quaternion transformations and corresponding test More... 3 months ago
Changed github actions to install cmake in docker image and properly set NDK path for android natives More... 3 months ago
Changed docker image to build android natives to ghcr.io/cirruslabs/android-sdk:35-ndk More... 3 months ago
Merge pull request #2506 from capdevon/capdevon-NewtonianParticleInfluencer More... 3 months ago