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
/
modules
/
gdscript
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #65643 from voylin/fix_recurring_check_in_gdscript_cache.cpp
Rémi Verschelde
2022-09-13
1
-3
/
+1
|
\
|
*
Fix for recurring check in gdscript_cach.cpp
Voylin
2022-09-11
1
-3
/
+1
*
|
Merge pull request #65637 from Jummit/assert-example
Rémi Verschelde
2022-09-13
1
-2
/
+2
|
\
\
|
*
|
Remove outdated assert example
Jummit
2022-09-11
1
-2
/
+2
|
|
/
*
/
Fix last_modified_time on scripts
Yuri Rubinsky
2022-09-12
1
-2
/
+4
|
/
*
Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOT
Micky
2022-09-06
1
-2
/
+2
*
Merge pull request #65264 from MewPurPur/all-hail-icon-annotation
Rémi Verschelde
2022-09-02
1
-11
/
+0
|
\
|
*
Remove old syntax for custom class icon
VolTer
2022-09-02
1
-11
/
+0
*
|
Rename `or_lesser` range property hint to `or_less`
Hugo Locurcio
2022-09-02
2
-3
/
+3
*
|
Merge pull request #65135 from reduz/export-customization-plugins
Rémi Verschelde
2022-09-01
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Add support for scene/resource customization in export plugins
Juan Linietsky
2022-09-01
1
-0
/
+2
*
|
Merge pull request #65163 from MewPurPur/reuse-function-logic-for-global-funcs
Rémi Verschelde
2022-09-01
1
-3
/
+13
|
\
\
|
*
|
Fixed a case for global function highlighting
VolTer
2022-08-31
1
-3
/
+13
*
|
|
Merge pull request #64444 from timothyqiu/action-completion
Rémi Verschelde
2022-09-01
1
-2
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix action name completion for `Input`
Haoyu Qiu
2022-08-15
1
-2
/
+7
*
|
|
Merge pull request #63411 from Calinou/improve-null-object-dictionary-print
Rémi Verschelde
2022-08-31
3
-3
/
+3
|
\
\
\
|
*
|
|
Improve null and object printing to avoid confusion with arrays
Hugo Locurcio
2022-08-31
3
-3
/
+3
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #64130 from A-Lamia/root_uri_decode
Rémi Verschelde
2022-08-31
1
-3
/
+3
|
\
\
\
|
*
|
|
fix: add uri_decode to root_uri #63388
Lamia
2022-08-31
1
-3
/
+3
|
|
/
/
*
|
|
Merge pull request #65065 from Atlinx/fix/65010_enum-doesnt-show-up
Rémi Verschelde
2022-08-31
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix inferred GDScript enum values not appearing in inspector
Atlinx
2022-08-30
1
-0
/
+1
*
|
|
Merge pull request #65066 from aaronfranke/str-path-join
Rémi Verschelde
2022-08-30
4
-10
/
+10
|
\
\
\
|
*
|
|
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
4
-10
/
+10
|
|
/
/
*
/
/
Follow-up fixes to number highlighting
VolTer
2022-08-29
1
-14
/
+15
|
/
/
*
|
Merge pull request #65003 from MewPurPur/fix-number-coloring
Rémi Verschelde
2022-08-29
1
-50
/
+56
|
\
\
|
*
|
Fix number highlighting
VolTer
2022-08-29
1
-50
/
+56
*
|
|
Merge pull request #64885 from Mickeon/rename-tooltip-hint
Rémi Verschelde
2022-08-28
1
-4
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-4
/
+4
*
|
|
Merge pull request #64651 from MewPurPur/fix-globalfunc-highlighting
Rémi Verschelde
2022-08-27
2
-3
/
+31
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Added highlighting color for GDScript and GlobalScope functions
VolTer
2022-08-25
2
-3
/
+31
*
|
|
Merge pull request #64367 from Mickeon/rename-var-to-str
Rémi Verschelde
2022-08-26
2
-9
/
+9
|
\
\
\
|
*
|
|
Rename `str2var` to `str_to_var` and similar
Micky
2022-08-26
2
-9
/
+9
*
|
|
|
Restore RigidBody2/3D, SoftBody names in physics
fabriceci
2022-08-26
2
-2
/
+2
|
/
/
/
*
|
|
Merge pull request #64857 from MewPurPur/tweak-stringname-color
Rémi Verschelde
2022-08-25
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Tweaked StringName highlighting color
VolTer
2022-08-25
1
-2
/
+2
*
|
|
Replace Array return types with TypedArray 3
kobewi
2022-08-24
2
-2
/
+6
|
/
/
*
|
Replace Array return types with TypedArray
kobewi
2022-08-22
2
-3
/
+3
*
|
Merge pull request #64170 from YuriSizov/docs-annotations-in-technicolor
Max Hilbrunner
2022-08-20
2
-1
/
+179
|
\
\
|
*
|
Add documentation for all annotations
Yuri Sizov
2022-08-19
2
-1
/
+179
|
|
/
*
|
Merge pull request #64334 from YuriSizov/core-bind-property-revert-methods
Yuri Sizov
2022-08-19
2
-0
/
+48
|
\
\
|
*
|
Make `property_*_revert` methods multilevel and expose them for scripting
Yuri Sizov
2022-08-18
2
-0
/
+48
|
|
/
*
|
Merge pull request #63326 from MewPurPur/binary-highlighting-fix
Max Hilbrunner
2022-08-19
1
-22
/
+47
|
\
\
|
|
/
|
/
|
|
*
Improve binary operator highlighting
VolTer
2022-08-14
1
-22
/
+47
*
|
Merge pull request #62934 from Xwdit/script_doc_arg_def_var
Rémi Verschelde
2022-08-10
1
-1
/
+3
|
\
\
|
*
|
Fix script documentation method argument default values
Xwdit
2022-08-10
1
-1
/
+3
*
|
|
Merge pull request #63015 from Xwdit/fix_gds_editor_tooltip_arg_type
Rémi Verschelde
2022-08-10
1
-1
/
+5
|
\
\
\
|
*
|
|
Fixed incorrect type display of function argument in GDScript editor tooltips
Xwdit
2022-08-10
1
-1
/
+5
|
|
/
/
*
/
/
Fixed incorrect type display of void return in GDScript editor tooltips
Xwdit
2022-08-10
1
-1
/
+7
|
/
/
*
|
Prevent global functions from overriding completion of subscript
Yuri Rubinsky
2022-08-10
1
-33
/
+33
*
|
Merge pull request #64099 from A-Lamia/lsp_uri_path_fixes
Rémi Verschelde
2022-08-08
2
-4
/
+4
|
\
\
[next]