Age | Commit message (Expand) | Author |
2021-11-04 | Add is_built_in() method to Resource | kobewi |
2021-11-03 | Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR` | Hugo Locurcio |
2021-11-03 | Fixes copy-paste issue in the visual script editor | David Cambré |
2021-10-28 | clang-format: Various fixes to comments alignment from `clang-format` 13 | Rémi Verschelde |
2021-10-28 | clang-format: Disable alignment of operands, too unreliable | Rémi Verschelde |
2021-10-21 | Remove unimplemented methods | Marcel Admiraal |
2021-10-14 | Implement toast notifications in the editor | Gilles Roudière |
2021-10-11 | Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ... | Juan Linietsky |
2021-10-11 | Merge pull request #48332 from TokageItLab/implement-ping-pong | Rémi Verschelde |
2021-10-11 | Move add_syntax_highlighter bind to ScriptEditorBase | Paulb23 |
2021-10-09 | implement ping-pong loop in animation | Tokage |
2021-10-06 | doc: Update links to latest documentation after content reorganization | Rémi Verschelde |
2021-10-04 | Fix some leftover references to idle_frame | kobewi |
2021-09-30 | Use range iterators for `Map` | Lightning_A |
2021-09-21 | Merge pull request #52877 from Calinou/add-print-verbose | Rémi Verschelde |
2021-09-21 | Add `print_verbose()` built-in function to print in verbose mode only | Hugo Locurcio |
2021-09-20 | Don't generate empty doc sections and reduce code duplication | Aaron Franke |
2021-09-18 | Fix incorrect call of `_center_on_node` in VisualScript editor | Yuri Roubinsky |
2021-09-17 | Merge pull request #52655 from Chaosus/toggle_scripts_panel | Rémi Verschelde |
2021-09-15 | Merge pull request #52656 from akien-mga/rename-vseditor-singleton | Max Hilbrunner |
2021-09-15 | Added status bar and toggle scripts panel button to EditorHelp/VScripts | Yuri Roubinsky |
2021-09-14 | Merge pull request #52222 from Gallilus/Fix-VisualScriptPropertySet-value-pro... | Rémi Verschelde |
2021-09-14 | Rename VisualScriptEditor singleton to VisualScriptCustomNodes | Rémi Verschelde |
2021-09-13 | Update VisualScriptCustomNode.xml | David Cambré |
2021-09-07 | [Net] Move multiplayer to core subdir, split RPCManager. | Fabio Alessandrelli |
2021-09-01 | Merge pull request #51639 from Ev1lbl0w/gsoc21-dap | Fabio Alessandrelli |
2021-08-31 | Implemented advanced features of DAP | Ev1lbl0w |
2021-08-31 | Remove cartesian2polar and polar2cartesian | kobewi |
2021-08-30 | [Net] Rename RPC "puppet" to "auth" (authority). Drop "master". | Fabio Alessandrelli |
2021-08-29 | Fix VisualScriptPropertySet value hint | David Cambré |
2021-08-26 | Fix misspelled "overriden" | Haoyu Qiu |
2021-08-24 | Fix Visual Script editor | Max Hilbrunner |
2021-08-23 | Entirely removes BIND_VMETHOD in favor of GDVIRTUAL | reduz |
2021-08-22 | Replace BIND_VMETHOD by new GDVIRTUAL syntax | reduz |
2021-08-20 | Fix VisualScriptEditor after namespaces | Max Hilbrunner |
2021-08-17 | Namespaces instead of underscore prefix for binds | Max Hilbrunner |
2021-08-13 | Fix duplicate conditions. | Anilforextra |
2021-08-12 | Resource: Remove unused `_use_builtin_script()` virtual method | Rémi Verschelde |
2021-08-10 | Use Key enum instead of plain integers | Aaron Franke |
2021-08-10 | Merge pull request #49343 from theoway/node_auto_arrangement_graph_edit | K. S. Ernest (iFire) Lee |
2021-08-11 | Automatic arrangement of nodes in VisualScript/VisualShaders editors | Umang Kalra |
2021-08-09 | Use doubles for time in many other places | Aaron Franke |
2021-08-02 | Validates VisualScript.add_node input node | Haoyu Qiu |
2021-07-31 | Make action names translatable | Haoyu Qiu |
2021-07-30 | Remove obsolete "dectime" method | Aaron Franke |
2021-07-30 | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde |
2021-07-26 | Merge pull request #50840 from Gallilus/VisualScript-drop-preload-nodes-chang... | Rémi Verschelde |
2021-07-25 | Change "Add Preload Node" action to "Add Node(s)" | Gallilus |
2021-07-25 | Use const references where possible for List range iterators | Rémi Verschelde |
2021-07-23 | Use C++ iterators for Lists in many situations | Aaron Franke |