godot/modules/gdscript
Rémi Verschelde 10b040ab20
Merge pull request #31893 from bojidar-bg/25081-gdscript-index-self
Re-allow indexing on objects and other non-builtin types
2019-09-02 20:25:14 +02:00
..
doc_classes doc: Sync classref with current source 2019-08-29 15:33:52 +02:00
editor
icons
language_server Improve code compeletion for virtual methods with signatures 2019-08-11 14:06:39 +08:00
config.py
gdscript.cpp Make VarArg methods return types show up as Variant in API json 2019-08-26 16:36:51 +00:00
gdscript.h
gdscript_compiler.cpp Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative", "modules/gdscript" directories. 2019-08-09 11:13:24 +02:00
gdscript_compiler.h
gdscript_editor.cpp gdscript: Fix build after #24925 2019-09-02 16:31:43 +02:00
gdscript_function.cpp Fix yield check in GDScriptFunction 2019-08-28 11:15:43 +03:00
gdscript_function.h
gdscript_functions.cpp Add ord() function to return Unicode code point of a string of length one 2019-08-28 16:14:11 +02: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 #31893 from bojidar-bg/25081-gdscript-index-self 2019-09-02 20:25:14 +02:00
gdscript_parser.h Add GDScript Language Protocol plugin 2019-08-11 13:30:15 +08:00
gdscript_tokenizer.cpp Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative", "modules/gdscript" directories. 2019-08-09 11:13:24 +02:00
gdscript_tokenizer.h Disallow using of both tabs and spaces for indentation in the same file 2019-07-26 21:24:34 +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