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
Age
Commit message (
Expand
)
Author
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-16
Make `--doctool` locale aware
Haoyu Qiu
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-07
Merge pull request #35901 from nathanfranke/pool-byte-array-subarray-exclusive
Rémi Verschelde
2021-12-02
Merge pull request #55545 from akien-mga/doc-aabb-has_point
Rémi Verschelde
2021-12-02
AABB: Improve docs and test for `has_point`
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-24
Merge pull request #52456 from kleonc/image-fill-rect
Rémi Verschelde
2021-11-23
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
Add Image::fill_rect method
kleonc
2021-11-17
Fix divide by zero in pck_packer
Paulb23
2021-11-11
Rect2: Clarify docs for `has_point` excluding bottom and right borders
Rémi Verschelde
2021-11-11
String: Remove `erase` method, bindings can't mutate String
Rémi Verschelde
2021-11-07
Move and organize tests into subfolders
Aaron Franke