index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
templates
Age
Commit message (
Expand
)
Author
2022-07-04
Use custom key structs, instead of raw hashes for the Label3D and TextMesh, t...
bruvzg
2022-07-01
Merge pull request #62477 from lyuma/packedbytearray
Rémi Verschelde
2022-06-30
Prevent out-of-bounds write in array conversion; avoid logspam on empty arrays.
Lyuma
2022-06-28
Avoid manual memory management of certain arrays in Vulkan RD
Pedro J. Estébanez
2022-06-23
Optimize HashMap/HashSet using fastmod
Hendrik Brucker
2022-06-20
Clean up Hash Functions
reduz
2022-06-15
Hash function improvements
Hendrik Brucker
2022-05-25
use ERR_FAIL_INDEX when preferred
Nathan Franke
2022-05-20
Add a new HashSet template
reduz
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-12
Add a new HashMap implementation
reduz
2022-05-07
Add search methods for packed arrays
Haoyu Qiu
2022-04-22
Add mutable OAHashMap::lookup_ptr function to fix mutability.
AndreaCatania
2022-04-12
Merge pull request #60078 from Pineapple/cowdata-get-data
Rémi Verschelde
2022-04-09
Remove get_data() from CowData
Bartłomiej T. Listwon
2022-04-08
add SafeList destructor which calls maybe_cleanup() to prevent mem leak
Mark Riedesel
2022-04-06
Fix some issues found by cppcheck.
bruvzg
2022-04-04
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-03-27
Const Ref Callable for custom sort/search
mashumafi
2022-03-09
Change some math macros to constexpr
kobewi
2022-03-06
Add a UniformSet cache
reduz
2022-03-04
Merge pull request #57630 from lawnjelly/bvh4_templated_checks
Rémi Verschelde
2022-02-16
Make VMap::find_nearest return -1 when empty
Haoyu Qiu
2022-02-05
Remove RID_Owner.get_rid_by_index
reduz
2022-02-04
BVH - Sync BVH with 3.x
lawnjelly
2022-02-02
Vectors: Use clear() and has().
Anilforextra
2022-01-18
Merge pull request #56668 from akien-mga/array-slice-nicer-bound-checks
Rémi Verschelde
2022-01-12
Merge pull request #56492 from akien-mga/remove-author-docstrings
Rémi Verschelde
2022-01-10
`Array`: Relax `slice` bound checks to properly handle negative indices
Rémi Verschelde
2022-01-10
Fix crash on importing FBX file
Haoyu Qiu
2022-01-05
Add list initialization support for Vector & LocalVector
Haoyu Qiu
2022-01-04
Style: Remove inconsistently used `@author` docstrings
Rémi Verschelde
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-19
Merge pull request #54499 from Faless/threads/4.x_work_pool_default
Rémi Verschelde
2021-11-08
Merge pull request #54486 from ibrahn/thread-work-pool-lazier
Rémi Verschelde
2021-11-02
[OS] Add ThreadWorkPool default size to OS.
Fabio Alessandrelli
2021-11-01
ThreadWorkPool no longer starts worker threads if given zero work.
Ibrahn Sahir
2021-10-30
Modify Dictionary::operator== to do real key/value comparison with recursive ...
Emmanuel Leblond
2021-10-28
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-13
Fix HashMap element copy leaving hash as zero
Pedro J. Estébanez
2021-10-12
Merge pull request #52495 from kdiduk/issue-52491-fix-value-conversion-in-has...
Rémi Verschelde
2021-10-08
Avoid the need for copy assignment in HashMap key/data types
Pedro J. Estébanez
2021-10-05
#52491 Cosmetic: fix type cast and add comment with the algorithm source
Kirill Diduk
2021-10-01
Merge pull request #52850 from mashumafi/vector-bsearch
Rémi Verschelde
2021-09-30
Implement bsearch for Vector and Packed*Array
mashumafi
2021-09-29
Rename RID's `getornull()` to `get_or_null()`
Hugo Locurcio
[next]