Age | Commit message (Expand) | Author |
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 |
2019-11-21 | Setting the node process priority should not trigger an error | Martin Capitanio |
2019-11-17 | Implement `Node::get_process_priority()` and its associated property | Hugo Locurcio |
2019-10-17 | Expose Node::update_configuration_warning() to scripts | PouleyKetchoupp |
2019-09-25 | Merge pull request #32051 from qarmin/some_error_explanation | Rémi Verschelde |
2019-09-25 | Added some obvious errors explanations | qarmin |
2019-09-19 | Add new events and accompanying logic to notify when the app is paused and re... | fhuya |
2019-08-23 | Add an `editor_description` property to Node for documentation purposes | Hugo Locurcio |
2019-08-17 | Improve the scene tree signals/groups tooltip | Hugo Locurcio |
2019-08-09 | Remove ERR_EXPLAIN from scene/* code | Tomasz Chabora |
2019-08-08 | Merge pull request #31185 from mitchcurtis/get_path | Rémi Verschelde |
2019-08-08 | Merge pull request #31182 from mitchcurtis/remove_child | Rémi Verschelde |
2019-08-08 | Improve error message in Node::remove_child() | Mitch Curtis |
2019-08-07 | Improve error message in Node::get_path() | Mitch Curtis |
2019-08-07 | Merge pull request #31122 from Muller-Castro/enhancement | Rémi Verschelde |
2019-08-07 | Add some code changes/fixes proposed by Coverity and Clang Tidy | qarmin |
2019-08-06 | Removed unnecessary reassigns | Muller-Castro |
2019-07-20 | Changed some code showed in LGTM and Coverage | qarmin |
2019-07-11 | Merge pull request #30498 from bojidar-bg/30495-cannot-insert-key | Rémi Verschelde |
2019-07-10 | Fix inability to insert keys via Insert Key context menu | Bojidar Marinov |
2019-07-10 | Use reference to constant in functions | qarmin |
2019-07-01 | Merge pull request #29980 from Dentrax/directed-by-qarmin | Rémi Verschelde |
2019-07-01 | fix some crashes | Furkan Türkal |
2019-06-27 | Merge pull request #29941 from qarmin/redundant_code_and_others | Rémi Verschelde |
2019-06-26 | Node: Fix logic of has/get_node_and_resource and document it | Rémi Verschelde |
2019-06-26 | Some code changed with Clang-Tidy | qarmin |
2019-06-11 | Fix error macro calls not ending with semicolon | Rémi Verschelde |
2019-05-28 | Node::duplicate: Don't set name if original node is nameless | Rémi Verschelde |
2019-05-24 | Fixed scene tree update after changing node name in tool script | PouleyKetchoupp |
2019-04-30 | Merge pull request #24437 from mateusfccp/single_quotes_option | Rémi Verschelde |
2019-04-22 | Merge pull request #28140 from Daw11/orphan-nodes | Rémi Verschelde |
2019-04-20 | Object::script may not be a valid Ref<Script> | Hein-Pieter van Braam-Stewart |
2019-04-17 | Add a monitor for the orphan nodes | Daw11 |
2019-04-11 | No more metadata and dependency indices kept in resources saved. | Juan Linietsky |
2019-04-05 | Merge pull request #26803 from ptrojahn/emptynode | Rémi Verschelde |
2019-04-04 | Clean up notifications and merge Node and MainLoop ones for clarity, closes #... | Juan Linietsky |
2019-03-08 | Make get_node return NULL for empty NodePaths | Paul Trojahn |