2
0
Fork 0
godot/modules/gdscript
Marcel Admiraal 83069a3c0f Remove ERR_EXPLAIN macros and the scaffolding they needed. 2019-11-11 10:57:00 +07:00
..
doc_classes Merge pull request #33257 from aaronfranke/printraw 2019-11-07 13:21:09 +07:00
editor Tweak the default function definition color when using a dark theme 2019-10-02 09:36:47 +07:00
icons Add support for creating editor icons per module 2019-06-28 23:42:26 +07:00
language_server Remove all uses of ERR_EXPLAIN macros. 2019-11-11 10:24:04 +07:00
SCsub GDScript: Disable LSP if either jsonrpc or websocket are disabled 2019-08-28 13:29:37 +07:00
config.py doc: Improve docs for Resource* classes 2019-06-18 20:07:26 +07:00
gdscript.cpp Add setting to exclude addons from script warnings 2019-11-07 23:01:22 +07:00
gdscript.h Parse more informations for code completion 2019-07-04 14:00:14 +07:00
gdscript_compiler.cpp Merge pull request #32150 from luzpaz/typos 2019-09-20 17:09:05 +07:00
gdscript_compiler.h
gdscript_editor.cpp Fix autocompletion for singletons 2019-10-17 10:48:13 +07:00
gdscript_function.cpp Remove ERR_EXPLAIN macros and the scaffolding they needed. 2019-11-11 10:57:00 +07:00
gdscript_function.h
gdscript_functions.cpp Use GDScript resource path over script path for `inst2dict` 2019-11-02 15:11:52 +07:00
gdscript_functions.h Add ord() function to return Unicode code point of a string of length one 2019-08-28 16:14:11 +07:00
gdscript_parser.cpp Add setting to exclude addons from script warnings 2019-11-07 23:01:22 +07:00
gdscript_parser.h Allow mixed tabs and spaces when indentation does not depend on tab size 2019-10-25 14:54:57 +07:00
gdscript_tokenizer.cpp Merge pull request #32808 from bojidar-bg/30937-less-strict-mixed-spacing 2019-10-25 23:16:04 +07:00
gdscript_tokenizer.h Allow mixed tabs and spaces when indentation does not depend on tab size 2019-10-25 14:54:57 +07:00
register_types.cpp GDScript: Disable LSP if either jsonrpc or websocket are disabled 2019-08-28 13:29:37 +07:00
register_types.h