| .. |
|
doc_classes
|
Merge pull request #40903 from Calinou/doc-json
|
2020-07-31 10:39:56 +07:00 |
|
editor
|
Fix colour region continuation over blank lines, issue 41120
|
2020-08-08 15:36:46 +07:00 |
|
icons
|
Fix missing module editor icons
|
2020-03-08 19:32:25 +07:00 |
|
language_server
|
GDScript: Fix LSP getting wrong union value on unnamed enums
|
2020-08-17 21:10:30 +07:00 |
|
SCsub
|
SCons: Format buildsystem files with psf/black
|
2020-03-30 09:05:53 +07:00 |
|
config.py
|
DocData: Skip unexposed classes
|
2020-04-20 12:51:10 +07:00 |
|
gdscript.cpp
|
GDScript: Add script to cache on reload
|
2020-08-18 11:21:09 +07:00 |
|
gdscript.h
|
Remove multilevel calls
|
2020-07-24 14:13:58 +07:00 |
|
gdscript_analyzer.cpp
|
Merge pull request #41238 from MarianoGnu/gdscript-export-resource
|
2020-08-23 11:04:52 +07:00 |
|
gdscript_analyzer.h
|
GDScript: Allow enum values to be set to constant expressions
|
2020-08-18 17:44:20 +07:00 |
|
gdscript_cache.cpp
|
GDScript: Fix crash when superclass file is non-existent
|
2020-08-17 21:30:39 +07:00 |
|
gdscript_cache.h
|
Wrap up GDScript 2.0 base implementation
|
2020-07-22 11:07:51 +07:00 |
|
gdscript_compiler.cpp
|
GDScript: Allow "new()" to be called in non-static functions
|
2020-07-24 13:45:23 +07:00 |
|
gdscript_compiler.h
|
Wrap up GDScript 2.0 base implementation
|
2020-07-22 11:07:51 +07:00 |
|
gdscript_editor.cpp
|
Merge pull request #41224 from ThakeeNathees/fix-ctrl+click-not-working
|
2020-08-13 10:25:46 +07:00 |
|
gdscript_function.cpp
|
New GDScript tokenizer and parser
|
2020-07-20 11:38:39 +07:00 |
|
gdscript_function.h
|
New GDScript tokenizer and parser
|
2020-07-20 11:38:39 +07:00 |
|
gdscript_functions.cpp
|
GDScript: Clarified/fixed inaccuracies in the built-in function docs.
|
2020-07-25 20:26:02 +07:00 |
|
gdscript_functions.h
|
Reworked signal connection system, added support for Callable and Signal objects and made them default.
|
2020-02-20 08:24:50 +07:00 |
|
gdscript_parser.cpp
|
GDScript: Show error when function return type is missing
|
2020-08-19 14:09:45 +07:00 |
|
gdscript_parser.h
|
GDScript: Allow enum values to be set to constant expressions
|
2020-08-18 17:44:20 +07:00 |
|
gdscript_tokenizer.cpp
|
GDScript: Allow keywords to be used in $ notation
|
2020-08-19 10:19:05 +07:00 |
|
gdscript_tokenizer.h
|
GDScript: Allow keywords to be used in $ notation
|
2020-08-19 10:19:05 +07:00 |
|
gdscript_warning.cpp
|
Add warning checks in GDScript analyzer
|
2020-07-20 11:38:40 +07:00 |
|
gdscript_warning.h
|
Add warning checks in GDScript analyzer
|
2020-07-20 11:38:40 +07:00 |
|
register_types.cpp
|
[GDScript] Add static HashMap cleanup.
|
2020-08-01 22:08:12 +07:00 |
|
register_types.h
|
Adding missing include guards to header files identified by LGTM.
|
2020-03-23 04:52:36 +07:00 |