godot/modules/gridmap
Juan Linietsky d4433ae6d3 Remove Signal connect binds
Remove the optional argument p_binds from `Object::connect` since it was deprecated by Callable.bind().
Changed all uses of it to Callable.bind()
2022-07-29 16:26:13 +02:00
..
doc_classes Add navigation layer bitmask helper functions 2022-06-19 13:47:19 +02:00
editor Remove Signal connect binds 2022-07-29 16:26:13 +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 Add navigation layer bitmask helper functions 2022-06-19 13:47:19 +02:00
grid_map.h Add navigation layer bitmask helper functions 2022-06-19 13:47:19 +02:00
register_types.cpp Refactor module initialization 2022-05-04 17:34:51 +02:00
register_types.h Refactor module initialization 2022-05-04 17:34:51 +02:00
SCsub Modules: Don't build editor-specific classes in templates 2022-03-28 16:48:15 +02:00