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
*
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
*
Rename all gdnative occurences to gdextension
Gilles Roudière
2022-12-12
1
-3
/
+3
*
Refactor baking code for Curve2D
Yaohua Xiong
2022-12-05
1
-2
/
+2
*
Remove UPDATE_TRIGGER & Match behaviors between AnimationTree/Player
Silc Renew
2022-12-02
1
-17
/
+15
*
Merge pull request #68386 from MewPurPur/snappedi-snappedf
Rémi Verschelde
2022-11-24
1
-13
/
+46
|
\
|
*
Implement snappedi, snappedf, and Vector[2/3/4]i.snapped
VolTer
2022-11-19
1
-13
/
+46
*
|
Merge pull request #68806 from MewPurPur/printraw-warn-better-in-docs
Rémi Verschelde
2022-11-24
1
-3
/
+2
|
\
\
|
*
|
Make it clearer that printraw only prints to terminal
VolTer
2022-11-24
1
-3
/
+2
*
|
|
Refactor Curve3D::_bake() method
Yaohua Xiong
2022-11-24
1
-0
/
+11
*
|
|
Merge pull request #67726 from HenryClones/integer-lerping-errors
Rémi Verschelde
2022-11-23
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add case for Variant::INT in lerp variant switch
Xpertice
2022-11-22
1
-1
/
+1
*
|
|
Remove `PROPERTY_HINT_IMAGE_COMPRESS` constants
Micky
2022-11-15
1
-39
/
+29
|
|
/
|
/
|
*
|
Merge pull request #66747 from aaronfranke/move-euler-order
Rémi Verschelde
2022-11-02
1
-0
/
+18
|
\
\
|
*
|
Move EulerOrder enum to math_defs.h and global scope
Aaron Franke
2022-11-02
1
-0
/
+18
*
|
|
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-11-02
1
-5
/
+9
|
/
/
*
|
Merge pull request #67693 from Mickeon/slight-hint-shuffling
Rémi Verschelde
2022-11-02
1
-2
/
+2
|
\
\
|
*
|
Fix unordered values of PROPERTY_HINT_INT_IS_POINTER & ARRAY_TYPE
Micky
2022-10-21
1
-2
/
+2
*
|
|
Doc consistency: "inspector" to "Inspector"
Micky
2022-10-27
1
-4
/
+4
*
|
|
Tweak `@GlobalScope` constants documentation overall
Micky
2022-10-21
1
-64
/
+78
|
|
/
|
/
|
*
|
Merge pull request #67072 from Mickeon/uh-oh-stinky
Max Hilbrunner
2022-10-21
1
-0
/
+1
|
\
\
|
*
|
Rewrite most of Resource's documentation
Micky
2022-10-18
1
-0
/
+1
*
|
|
Merge pull request #67656 from MewPurPur/instance🧹
Max Hilbrunner
2022-10-21
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix small mistakes throughout much of the documentation
VolTer
2022-10-21
1
-1
/
+1
*
|
|
Merge pull request #67001 from KoBeWi/🎲
Max Hilbrunner
2022-10-19
1
-0
/
+3
|
\
\
\
|
*
|
|
Fill random docs
kobewi
2022-10-07
1
-0
/
+3
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #67208 from Mickeon/doc-peeves-the-peevening
Max Hilbrunner
2022-10-19
1
-156
/
+171
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Tweak `@GlobalScope` functions documentation overall
Micky
2022-10-18
1
-156
/
+171
*
|
|
Merge pull request #64268 from timothyqiu/is-finite
Rémi Verschelde
2022-10-11
1
-0
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add `is_finite` method for checking built-in types
Haoyu Qiu
2022-10-08
1
-0
/
+7
|
|
/
*
/
Remove leading spaces from enumerator name hints
Haoyu Qiu
2022-10-08
1
-1
/
+1
|
/
*
Merge pull request #66839 from aaronfranke/editor-prop-hide-slider
Rémi Verschelde
2022-10-05
1
-1
/
+1
|
\
|
*
Fix hide_slider vs no_slider inconsistency in editor property code
Aaron Franke
2022-10-03
1
-1
/
+1
*
|
Describe the left mouse button constant as the primary button
Haoyu Qiu
2022-10-05
1
-4
/
+4
|
/
*
Expose `PROPERTY_USAGE_READ_ONLY`
Marc Gilleron
2022-09-28
1
-0
/
+3
*
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-07
1
-134
/
+134
*
Expose registration of physics servers to GDExtension
Ricardo Buring
2022-09-07
1
-0
/
+6
*
Merge pull request #65239 from Geequlim/js2web
Fabio Alessandrelli
2022-09-07
1
-2
/
+2
|
\
|
*
Rename JavaScript singleton to JavaScriptBridge
Geequlim
2022-09-02
1
-2
/
+2
*
|
Rename `range_lerp` to `remap`
Micky
2022-09-06
1
-5
/
+5
*
|
Rename `or_lesser` range property hint to `or_less`
Hugo Locurcio
2022-09-02
1
-1
/
+1
|
/
*
Merge pull request #64119 from YuriSizov/theme-init-database
Rémi Verschelde
2022-08-29
1
-0
/
+3
|
\
|
*
Add ThemeDB, expose previously static Theme methods
Yuri Sizov
2022-08-26
1
-0
/
+3
*
|
[Web] Rename JavaScript platform to Web.
Fabio Alessandrelli
2022-08-29
1
-1
/
+1
*
|
Add linear/cubic angle interpolation to Animation interpolation type
Silc Renew
2022-08-27
1
-0
/
+26
*
|
Merge pull request #64367 from Mickeon/rename-var-to-str
Rémi Verschelde
2022-08-26
1
-31
/
+31
|
\
\
[next]