godot/scene
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
..
2d Remove Signal connect binds 2022-07-29 16:26:13 +02:00
3d Remove Signal connect binds 2022-07-29 16:26:13 +02:00
animation Remove Signal connect binds 2022-07-29 16:26:13 +02:00
audio Implement BPM support 2022-07-23 07:31:17 +02:00
debugger Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
gui Remove Signal connect binds 2022-07-29 16:26:13 +02:00
main Remove Signal connect binds 2022-07-29 16:26:13 +02:00
resources Remove Signal connect binds 2022-07-29 16:26:13 +02:00
property_utils.cpp Cleanup and move char functions to the char_utils.h header. 2022-02-04 11:35:01 +02:00
property_utils.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
register_scene_types.cpp Merge pull request #63049 from Faless/mp/4.x_as_module 2022-07-28 20:46:31 +02:00
register_scene_types.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
scene_string_names.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
scene_string_names.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
SCsub [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. 2022-07-26 09:31:12 +02:00