godot/modules/gdscript
2020-08-19 03:01:52 +02:00
..
doc_classes
editor Update POT generation to handle context and plurals 2020-08-19 03:01:52 +02:00
icons
language_server GDScript: Fix LSP getting wrong union value on unnamed enums 2020-08-17 21:10:30 -03:00
config.py
gdscript_analyzer.cpp GDScript: Allow enum values to be set to constant expressions 2020-08-18 17:44:20 -03:00
gdscript_analyzer.h GDScript: Allow enum values to be set to constant expressions 2020-08-18 17:44:20 -03:00
gdscript_cache.cpp GDScript: Fix crash when superclass file is non-existent 2020-08-17 21:30:39 -03:00
gdscript_cache.h
gdscript_compiler.cpp
gdscript_compiler.h
gdscript_editor.cpp Merge pull request #41224 from ThakeeNathees/fix-ctrl+click-not-working 2020-08-13 10:25:46 -03:00
gdscript_function.cpp
gdscript_function.h
gdscript_functions.cpp
gdscript_functions.h
gdscript_parser.cpp GDScript: Allow enum values to be set to constant expressions 2020-08-18 17:44:20 -03:00
gdscript_parser.h GDScript: Allow enum values to be set to constant expressions 2020-08-18 17:44:20 -03:00
gdscript_tokenizer.cpp GDScript: Allow "match" to be used as an identifier 2020-08-17 20:14:46 -03:00
gdscript_tokenizer.h GDScript: Allow "match" to be used as an identifier 2020-08-17 20:14:46 -03:00
gdscript_warning.cpp
gdscript_warning.h
gdscript.cpp GDScript: Add script to cache on reload 2020-08-18 11:21:09 -03:00
gdscript.h
register_types.cpp
register_types.h
SCsub