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
*
Fix typos with codespell
Rémi Verschelde
2020-01-15
1
-4
/
+4
*
Add fully_qualified_name for GDScript class
Dani Frank
2020-01-14
2
-0
/
+5
*
GDScript: Check function arguments on release too
George Marques
2020-01-13
1
-4
/
+0
*
Merge pull request #35076 from vnen/gdscript-type-match-assign
Rémi Verschelde
2020-01-13
1
-8
/
+2
|
\
|
*
GDScript: Type match on assignment only if operators have type
George Marques
2020-01-13
1
-8
/
+2
*
|
Fix infinite loop error in document link parsing
Geequlim
2020-01-13
1
-2
/
+3
|
/
*
Remove completion triggers for ',' and '(' which may conflict with signature ...
geequlim
2020-01-11
1
-2
/
+0
*
Allow enable/disable threading for LSP server
geequlim
2020-01-11
2
-13
/
+42
*
GDScript: Forbid using "script" as member name
George Marques
2020-01-10
1
-3
/
+9
*
Merge pull request #34978 from GodotExplorer/lsp-fix-bracket-completion
Rémi Verschelde
2020-01-10
1
-1
/
+1
|
\
|
*
LSP: Fix bracket completion for functions with one argument
Geequlim
2020-01-10
1
-1
/
+1
*
|
Merge pull request #34958 from vnen/gdscript-is-check-valid-instance
Rémi Verschelde
2020-01-10
1
-0
/
+7
|
\
\
|
|
/
|
/
|
|
*
GDScript: Validate object instance on `is` operation
George Marques
2020-01-09
1
-0
/
+7
*
|
GDScript: Fix type name on error message for function parameters
George Marques
2020-01-09
1
-1
/
+1
*
|
GDScript: Fix resolution of default parameter values
George Marques
2020-01-09
1
-1
/
+1
*
|
GDScript: Don't re-evaluate index on assigment with operation
George Marques
2020-01-09
2
-10
/
+12
|
/
*
Merge pull request #34948 from vnen/gdscript-copy-constructor
Rémi Verschelde
2020-01-09
1
-0
/
+11
|
\
|
*
GDScript: Allow copy constructor for built-in types
George Marques
2020-01-09
1
-0
/
+11
*
|
Add GDScript warning for standalone expression
George Marques
2020-01-09
3
-1
/
+10
|
/
*
GDScript: set assign operation on local var made by match
George Marques
2020-01-08
1
-1
/
+1
*
Merge pull request #34920 from GodotExplorer/lsp-signatureHelper
Rémi Verschelde
2020-01-08
8
-1
/
+232
|
\
|
*
GDScript LSP: Implement signatureHelp
geequlim
2020-01-09
8
-1
/
+232
*
|
Merge pull request #34918 from vnen/gdscript-assign-op
Rémi Verschelde
2020-01-08
2
-9
/
+14
|
\
\
|
|
/
|
/
|
|
*
GDScript: enable type checks on release mode
George Marques
2020-01-08
2
-9
/
+14
*
|
GDScript: properly set type of local variable initialization
George Marques
2020-01-08
1
-0
/
+1
|
/
*
GDScript LSP: Implement goto declaration
geequlim
2020-01-04
2
-54
/
+69
*
Allow the usage of newlines in export hints
Bojidar Marinov
2020-01-02
1
-40
/
+48
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
28
-56
/
+56
*
Cleans up headers included in editor_node.h
Haoyu Qiu
2019-12-24
1
-0
/
+1
*
Merge pull request #34280 from zaksnet/fix-yield-documentation
Rémi Verschelde
2019-12-16
1
-12
/
+15
|
\
|
*
Fix documentation for yield
Zak
2019-12-13
1
-12
/
+15
*
|
Updates docs for GDScript built-in functions
Haoyu Qiu
2019-12-15
2
-4
/
+13
*
|
GDScript: Convert values when setting member variables
George Marques
2019-12-13
1
-5
/
+16
*
|
GDScript: Fix type conversion in assignment with operation
George Marques
2019-12-13
3
-21
/
+28
*
|
Merge pull request #34286 from bojidar-bg/31818-cast-autocomplete
Rémi Verschelde
2019-12-12
1
-0
/
+11
|
\
\
|
*
|
Fix GDScript autocompletion with `as` or typed variables
Bojidar Marinov
2019-12-12
1
-0
/
+11
|
|
/
*
|
Add note in 'load()' docs that the path must be absolute
Michael Alexsander
2019-12-11
1
-2
/
+3
*
|
Merge pull request #34271 from vnen/gdscript-unused-class-variable-disable
Rémi Verschelde
2019-12-11
1
-1
/
+2
|
\
\
|
*
|
Disable GDScript warning for unused class variable by default
George Marques
2019-12-11
1
-1
/
+2
|
|
/
*
|
Merge pull request #33018 from Xrayez/fix-inst2dict-getters
Rémi Verschelde
2019-12-11
1
-17
/
+3
|
\
\
|
|
/
|
/
|
|
*
Fix `inst2dict` calling to getters to retrieve value
Andrii Doroshenko (Xrayez)
2019-10-24
1
-17
/
+3
*
|
Merge pull request #34040 from qarmin/unused_variable_more_precise_numbers
Rémi Verschelde
2019-12-10
2
-3
/
+1
|
\
\
|
*
|
Removed unused variables, add some constants numbers
Rafał Mikrut
2019-12-10
2
-3
/
+1
*
|
|
doc: Markup fixes for enums and constants
Rémi Verschelde
2019-12-06
1
-3
/
+3
*
|
|
Merge pull request #34067 from bojidar-bg/32370-retype-message
Rémi Verschelde
2019-12-04
1
-1
/
+6
|
\
\
\
|
*
|
|
Make error when accidentially redeclaring a variable's type clearer
Bojidar Marinov
2019-12-02
1
-1
/
+6
*
|
|
|
Mention that `int()` can be used as an alternative to `floor()`
Hugo Locurcio
2019-12-03
1
-2
/
+3
|
|
/
/
|
/
|
|
*
|
|
Add docs for is_equal_approx on structures
Aaron Franke
2019-11-30
1
-2
/
+2
*
|
|
Fixed typo in docs for Script and GDScript classes ("exends" -> "extends")
miere43
2019-11-30
1
-1
/
+1
*
|
|
Document how to bypass the unused argument/variable warning in message
Hugo Locurcio
2019-11-27
1
-5
/
+3
[next]