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
/
cowdata.h
Age
Commit message (
Expand
)
Author
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-10-03
Remove NO_THREADS fallback code, Godot 4 requires thread support
Rémi Verschelde
2022-08-04
Merge pull request #63906 from Faless/fix/4.x_warnings
Rémi Verschelde
2022-08-04
[Core] Use std type traits to check operations triviality.
Fabio Alessandrelli
2022-08-04
Arrays: Zero new items of trivial types on resize() (bindings only)
Rémi Verschelde
2022-05-07
Add search methods for packed arrays
Haoyu Qiu
2022-04-09
Remove get_data() from CowData
Bartłomiej T. Listwon
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-11-23
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-09-15
Fix placement new on zero-sized region warning on GCC 11.1
Grigoris Pavlakis
2021-08-13
Refactors the memnew_placement.
AndreaCatania
2021-02-24
Change CRASH_COND to ERR_FAIL in Cowdata::set
Rafał Mikrut
2021-02-19
Improve robustness of atomics
Pedro J. Estébanez
2021-02-18
Modernize atomics
Pedro J. Estébanez
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz