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
*
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
*
Core: Move Rect2i to its own `rect2i.h` header
Rémi Verschelde
2022-02-04
1
-0
/
+3
*
Merge pull request #57205 from TechnoPorg/variant-template-cast
Rémi Verschelde
2022-01-27
1
-4
/
+0
|
\
|
*
Allow method binds to take Object subclasses as arguments
TechnoPorg
2022-01-25
1
-4
/
+0
*
|
Rename Variant::is_ref() to is_ref_counted()
Pedro J. Estébanez
2022-01-20
1
-1
/
+1
|
/
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-0
/
+17
*
Modify Dictionary::operator== to do real key/value comparison with recursive ...
Emmanuel Leblond
2021-10-30
1
-3
/
+5
*
Fix autocompletion of built-in functions in GDScript
Yuri Roubinsky
2021-10-11
1
-0
/
+1
*
Improve extension system
George Marques
2021-08-05
1
-1
/
+11
*
[Net] Fix Marshalls infinite recursion crash.
Fabio Alessandrelli
2021-07-30
1
-0
/
+5
*
Fix various typos with codespell
luz paz
2021-07-25
1
-1
/
+1
*
Increase the number of arguments accepted by UndoRedo methods
Gilles Roudière
2021-07-06
1
-1
/
+1
*
Implement native extension system
reduz
2021-06-25
1
-1
/
+3
*
Consolidate JSON, JSONParseResults and JSONParser into JSON
Marcel Admiraal
2021-06-19
1
-0
/
+1
*
Rename Quat to Quaternion
Marcel Admiraal
2021-06-04
1
-5
/
+5
*
Rename files and the exposed name for Transform3D
Aaron Franke
2021-06-03
1
-1
/
+1
*
Rename Variant TRANSFORM to TRANSFORM3D
Aaron Franke
2021-06-03
1
-3
/
+3
*
Rename Transform to Transform3D in core
Aaron Franke
2021-06-03
1
-3
/
+3
*
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Hugo Locurcio
2021-05-06
1
-2
/
+2
*
Add static method support to core Variant types
reduz
2021-03-16
1
-0
/
+3
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Add helper count function to Variant
George Marques
2020-12-27
1
-0
/
+4
*
Rename Control margin to offset
Marcel Admiraal
2020-12-23
1
-1
/
+1
*
Use pointer parameters in Variant function pointers
George Marques
2020-12-10
1
-6
/
+6
*
Core: Always enable ptrcall, remove PTRCALL_ENABLED define
Rémi Verschelde
2020-11-25
1
-3
/
+0
*
Initialize class/struct variables with default values in core/ and drivers/
Rafał Mikrut
2020-11-23
1
-1
/
+1
*
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
1
-1
/
+0
*
Refactor variant built-in methods yet again.
reduz
2020-11-11
1
-65
/
+50
*
Create Variant built-in functions.
reduz
2020-11-10
1
-0
/
+29
*
Make sure operators appear in the docs too
reduz
2020-11-09
1
-1
/
+1
[next]