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
/
doc
/
classes
/
@GlobalScope.xml
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add missing YEN, SECTION and OPENURL names to keycode mappings
AttackButton
2023-08-28
1
-12
/
+12
*
Make EditorInterface accessible as a singleton
Yuri Sizov
2023-08-09
1
-0
/
+4
*
Merge pull request #72091 from MewPurPur/fix-nearest-po2
Rémi Verschelde
2023-08-07
1
-3
/
+2
|
\
|
*
Fixed edge cases of nearest_po2 function
VolTer
2023-05-01
1
-3
/
+2
*
|
Fix invalid use of markdown syntax in classref
Haoyu Qiu
2023-08-01
1
-2
/
+2
*
|
Doctool: Remove version attribute from XML header
Rémi Verschelde
2023-07-06
1
-1
/
+1
*
|
Bump version to 4.2-dev
Rémi Verschelde
2023-07-05
1
-1
/
+1
*
|
Fix GlobalScope doc link for NavigationServer3D
smix8
2023-06-25
1
-1
/
+1
*
|
Ensure `RID`, `Callable`, and `Signal` are stored as strings
Ninni Pipping
2023-06-22
1
-0
/
+1
*
|
Merge pull request #77734 from dalexeev/doc-property-hint-type-string
Rémi Verschelde
2023-06-20
1
-8
/
+55
|
\
\
|
*
|
Update `PROPERTY_HINT_TYPE_STRING` docs
Danil Alexeev
2023-06-02
1
-8
/
+55
*
|
|
Clarify move_towards does not go past final value
Haoyu Qiu
2023-06-14
1
-1
/
+2
|
/
/
*
|
Merge pull request #77226 from aaronfranke/clamp
Yuri Sizov
2023-05-30
1
-2
/
+2
|
\
\
|
*
|
Document that clamp works with any type that supports greater/less than
Aaron Franke
2023-05-18
1
-2
/
+2
*
|
|
Minor grammar fixes to documentation
Ninni Pipping
2023-05-28
1
-1
/
+1
|
/
/
*
|
Document MIDI zero velocity quirk
voidshine
2023-05-17
1
-2
/
+2
*
|
Fix property usage docs referring to removed network flag
kleonc
2023-05-14
1
-2
/
+2
*
|
Reorder PropertyHint enum to avoid breaking compat
Raul Santos
2023-05-12
1
-25
/
+25
*
|
Merge pull request #76906 from lawnjelly/safe_acos4_2
Rémi Verschelde
2023-05-11
1
-2
/
+2
|
\
\
|
*
|
Make acos and asin safe
lawnjelly
2023-05-11
1
-2
/
+2
*
|
|
Merge pull request #76165 from and-rad/safe-credentials
Rémi Verschelde
2023-05-10
1
-0
/
+3
|
\
\
\
|
*
|
|
Store sensitive export options in dedicated credentials file
Andreas Raddau
2023-05-10
1
-0
/
+3
|
|
/
/
*
/
/
Rework Navigation Avoidance
smix8
2023-05-10
1
-25
/
+28
|
/
/
*
|
Improve `print_rich()` documentation
Hugo Locurcio
2023-04-16
1
-4
/
+8
*
|
Document how to use logarithm of base 10 with `log()`
Hugo Locurcio
2023-03-26
1
-2
/
+2
*
|
Fix typo in the type-safe examples
Dipal Zambare
2023-03-19
1
-11
/
+11
*
|
Hide internal settings from the classref
Haoyu Qiu
2023-03-02
1
-0
/
+1
*
|
Bump version to 4.1-dev
Rémi Verschelde
2023-03-01
1
-1
/
+1
*
|
Make max() and min() global functions only accept numbers
George Marques
2023-02-24
1
-2
/
+2
*
|
Merge pull request #73195 from timothyqiu/weblate-comments
Rémi Verschelde
2023-02-17
1
-1
/
+1
|
\
\
|
*
|
Improvements and fixes based on Weblate comments
Haoyu Qiu
2023-02-13
1
-1
/
+1
*
|
|
Tweak `@GlobalScope` & `GDScript`'s documentation
Micky
2023-02-14
1
-10
/
+12
*
|
|
Document unsupported features in Mobile and Compatibility rendering methods
Hugo Locurcio
2023-02-13
1
-1
/
+1
|
/
/
*
|
GDScript: Improve validation and documentation of `@export_flags`
Danil Alexeev
2023-02-07
1
-2
/
+5
*
|
Merge pull request #72371 from dalexeev/remove-gds-str-duplicate
Rémi Verschelde
2023-02-01
1
-1
/
+7
|
\
\
|
*
|
Remove `@GDScript.str` (duplicate of `@GlobalScope.str`)
Danil Alexeev
2023-01-30
1
-1
/
+7
*
|
|
GDScript: Fix `@export_enum` works only with `int`
Danil Alexeev
2023-01-30
1
-1
/
+1
|
/
/
*
|
Merge pull request #71946 from raulsntos/dotnet/gd
Rémi Verschelde
2023-01-26
1
-37
/
+150
|
\
\
|
*
|
C#: Sync GD with Core
Raul Santos
2023-01-24
1
-37
/
+150
*
|
|
Merge pull request #71758 from adamscott/is_equal_ref
Rémi Verschelde
2023-01-26
1
-0
/
+25
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add `@GlobalScope` `is_same(a, b)` and `Variant::identity_compare()`
Adam Scott
2023-01-25
1
-0
/
+25
|
|
/
*
|
Add PROPERTY_USAGE_NEVER_DUPLICATE flag and use for script
Aaron Franke
2023-01-24
1
-8
/
+11
*
|
PropertyUsage: Rename "DO_NOT_SHARE_ON_DUPLICATE" to "ALWAYS_DUPLICATE"
Aaron Franke
2023-01-24
1
-2
/
+2
|
/
*
Cleanup and unify keyboard input.
bruvzg
2023-01-23
1
-221
/
+11
*
Merge pull request #71339 from raulsntos/dotnet/is_finite
Yuri Sizov
2023-01-13
1
-1
/
+1
|
\
|
*
Add `IsFinite` to C# Variants
Raul Santos
2023-01-13
1
-1
/
+1
*
|
Add `IsZeroApprox` to C# vectors
Raul Santos
2023-01-13
1
-1
/
+1
|
/
*
Removed unused property hints and `Object::get_translatable_strings()`
Juan Linietsky
2023-01-09
1
-41
/
+19
*
Use BitField<> in core type masks
Juan Linietsky
2023-01-08
1
-54
/
+54
*
[RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.
bruvzg
2022-12-15
1
-0
/
+3
[prev]
[next]