| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Rename ButtonList enum and members to MouseButton | Aaron Franke | 2021-03-23 | 1 | -1/+1 |
* | Implement Navigation layers | Gilles Roudière | 2021-03-10 | 1 | -2/+18 |
* | Fix cases of resources destroyed too early | Pedro J. Estébanez | 2021-01-06 | 1 | -11/+8 |
* | 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 | -6/+6 |
* | Rename Control margin to offset | Marcel Admiraal | 2020-12-23 | 1 | -20/+20 |
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg | 2020-11-26 | 1 | -4/+5 |
* | Variant: Rename Type::_RID to Type::RID | Rémi Verschelde | 2020-11-09 | 1 | -1/+1 |
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -4/+4 |
* | Fix custom property editor to correctly show Basis | Yuri Roubinsky | 2020-10-22 | 1 | -8/+7 |
* | Make all String float conversion methods be 64-bit | Aaron Franke | 2020-07-27 | 1 | -4/+4 |
* | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r... | Stijn Hinlopen | 2020-07-14 | 1 | -6/+6 |
* | Merge pull request #38713 from aaronfranke/string-64bit | Rémi Verschelde | 2020-07-01 | 1 | -4/+4 |
|\ |
|
| * | Remove 32-bit String to_int method | Aaron Franke | 2020-06-03 | 1 | -4/+4 |
* | | Fix custom property editor layout | Yuri Roubinsky | 2020-06-10 | 1 | -4/+25 |
|/ |
|
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -50/+90 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -175/+0 |
* | Revert "Renamed plane's d to distance" | Rémi Verschelde | 2020-05-10 | 1 | -2/+2 |
* | Renamed plane's d to distance | Marcus Elg | 2020-05-10 | 1 | -2/+2 |
* | Rename InputFilter back to Input | Rémi Verschelde | 2020-04-28 | 1 | -2/+2 |
* | Remove Node.get_position_in_parent() | Tomasz Chabora | 2020-04-06 | 1 | -1/+1 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -7/+7 |
* | Renaming of servers for coherency. | Juan Linietsky | 2020-03-27 | 1 | -1/+1 |
* | Popups are now windows also (broken!) | Juan Linietsky | 2020-03-26 | 1 | -52/+28 |
* | Working multiple window support, including editor | Juan Linietsky | 2020-03-26 | 1 | -5/+5 |
* | Refactored input, goes all via windows now. | Juan Linietsky | 2020-03-26 | 1 | -3/+3 |
* | Added a Window node, and made it the scene root. | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
* | Refactored Input, create DisplayServer and DisplayServerX11 | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
* | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde | 2020-03-17 | 1 | -6/+6 |
* | Signals: Port connect calls to use callable_mp | Rémi Verschelde | 2020-02-28 | 1 | -39/+23 |
* | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky | 2020-02-25 | 1 | -10/+16 |
* | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -23/+23 |
* | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 1 | -12/+12 |
* | Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr. | Juan Linietsky | 2020-02-15 | 1 | -14/+12 |
* | ObjectID converted to a structure, fixes many bugs where used incorrectly as ... | Juan Linietsky | 2020-02-12 | 1 | -4/+4 |
* | Texture refactor | Juan Linietsky | 2020-02-11 | 1 | -2/+2 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Cleans up headers included in editor_node.h | Haoyu Qiu | 2019-12-24 | 1 | -0/+2 |
* | Add clear menu entries for extending and replacing scripts | Anubhab Ghosh | 2019-10-23 | 1 | -1/+7 |
* | Default ColorPicker color mode setting | Bhupendra Aole | 2019-08-31 | 1 | -0/+7 |
* | Changed some code showed in LGTM and Coverage | qarmin | 2019-07-20 | 1 | -2/+1 |
* | Some code changed with Clang-Tidy | qarmin | 2019-06-26 | 1 | -1/+1 |
* | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde | 2019-04-09 | 1 | -7/+14 |
* | Add -Wshadow=local to warnings and fix reported issues. | marxin | 2019-02-20 | 1 | -8/+8 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Small capitalization fixes across the editor | Michael Alexsander Silva Dias | 2018-10-26 | 1 | -1/+1 |
* | Fix enum values in the editor and hide enum numeric values in the Inspector | Ignacio Etcheverry | 2018-10-15 | 1 | -6/+8 |
* | Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to c... | DualMatrix | 2018-09-23 | 1 | -57/+0 |
* | Update visual scripting to use new expression class #20885 | K. S. Ernest (iFire) Lee | 2018-09-13 | 1 | -98/+55 |
* | Drop obsolete PropertyEditor and SectionedPropertyEditor code | Rémi Verschelde | 2018-09-11 | 1 | -2683/+1 |