index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
templates
/
vector.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-07
1
-8
/
+8
*
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
1
-2
/
+2
*
Promote CowData to 64 bits
Juan Linietsky
2024-01-19
1
-34
/
+35
*
Refactor Node Processing
Juan Linietsky
2023-05-09
1
-1
/
+4
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Arrays: Zero new items of trivial types on resize() (bindings only)
Rémi Verschelde
2022-08-04
1
-0
/
+1
*
Prevent out-of-bounds write in array conversion; avoid logspam on empty arrays.
Lyuma
2022-06-30
1
-0
/
+3
*
Add search methods for packed arrays
Haoyu Qiu
2022-05-07
1
-0
/
+2
*
Const Ref Callable for custom sort/search
mashumafi
2022-03-27
1
-7
/
+12
*
Vectors: Use clear() and has().
Anilforextra
2022-02-02
1
-3
/
+1
*
Merge pull request #56668 from akien-mga/array-slice-nicer-bound-checks
Rémi Verschelde
2022-01-18
1
-9
/
+14
|
\
|
*
`Array`: Relax `slice` bound checks to properly handle negative indices
Rémi Verschelde
2022-01-10
1
-9
/
+14
*
|
Merge pull request #56492 from akien-mga/remove-author-docstrings
Rémi Verschelde
2022-01-12
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
Style: Remove inconsistently used `@author` docstrings
Rémi Verschelde
2022-01-04
1
-1
/
+0
*
|
Add list initialization support for Vector & LocalVector
Haoyu Qiu
2022-01-05
1
-0
/
+11
|
/
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Merge pull request #35901 from nathanfranke/pool-byte-array-subarray-exclusive
Rémi Verschelde
2021-12-07
1
-16
/
+17
|
\
|
*
PackedByteArray, Array slice end exclusive, rename subarray to slice
Nathan Franke
2021-11-26
1
-16
/
+17
*
|
Don't return reference on copy assignment operators
Rémi Verschelde
2021-11-30
1
-2
/
+1
|
/
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-2
/
+2
*
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-28
1
-1
/
+1
*
Implement bsearch for Vector and Packed*Array
mashumafi
2021-09-30
1
-0
/
+6
*
Replace stb_vorbis with libogg+libvorbis
Ellen Poe
2021-09-09
1
-1
/
+1
*
Fix ConstIterator to allow `for` range loops on Packed*Array
Hugo Locurcio
2021-08-23
1
-1
/
+1
*
Implement Range Iterators
reduz
2021-07-08
1
-0
/
+64
*
Merge pull request #46476 from DarknessCatt/master
Rémi Verschelde
2021-04-28
1
-0
/
+9
|
\
|
*
Add fill method to Arrays and PackedArrays
Matheus Lima Cunha
2021-04-21
1
-0
/
+9
*
|
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-2
/
+1
|
/
*
Rename Array.invert() to Array.reverse()
Marcel Admiraal
2021-03-21
1
-2
/
+2
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-1
/
+1
*
packed*arrays are pass by ref now. support duplicate and update documentation
Jordan Schidlowsky
2020-12-17
1
-0
/
+4
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-0
/
+222