index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gdscript
Age
Commit message (
Expand
)
Author
2020-01-10
Merge pull request #34978 from GodotExplorer/lsp-fix-bracket-completion
Rémi Verschelde
2020-01-10
Merge pull request #34958 from vnen/gdscript-is-check-valid-instance
Rémi Verschelde
2020-01-10
LSP: Fix bracket completion for functions with one argument
Geequlim
2020-01-09
GDScript: Fix type name on error message for function parameters
George Marques
2020-01-09
GDScript: Fix resolution of default parameter values
George Marques
2020-01-09
GDScript: Validate object instance on `is` operation
George Marques
2020-01-09
GDScript: Don't re-evaluate index on assigment with operation
George Marques
2020-01-09
Merge pull request #34948 from vnen/gdscript-copy-constructor
Rémi Verschelde
2020-01-09
GDScript: Allow copy constructor for built-in types
George Marques
2020-01-09
Add GDScript warning for standalone expression
George Marques
2020-01-08
GDScript: set assign operation on local var made by match
George Marques
2020-01-08
Merge pull request #34920 from GodotExplorer/lsp-signatureHelper
Rémi Verschelde
2020-01-08
Merge pull request #34918 from vnen/gdscript-assign-op
Rémi Verschelde
2020-01-09
GDScript LSP: Implement signatureHelp
geequlim
2020-01-08
GDScript: enable type checks on release mode
George Marques
2020-01-08
GDScript: properly set type of local variable initialization
George Marques
2020-01-04
GDScript LSP: Implement goto declaration
geequlim
2020-01-02
Allow the usage of newlines in export hints
Bojidar Marinov
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-24
Cleans up headers included in editor_node.h
Haoyu Qiu
2019-12-16
Merge pull request #34280 from zaksnet/fix-yield-documentation
Rémi Verschelde
2019-12-15
Updates docs for GDScript built-in functions
Haoyu Qiu
2019-12-13
GDScript: Convert values when setting member variables
George Marques
2019-12-13
GDScript: Fix type conversion in assignment with operation
George Marques
2019-12-13
Fix documentation for yield
Zak
2019-12-12
Merge pull request #34286 from bojidar-bg/31818-cast-autocomplete
Rémi Verschelde
2019-12-12
Fix GDScript autocompletion with `as` or typed variables
Bojidar Marinov
2019-12-11
Add note in 'load()' docs that the path must be absolute
Michael Alexsander
2019-12-11
Merge pull request #34271 from vnen/gdscript-unused-class-variable-disable
Rémi Verschelde
2019-12-11
Merge pull request #33018 from Xrayez/fix-inst2dict-getters
Rémi Verschelde
2019-12-11
Disable GDScript warning for unused class variable by default
George Marques
2019-12-10
Merge pull request #34040 from qarmin/unused_variable_more_precise_numbers
Rémi Verschelde
2019-12-10
Removed unused variables, add some constants numbers
Rafał Mikrut
2019-12-06
doc: Markup fixes for enums and constants
Rémi Verschelde
2019-12-04
Merge pull request #34067 from bojidar-bg/32370-retype-message
Rémi Verschelde
2019-12-03
Mention that `int()` can be used as an alternative to `floor()`
Hugo Locurcio
2019-12-02
Make error when accidentially redeclaring a variable's type clearer
Bojidar Marinov
2019-11-30
Add docs for is_equal_approx on structures
Aaron Franke
2019-11-30
Fixed typo in docs for Script and GDScript classes ("exends" -> "extends")
miere43
2019-11-27
Document how to bypass the unused argument/variable warning in message
Hugo Locurcio
2019-11-26
Remove type hint from the @GDScript class documentation
Hugo Locurcio
2019-11-25
Added missing documentation for yield()
Zak Stam
2019-11-22
Fix typos with codespell
Rémi Verschelde
2019-11-17
Make the script templates' blank lines conform with the official style guide
Michael Alexsander
2019-11-15
Parser: Check all the arguments of the ternary operator
lupoDharkael
2019-11-12
Merge pull request #32966 from ffaristocrat/fix-hex-parsing
Rémi Verschelde
2019-11-12
Fixes #32963 by correctly parsing bin/hex literals
Micheál Keane
2019-11-11
Remove ERR_EXPLAIN macros and the scaffolding they needed.
Marcel Admiraal
2019-11-11
Remove all uses of ERR_EXPLAIN macros.
Marcel Admiraal
2019-11-07
Add setting to exclude addons from script warnings
mashumafi
[next]