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
/
vector.h
Age
Commit message (
Expand
)
Author
2022-08-04
Arrays: Zero new items of trivial types on resize() (bindings only)
Rémi Verschelde
2022-06-30
Prevent out-of-bounds write in array conversion; avoid logspam on empty arrays.
Lyuma
2022-05-07
Add search methods for packed arrays
Haoyu Qiu
2022-03-27
Const Ref Callable for custom sort/search
mashumafi
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-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-10-28
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-09-30
Implement bsearch for Vector and Packed*Array
mashumafi
2021-09-09
Replace stb_vorbis with libogg+libvorbis
Ellen Poe
2021-08-23
Fix ConstIterator to allow `for` range loops on Packed*Array
Hugo Locurcio
2021-07-08
Implement Range Iterators
reduz
2021-04-28
Merge pull request #46476 from DarknessCatt/master
Rémi Verschelde
2021-04-27
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-21
Add fill method to Arrays and PackedArrays
Matheus Lima Cunha
2021-03-21
Rename Array.invert() to Array.reverse()
Marcel Admiraal
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-17
packed*arrays are pass by ref now. support duplicate and update documentation
Jordan Schidlowsky
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz