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
/
local_vector.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
[Core] Add `LocalVector::has` for convenience
A Thousand Ships
2024-05-06
1
-0
/
+4
*
Fixed Timestep Interpolation (2D)
Ricardo Buring
2024-03-23
1
-0
/
+16
*
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-07
1
-3
/
+3
*
Use '_v' shorthand for type traits and 'if constexpr' where appropriate
vittorioromeo
2024-02-02
1
-5
/
+5
*
Refactor Node Processing
Juan Linietsky
2023-05-09
1
-1
/
+3
*
Make `LocalVector` respect its `tight` template parameter
kleonc
2023-05-08
1
-12
/
+3
*
Add range iterator to LocalVector
kobewi
2023-01-21
1
-0
/
+64
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Use `constexpr` in the conditions with template parameters and `sizeof`s to s...
bruvzg
2022-09-29
1
-5
/
+5
*
[Core] Use std type traits to check operations triviality.
Fabio Alessandrelli
2022-08-04
1
-5
/
+6
*
Avoid manual memory management of certain arrays in Vulkan RD
Pedro J. Estébanez
2022-06-28
1
-2
/
+7
*
Add list initialization support for Vector & LocalVector
Haoyu Qiu
2022-01-05
1
-0
/
+8
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Don't return reference on copy assignment operators
Rémi Verschelde
2021-11-30
1
-4
/
+2
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-3
/
+3
*
Fix LocalVector crash on insert.
Gilles Roudière
2021-08-26
1
-1
/
+1
*
LocalVector: Don't error if `from` >= `count`
Rémi Verschelde
2021-07-01
1
-1
/
+0
*
Use unused from in local vector find function.
Ricard Rovira
2021-06-29
1
-1
/
+2
*
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-3
/
+2
*
Add function `LocalVector::remove_unordered`
AndreaCatania
2021-01-11
1
-0
/
+14
*
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
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-0
/
+246