index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
core
/
templates
Age
Commit message (
Expand
)
Author
2022-10-03
Remove NO_THREADS fallback code, Godot 4 requires thread support
Rémi Verschelde
2022-08-04
Tests: Silence some intentional errors
Rémi Verschelde
2022-08-04
Add unit tests for RID class.
Sean Kim
2022-07-25
Code quality: Fix header guards consistency
Rémi Verschelde
2022-05-20
Add a new HashSet template
reduz
2022-05-12
Add a new HashMap implementation
reduz
2022-04-07
Remove unused legacy tests
Rémi Verschelde
2022-01-10
`Array`: Relax `slice` bound checks to properly handle negative indices
Rémi Verschelde
2022-01-05
Add list initialization support for Vector & LocalVector
Haoyu Qiu
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-07
Merge pull request #35901 from nathanfranke/pool-byte-array-subarray-exclusive
Rémi Verschelde
2021-11-30
Don't return reference on copy assignment operators
Rémi Verschelde
2021-11-26
PackedByteArray, Array slice end exclusive, rename subarray to slice
Nathan Franke
2021-11-23
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-07
Move and organize tests into subfolders
Aaron Franke