| Commit message (Expand) | Author | Age | Files | Lines |
* | Discern between virtual and abstract class bindings | reduz | 2022-03-10 | 1 | -3/+3 |
* | Remove most EditorNode constructor parameters and fields | trollodel | 2022-02-14 | 1 | -3/+2 |
* | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 1 | -0/+2 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Replace String comparisons with "", String() to is_empty() | Nathan Franke | 2021-12-09 | 1 | -2/+2 |
* | Optimize StringName usage | reduz | 2021-07-18 | 1 | -1/+1 |
* | Rename Transform to Transform3D in core | Aaron Franke | 2021-06-03 | 1 | -3/+3 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Editor: Fix invalid use of Node::get_viewport() after rename of EditorNode::g... | Rémi Verschelde | 2020-12-28 | 1 | -1/+1 |
* | Rename Control margin to offset | Marcel Admiraal | 2020-12-23 | 1 | -1/+1 |
* | Rename AcceptDialog get_ok() to get_ok_button() | Marcel Admiraal | 2020-12-14 | 1 | -2/+2 |
* | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r... | Stijn Hinlopen | 2020-07-14 | 1 | -1/+1 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -6/+10 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -28/+0 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -3/+3 |
* | doc: Update classref with node renames | Rémi Verschelde | 2020-03-30 | 1 | -1/+1 |
* | Rename more 2D and 3D nodes to follow convention | Rémi Verschelde | 2020-03-27 | 1 | -2/+2 |
* | Renamed 2D and 3D nodes to make their types explicit | Juan Linietsky | 2020-03-27 | 1 | -8/+8 |
* | Popups are now windows also (broken!) | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
* | Working multiple window support, including editor | Juan Linietsky | 2020-03-26 | 1 | -9/+9 |
* | Signals: Port connect calls to use callable_mp | Rémi Verschelde | 2020-02-28 | 1 | -10/+5 |
* | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -5/+5 |
* | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 1 | -6/+4 |
* | Several fixes to 3D rendering, and multimesh implementation. | Juan Linietsky | 2020-02-11 | 1 | -1/+1 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' | Braden Bodily | 2019-08-17 | 1 | -6/+3 |
* | Added release function to PoolVector::Access. | Ibrahn Sahir | 2019-07-06 | 1 | -1/+1 |
* | Fix error macro calls not ending with semicolon | Rémi Verschelde | 2019-06-11 | 1 | -1/+1 |
* | Set switch_on_hover to true for the remaining menus | Guilherme Felipe | 2019-04-25 | 1 | -0/+1 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | 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 |
* | Dead code tells no tales | Rémi Verschelde | 2017-08-27 | 1 | -15/+0 |
* | 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 | -4/+4 |
* | Replace GUI anchor type by a float between 0 and 1 | Gilles Roudiere | 2017-08-13 | 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 | -120/+88 |
* | Refactoring: rename tools/editor/ to editor/ | Rémi Verschelde | 2017-03-05 | 1 | -0/+465 |