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 #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
*
|
Remove type hint from the @GDScript class documentation
Hugo Locurcio
2019-11-26
1
-3
/
+3
*
|
Added missing documentation for yield()
Zak Stam
2019-11-25
1
-0
/
+20
*
|
Fix typos with codespell
Rémi Verschelde
2019-11-22
2
-4
/
+4
*
|
Make the script templates' blank lines conform with the official style guide
Michael Alexsander
2019-11-17
1
-0
/
+3
*
|
Parser: Check all the arguments of the ternary operator
lupoDharkael
2019-11-15
1
-0
/
+2
*
|
Merge pull request #32966 from ffaristocrat/fix-hex-parsing
Rémi Verschelde
2019-11-12
1
-3
/
+4
|
\
\
|
*
|
Fixes #32963 by correctly parsing bin/hex literals
Micheál Keane
2019-11-12
1
-3
/
+4
*
|
|
Remove ERR_EXPLAIN macros and the scaffolding they needed.
Marcel Admiraal
2019-11-11
1
-2
/
+1
*
|
|
Remove all uses of ERR_EXPLAIN macros.
Marcel Admiraal
2019-11-11
1
-2
/
+1
|
|
/
|
/
|
*
|
Add setting to exclude addons from script warnings
mashumafi
2019-11-07
2
-0
/
+4
*
|
Merge pull request #33257 from aaronfranke/printraw
Rémi Verschelde
2019-11-07
1
-0
/
+1
|
\
\
|
*
|
Document behavior of printraw
Aaron Franke
2019-11-02
1
-0
/
+1
*
|
|
Merge pull request #33266 from Xrayez/inst2dict-original-path
Rémi Verschelde
2019-11-04
1
-1
/
+1
|
\
\
\
|
*
|
|
Use GDScript resource path over script path for `inst2dict`
Andrii Doroshenko (Xrayez)
2019-11-02
1
-1
/
+1
|
|
/
/
*
/
/
Fix Color8 GDScript documentation
Aaron Franke
2019-11-02
1
-1
/
+1
|
/
/
*
|
GDScript: validate instance before accessing it on error
George Marques
2019-11-01
1
-2
/
+2
*
|
GDScript: Avoid editor crashes when there's cyclic inheritance
George Marques
2019-11-01
1
-2
/
+2
*
|
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
[next]