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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
binder_common: Fix uninitialized marshalling
Sai Nane
2024-08-09
1
-2
/
+2
|
|
/
/
/
*
|
|
|
Merge pull request #94679 from rune-scape/remove-unused-initialize_ref
Rémi Verschelde
2024-08-28
3
-12
/
+0
|
\
\
\
\
|
*
|
|
|
Remove unused `initialize_ref`
rune-scape
2024-07-03
3
-12
/
+0
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Add `String.is_valid_unicode_identifier()`
Haoyu Qiu
2024-08-27
1
-0
/
+2
*
|
|
|
Simplify and fix Rect2/AABB get_support function
Aaron Franke
2024-08-19
1
-1
/
+2
|
|
/
/
|
/
|
|
*
|
|
[Core] Fix `Variant::construct` of `Object`
A Thousand Ships
2024-07-25
1
-1
/
+7
*
|
|
Core: Improve vformat error reporting on sprintf failure
Rémi Verschelde
2024-07-04
2
-5
/
+5
|
/
/
*
|
Revert "Make freed object different than null in comparison operators"
Rémi Verschelde
2024-07-01
2
-17
/
+17
*
|
Merge pull request #89197 from AThousandShips/arr_typed_fix
Rémi Verschelde
2024-06-26
1
-6
/
+16
|
\
\
|
*
|
[Core] Fix sharing of typed arrays from constructor
A Thousand Ships
2024-05-07
1
-6
/
+16
*
|
|
[TextServer, GDExtension] Fix building text servers as GDExtension, expose ne...
bruvzg
2024-06-12
1
-0
/
+1
*
|
|
[Windows] Fix 32-bit MinGW LTO build.
bruvzg
2024-06-04
1
-2
/
+14
*
|
|
fix callable not clearing freed pointer
rune-scape
2024-06-02
1
-0
/
+2
*
|
|
Core: Readd Variant class initializer, fix comment
Thaddeus Crews
2024-05-14
1
-3
/
+5
*
|
|
Use Core/Scene stringnames consistently
kobewi
2024-05-13
7
-6
/
+1
*
|
|
Add shorthand for using singleton string names
kobewi
2024-05-11
2
-4
/
+4
*
|
|
[Core] Add case-insensitive `String::containsn`
A Thousand Ships
2024-05-08
1
-0
/
+1
*
|
|
Merge pull request #91104 from RandomShaper/simple_type_cpp
Rémi Verschelde
2024-05-08
2
-9
/
+9
|
\
\
\
|
*
|
|
Redefine GetSimpleTypeT<> in terms of <type_traits>
Pedro J. Estébanez
2024-04-24
2
-9
/
+9
*
|
|
|
Add const char * overloads to String class
Wilson E. Alvarez
2024-05-07
1
-13
/
+13
|
|
/
/
|
/
|
|
*
|
|
Add PackedVector4Array Variant type
K. S. Ernest (iFire) Lee
2024-05-03
15
-3
/
+237
*
|
|
Expose `Vector*` component-wise and scalar `min/max` to scripting
A Thousand Ships
2024-05-02
1
-0
/
+24
*
|
|
[Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`
A Thousand Ships
2024-05-02
1
-0
/
+12
*
|
|
[GDScript] Correctly report invalid read-only access
A Thousand Ships
2024-05-01
2
-0
/
+12
*
|
|
Merge pull request #91376 from clayjohn/DOCS-reflect-vec3
Rémi Verschelde
2024-05-01
1
-1
/
+1
|
\
\
\
|
*
|
|
Update the description and parameter name for Vector3 reflect to correct how ...
clayjohn
2024-04-30
1
-1
/
+1
*
|
|
|
Merge pull request #89647 from AThousandShips/read_only_dict
Rémi Verschelde
2024-05-01
1
-4
/
+10
|
\
\
\
\
|
*
|
|
|
[Core] Fix property access on read-only `Dictionary`
A Thousand Ships
2024-04-22
1
-4
/
+10
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #90394 from dsnopek/object-ptrcall-null-unlikely
Rémi Verschelde
2024-04-30
1
-8
/
+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Use `likely()` in `PtrToArg<T *>` when checking for null `Object *`s
David Snopek
2024-04-08
1
-8
/
+2
*
|
|
|
Make varray() variadic
kobewi
2024-04-26
2
-50
/
+17
*
|
|
|
Merge pull request #90540 from Repiteo/core/type-info-use-type-traits
Rémi Verschelde
2024-04-24
1
-35
/
+2
|
\
\
\
\
|
*
|
|
|
Core: Use `<type_traits>` where applicable
Thaddeus Crews
2024-04-11
1
-35
/
+2
*
|
|
|
|
Merge pull request #90889 from timothyqiu/compat
Rémi Verschelde
2024-04-23
2
-10
/
+19
|
\
\
\
\
\
|
*
|
|
|
|
Use compatible text resource format when possible
Haoyu Qiu
2024-04-23
2
-10
/
+19
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #90866 from Repiteo/core/variant-initalizer-lists
Rémi Verschelde
2024-04-23
2
-118
/
+115
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Core: Integrate initalizer lists for Variant
Thaddeus Crews
2024-04-19
2
-118
/
+115
*
|
|
|
|
Rename internal is_ascii_char to is_ascii_alphabet_char
Aaron Franke
2024-04-20
1
-2
/
+2
|
/
/
/
/
*
/
/
/
[Core] Fix incorrect comparison for `Array` const iterator
A Thousand Ships
2024-04-13
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #89186 from groud/save_byte_arrays_as_base64_encoded
Rémi Verschelde
2024-04-10
2
-11
/
+83
|
\
\
\
|
*
|
|
Save PackedByteArrays as base64 encoded
Gilles Roudière
2024-03-06
2
-11
/
+83
*
|
|
|
[Core] Add iteration support to `Array`
A Thousand Ships
2024-04-10
4
-4
/
+138
*
|
|
|
Clarify bounce and reflect docs and update param names
clayjohn
2024-04-10
1
-2
/
+2
|
|
/
/
|
/
|
|
*
|
|
Ignore ERR_FILE_CANT_OPEN error when loading scene
kobewi
2024-04-05
1
-1
/
+1
*
|
|
Update lingering `do/while(0)` defines
Thaddeus Crews
2024-04-04
1
-4
/
+6
*
|
|
Core: Use fixed-width integer types in Variant
Thaddeus Crews
2024-04-04
2
-110
/
+46
*
|
|
Merge pull request #87831 from Riteo/bitfield-xor
Rémi Verschelde
2024-03-26
1
-0
/
+1
|
\
\
\
|
*
|
|
Core: Implement a XOR operator for BitField
Riteo
2024-02-01
1
-0
/
+1
*
|
|
|
Fix sorting of files/dirs in dialogs
A Thousand Ships
2024-03-20
1
-0
/
+2
*
|
|
|
Merge pull request #89270 from Repiteo/enforce-typename-in-templates
Rémi Verschelde
2024-03-14
19
-246
/
+246
|
\
\
\
\
[prev]
[next]