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
*
Provide and print error messages for JSON parsing
Andrii Doroshenko (Xrayez)
2019-10-31
1
-0
/
+1
*
Fixed leak in gdscript when creating empty WeakRef
PouleyKetchoupp
2019-10-29
1
-1
/
+2
*
Merge pull request #32808 from bojidar-bg/30937-less-strict-mixed-spacing
Rémi Verschelde
2019-10-25
4
-77
/
+102
|
\
|
*
Allow mixed tabs and spaces when indentation does not depend on tab size
Bojidar Marinov
2019-10-25
4
-77
/
+102
*
|
Merge pull request #32919 from vnen/gdscript-unused-args
Rémi Verschelde
2019-10-22
1
-5
/
+17
|
\
\
|
*
|
Fix wrong counting of function argument usage
George Marques
2019-10-19
1
-5
/
+17
*
|
|
Merge pull request #32903 from madmiraal/fix-27649-part9
Rémi Verschelde
2019-10-22
1
-7
/
+3
|
\
\
\
|
*
|
|
Remove duplicate valid value check in gdscript_tokenizer.cpp.
Marcel Admiraal
2019-10-18
1
-7
/
+3
|
|
/
/
*
|
|
Merge pull request #32878 from EbbDrop/no_autocompletion_for_singeltons
Rémi Verschelde
2019-10-22
1
-5
/
+4
|
\
\
\
|
*
|
|
Fix autocompletion for singletons
EbbDrop
2019-10-17
1
-5
/
+4
|
|
/
/
*
/
/
GDScript: Add _ prefix on class name in type compatibility check
George Marques
2019-10-19
1
-1
/
+7
|
/
/
*
/
Small fixes to redundand code, copy paste bugs
qarmin
2019-10-14
2
-4
/
+2
|
/
*
fix #32588 crash in language server
HaSa1002
2019-10-11
1
-1
/
+1
*
Decrease polling frequency to 20 Hz in the GDScript language server
Hugo Locurcio
2019-10-10
1
-1
/
+2
*
Merge pull request #32671 from GodotExplorer/lsp-send-godot-class-tree
Rémi Verschelde
2019-10-09
2
-1
/
+52
|
\
|
*
lsp: Send godot class tree to clients
Geequlim
2019-10-09
2
-1
/
+52
*
|
lsp: Fix signature of void returned functions in native methods
Geequlim
2019-10-09
1
-1
/
+5
|
/
*
Fixed some obvious typos in error messages
noname1477
2019-10-05
1
-4
/
+4
*
Format documentations to markdown only when needed
geequlim
2019-10-05
4
-74
/
+82
*
Add custom api `textDocument/nativeSymbol` to allow inspect native symbols fr...
geequlim
2019-10-04
6
-5
/
+58
*
Fix enumeration value of SymbolKind.
geequlim
2019-10-04
3
-52
/
+65
*
Merge pull request #32517 from GodotExplorer/gdscript-lsp
Rémi Verschelde
2019-10-03
7
-6
/
+101
|
\
|
*
Implement DocumentLink of GDScript LSP Server
geequlim
2019-10-03
7
-4
/
+99
|
*
Fix codeblock formating to markdown
geequlim
2019-10-03
1
-2
/
+2
*
|
Merge pull request #32403 from yeonghoey/enforce4space
Rémi Verschelde
2019-10-03
1
-4
/
+4
|
\
\
|
*
|
Print errors when tab indent found in [codeblock]
Yeongho Kim
2019-10-01
1
-4
/
+4
*
|
|
Tweak the default function definition color when using a dark theme
Hugo Locurcio
2019-10-02
1
-10
/
+18
|
/
/
*
|
Merge pull request #32172 from WindyDarian/gdscript_allow_null_weakref
Rémi Verschelde
2019-10-01
1
-25
/
+19
|
\
\
|
*
|
Allow weakref(null) in gdscript
Windy Darian
2019-09-16
1
-25
/
+19
*
|
|
Highlight singletons and class_names in GDScript
Bojidar Marinov
2019-09-28
1
-1
/
+1
|
|
/
|
/
|
*
|
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
|
/
[next]