| Commit message (Expand) | Author | Age | Files | Lines |
* | String: Remove TTR and DTR defines in non-tools build | Rémi Verschelde | 2022-03-28 | 1 | -1/+1 |
* | Use `switch` consistently in `_notification` (`scene` folder) | Rémi Verschelde | 2022-02-15 | 1 | -3/+4 |
* | Reorganize inspector layout workflow for Control nodes | Yuri Sizov | 2022-02-10 | 1 | -0/+31 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Rename minimum_size_changed() method | kobewi | 2021-12-06 | 1 | -4/+4 |
* | Add pre-sort signal and notification in Container | PouleyKetchoupp | 2021-10-05 | 1 | -0/+6 |
* | Fix RTL layout Label text, VBox child, 3D node editor controls, and popup men... | bruvzg | 2021-09-21 | 1 | -2/+3 |
* | Editor StringName and Viewport optimizations | Joan Fons | 2021-07-20 | 1 | -3/+3 |
* | Use Array for node configuration warnings | Nathan Franke | 2021-04-11 | 1 | -7/+5 |
* | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut | 2021-02-09 | 1 | -1/+0 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Rename empty() to is_empty() | Marcel Admiraal | 2020-12-28 | 1 | -1/+1 |
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg | 2020-11-26 | 1 | -6/+1 |
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -1/+1 |
* | Merge pull request #38743 from arrowinaknee/node-config-warnings | Rémi Verschelde | 2020-10-01 | 1 | -1/+1 |
|\ |
|
| * | Update all get_configuration_warning to retrieve warnings from the parent | ArrowInAKnee | 2020-05-16 | 1 | -1/+1 |
* | | Fix Container sorting not working when overriding _sort_children in gdscript | PouleyKetchoupp | 2020-05-16 | 1 | -3/+1 |
|/ |
|
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -7/+14 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -15/+0 |
* | Signals: Port connect calls to use callable_mp | Rémi Verschelde | 2020-02-28 | 1 | -7/+6 |
* | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -6/+6 |
* | Use MOUSE_FILTER_PASS for all containers (but PanelContainer) | Rémi Verschelde | 2020-01-13 | 1 | -0/+2 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Improve the node configuration warning display | Hugo Locurcio | 2019-07-09 | 1 | -2/+2 |
* | Fix minor typos | Yuri Chornoivan | 2019-06-17 | 1 | -1/+1 |
* | Fix typos with codespell | Rémi Verschelde | 2019-05-19 | 1 | -1/+1 |
* | Add a warning when using plain Container, as many users seem to misunderstand... | Juan Linietsky | 2019-03-03 | 1 | -0/+13 |
* | Check if p_child is not null in Container.fit_child_rect() | Timo Schwarzer | 2019-01-03 | 1 | -0/+1 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -1/+1 |
* | -Ability to open resources in the same window | Juan Linietsky | 2018-05-17 | 1 | -0/+5 |
* | -New inspector. | Juan Linietsky | 2018-05-15 | 1 | -3/+3 |
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
* | Convert Object::cast_to() to the static version | Hein-Pieter van Braam | 2017-08-24 | 1 | -3/+3 |
* | Removes type information from method binds | Ignacio Etcheverry | 2017-08-10 | 1 | -1/+1 |
* | More fill modes for containers, closes #9504 | Juan Linietsky | 2017-07-06 | 1 | -3/+15 |
* | renamed all Rect2.pos to Rect2.position | alexholly | 2017-06-04 | 1 | -3/+3 |
* | Rename [gs]et_pos to [gs]et_position for Controls | Sergey Pusnei | 2017-04-10 | 1 | -1/+1 |
* | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
* | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -35/+30 |
* | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -4/+4 |
* | New API for visibility in both CanvasItem and Spatial | Juan Linietsky | 2017-01-13 | 1 | -1/+1 |
* | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -4/+4 |
* | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
* | Revert "make `Container` node aware of `Size Flags`" | Rémi Verschelde | 2016-10-30 | 1 | -12/+0 |
* | make `Container` node aware of `Size Flags` | Răzvan Cosmin Rădulescu | 2016-10-26 | 1 | -0/+12 |
* | VisualScript can now execute visual scripts, but there is no debugger or prof... | Juan Linietsky | 2016-08-05 | 1 | -0/+8 |
* | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |