godot/modules/gdscript
George Marques 9fcd38fc70
GDScript: validate instance before accessing it on error
Make sure the instance is valid before trying to access the script in
after an error happened. If the instance is not valid it's possible that
the script is invalid as well.

Fix #29623
2019-11-01 14:41:52 -03:00
..
doc_classes Print errors when tab indent found in [codeblock] 2019-10-01 23:39:45 +09: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 Small fixes to redundand code, copy paste bugs 2019-10-14 11:40:55 +02:00
config.py doc: Improve docs for Resource* classes 2019-06-18 20:07:26 +02:00
gdscript.cpp GDScript: Avoid editor crashes when there's cyclic inheritance 2019-11-01 12:00:20 -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
gdscript_editor.cpp Fix autocompletion for singletons 2019-10-17 10:48:13 +02:00
gdscript_function.cpp GDScript: validate instance before accessing it on error 2019-11-01 14:41:52 -03:00
gdscript_function.h
gdscript_functions.cpp Provide and print error messages for JSON parsing 2019-10-31 13:15:44 +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 #32808 from bojidar-bg/30937-less-strict-mixed-spacing 2019-10-25 23:16:04 +02: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 #32808 from bojidar-bg/30937-less-strict-mixed-spacing 2019-10-25 23:16:04 +02: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