Age | Commit message (Expand) | Author |
2021-02-26 | Prevent crash when clicking Mesh in MeshInstance when is scene root | hilfazer |
2021-02-24 | Relaxes Node naming constraints in glTF documents to match the Editor. | abaire |
2021-02-22 | Merge pull request #46243 from Calinou/improve-get-node-error-message | Rémi Verschelde |
2021-02-22 | Improve the `get_node()` error message to be more descriptive | Hugo Locurcio |
2021-02-21 | Prevent selecting hidden nodes in 3D and Canvas Item editors | hilfazer |
2021-02-18 | Refactor Process Mode | reduz |
2021-02-18 | Reorganize Project Settings | reduz |
2021-02-12 | Merge pull request #34892 from KoBeWi/copy-pasta_v7 | Rémi Verschelde |
2021-02-12 | Duplicate resources pasted to other scenes | kobewi |
2021-02-11 | Fix `Node::rpc_config` return error | MarvinFF |
2021-02-10 | Removed _change_notify | reduz |
2021-02-01 | Node::replace_by was not copying node properties - removed the dead code. | nemerle |
2021-01-17 | Change how editable children data is stored | kobewi |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Merge pull request #44593 from madmiraal/rename-mainloop-methods | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-22 | Rename MainLoop methods to match Node methods | Marcel Admiraal |
2020-12-11 | Move initialization of some classes to headers | Tomasz Chabora |
2020-11-26 | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg |
2020-11-15 | Remove property groups for Pause Mode and Script | Hugo Locurcio |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-09-03 | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg |
2020-09-01 | Made get_child support negative indexes, with documentation | SekoiaTree |
2020-08-12 | Expose NOTIFICATION_POST_ENTER_TREE | Tomasz Chabora |
2020-07-26 | Merge pull request #40724 from KoBeWi/weird_condition_🤔 | Rémi Verschelde |
2020-07-26 | Fix ultra long node names | Tomasz Chabora |
2020-07-24 | Remove multilevel calls | George Marques |
2020-06-30 | Add a separate application focus/in notification out from Window focus notifi... | Juan Linietsky |
2020-06-09 | Fix signal duplication bug when duplicating node with instanced children | Maganty Rushyendra |
2020-05-15 | Replace 'add_child_below_node' with 'add_sibling' in Node | Dominik 'dreamsComeTrue' Jasiński |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine | Rémi Verschelde |
2020-04-21 | Add ability to bind typed arrays to script API | Juan Linietsky |
2020-04-06 | Remove Node.get_position_in_parent() | Tomasz Chabora |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-26 | Working multiple window support, including editor | Juan Linietsky |
2020-03-26 | Refactored input, goes all via windows now. | Juan Linietsky |
2020-02-28 | Signals: Manually port most of remaining connect_compat uses | Rémi Verschelde |
2020-02-27 | Improve the `Node.add_child_below_node()` documentation | Hugo Locurcio |
2020-02-25 | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky |
2020-02-21 | Added StringName as a variant type. | Juan Linietsky |
2020-02-21 | Huge Debugger/EditorDebugger refactor. | Fabio Alessandrelli |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
2020-02-13 | Remove more deprecated methods and code | Rémi Verschelde |
2020-02-12 | Optmized data sent during RPC and RSet calls. | Andrea Catania |
2020-02-05 | Remove duplicate WARN_PRINT macro. | Marcel Admiraal |
2020-01-07 | Don't show conf warning if script is not tool | Tomasz Chabora |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |