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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ce
Spartan322
2024-11-26
1
-3
/
+0
|
\
|
*
Core: Fix built-in enum constant bindings
Danil Alexeev
2024-11-22
1
-3
/
+0
*
|
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
1
-8
/
+10
|
\
|
|
*
Merge pull request #98713 from dalexeev/core-fix-callable-get-bound-arguments
Thaddeus Crews
2024-11-12
1
-7
/
+9
|
|
\
|
|
*
Core: Fix `Callable.get_bound_arguments{,_count}()` return incorrect data
Danil Alexeev
2024-11-04
1
-7
/
+9
|
*
|
Merge pull request #93885 from dalexeev/core-fix-freed-object-booleanization
Thaddeus Crews
2024-11-11
1
-1
/
+1
|
|
\
\
|
|
*
|
Core: Fix `Freed Object` booleanization
Danil Alexeev
2024-07-03
1
-1
/
+1
*
|
|
|
Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f
Spartan322
2024-11-06
1
-8
/
+4
|
\
|
|
|
|
*
|
|
Style: Apply `clang-tidy` fixes
Thaddeus Crews
2024-11-04
1
-8
/
+4
|
|
|
/
|
|
/
|
*
|
|
Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122
Spartan322
2024-11-02
1
-1
/
+1
|
\
|
|
|
*
|
Always add decimal when printing float
kobewi
2024-10-23
1
-1
/
+1
*
|
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
/
*
|
Refactor ref-counting code and fix ref counted releasing before aquiring
rune-scape
2024-09-21
1
-67
/
+65
*
|
Core: Сheck `r_error` after calling `callp()`
Danil Alexeev
2024-08-30
1
-1
/
+1
*
|
Remove unused `initialize_ref`
rune-scape
2024-07-03
1
-7
/
+0
|
/
*
Revert "Make freed object different than null in comparison operators"
Rémi Verschelde
2024-07-01
1
-1
/
+1
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-1
/
+0
*
Add shorthand for using singleton string names
kobewi
2024-05-11
1
-1
/
+1
*
Add PackedVector4Array Variant type
K. S. Ernest (iFire) Lee
2024-05-03
1
-2
/
+81
*
[GDScript] Correctly report invalid read-only access
A Thousand Ships
2024-05-01
1
-0
/
+11
*
Make varray() variadic
kobewi
2024-04-26
1
-44
/
+0
*
Core: Integrate initalizer lists for Variant
Thaddeus Crews
2024-04-19
1
-114
/
+110
*
Core: Use fixed-width integer types in Variant
Thaddeus Crews
2024-04-04
1
-87
/
+32
*
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-07
1
-3
/
+3
*
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
1
-1
/
+1
*
Use Packed*Array over Vector<T> in Variant
Micky
2024-02-06
1
-91
/
+91
*
Remove unnecessary `this->` expressions
A Thousand Ships
2024-01-29
1
-15
/
+15
*
Merge pull request #73896 from vnen/object-null-boolean-consistency
Yuri Sizov
2023-12-16
1
-1
/
+1
|
\
|
*
Make freed object different than null in comparison operators
George Marques
2023-08-21
1
-1
/
+1
*
|
Keep Variant type after zero()
kobewi
2023-11-08
1
-0
/
+6
*
|
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-10-08
1
-1
/
+1
*
|
Support both semantic (by default) and numeric Variant hash comparison
Arman Elgudzhyan
2023-08-31
1
-3
/
+6
|
/
*
Core: Fix recursion level check for array stringification
Danil Alexeev
2023-07-12
1
-11
/
+7
*
Fix expected argument count in Callable call error text
kleonc
2023-04-19
1
-2
/
+2
*
Fix Variant hashing for floats
Ninni Pipping
2023-03-08
1
-2
/
+2
*
Core: Identity compare objects by id, not by pointers
Dmitrii Maganov
2023-02-24
1
-1
/
+1
*
GDScript: Improve usability of setter chains
George Marques
2023-02-02
1
-9
/
+0
*
Add `@GlobalScope` `is_same(a, b)` and `Variant::identity_compare()`
Adam Scott
2023-01-25
1
-0
/
+40
*
Fix Callable call error reporting.
Juan Linietsky
2023-01-10
1
-1
/
+16
*
Fix for PackedArray comparison
Ninni Pipping
2023-01-08
1
-37
/
+38
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Merge pull request #68747 from rune-scape/rune-stringname-unification
Rémi Verschelde
2022-12-09
1
-0
/
+13
|
\
|
*
Unify String and StringName
rune-scape
2022-12-05
1
-0
/
+13
*
|
Fix Variant StringName `is_zero` being inverted
Aaron Franke
2022-12-06
1
-1
/
+1
|
/
*
Fix periods in editor strings and messages
Hugo Locurcio
2022-11-14
1
-5
/
+5
*
Merge pull request #67224 from Mickeon/jason
Rémi Verschelde
2022-10-11
1
-2
/
+1
|
\
|
*
Use `JSON::stringify` where possible
Micky
2022-10-11
1
-2
/
+1
*
|
Strip unnecessary break on switches returning early in Variant
Micky
2022-10-10
1
-212
/
+133
|
/
*
Fix more MSVC C4702 (unreachable code) warnings
Rémi Verschelde
2022-10-07
1
-2
/
+0
[next]