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
*
Core: Fix built-in enum constant bindings
Danil Alexeev
2024-11-22
3
-35
/
+32
*
Merge pull request #98713 from dalexeev/core-fix-callable-get-bound-arguments
Thaddeus Crews
2024-11-12
6
-57
/
+64
|
\
|
*
Core: Fix `Callable.get_bound_arguments{,_count}()` return incorrect data
Danil Alexeev
2024-11-04
6
-57
/
+64
*
|
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 pull request #82845 from Hysterelius/master
Thaddeus Crews
2024-11-11
1
-0
/
+4
|
\
\
\
|
*
|
|
Color: Expose OKHSL properties
Hysterelius
2024-11-11
1
-0
/
+4
*
|
|
|
Fix comparison of callables
Stanislav Labzyuk
2024-11-11
1
-2
/
+2
*
|
|
|
Style: Apply `clang-tidy` fixes
Thaddeus Crews
2024-11-04
2
-10
/
+5
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #47502 from KoBeWi/add_0
Thaddeus Crews
2024-10-31
1
-1
/
+1
|
\
\
\
|
*
|
|
Always add decimal when printing float
kobewi
2024-10-23
1
-1
/
+1
*
|
|
|
[Core] Improve error messages with `vformat`
A Thousand Ships
2024-10-30
4
-14
/
+14
*
|
|
|
Merge pull request #98363 from dustdfg/rid_in_operator_fix
Clay John
2024-10-24
1
-0
/
+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Allow use RID with `in` operator for Arrays and Dictionaries
Yevhen Babiichuk (DustDFG)
2024-10-21
1
-0
/
+2
*
|
|
|
[Core] Fix sorting of `Dictionary` keys
A Thousand Ships
2024-10-18
2
-1
/
+14
|
/
/
/
*
|
|
Add a sort method to Dictionary and HashMap
Aaron Franke
2024-10-02
3
-0
/
+7
*
|
|
Merge pull request #93299 from rune-scape/fix-ref
Rémi Verschelde
2024-10-02
6
-121
/
+116
|
\
\
\
|
*
|
|
Refactor ref-counting code and fix ref counted releasing before aquiring
rune-scape
2024-09-21
6
-121
/
+116
*
|
|
|
Bind Array get and set functions
Aaron Franke
2024-09-26
1
-0
/
+31
*
|
|
|
Merge pull request #94864 from rune-scape/add-missing-method-bind
Rémi Verschelde
2024-09-26
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Add missing CallableCustomMethodPointer for const methods
rune-scape
2024-09-23
1
-2
/
+2
*
|
|
|
|
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #95166 from aaronp64/variant_op_err_return
Rémi Verschelde
2024-09-23
1
-6
/
+24
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Assign return value on Variant operator failure
aaronp64
2024-09-19
1
-6
/
+24
*
|
|
|
[Core] Add way to check if a signal has any connections
A Thousand Ships
2024-09-20
3
-0
/
+9
*
|
|
|
Merge pull request #95449 from SlashScreen/array_functions
Rémi Verschelde
2024-09-20
3
-1
/
+68
|
\
\
\
\
|
*
|
|
|
Add callable support for `find` and `rfind` `Array` methods
Slashscreen
2024-09-13
3
-1
/
+68
|
|
/
/
/
*
|
|
|
Core: Fix `operator[]` for typed dictionaries
Thaddeus Crews
2024-09-12
3
-46
/
+58
*
|
|
|
Merge pull request #96864 from KoBeWi/dictionerrory
Rémi Verschelde
2024-09-12
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix Dictionary.merge() type validation
kobewi
2024-09-11
1
-1
/
+1
*
|
|
|
|
Merge pull request #95840 from raulsntos/char_metadata
Rémi Verschelde
2024-09-12
1
-3
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
Add metadata for `char16_t` and `char32_t`
Raul Santos
2024-09-12
1
-3
/
+5
|
|
/
/
/
/
*
/
/
/
/
Fix Unable to use ResourceLoader in C# after threaded load in GDScript #92798
Hilderin
2024-09-11
2
-0
/
+12
|
/
/
/
/
*
|
|
|
Merge pull request #78656 from Repiteo/typed-dictionary
Rémi Verschelde
2024-09-06
8
-75
/
+1014
|
\
\
\
\
|
*
|
|
|
Implement typed dictionaries
Thaddeus Crews
2024-09-04
8
-75
/
+1014
*
|
|
|
|
Merge pull request #96496 from aXu-AP/lerp-transform
Rémi Verschelde
2024-09-05
1
-1
/
+9
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Add support for Transform2D/3D in lerp()
aXu-AP
2024-09-03
1
-1
/
+9
*
|
|
|
|
Merge pull request #70096 from rune-scape/stringname-dict
Rémi Verschelde
2024-09-03
3
-22
/
+8
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
StringName Dictionary keys
rune-scape
2024-08-29
3
-22
/
+8
*
|
|
|
|
Core: Сheck `r_error` after calling `callp()`
Danil Alexeev
2024-08-30
2
-2
/
+2
|
/
/
/
/
*
|
|
|
Merge pull request #95317 from esainane/when-i-am-64
Rémi Verschelde
2024-08-28
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
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
|
\
\
[next]