godot/modules/gdscript
reduz 45af29da80 Add a new HashSet template
* Intended to replace RBSet in most cases.
* Optimized for iteration speed
2022-05-20 22:40:38 +02:00
..
doc_classes
editor Add a new HashSet template 2022-05-20 22:40:38 +02:00
icons
language_server Add a new HashSet template 2022-05-20 22:40:38 +02:00
tests Merge pull request #55201 from Scony/fix-unreachable-code-false-positive 2022-05-18 16:04:12 +02:00
config.py
gdscript_analyzer.cpp Add a new HashSet template 2022-05-20 22:40:38 +02:00
gdscript_analyzer.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
gdscript_byte_codegen.cpp Add a new HashMap implementation 2022-05-12 11:21:29 +02:00
gdscript_byte_codegen.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
gdscript_cache.cpp Add a new HashSet template 2022-05-20 22:40:38 +02:00
gdscript_cache.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
gdscript_codegen.h
gdscript_compiler.cpp Fix crash when extending inner class in GDScript 2022-05-18 16:53:24 +03:00
gdscript_compiler.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
gdscript_disassembler.cpp
gdscript_editor.cpp Add a new HashSet template 2022-05-20 22:40:38 +02:00
gdscript_function.cpp Merge pull request #61003 from vnen/gdscript-await-stack-fix 2022-05-16 14:10:29 +02:00
gdscript_function.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
gdscript_lambda_callable.cpp
gdscript_lambda_callable.h
gdscript_parser.cpp Merge pull request #55201 from Scony/fix-unreachable-code-false-positive 2022-05-18 16:04:12 +02:00
gdscript_parser.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
gdscript_rpc_callable.cpp
gdscript_rpc_callable.h
gdscript_tokenizer.cpp Implement exponential operator (**) to GDScript/Expressions 2022-05-11 16:30:37 +03:00
gdscript_tokenizer.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
gdscript_utility_functions.cpp
gdscript_utility_functions.h
gdscript_vm.cpp Merge pull request #61003 from vnen/gdscript-await-stack-fix 2022-05-16 14:10:29 +02:00
gdscript_warning.cpp
gdscript_warning.h
gdscript.cpp Add a new HashSet template 2022-05-20 22:40:38 +02:00
gdscript.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
register_types.cpp Add a new HashSet template 2022-05-20 22:40:38 +02:00
register_types.h
SCsub