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
*
GDScript: Fix can_reference check for typed arrays
Dmitrii Maganov
2023-02-06
2
-22
/
+17
*
Merge pull request #71786 from raulsntos/dotnet/array
Rémi Verschelde
2023-02-04
2
-4
/
+4
|
\
|
*
Sync C# Array with Core
Raul Santos
2023-01-30
2
-4
/
+4
*
|
GDScript: Improve usability of setter chains
George Marques
2023-02-02
1
-9
/
+0
*
|
Fix various typos with codespell
Rémi Verschelde
2023-02-01
1
-1
/
+1
*
|
GDScript: Fix issues with typed arrays
Dmitrii Maganov
2023-01-31
7
-118
/
+259
*
|
Move Array:set_typed to internal GDExtension structure and unexposed it.
bruvzg
2023-01-30
1
-1
/
+0
|
/
*
Merge pull request #62499 from fire/gltf-binary-img-compression
Rémi Verschelde
2023-01-27
1
-0
/
+1
|
\
|
*
Handle gltf binary
K. S. Ernest (iFire) Lee
2023-01-27
1
-0
/
+1
*
|
GDScript: Fix test for read-only state of constants
Dmitrii Maganov
2023-01-27
5
-19
/
+9
|
/
*
Add `@GlobalScope` `is_same(a, b)` and `Variant::identity_compare()`
Adam Scott
2023-01-25
3
-0
/
+48
*
Fix bind " convergence_dist" containing space
Jan Haller
2023-01-23
1
-1
/
+1
*
Use range iterators in LocalVector loops
kobewi
2023-01-21
1
-4
/
+4
*
Add property usage to array indexer
Raul Santos
2023-01-19
2
-1
/
+17
*
Merge pull request #71279 from vonagam/fix-iterator-number-type
Rémi Verschelde
2023-01-16
1
-2
/
+2
|
\
|
*
GDScript: Fix typing of iterator in for loop
Dmitrii Maganov
2023-01-13
1
-2
/
+2
*
|
Rename `center` method to `get_center` in Plane.
Raul Santos
2023-01-15
1
-1
/
+1
|
/
*
Merge pull request #68450 from KoBeWi/bracket_escapist
Rémi Verschelde
2023-01-12
1
-2
/
+19
|
\
|
*
Allow to escape closing brackets in CFG tags
kobewi
2022-11-09
1
-2
/
+19
*
|
Fix Callable call error reporting.
Juan Linietsky
2023-01-10
6
-1
/
+101
*
|
Merge pull request #71051 from vonagam/consts-are-deep-start
Rémi Verschelde
2023-01-09
2
-20
/
+0
|
\
\
|
*
|
GDScript: Begin making constants deep, not shallow or flat
Dmitrii Maganov
2023-01-08
2
-20
/
+0
*
|
|
Merge pull request #71082 from AThousandShips/array_find_fix
Rémi Verschelde
2023-01-09
1
-37
/
+38
|
\
\
\
|
*
|
|
Fix for PackedArray comparison
Ninni Pipping
2023-01-08
1
-37
/
+38
|
|
/
/
*
|
|
Merge pull request #70996 from reduz/properly-report-callable-bound-arguments
Rémi Verschelde
2023-01-09
5
-1
/
+25
|
\
\
\
|
*
|
|
Properly report Callable bound arguments
Juan Linietsky
2023-01-08
5
-1
/
+25
*
|
|
|
Use BitField<> in core type masks
Juan Linietsky
2023-01-08
2
-7
/
+41
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #71000 from reduz/callable-bind-from-array
Rémi Verschelde
2023-01-07
3
-0
/
+16
|
\
\
\
|
*
|
|
Allow binding Callable arguments from an array
Juan Linietsky
2023-01-06
3
-0
/
+16
|
|
/
/
*
/
/
Unbind Variant methods that change immutable types.
Juan Linietsky
2023-01-06
1
-3
/
+1
|
/
/
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
29
-841
/
+841
*
|
GDScript: Error when assigning return value of void function
George Marques
2022-12-30
1
-0
/
+2
*
|
Fix empty zero assigners for the variant types
Yuri Rubinsky
2022-12-20
1
-14
/
+14
*
|
Merge pull request #69709 from RandomShaper/refactor_spirv_reflection
Rémi Verschelde
2022-12-15
1
-0
/
+1
|
\
\
|
*
|
Add default, zeroing constructor to BitField
Pedro J. Estébanez
2022-12-12
1
-0
/
+1
*
|
|
VariantParser make readahead optional
lawnjelly
2022-12-12
2
-4
/
+23
*
|
|
Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextension
Rémi Verschelde
2022-12-12
2
-47
/
+47
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Rename all gdnative occurences to gdextension
Gilles Roudière
2022-12-12
2
-47
/
+47
*
|
|
Merge pull request #68747 from rune-scape/rune-stringname-unification
Rémi Verschelde
2022-12-09
8
-258
/
+465
|
\
\
\
|
*
|
|
Unify String and StringName
rune-scape
2022-12-05
8
-258
/
+465
|
|
/
/
*
/
/
Fix Variant StringName `is_zero` being inverted
Aaron Franke
2022-12-06
1
-1
/
+1
|
/
/
*
|
Fix suppressed error message on error when using % format string
Rindbee
2022-12-05
1
-8
/
+16
*
|
Merge pull request #69119 from lawnjelly/faster_variant_parser_master
Rémi Verschelde
2022-12-05
2
-25
/
+80
|
\
\
|
*
|
Add readahead to VariantParser
lawnjelly
2022-11-24
2
-25
/
+80
*
|
|
Don't break parsing on missing resources
kobewi
2022-11-28
1
-1
/
+1
*
|
|
Remove `Array.find_last()`
Micky
2022-11-25
3
-7
/
+0
*
|
|
Merge pull request #68386 from MewPurPur/snappedi-snappedf
Rémi Verschelde
2022-11-24
2
-3
/
+87
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Implement snappedi, snappedf, and Vector[2/3/4]i.snapped
VolTer
2022-11-19
2
-3
/
+87
|
|
/
*
|
Refactor Curve3D::_bake() method
Yaohua Xiong
2022-11-24
2
-0
/
+7
*
|
Merge pull request #67726 from HenryClones/integer-lerping-errors
Rémi Verschelde
2022-11-23
1
-0
/
+3
|
\
\
[next]