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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Core Variant: switch from 'real' to 'float' to allow building with NEED_LONG_INT
Sergey Minakov
2020-07-25
1
-2
/
+2
*
Remove 32-bit String to_int method
Aaron Franke
2020-06-03
1
-1
/
+1
*
Style: Remove unnecessary semicolons from `core`
Rémi Verschelde
2020-05-19
1
-45
/
+7
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-127
/
+197
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+33
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-476
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-7
/
+0
*
Revert "Renamed plane's d to distance"
Rémi Verschelde
2020-05-10
1
-2
/
+2
*
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
1
-94
/
+201
*
Renamed plane's d to distance
Marcus Elg
2020-05-10
1
-2
/
+2
*
Color with alpha constructor
Aaron Franke
2020-04-29
1
-5
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-12
/
+12
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-18
/
+18
*
Refactor ScriptDebugger.
Fabio Alessandrelli
2020-03-08
1
-1
/
+2
*
Merge pull request #36404 from rxlecky/fix-variant-conversion
Rémi Verschelde
2020-03-01
1
-1
/
+1
|
\
|
*
Fix Variant to Vector<Variant> conversion operator
SeleckyErik
2020-02-21
1
-1
/
+1
*
|
Merge pull request #36515 from reduz/packed-array-64-bits
Rémi Verschelde
2020-02-25
1
-113
/
+295
|
\
\
|
*
|
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-113
/
+295
*
|
|
Merge pull request #36481 from nekomatata/fix-crash-connect-callable
Rémi Verschelde
2020-02-25
1
-0
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fixed crash when connecting a signal in GDScript
PouleyKetchoupp
2020-02-23
1
-0
/
+2
*
|
|
Store arrays inside of Variant as shared.
Juan Linietsky
2020-02-23
1
-49
/
+71
*
|
|
Add support for Vector2i, Rect2i and Vector3i to Variant
Juan Linietsky
2020-02-22
1
-0
/
+298
|
|
/
|
/
|
*
|
Added StringName as a variant type.
Juan Linietsky
2020-02-21
1
-6
/
+56
|
/
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-16
/
+133
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-456
/
+240
*
Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.
Juan Linietsky
2020-02-15
1
-32
/
+95
*
ObjectID converted to a structure, fixes many bugs where used incorrectly as ...
Juan Linietsky
2020-02-12
1
-0
/
+13
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Display error messages in console when vformat is called
Andrii Doroshenko (Xrayez)
2019-10-24
1
-1
/
+1
*
Optimized variant reference function.
Valentin Zagura
2019-09-09
1
-1
/
+9
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
1
-4
/
+1
*
Changed some code showed in LGTM and Coverage
qarmin
2019-07-20
1
-3
/
+1
*
Added release function to PoolVector::Access.
Ibrahn Sahir
2019-07-06
1
-3
/
+0
*
Remove unnecessary code and add some error explanations
qarmin
2019-07-01
1
-20
/
+0
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-1
/
+1
*
Merge pull request #27886 from LeonardMeagher2/obj_to_string
Rémi Verschelde
2019-05-20
1
-1
/
+1
|
\
|
*
Allow overriding how scripted objects are converted to strings
Leonard Meagher
2019-05-03
1
-1
/
+1
*
|
Don't crash on printing nested types
Hein-Pieter van Braam-Stewart
2019-04-20
1
-4
/
+23
|
/
*
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-09
1
-12
/
+26
*
Fix many asan and ubsan reported issues
Hein-Pieter van Braam
2019-01-30
1
-29
/
+48
*
Warn of invalid pointer when converting object to RID, closes #19023
Juan Linietsky
2019-01-26
1
-0
/
+8
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
construct transform from transform2d bug
clayjohn
2018-11-28
1
-1
/
+11
*
Remove redundant "== true" code
Aaron Franke
2018-10-06
1
-1
/
+1
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-6
/
+6
*
Merge pull request #20856 from KoBeWi/pretty-dictionary-print
Rémi Verschelde
2018-08-14
1
-2
/
+3
|
\
|
*
Add some curly braces to make dictionary printing less ambiguous
Tomasz Chabora
2018-08-09
1
-2
/
+3
*
|
Fix int(String) != int(int) conversion
Chaosus
2018-08-14
1
-1
/
+1
|
/
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-11
/
+11
*
State machine animation node
Juan Linietsky
2018-06-25
1
-0
/
+24
[next]