godot/modules/gdscript
Dani Frank 8f5e424c66 Fix subclass finding in extend statement for sub-sub classes
lookup was always done on top level script instead of advancing to subclass each time.
this commit changes the lookup to always be at last found subclass
2020-01-18 11:55:27 +02:00
..
doc_classes Merge pull request #34280 from zaksnet/fix-yield-documentation 2019-12-16 08:49:32 +01:00
editor Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
icons Add support for creating editor icons per module 2019-06-28 23:42:26 +03:00
language_server Prevent GDScript language server from listening to external hosts by default 2020-01-15 00:29:59 +00:00
config.py doc: Improve docs for Resource* classes 2019-06-18 20:07:26 +02:00
gdscript.cpp Merge pull request #35218 from bojidar-bg/26691-parse-error-errors 2020-01-16 22:32:49 +01:00
gdscript.h Keep a weak reference to orphan subclasses to reuse on class reload 2020-01-15 22:54:01 +02:00
gdscript_compiler.cpp Keep a weak reference to orphan subclasses to reuse on class reload 2020-01-15 22:54:01 +02:00
gdscript_compiler.h GDScript: Don't re-evaluate index on assigment with operation 2020-01-09 10:43:29 -03:00
gdscript_editor.cpp Merge pull request #35218 from bojidar-bg/26691-parse-error-errors 2020-01-16 22:32:49 +01:00
gdscript_function.cpp Fix constant access in base class through subclass instance 2020-01-17 00:12:45 +02:00
gdscript_function.h Validate instances of objects before trying to check their type in GDScript 2020-01-16 16:39:59 +02:00
gdscript_functions.cpp GDScript: enable type checks on release mode 2020-01-08 12:38:18 -03:00
gdscript_functions.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gdscript_parser.cpp Fix subclass finding in extend statement for sub-sub classes 2020-01-18 11:55:27 +02:00
gdscript_parser.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gdscript_tokenizer.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gdscript_tokenizer.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
register_types.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
register_types.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub GDScript: Disable LSP if either jsonrpc or websocket are disabled 2019-08-28 13:29:37 +02:00