godot/modules/gdscript
Rémi Verschelde 95d71dbad1
Merge pull request #80165 from dalexeev/gds-fix-native-signal-not-found
GDScript: Fix regression with native signal not found
2023-08-03 14:46:48 +02:00
..
doc_classes Merge pull request #80109 from timothyqiu/not-markdown 2023-08-01 20:04:00 +02:00
editor Merge pull request #80020 from dalexeev/gds-pot-gen-const-string 2023-08-01 20:03:56 +02:00
icons
language_server Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
tests GDScript: Fix regression with native signal not found 2023-08-02 15:42:36 +03:00
config.py
gdscript.cpp Add error message when a GDScript resource fails to load. 2023-07-31 13:16:29 -04:00
gdscript.h Support threads in the script debugger 2023-07-26 12:06:45 +02:00
gdscript_analyzer.cpp GDScript: Fix bug with identifier shadowed below in current scope 2023-07-26 11:26:57 +03:00
gdscript_analyzer.h Merge pull request #75620 from jpcerrone/fix_shadow_warnings_not_going_away_after_ignoring 2023-07-25 21:25:45 +02:00
gdscript_byte_codegen.cpp GDScript: Optimize operators by assuming the types 2023-07-28 13:08:21 -03:00
gdscript_byte_codegen.h GDScript: Fix some bugs with static variables and functions 2023-06-16 22:52:11 +03:00
gdscript_cache.cpp GDScript: Add static analysis error reporting in GDScriptCache::get_full_script() 2023-07-07 11:16:22 -04:00
gdscript_cache.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
gdscript_codegen.h GDScript: Fix some bugs with static variables and functions 2023-06-16 22:52:11 +03:00
gdscript_compiler.cpp GDScript: Fix regression with native signal not found 2023-08-02 15:42:36 +03:00
gdscript_compiler.h Merge pull request #77744 from dalexeev/gds-reset-block-locals-on-exit 2023-06-21 21:51:05 +02:00
gdscript_disassembler.cpp GDScript: Optimize operators by assuming the types 2023-07-28 13:08:21 -03:00
gdscript_editor.cpp Merge pull request #79935 from dalexeev/gds-validate-node-path-annotation 2023-08-01 17:25:44 +02:00
gdscript_function.cpp Merge pull request #65910 from KoBeWi/gdsus 2023-02-03 16:13:06 +01:00
gdscript_function.h Merge pull request #79990 from vnen/gdscript-assume-op-types 2023-08-01 17:25:52 +02:00
gdscript_lambda_callable.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
gdscript_lambda_callable.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gdscript_parser.cpp Merge pull request #79935 from dalexeev/gds-validate-node-path-annotation 2023-08-01 17:25:44 +02:00
gdscript_parser.h Merge pull request #79880 from dalexeev/gds-fix-id-shadowing-below 2023-07-31 21:01:36 +02:00
gdscript_rpc_callable.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gdscript_rpc_callable.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gdscript_tokenizer.cpp Merge pull request #73226 from AThousandShips/gdscript_tok_improvement 2023-07-31 21:00:57 +02:00
gdscript_tokenizer.h GDScript: Fix MIN_INT not representable as numeric literal 2023-02-15 17:41:46 +03:00
gdscript_utility_functions.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
gdscript_utility_functions.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gdscript_vm.cpp Merge pull request #79990 from vnen/gdscript-assume-op-types 2023-08-01 17:25:52 +02:00
gdscript_warning.cpp GDScript: Fix bug with identifier shadowed below in current scope 2023-07-26 11:26:57 +03:00
gdscript_warning.h GDScript: Fix bug with identifier shadowed below in current scope 2023-07-26 11:26:57 +03:00
register_types.cpp Re-architect how Android plugins are packaged and handled at export time 2023-07-18 19:14:53 +02:00
register_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub