Age | Commit message (Expand) | Author |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |
2021-11-22 | Added `reset_size` method to `Control` and `Window` classes | Yuri Roubinsky |
2021-11-17 | Fix `randfn` in visual scripts | Yuri Roubinsky |
2021-11-17 | Expose `randfn` to global scope | Yuri Roubinsky |
2021-11-15 | Replace Godot docs URL with `$DOCS_URL` in XML class reference | Rémi Verschelde |
2021-11-12 | Use "enum class" for input enums | Aaron Franke |
2021-11-12 | Make OpenSimplex and VisualScript modules not depend on the editor | Aaron Franke |
2021-11-09 | Merge pull request #53819 from TokageItLab/re-implement-ping-pong | Rémi Verschelde |
2021-11-09 | Merge pull request #54653 from KoBeWi/built_in_scripts_deserved_that | Rémi Verschelde |
2021-11-07 | Improve save handling for built-in scripts | kobewi |
2021-11-06 | VisualScript-sync-and-improve-variable-and-property | David Cambré |
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-11-03 | reimplement ping-pong | Silc 'Tokage' Renew |
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 |