godot/modules/gdscript
Rémi Verschelde 32ddd4f4e0
Doctool: Remove version attribute from XML header
We don't use that info for anything, and it generates unnecessary diffs
every time we bump the minor version (and CI failures if we forget to
sync some files from opt-in modules (mono, text_server_fb).

(cherry picked from commit 81064cc239)
2024-09-11 12:41:48 +02:00
..
doc_classes Doctool: Remove version attribute from XML header 2024-09-11 12:41:48 +02:00
editor One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
icons Add support for creating editor icons per module 2019-06-28 23:42:26 +03:00
language_server Allow LSP to process multiple messages per poll 2024-04-25 11:47:51 +02:00
SCsub SCons: Fix build with GDScript LSP disabled 2024-04-25 16:24:13 +02:00
config.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
gdscript.cpp Merge pull request #81089 from SysError99/3.x-dont-warm-about-return-value-discarded 2024-04-04 13:02:22 +01:00
gdscript.h One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
gdscript_compiler.cpp [3.x] GDScript: Fix `get_method_list` for custom functions 2024-02-07 10:10:32 +03:00
gdscript_compiler.h One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
gdscript_editor.cpp Suggest class_name in 3.x autocompletion. 2023-04-22 16:29:14 +02:00
gdscript_function.cpp One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
gdscript_function.h [3.x] GDScript: Fix `get_method_list` for custom functions 2024-02-07 10:10:32 +03:00
gdscript_functions.cpp One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
gdscript_functions.h One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
gdscript_parser.cpp Revert "Fix parsing inner class declaration when "pass" keyword is on the same line" 2024-07-15 10:37:21 +01:00
gdscript_parser.h Revert "Fix parsing inner class declaration when "pass" keyword is on the same line" 2024-07-15 10:37:21 +01:00
gdscript_tokenizer.cpp Use hash table for GDScript parsing 2023-03-12 14:55:31 +00:00
gdscript_tokenizer.h Use hash table for GDScript parsing 2023-03-12 14:55:31 +00:00
register_types.cpp One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
register_types.h One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00