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
*
Remove unimplemented methods
Marcel Admiraal
2021-10-21
1
-2
/
+0
*
Merge pull request #52940 from groud/toast_notification
Rémi Verschelde
2021-10-19
4
-7
/
+7
|
\
|
*
Implement toast notifications in the editor
Gilles Roudière
2021-10-14
4
-7
/
+7
*
|
Fix incorrect debug check for setters
Benjamin Navarro
2021-10-18
1
-1
/
+1
*
|
Fix name used instead of doc for GDScript signals
opl-
2021-10-17
1
-1
/
+1
*
|
Merge pull request #53856 from vnen/gdscript-setter-crash
Rémi Verschelde
2021-10-15
1
-6
/
+8
|
\
\
|
*
|
GDScript: Avoid crash if missing setter signature
George Marques
2021-10-15
1
-6
/
+8
*
|
|
Merge pull request #53843 from vnen/gdscript-typed-array-subscript-constant
Rémi Verschelde
2021-10-15
3
-0
/
+11
|
\
\
\
|
*
|
|
GDScript: Fix inferred typed array marked as constant
George Marques
2021-10-15
3
-0
/
+11
|
|
/
/
*
|
|
GDScript: Fix typing for await expression
George Marques
2021-10-14
1
-3
/
+12
*
|
|
GDScript: Remove error when coroutine is called without await
George Marques
2021-10-14
2
-7
/
+7
*
|
|
GDScript: Properly return value with await on non-coroutine
George Marques
2021-10-14
3
-1
/
+17
*
|
|
GDScript: Make sure calls don't use return when not needed
George Marques
2021-10-14
1
-4
/
+7
|
/
/
*
|
Merge pull request #53807 from vnen/dont-share-arrays-and-dicts
Rémi Verschelde
2021-10-14
4
-0
/
+60
|
\
\
|
*
|
Zero Dictionary and Array variants when changing type with reset
George Marques
2021-10-14
4
-0
/
+60
|
|
/
*
|
Merge pull request #53726 from briansemrau/gd-outer-class
George Marques
2021-10-14
3
-0
/
+28
|
\
\
|
|
/
|
/
|
|
*
GDScript: Access outer scope classes
Brian Semrau
2021-10-13
3
-0
/
+28
*
|
Merge pull request #53720 from vnen/gdscript-typed-array-custom-class
Rémi Verschelde
2021-10-12
3
-0
/
+13
|
\
\
|
|
/
|
/
|
|
*
GDScript: Fix typed array with custom classes
George Marques
2021-10-12
3
-0
/
+13
*
|
GDScript: Make setter parameter type same as variable type
George Marques
2021-10-12
3
-1
/
+13
|
/
*
Merge pull request #53647 from Chaosus/gds_fix_builtin_functions_autocompletion
Yuri Roubinsky
2021-10-11
1
-1
/
+14
|
\
|
*
Fix autocompletion of built-in functions in GDScript
Yuri Roubinsky
2021-10-11
1
-1
/
+14
*
|
Merge pull request #53430 from DavidSichma/typed_safe_setter
George Marques
2021-10-11
1
-2
/
+4
|
\
\
|
*
|
Only emit typed member setters if safe to do so
David Sichma
2021-10-08
1
-2
/
+4
*
|
|
Merge pull request #53103 from ZuBsPaCe/gdscript-analyze-properties-fix
George Marques
2021-10-11
17
-106
/
+291
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
GDScript: Report property type errors
ZuBsPaCe
2021-10-08
17
-106
/
+291
*
|
|
Remove redundant String operation from GDScript enum exports
Yuri Sizov
2021-10-11
1
-1
/
+1
*
|
|
Enhance and cleanup stringify for Vector
mashumafi
2021-10-09
2
-0
/
+76
|
/
/
*
|
Merge pull request #53536 from Faless/mp/4.x_rpc_config
Max Hilbrunner
2021-10-08
1
-2
/
+2
|
\
\
|
*
|
[Net] Rename RPCConfig.sync to call_local.
Fabio Alessandrelli
2021-10-08
1
-2
/
+2
*
|
|
Merge pull request #53336 from briansemrau/gdscript-i'm-not-my-own-local-class
George Marques
2021-10-08
1
-1
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
GDScript fix wrong base class assignment
Brian Semrau
2021-10-04
1
-1
/
+3
*
|
|
GDScript: Use getter return type for the property type
George Marques
2021-10-07
1
-3
/
+6
*
|
|
Merge pull request #53422 from KoBeWi/add_LUA_to_Godot
Rémi Verschelde
2021-10-07
2
-0
/
+6
|
\
\
\
|
*
|
|
Fix LUA-style assignment in Dictionary
kobewi
2021-10-05
2
-0
/
+6
|
|
/
/
*
|
|
GDScript: Fix method ptrcall on release
George Marques
2021-10-07
1
-0
/
+1
*
|
|
Merge pull request #53494 from mhilbrunner/stop-drop-and-dont-lie
Rémi Verschelde
2021-10-07
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix outdated no_call_local, use call_remote
Max Hilbrunner
2021-10-06
1
-1
/
+1
*
|
|
|
GDScript: Set status on parsing steps beforehand
George Marques
2021-10-06
1
-4
/
+4
|
/
/
/
*
|
|
Merge pull request #53479 from vnen/gdscript-subscript-object-self
Rémi Verschelde
2021-10-06
3
-1
/
+16
|
\
\
\
|
*
|
|
GDScript: Allow subscript on self and object types
George Marques
2021-10-06
3
-1
/
+16
*
|
|
|
Merge pull request #53478 from vnen/gdscript-avoid-hard-inference
Rémi Verschelde
2021-10-06
7
-18
/
+47
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
GDScript: Avoid hard errors on inferred types
George Marques
2021-10-06
5
-11
/
+37
|
*
|
|
GDScript: Make all warnings enabled in test generation
George Marques
2021-10-06
2
-7
/
+10
*
|
|
|
doc: Update links to latest documentation after content reorganization
Rémi Verschelde
2021-10-06
1
-1
/
+1
|
/
/
/
*
/
/
GDScript: Use path cache when checking preloaded scripts
George Marques
2021-10-04
1
-1
/
+7
|
/
/
*
|
GDScript: Fix member assignment with operation
George Marques
2021-10-04
3
-8
/
+33
*
|
Merge pull request #53303 from akien-mga/53295-gdscript-completion-quote-style
Rémi Verschelde
2021-10-04
1
-11
/
+17
|
\
\
|
*
|
GDScript completion: Handle quote style ad-hoc to remove editor dependency
Rémi Verschelde
2021-10-04
1
-11
/
+17
|
|
/
*
|
Merge pull request #53338 from briansemrau/gdscript-handle-for-with-null-list
Rémi Verschelde
2021-10-04
2
-2
/
+8
|
\
\
[next]