This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced
2025-11-08 12:40:44 +00:00
Code
Releases
Wiki
Activity
Files
e021fc94193275d2548aa24df0793ef3d3b51f7d
godot
/
modules
/
gdscript
/
editor
History
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
..
script_templates
Refactor GDScript/C# script templates logic to be editor-only
2022-03-28 16:21:00 +02:00
gdscript_highlighter.cpp
Add a new HashMap implementation
2022-05-12 11:21:29 +02:00
gdscript_highlighter.h
Replace most uses of Map by HashMap
2022-05-16 10:37:48 +02:00
gdscript_translation_parser_plugin.cpp
Remove
RES
and
REF
typedefs in favor of spelled out
Ref<>
2022-05-03 01:43:50 +02:00
gdscript_translation_parser_plugin.h
Add a new HashSet template
2022-05-20 22:40:38 +02:00