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
/
variant
/
variant.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: Improve vformat error reporting on sprintf failure
Rémi Verschelde
2024-07-04
1
-1
/
+1
*
Core: Readd Variant class initializer, fix comment
Thaddeus Crews
2024-05-14
1
-3
/
+5
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-0
/
+1
*
Add PackedVector4Array Variant type
K. S. Ernest (iFire) Lee
2024-05-03
1
-0
/
+5
*
[GDScript] Correctly report invalid read-only access
A Thousand Ships
2024-05-01
1
-0
/
+1
*
Make varray() variadic
kobewi
2024-04-26
1
-6
/
+17
*
Core: Integrate initalizer lists for Variant
Thaddeus Crews
2024-04-19
1
-4
/
+5
*
[Core] Add iteration support to `Array`
A Thousand Ships
2024-04-10
1
-0
/
+52
*
Core: Use fixed-width integer types in Variant
Thaddeus Crews
2024-04-04
1
-23
/
+14
*
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-07
1
-1
/
+1
*
Make Callable bind method const
Aaron Franke
2024-02-22
1
-1
/
+1
*
Use Packed*Array over Vector<T> in Variant
Micky
2024-02-06
1
-22
/
+22
*
Merge pull request #87688 from AThousandShips/what_is_this
Rémi Verschelde
2024-01-29
1
-1
/
+1
|
\
|
*
Remove unnecessary `this->` expressions
A Thousand Ships
2024-01-29
1
-1
/
+1
*
|
Add InputEventKey.location to tell left from right
Mel Collins
2024-01-26
1
-0
/
+1
|
/
*
Add const lvalue ref to container parameters
Muller-Castro
2024-01-05
1
-2
/
+2
*
Merge pull request #82639 from golfinq/gdscript-improve-indexing-error
Rémi Verschelde
2024-01-04
1
-3
/
+14
|
\
|
*
GDScript: Improve error messages for invalid indexing
Rémi Verschelde
2023-10-02
1
-3
/
+14
*
|
Merge pull request #82264 from dalexeev/core-builtin-methods-as-callables
Rémi Verschelde
2024-01-02
1
-0
/
+1
|
\
\
|
*
|
Core: Allow methods of built-in `Variant` types to be used as Callables
Danil Alexeev
2023-10-25
1
-0
/
+1
*
|
|
Add PackedRealArray as an alias for Vector<real_t>
Aaron Franke
2023-12-18
1
-0
/
+1
*
|
|
Rework blending method in Variant animation for Int/Array/String
Silc Lizard (Tokage) Renew
2023-11-16
1
-0
/
+3
|
/
/
*
/
Add vararg call() method to C++ Callable
kobewi
2023-10-05
1
-0
/
+14
|
/
*
Support both semantic (by default) and numeric Variant hash comparison
Arman Elgudzhyan
2023-08-31
1
-1
/
+2
*
Don't use a const reference for the enum constructor in Variant
Aaron Franke
2023-06-11
1
-1
/
+1
*
Make sure Variant is not implicitely cast when using operator[]
Gilles Roudière
2023-02-13
1
-0
/
+4
*
Add `@GlobalScope` `is_same(a, b)` and `Variant::identity_compare()`
Adam Scott
2023-01-25
1
-0
/
+1
*
Add property usage to array indexer
Raul Santos
2023-01-19
1
-0
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Unify String and StringName
rune-scape
2022-12-05
1
-0
/
+4
*
Unify Node3D RotationOrder with global EulerOrder
Aaron Franke
2022-11-02
1
-0
/
+1
*
Merge pull request #65325 from TokageItLab/refactor-variant-for-anim
Rémi Verschelde
2022-09-16
1
-3
/
+0
|
\
|
*
Move some methods to Animation from Variant for refactoring
Silc Renew
2022-09-15
1
-3
/
+0
*
|
Use variadic template in `vformat()`
Micky
2022-09-14
1
-1
/
+16
|
/
*
Variant large bucket memory pool - for Projection
lawnjelly
2022-08-02
1
-2
/
+8
*
Merge pull request #61315 from lawnjelly/variant_bucket_pools
Rémi Verschelde
2022-08-02
1
-0
/
+19
|
\
|
*
Variant memory pools
lawnjelly
2022-07-04
1
-0
/
+19
*
|
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-0
/
+10
*
|
Implement Vector4, Vector4i, Projection
reduz
2022-07-23
1
-0
/
+16
|
/
*
Merge pull request #62468 from V-Sekai/core-const-expressions
Rémi Verschelde
2022-06-28
1
-0
/
+1
|
\
|
*
Add a const call mode to Object, Variant and Script.
K. S. Ernest (iFire) Lee
2022-06-27
1
-0
/
+1
*
|
GDScript: Fix setter being called in chains for shared types
George Marques
2022-06-27
1
-0
/
+1
|
/
*
Add core types enums description to extension api json
Pierre-Thomas Meisels
2022-06-23
1
-0
/
+4
*
Implement exponential operator (**) to GDScript/Expressions
Yuri Roubinsky
2022-05-11
1
-0
/
+1
*
Make blend animation to use ResetTrack as default value
Silc 'Tokage' Renew
2022-04-10
1
-0
/
+1
*
Remove VARIANT_ARG* macros
reduz
2022-03-09
1
-2
/
+25
*
Fix Variant Ref<> assignment.
reduz
2022-02-11
1
-0
/
+1
*
Core: Move Vector2i to its own `vector2i.h` header
Rémi Verschelde
2022-02-04
1
-0
/
+1
[next]