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 #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
2
-8
/
+5
|
\
|
*
Added some obvious errors explanations
qarmin
2019-09-25
2
-8
/
+5
*
|
GDScript: Fix type resolution not being return in some cases
George Marques
2019-09-24
1
-1
/
+2
*
|
doc: Sync classref with current source
Rémi Verschelde
2019-09-24
1
-0
/
+8
*
|
Fix `line` being assigned to twice in the GDScript language server
Hugo Locurcio
2019-09-23
1
-4
/
+2
*
|
Changed some code found by Clang Tidy and Coverity
qarmin
2019-09-22
4
-7
/
+8
*
|
Merge pull request #32210 from Calinou/editor-log-distinguish-messages
Rémi Verschelde
2019-09-20
1
-2
/
+2
|
\
\
|
*
|
Distinguish editor-originating messages in the editor log
Hugo Locurcio
2019-09-20
1
-2
/
+2
*
|
|
Merge pull request #32150 from luzpaz/typos
Rémi Verschelde
2019-09-20
3
-3
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix misc. source comment typos
luz.paz
2019-09-19
3
-3
/
+3
|
|
/
*
|
Merge pull request #31921 from bojidar-bg/28978-uninitialized-array-value
Rémi Verschelde
2019-09-19
2
-33
/
+45
|
\
\
|
*
|
Fix uninitialized arrays and dictionaries retaining value
Bojidar Marinov
2019-09-03
2
-33
/
+45
*
|
|
Merge pull request #32100 from SaracenOne/gdscript_parent_const_types
Rémi Verschelde
2019-09-19
1
-14
/
+21
|
\
\
\
|
*
|
|
Allow for constant deceleration to be detected inherited scripts above the im...
Saracen
2019-09-11
1
-14
/
+21
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #31934 from mitchcurtis/28187
Rémi Verschelde
2019-09-19
1
-0
/
+9
|
\
\
\
|
*
|
|
Produce an error when a class has the same name as a Singleton
Mitch Curtis
2019-09-06
1
-0
/
+9
*
|
|
|
Merge pull request #31142 from mitchcurtis/assert-message
Rémi Verschelde
2019-09-19
4
-11
/
+50
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
GDScript: add an optional message parameter to assert()
Mitch Curtis
2019-09-11
4
-11
/
+50
|
|
/
/
*
/
/
Adds skip-breakpoints feature
iwek7
2019-09-03
1
-2
/
+3
|
/
/
*
/
Try and show all the properties added with _get_property_list() when triggeri...
MrCdK
2019-09-03
1
-3
/
+12
|
/
*
Merge pull request #31893 from bojidar-bg/25081-gdscript-index-self
Rémi Verschelde
2019-09-02
1
-1
/
+1
|
\
|
*
Re-allow indexing on "self" and object types in GDScript
Bojidar Marinov
2019-09-02
1
-1
/
+1
*
|
Merge pull request #31843 from 2shady4u/parserCtrlClick
Rémi Verschelde
2019-09-02
1
-1
/
+11
|
\
\
|
*
|
Solves ctrl+click on functions by ignoring the cursor
shaderbeast
2019-09-02
1
-1
/
+11
*
|
|
gdscript: Fix build after #24925
Rémi Verschelde
2019-09-02
1
-1
/
+2
*
|
|
Merge pull request #24925 from Mr-Slurpy/typed-autoload
Rémi Verschelde
2019-09-02
2
-2
/
+76
|
\
\
\
|
*
|
|
Added autoloads as a potential type.
Daniel Eliasinski
2019-01-11
2
-2
/
+76
*
|
|
|
Merge pull request #21443 from deepmax/ord_function
Rémi Verschelde
2019-09-02
2
-0
/
+37
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Add ord() function to return Unicode code point of a string of length one
Masoud Montazeri
2019-08-28
2
-0
/
+37
*
|
|
|
doc: Sync classref with current source
Rémi Verschelde
2019-08-29
2
-2
/
+2
*
|
|
|
Updated description for "stepify"
Thomas Karcher
2019-08-29
1
-1
/
+5
*
|
|
|
Merge pull request #31741 from akien-mga/lsp-requires-websocket-jsonrpc
Rémi Verschelde
2019-08-29
2
-7
/
+19
|
\
\
\
\
|
*
|
|
|
GDScript: Disable LSP if either jsonrpc or websocket are disabled
Rémi Verschelde
2019-08-28
2
-7
/
+19
*
|
|
|
|
Merge pull request #31738 from bojidar-bg/31056-class_name-extends
Rémi Verschelde
2019-08-29
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Remove check for class_name and extends order
Bojidar Marinov
2019-08-28
1
-1
/
+1
*
|
|
|
|
Merge pull request #31737 from bojidar-bg/31455-stack-underflow
Rémi Verschelde
2019-08-28
1
-2
/
+2
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix yield check in GDScriptFunction
Bojidar Marinov
2019-08-28
1
-2
/
+2
|
|
/
/
/
*
|
|
|
Merge pull request #29780 from GodotExplorer/gdscript-lsp
Rémi Verschelde
2019-08-28
15
-0
/
+3892
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Improve code compeletion for virtual methods with signatures
geequlim
2019-08-11
2
-1
/
+6
|
*
|
|
Add optional goto definition support for native symbols
geequlim
2019-08-11
10
-84
/
+134
|
*
|
|
Add generate script api to dictionary support
Geequlim
2019-08-11
8
-36
/
+212
|
*
|
|
Check client workspace directory is valid
Geequlim
2019-08-11
3
-15
/
+11
|
*
|
|
Improve symbol resolve for inner classes
Geequlim
2019-08-11
5
-47
/
+156
|
*
|
|
Improved performance for completion and symbol resolvation.
Geequlim
2019-08-11
9
-442
/
+496
|
*
|
|
Add optional smart resolve sulotion
geequlim
2019-08-11
8
-65
/
+260
|
*
|
|
Add a symbol pool to cache all native symbols and workspackes symbols.
geequlim
2019-08-11
8
-34
/
+862
|
*
|
|
Add GDScript Language Protocol plugin
geequlim
2019-08-11
15
-0
/
+2479
*
|
|
|
Merge pull request #31606 from toasteater/fix/nativescript-new-json-return-type
Rémi Verschelde
2019-08-28
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Make VarArg methods return types show up as Variant in API json
toasteater
2019-08-26
1
-1
/
+1
*
|
|
|
|
Make 'break' and 'continue' be marked as safe
Michael Alexsander Silva Dias
2019-08-27
1
-2
/
+4
[next]