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-02-04
Core: Move Vector2i to its own `vector2i.h` header
Rémi Verschelde
2022-02-04
Core: Move Rect2i to its own `rect2i.h` header
Rémi Verschelde
2022-02-04
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-02-04
String: Add contains().
Anilforextra
2022-01-31
Fix incorrect Rect2i calculations: intersects and encloses
Markus Sauermann
2022-01-29
simplify formatting scripts, add a clang-tidy script, and run clang-tidy
Nathan Franke
2022-01-27
Merge pull request #57205 from TechnoPorg/variant-template-cast
Rémi Verschelde
2022-01-26
Rename String::is_subsequence_ofi to String::is_subsequence_ofn
Wilson E. Alvarez
2022-01-25
Allow method binds to take Object subclasses as arguments
TechnoPorg
2022-01-23
Merge pull request #56337 from cdemirer/fix-array-dictionary-id
Rémi Verschelde
2022-01-18
Merge pull request #56668 from akien-mga/array-slice-nicer-bound-checks
Rémi Verschelde
2022-01-15
Replace String::num_real code with a wrapper around String::num
Aaron Franke
2022-01-14
Add tests for Vector2/Vector2i/Vector3/Vector3i
Aaron Franke
2022-01-13
Fix various typos
luz paz
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-30
Fix Array and Dictionary id() and dictionary test bug
cdemirer
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