Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
| | |||||
* | Rebrand preambles to Redot | Spartan322 | 2024-10-13 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit e8542b06acca3c1bdeee4b528411771f0819f084) Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com> | ||||
* | Update Node dock when theme changes | Haoyu Qiu | 2024-07-03 | 1 | -0/+2 |
| | |||||
* | Merge pull request #93110 from Hilderin/fix-signal-panel-after-connection | Rémi Verschelde | 2024-06-19 | 1 | -2/+0 |
|\ | | | | | | | Fix Can't reopen signals panel immediately after connecting a signal | ||||
| * | Fix Can't reopen signals panel immediately after connecting a signal #92996 | Hilderin | 2024-06-18 | 1 | -2/+0 |
| | | |||||
* | | [Scene] Add `SceneStringNames::text/value_changed` | A Thousand Ships | 2024-06-19 | 1 | -5/+5 |
| | | |||||
* | | [Scene] Add `SceneStringNames::confirmed` | A Thousand Ships | 2024-06-19 | 1 | -1/+1 |
| | | |||||
* | | [Scene] Add `SceneStringNames::item_selected` | A Thousand Ships | 2024-06-19 | 1 | -2/+2 |
| | | |||||
* | | [Scene] Add `SceneStringNames::font(_size/_color)` | A Thousand Ships | 2024-06-18 | 1 | -2/+2 |
|/ | |||||
* | Editor: Hide GDScript internal functions from method selectors | Danil Alexeev | 2024-06-05 | 1 | -0/+9 |
| | |||||
* | Merge pull request #92465 from Frefreak/signal-connection-dialog-enhance | Rémi Verschelde | 2024-06-04 | 1 | -4/+16 |
|\ | | | | | | | Make signal connections dialog method picker respect bind/unbind | ||||
| * | make signal connections dialog method picker respect bind/unbind | carsonzhu | 2024-05-28 | 1 | -4/+16 |
| | | |||||
* | | Merge pull request #91953 from AThousandShips/use_normal_sname | Rémi Verschelde | 2024-05-31 | 1 | -2/+2 |
|\ \ | | | | | | | | | | Use `CoreStringNames::normal` in more places | ||||
| * | | Use `CoreStringNames::normal` in more places | A Thousand Ships | 2024-05-30 | 1 | -2/+2 |
| |/ | |||||
* / | [Scene] Add `SceneStringNames::id_pressed` | A Thousand Ships | 2024-05-30 | 1 | -3/+3 |
|/ | |||||
* | [Scene] Add SceneStringNames::pressed | A Thousand Ships | 2024-05-14 | 1 | -8/+8 |
| | |||||
* | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -1/+1 |
| | |||||
* | [Core] Add case-insensitive `String::containsn` | A Thousand Ships | 2024-05-08 | 1 | -1/+1 |
| | |||||
* | Merge pull request #90705 from AThousandShips/foreach_list | Rémi Verschelde | 2024-05-07 | 1 | -3/+4 |
|\ | | | | | | | Reduce and prevent unnecessary random-access to `List` | ||||
| * | Reduce and prevent unnecessary random-access to `List` | A Thousand Ships | 2024-05-04 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | Random-access access to `List` when iterating is `O(n^2)` (`O(n)` when accessing a single element) * Removed subscript operator, in favor of a more explicit `get` * Added conversion from `Iterator` to `ConstIterator` * Remade existing operations into other solutions when applicable | ||||
* | | Update ConnectDialog::_filter_method_list to be case insensitive for search ↵ | Joel Kuntz | 2024-05-06 | 1 | -1/+1 |
|/ | | | | | | string Co-Authored-By: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> | ||||
* | Editor: Display deprecated/experimental messages in tooltips | Danil Alexeev | 2024-04-18 | 1 | -5/+12 |
| | |||||
* | Fix connection dialog raise error when it was previously opened in another scene | jsjtxietian | 2024-04-11 | 1 | -1/+1 |
| | |||||
* | Improve SceneTreeEditor usability | RedMser | 2024-03-31 | 1 | -1/+1 |
| | | | | | | - Mark contextually relevant node - Remember/Clear selection as appropriate - Scroll to marked/selected node | ||||
* | Fix unexpected auto-translation of more editor components | Haoyu Qiu | 2024-03-28 | 1 | -1/+1 |
| | |||||
* | Fix unexpected auto translation of Tree content | Haoyu Qiu | 2024-03-18 | 1 | -0/+1 |
| | |||||
* | Merge pull request #89405 from KoBeWi/receiver,_do_you_copy | Rémi Verschelde | 2024-03-12 | 1 | -5/+6 |
|\ | | | | | | | Select method name edit when opening connection dialog | ||||
| * | Select method name edit when opening connection dialog | kobewi | 2024-03-12 | 1 | -5/+6 |
| | | |||||
* | | Allow connecting signals to existing methods without opening the script editor | passivestar | 2024-03-12 | 1 | -16/+25 |
|/ | |||||
* | Add const lvalue ref to editor/* container parameters | Muller-Castro | 2024-02-26 | 1 | -2/+2 |
| | |||||
* | Use check_changed_settings_in_group() everywhere | kobewi | 2024-02-19 | 1 | -1/+3 |
| | |||||
* | Merge pull request #88317 from passivestar/signal-connect-search | Rémi Verschelde | 2024-02-17 | 1 | -0/+13 |
|\ | | | | | | | Add support for search shortcut to signal connection dialog | ||||
| * | Add support for search shortcut to signal connection dialog | passivestar | 2024-02-14 | 1 | -0/+13 |
| | | |||||
* | | Disable signal callback generation in C# | Paul Joannon | 2024-02-14 | 1 | -0/+23 |
|/ | |||||
* | Add support for search shortcut to all docks | passivestar | 2024-01-22 | 1 | -40/+48 |
| | |||||
* | Fixing a usability issue where the DEL key does not delete connections | Madalaski | 2024-01-17 | 1 | -3/+18 |
| | |||||
* | Reorganize code related to editor theming | Yuri Sizov | 2024-01-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | This change introduces a new EditorThemeManager class to abstract theme generatio and its subroutines. Logic related to EditorTheme, EditorColorMap, and editor icons has been extracted into their respective files with includes cleaned up. All related files have been moved to a separate folder to better scope them in the project. This includes relevant generated files as well. | ||||
* | Set icon_max_width in the ConnectionsDock tree | Raul Santos | 2023-10-16 | 1 | -0/+2 |
| | |||||
* | Merge pull request #81284 from ↵ | Rémi Verschelde | 2023-10-06 | 1 | -1/+0 |
|\ | | | | | | | | | | | YeldhamDev/this_one_was_in_the_backlog_for_a_while Show doc tooltips when hovering properties in the theme editor | ||||
| * | Show doc tooltips when hovering properties in the theme editor | Michael Alexsander | 2023-10-04 | 1 | -1/+0 |
| | | |||||
* | | Merge pull request #82875 from SaracenOne/disconnect_button_disable | Rémi Verschelde | 2023-10-05 | 1 | -1/+3 |
|\ \ | |/ |/| | | | Disable disconnect button for inherited signals | ||||
| * | Disable disconnect button for inherited signals | Saracen | 2023-10-05 | 1 | -1/+3 |
| | | |||||
* | | Revamp how documentation tooltips work | Michael Alexsander | 2023-10-03 | 1 | -74/+11 |
|/ | |||||
* | Merge pull request #81750 from Mickeon/fix-connection-dock-popup-for-inherited | Rémi Verschelde | 2023-09-18 | 1 | -0/+5 |
|\ | | | | | | | Fix Connection dock's popups always allowing disconnect | ||||
| * | Fix Connection dock's popups always allowing disconnect | Micky | 2023-09-16 | 1 | -0/+5 |
| | | |||||
* | | Merge pull request #79366 from dalexeev/gds-signal-info-and-callback | Rémi Verschelde | 2023-09-17 | 1 | -7/+32 |
|\ \ | | | | | | | | | | Editor: Improve signal callback generation | ||||
| * | | Editor: Improve signal callback generation | Danil Alexeev | 2023-09-11 | 1 | -7/+32 |
| |/ | |||||
* / | [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-09-15 | 1 | -2/+2 |
|/ | |||||
* | Add EditorStringNames singleton | kobewi | 2023-09-03 | 1 | -31/+32 |
| | |||||
* | Editor: Inspector and Signal docks improvements | Danil Alexeev | 2023-09-02 | 1 | -95/+145 |
| |