godot/modules/gridmap
Hugo Locurcio 180e5d3028
Remove RES and REF typedefs in favor of spelled out Ref<>
These typedefs don't save much typing compared to the full `Ref<Resource>`
and `Ref<RefCounted>`, yet they sometimes introduce confusion among
new contributors.
2022-05-03 01:43:50 +02:00
..
doc_classes Remove unimplemented set_clip() method 2022-03-02 00:44:30 +01:00
editor Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
icons Increase icon saturation by 30% for all editor icons 2021-05-11 18:15:31 +02:00
config.py Disable 3D-only modules when 3D is disabled 2021-06-03 17:45:28 -04:00
grid_map.cpp Remove RES and REF typedefs in favor of spelled out Ref<> 2022-05-03 01:43:50 +02:00
grid_map.h Remove RES and REF typedefs in favor of spelled out Ref<> 2022-05-03 01:43:50 +02:00
register_types.cpp Modules: Don't build editor-specific classes in templates 2022-03-28 16:48:15 +02:00
register_types.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
SCsub Modules: Don't build editor-specific classes in templates 2022-03-28 16:48:15 +02:00