| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Minor tweaks and fixes to panning | kobewi | 2022-01-23 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #57000 from KoBeWi/UNLIMITED_PANNING | Rémi Verschelde | 2022-01-23 | 1 | -1/+3 |
| |\ | |||||
| | * | Add ViewPanner to 2D editor | kobewi | 2022-01-21 | 1 | -1/+3 |
| | | | |||||
| * | | Merge pull request #56252 from Gallilus/Update-visual-script-property-selector | Rémi Verschelde | 2022-01-21 | 4 | -728/+1522 |
| |\ \ | |||||
| | * | | Improve Visual Script editor to suggest the proper visual script nodes. | David Cambré | 2022-01-17 | 4 | -728/+1522 |
| | |/ | |||||
| * | | Merge pull request #55066 from trollodel/less_singletons_in_editornode | Rémi Verschelde | 2022-01-20 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Store panels and docks singletons in their own classes | trollodel | 2022-01-20 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #52134 from RandomShaper/fix_naming | Rémi Verschelde | 2022-01-20 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Rename Variant::is_ref() to is_ref_counted() | Pedro J. Estébanez | 2022-01-20 | 1 | -1/+1 |
| | |/ | |||||
| * / | Convert TextEdit callbacks to Callable | Paulb23 | 2022-01-19 | 2 | -2/+2 |
| |/ | |||||
| * | Fix crash when exiting the editor | Haoyu Qiu | 2022-01-15 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #55541 from KoBeWi/outcognito_scripts | Rémi Verschelde | 2022-01-14 | 2 | -0/+10 |
| |\ | |||||
| | * | Make script type distinguishable by icon | kobewi | 2022-01-13 | 2 | -0/+10 |
| | | | |||||
| * | | Merge pull request #56646 from Chaosus/vst_context_menu | Rémi Verschelde | 2022-01-12 | 2 | -15/+59 |
| |\ \ | |||||
| | * | | Add context menu to visual script editor | Yuri Roubinsky | 2022-01-09 | 2 | -15/+59 |
| | | | | |||||
| * | | | Merge pull request #53185 from KoBeWi/viewing_pan | Rémi Verschelde | 2022-01-12 | 1 | -0/+5 |
| |\ \ \ | |||||
| | * | | | Unify panning in sub-editors and make it configurable | kobewi | 2022-01-11 | 1 | -0/+5 |
| | |/ / | |||||
| * / / | i18n: Make VisualScript node caption & text translatable | Haoyu Qiu | 2022-01-11 | 5 | -64/+74 |
| |/ / | |||||
| * | | Merge pull request #56352 from ↵ | Rémi Verschelde | 2022-01-05 | 1 | -0/+8 |
| |\ \ | | | | | | | | | | Gallilus/Include-base-signals-to-VisualScriptEmitSignal | ||||
| | * | | Include base signals to VisualScriptEmitSignal | David Cambré | 2021-12-30 | 1 | -0/+8 |
| | |/ | |||||
| * | | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 20 | -40/+40 |
| | | | | | | | | | Happy new year to the wonderful Godot community! | ||||
| * | | Merge pull request #53957 from fabriceci/new-template-workflow | Rémi Verschelde | 2022-01-03 | 2 | -50/+44 |
| |\ \ | |||||
| | * | | Improve editor template workflow | fabriceci | 2022-01-02 | 2 | -50/+44 |
| | |/ | | | | | | | Co-Authored-By: jmb462 <jmb462@gmail.com> | ||||
| * / | Fix usage of "Return" in the docs | kobewi | 2022-01-02 | 2 | -56/+56 |
| |/ | |||||
| * | Fix incorrect placement of default value editor in visual scripts | Yuri Roubinsky | 2021-12-13 | 1 | -1/+1 |
| | | |||||
| * | Replace String comparisons with "", String() to is_empty() | Nathan Franke | 2021-12-09 | 7 | -47/+47 |
| | | | | | | | Also: - Adds two stress tests to test_string.h - Changes to .empty() on std::strings | ||||
| * | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke | 2021-12-09 | 1 | -6/+6 |
| | | |||||
| * | Fix bad popups offset in editor with single window off | jmb462 | 2021-12-06 | 1 | -6/+6 |
| | | | | | | Co-authored-by: Gil Arasa Verge <gilarasaverge@gmail.com> Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com> | ||||
| * | Fixes variable/singal nodes not renaming in visualscript editor | Umang Kalra | 2021-11-24 | 1 | -0/+29 |
| | | |||||
| * | Rename `remove()` to `remove_at()` when removing by index | Lightning_A | 2021-11-23 | 3 | -7/+7 |
| | | |||||
| * | Added `reset_size` method to `Control` and `Window` classes | Yuri Roubinsky | 2021-11-22 | 1 | -6/+6 |
| | | |||||
| * | Fix `randfn` in visual scripts | Yuri Roubinsky | 2021-11-17 | 1 | -2/+7 |
| | | |||||
| * | Expose `randfn` to global scope | Yuri Roubinsky | 2021-11-17 | 3 | -43/+59 |
| | | |||||
| * | Replace Godot docs URL with `$DOCS_URL` in XML class reference | Rémi Verschelde | 2021-11-15 | 1 | -1/+1 |
| | | |||||
| * | Use "enum class" for input enums | Aaron Franke | 2021-11-12 | 2 | -26/+26 |
| | | |||||
| * | Make OpenSimplex and VisualScript modules not depend on the editor | Aaron Franke | 2021-11-12 | 6 | -11/+15 |
| | | |||||
| * | Merge pull request #53819 from TokageItLab/re-implement-ping-pong | Rémi Verschelde | 2021-11-09 | 3 | -23/+44 |
| |\ | | | | | Reimplement ping-pong animation and reverse playback | ||||
| | * | reimplement ping-pong | Silc 'Tokage' Renew | 2021-11-03 | 3 | -23/+44 |
| | | | |||||
| * | | Merge pull request #54653 from KoBeWi/built_in_scripts_deserved_that | Rémi Verschelde | 2021-11-09 | 1 | -11/+14 |
| |\ \ | | | | | | | Improve save handling for built-in scripts | ||||
| | * | | Improve save handling for built-in scripts | kobewi | 2021-11-07 | 1 | -11/+14 |
| | | | | |||||
| * | | | VisualScript-sync-and-improve-variable-and-property | David Cambré | 2021-11-06 | 1 | -11/+16 |
| |/ / | |||||
| * | | Add is_built_in() method to Resource | kobewi | 2021-11-04 | 1 | -1/+1 |
| | | | |||||
| * | | Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR` | Hugo Locurcio | 2021-11-03 | 5 | -14/+14 |
| | | | | | | | | | | | This is consistent with other constants that include `NO`, such as `PROPERTY_HINT_COLOR_NO_ALPHA`. | ||||
| * | | Fixes copy-paste issue in the visual script editor | David Cambré | 2021-11-03 | 2 | -111/+132 |
| |/ | | | | | Moves copy and paste in their own functions so copy_nodes_request and paste_nodes_request are able to work. Applies paste offset to the last mouse clicked position. | ||||
| * | clang-format: Various fixes to comments alignment from `clang-format` 13 | Rémi Verschelde | 2021-10-28 | 1 | -16/+0 |
| | | | | | All reviewed manually and occasionally rewritten to avoid bad auto formatting. | ||||
| * | clang-format: Disable alignment of operands, too unreliable | Rémi Verschelde | 2021-10-28 | 1 | -1/+1 |
| | | | | | | | | | | Sets `AlignOperands` to `DontAlign`. `clang-format` developers seem to mostly care about space-based indentation and every other version of clang-format breaks the bad mismatch of tabs and spaces that it seems to use for operand alignment. So it's better without, so that it respects our two-tabs `ContinuationIndentWidth`. | ||||
| * | Remove unimplemented methods | Marcel Admiraal | 2021-10-21 | 1 | -6/+0 |
| | | |||||
| * | Implement toast notifications in the editor | Gilles Roudière | 2021-10-14 | 1 | -1/+1 |
| | | |||||
| * | Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ↵ | Juan Linietsky | 2021-10-11 | 3 | -44/+23 |
| | | | | | NodeAnimation" | ||||
| * | Merge pull request #48332 from TokageItLab/implement-ping-pong | Rémi Verschelde | 2021-10-11 | 3 | -23/+44 |
| |\ | |||||
