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
/
local_vector.h
Age
Commit message (
Expand
)
Author
2022-09-29
Use `constexpr` in the conditions with template parameters and `sizeof`s to s...
bruvzg
2022-08-04
[Core] Use std type traits to check operations triviality.
Fabio Alessandrelli
2022-06-28
Avoid manual memory management of certain arrays in Vulkan RD
Pedro J. Estébanez
2022-01-05
Add list initialization support for Vector & LocalVector
Haoyu Qiu
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-11-30
Don't return reference on copy assignment operators
Rémi Verschelde
2021-11-23
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-08-26
Fix LocalVector crash on insert.
Gilles Roudière
2021-07-01
LocalVector: Don't error if `from` >= `count`
Rémi Verschelde
2021-06-29
Use unused from in local vector find function.
Ricard Rovira
2021-04-27
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-01-11
Add function `LocalVector::remove_unordered`
AndreaCatania
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