godot/modules/gdscript
Rémi Verschelde f065b34e96
Merge pull request #34286 from bojidar-bg/31818-cast-autocomplete
Fix GDScript autocompletion with "as" or typed variables
2019-12-12 14:53:38 +01:00
..
doc_classes Add note in 'load()' docs that the path must be absolute 2019-12-11 17:14:58 -03:00
editor Tweak the default function definition color when using a dark theme 2019-10-02 09:36:47 +02:00
icons Add support for creating editor icons per module 2019-06-28 23:42:26 +03:00
language_server Removed unused variables, add some constants numbers 2019-12-10 05:13:02 +01:00
config.py doc: Improve docs for Resource* classes 2019-06-18 20:07:26 +02:00
gdscript.cpp Disable GDScript warning for unused class variable by default 2019-12-11 11:02:07 -03:00
gdscript.h Parse more informations for code completion 2019-07-04 14:00:14 +08:00
gdscript_compiler.cpp Merge pull request #32150 from luzpaz/typos 2019-09-20 17:09:05 +02:00
gdscript_compiler.h Fix GDScriptCompiler bugging out with identically-named inner class 2019-03-16 20:41:16 +02:00
gdscript_editor.cpp Fix GDScript autocompletion with as or typed variables 2019-12-12 01:16:23 +02:00
gdscript_function.cpp Remove ERR_EXPLAIN macros and the scaffolding they needed. 2019-11-11 10:57:00 +01:00
gdscript_function.h Revert "Forbid implicit type conversion in GDScript" 2019-03-04 12:25:59 +01:00
gdscript_functions.cpp Merge pull request #33018 from Xrayez/fix-inst2dict-getters 2019-12-11 15:06:38 +01:00
gdscript_functions.h Add ord() function to return Unicode code point of a string of length one 2019-08-28 16:14:11 +02:00
gdscript_parser.cpp Merge pull request #34067 from bojidar-bg/32370-retype-message 2019-12-04 06:52:22 +01:00
gdscript_parser.h Allow mixed tabs and spaces when indentation does not depend on tab size 2019-10-25 14:54:57 +03:00
gdscript_tokenizer.cpp Merge pull request #32966 from ffaristocrat/fix-hex-parsing 2019-11-12 23:04:20 +01:00
gdscript_tokenizer.h Allow mixed tabs and spaces when indentation does not depend on tab size 2019-10-25 14:54:57 +03:00
register_types.cpp GDScript: Disable LSP if either jsonrpc or websocket are disabled 2019-08-28 13:29:37 +02:00
register_types.h
SCsub GDScript: Disable LSP if either jsonrpc or websocket are disabled 2019-08-28 13:29:37 +02:00