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
*
Ensure `RID`, `Callable`, and `Signal` are stored as strings
Ninni Pipping
2023-06-22
1
-3
/
+57
*
Merge pull request #73540 from mashumafi/fix-typed-array-add
Rémi Verschelde
2023-06-20
1
-0
/
+5
|
\
|
*
Fix: Typed arrays aren't working with +
mashumafi
2023-02-22
1
-0
/
+5
*
|
Merge pull request #74730 from MarioLiebisch/fix-74726
Rémi Verschelde
2023-06-19
1
-2
/
+9
|
\
\
|
*
|
Added the missing second case for string keys
Mario Liebisch
2023-03-11
1
-2
/
+4
|
*
|
Fixed read-only dictionaries adding missing keys
Mario Liebisch
2023-03-10
1
-1
/
+6
*
|
|
Merge pull request #75758 from Pylgos/fix-gdextension-variant-construction
Rémi Verschelde
2023-06-19
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix gdextension variant type conversion
Pylgos
2023-06-10
1
-1
/
+1
*
|
|
|
Merge pull request #74741 from vnen/variant-not-for-everyone
Rémi Verschelde
2023-06-18
2
-3
/
+36
|
\
\
\
\
|
*
|
|
|
Add operator NOT for all Variant types
George Marques
2023-03-10
2
-3
/
+36
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Don't use a const reference for the enum constructor in Variant
Aaron Franke
2023-06-11
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Attempt to standardize Object ptrcall encoding on `Object **`
David Snopek
2023-05-25
2
-3
/
+9
*
|
|
Add the ability to look-at in model-space.
Juan Linietsky
2023-05-24
1
-2
/
+9
*
|
|
Improve user-friendliness of "return value as function param" pattern in GDEx...
Emmanuel Leblond
2023-05-15
1
-6
/
+6
*
|
|
Revert "Add API for HSL conversion"
clayjohn
2023-05-10
3
-9
/
+0
*
|
|
Merge pull request #76661 from bonjorno7/hsl
Rémi Verschelde
2023-05-09
3
-0
/
+9
|
\
\
\
|
*
|
|
Add API for HSL conversion
bonjorno7
2023-05-09
3
-0
/
+9
*
|
|
|
Merge pull request #76735 from AThousandShips/natural_cmp
Rémi Verschelde
2023-05-09
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
Add `naturalcasecmp_to` function to `String`
Ninni Pipping
2023-05-07
1
-0
/
+1
|
|
/
/
/
*
|
|
|
Merge pull request #76540 from reduz/redo-remote-filesystem
Rémi Verschelde
2023-05-08
1
-0
/
+2
|
\
\
\
\
|
*
|
|
|
Redo how the remote filesystem works
Juan Linietsky
2023-05-08
1
-0
/
+2
|
|
/
/
/
*
|
|
|
Merge pull request #76418 from reduz/method-bind-validated-call
Rémi Verschelde
2023-05-08
4
-59
/
+132
|
\
\
\
\
|
*
|
|
|
Add ValidatedCall to MethodBind
Juan Linietsky
2023-04-30
4
-59
/
+132
|
|
/
/
/
*
|
|
|
Merge pull request #75510 from SilicDev/string_erase
Clay John
2023-05-05
1
-0
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Reimplement String.erase
SilicDev
2023-05-04
1
-0
/
+1
*
|
|
|
Expose `determinant` in Transform2D, rename internal method
Aaron Franke
2023-04-22
1
-0
/
+1
*
|
|
|
Fix lerp error message
Paweł
2023-04-21
1
-0
/
+1
*
|
|
|
Fix expected argument count in Callable call error text
kleonc
2023-04-19
1
-2
/
+2
*
|
|
|
Unify descriptions of vector methods
Haoyu Qiu
2023-04-14
1
-1
/
+1
*
|
|
|
Complete support of callables of static methods
Pedro J. Estébanez
2023-04-12
4
-4
/
+24
|
/
/
/
*
|
|
add `hex_decode()` to `String`
bendn
2023-04-05
1
-0
/
+1
*
|
|
Add GDScript `to_wchar_buffer` and `get_string_from_wchar` functions.
bruvzg
2023-03-21
1
-0
/
+15
*
|
|
Merge pull request #74909 from AThousandShips/array_slice
Yuri Sizov
2023-03-15
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix `Array.slice()` rounding for `abs(step) != 1`
Ninni Pipping
2023-03-14
1
-1
/
+1
|
|
/
/
*
/
/
Fix type check for max/min
Ninni Pipping
2023-03-11
1
-2
/
+10
|
/
/
*
|
Fix Variant hashing for floats
Ninni Pipping
2023-03-08
1
-2
/
+2
*
|
Merge pull request #73881 from vnen/max-min-only-for-numbers
Rémi Verschelde
2023-02-25
1
-0
/
+14
|
\
\
|
*
|
Make max() and min() global functions only accept numbers
George Marques
2023-02-24
1
-0
/
+14
|
|
/
*
/
Core: Identity compare objects by id, not by pointers
Dmitrii Maganov
2023-02-24
1
-1
/
+1
|
/
*
GDScript: Fix usage of ints with typed array of floats
Dmitrii Maganov
2023-02-13
1
-1
/
+4
*
Merge pull request #62921 from cdemirer/fix-variant-in
Rémi Verschelde
2023-02-13
1
-2
/
+5
|
\
|
*
Fix `Variant::in()` error on invalid `evaluate`
cdemirer
2023-02-13
1
-2
/
+5
*
|
Make sure Variant is not implicitely cast when using operator[]
Gilles Roudière
2023-02-13
1
-0
/
+4
|
/
*
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
|
/
[next]