godot/modules/gdscript
Danil Alexeev 06f3cd8bd8
Several documentation improvements
(cherry picked from commit a4c5790350)
2020-09-15 19:26:40 +02:00
..
doc_classes Several documentation improvements 2020-09-15 19:26:40 +02: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 Include gdscript warning name in LSP message. 2020-07-15 12:15:16 +02:00
config.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
gdscript.cpp Revert "Include gdscript warning name in the warning message." 2020-07-15 12:15:12 +02:00
gdscript.h fixed: saving gdscript with cyclic inheritance crash the editor 2020-05-11 10:50:45 +02:00
gdscript_compiler.cpp GDScript debugger incorrect error line fixed 2020-06-18 10:51:45 +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 Auto completion enhanced for extends and class level identifier 2020-08-17 12:54:01 +05:30
gdscript_function.cpp GDScript: Fix assert message when no custom message is set 2020-06-04 12:09:39 +02:00
gdscript_function.h Fix object leaks caused by unfulfilled yields 2020-05-05 17:53:47 +02:00
gdscript_functions.cpp fix: dict2inst crash when constructor has arguments 2020-05-11 11:01:12 +02:00
gdscript_functions.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gdscript_parser.cpp autocompletion inside comments bug fixed 2020-08-23 23:01:54 +05:30
gdscript_parser.h Auto completion enhanced for extends and class level identifier 2020-08-17 12:54:01 +05:30
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 Adding missing include guards to header files identified by LGTM. 2020-03-25 11:38:54 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00