godot/modules/gdscript
Markus Sauermann a793960a10 Fix cppcheck const parameters
Convert method signature parameters to const where it is possible

# Conflicts:
#	drivers/gles3/rasterizer_canvas_gles3.cpp
#	drivers/gles3/rasterizer_canvas_gles3.h
#	editor/plugins/animation_state_machine_editor.cpp
#	editor/plugins/animation_state_machine_editor.h
2022-04-28 11:35:39 +02:00
..
doc_classes Fix typo in GDScript::range doc 2022-04-20 19:38:49 +03:00
editor Refactor GDScript/C# script templates logic to be editor-only 2022-03-28 16:21:00 +02:00
icons
language_server Make FileAccess and DirAccess classes reference counted. 2022-04-11 13:28:51 +03:00
tests Merge pull request #60396 from vnen/gdscript-self-lambda 2022-04-27 13:11:24 +02:00
config.py
gdscript_analyzer.cpp Merge pull request #60396 from vnen/gdscript-self-lambda 2022-04-27 13:11:24 +02:00
gdscript_analyzer.h GDScript: Allow using self in lambdas 2022-04-24 21:49:02 -03:00
gdscript_byte_codegen.cpp GDScript: Allow using self in lambdas 2022-04-24 21:49:02 -03:00
gdscript_byte_codegen.h GDScript: Allow using self in lambdas 2022-04-24 21:49:02 -03:00
gdscript_cache.cpp Make FileAccess and DirAccess classes reference counted. 2022-04-11 13:28:51 +03:00
gdscript_cache.h
gdscript_codegen.h GDScript: Allow using self in lambdas 2022-04-24 21:49:02 -03:00
gdscript_compiler.cpp GDScript: Allow using self in lambdas 2022-04-24 21:49:02 -03:00
gdscript_compiler.h
gdscript_disassembler.cpp GDScript: Allow using self in lambdas 2022-04-24 21:49:02 -03:00
gdscript_editor.cpp Fix cppcheck const parameters 2022-04-28 11:35:39 +02:00
gdscript_function.cpp
gdscript_function.h GDScript: Allow using self in lambdas 2022-04-24 21:49:02 -03:00
gdscript_lambda_callable.cpp GDScript: Allow using self in lambdas 2022-04-24 21:49:02 -03:00
gdscript_lambda_callable.h GDScript: Allow using self in lambdas 2022-04-24 21:49:02 -03:00
gdscript_parser.cpp GDScript: Allow using self in lambdas 2022-04-24 21:49:02 -03:00
gdscript_parser.h GDScript: Allow using self in lambdas 2022-04-24 21:49:02 -03:00
gdscript_rpc_callable.cpp
gdscript_rpc_callable.h
gdscript_tokenizer.cpp improve OS.get_name classref, misc/scripts fixes, remove trailing quote 2022-04-22 17:13:08 -05:00
gdscript_tokenizer.h
gdscript_utility_functions.cpp Fix some issues found by cppcheck. 2022-04-06 14:34:37 +03:00
gdscript_utility_functions.h
gdscript_vm.cpp GDScript: Allow using self in lambdas 2022-04-24 21:49:02 -03:00
gdscript_warning.cpp
gdscript_warning.h
gdscript.cpp improved error msg for gdscript load_source_code 2022-04-22 16:10:48 +12:00
gdscript.h GDScript: Allow using self in lambdas 2022-04-24 21:49:02 -03:00
register_types.cpp
register_types.h
SCsub Refactor GDScript/C# script templates logic to be editor-only 2022-03-28 16:21:00 +02:00