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
/
variant
Age
Commit message (
Expand
)
Author
2023-03-27
Fix `Array.slice()` rounding for `abs(step) != 1`
Ninni Pipping
2023-02-24
Core: Identity compare objects by id, not by pointers
Dmitrii Maganov
2023-01-25
Add `@GlobalScope` `is_same(a, b)` and `Variant::identity_compare()`
Adam Scott
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-05
Unify String and StringName
rune-scape
2022-08-16
Add Dictionary.find_key()
kobewi
2022-08-08
Add tests for empty/unnamed arguments to ClassDB, Variant, GDScript
Yuri Sizov
2022-01-23
Merge pull request #56337 from cdemirer/fix-array-dictionary-id
Rémi Verschelde
2022-01-10
`Array`: Relax `slice` bound checks to properly handle negative indices
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-30
Fix Array and Dictionary id() and dictionary test bug
cdemirer
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