Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-19 | Change return type of `get_configuration_warnings` to `PackedStringArray` | Marc Gilleron | |
2022-08-29 | Rename `CanvasItem.update()` to `queue_redraw()` | Micky | |
Affects a lot of classes. Very thoroughly checked signal connections and deferred calls to this method, add_do_method/add_undo_method calls, and so on. Also renames the internal `_update_callback()` to `_redraw_callback()` for consistency. Just a few comments have also been changed to say "redraw". In CPUParticles2D, there was a private variable with the same name. It has been renamed to `do_redraw`. | |||
2022-05-23 | Fix Joint3D and Joint2D warning causing a crash | trollodel | |
2022-05-19 | Use suffixes for units in nodes and resources | Aaron Franke | |
2022-03-28 | String: Remove TTR and DTR defines in non-tools build | Rémi Verschelde | |
This ensures we don't use TTR in runtime code, as it's specifically meant to source translations for the editor. | |||
2022-02-28 | Joint2D and Joint3D: make set_exclude_nodes_from_collision respect signals | Ricardo Buring | |
2022-02-28 | Joint2D and Joint3D: update joint on NOTIFICATION_POST_ENTER_TREE | Ricardo Buring | |
This allows reparenting, etc. | |||
2022-02-27 | Joint2D and Joint3D: disconnect only connected signals | Ricardo Buring | |
2022-02-15 | Use `switch` consistently in `_notification` (`scene` folder) | Rémi Verschelde | |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2021-10-07 | Joint2D: Use boolean instead of warning string for validity test | George Marques | |
Those strings are stripped at release there's a false positive that the bodies are valid, causing a crash. | |||
2021-10-01 | Rename Joint2D and Joint3D files for consistency | PouleyKetchoupp | |
Now matches the class names to be consistent between 2D and 3D and with other node types. |