Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef | Spartan322 | 2024-11-19 | 1 | -6/+6 |
|\ | |||||
| * | Use `(r)find_char` instead of `(r)find` for single characters | A Thousand Ships | 2024-11-17 | 1 | -6/+6 |
| | | |||||
* | | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23 | Spartan322 | 2024-11-15 | 1 | -1/+7 |
|\| | |||||
| * | Merge pull request #98220 from bruvzg/dict_ed_fix | Thaddeus Crews | 2024-11-15 | 1 | -1/+7 |
| |\ | | | | | | | | | | [Editor] Fix dictionary editor removing wrong keys and not updating key labels. | ||||
| | * | [Editor] Fix dictionary editor removing wrong keys and not updating key labels. | bruvzg | 2024-10-16 | 1 | -1/+7 |
| | | | |||||
* | | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c | Spartan322 | 2024-10-30 | 1 | -12/+12 |
|\| | | |||||
| * | | Rename internal Button icon to button_icon to match exposed methods | Aaron Franke | 2024-10-29 | 1 | -12/+12 |
| |/ | |||||
* | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
| | | |||||
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
|/ | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | Implement typed dictionaries | Thaddeus Crews | 2024-09-04 | 1 | -11/+116 |
| | |||||
* | Merge pull request #94522 from RoyBerardo/move-array-dict-remove-item | Rémi Verschelde | 2024-08-28 | 1 | -4/+4 |
|\ | | | | | | | Make "Remove Item" appear at the top of the list when editing the value of an array or dictionary | ||||
| * | Make "Remove Item" appear at the top of the list that appears when editing ↵ | Roy Berardo | 2024-07-19 | 1 | -4/+4 |
| | | | | | | | | the type of value in an array or dictionary | ||||
* | | Remove empty bind_methods() | kobewi | 2024-08-15 | 1 | -9/+0 |
| | | |||||
* | | Fix label update for dict on item deletion. | ajreckof | 2024-08-10 | 1 | -0/+6 |
| | | |||||
* | | Fix Object encoded as id in dictionnaries to be represented as int in the ↵ | ajreckof | 2024-07-22 | 1 | -5/+12 |
|/ | | | | inspector. | ||||
* | Always call _can_handle() before _parse_property() | kobewi | 2024-06-26 | 1 | -2/+2 |
| | |||||
* | [Scene] Add `SceneStringNames::text/value_changed` | A Thousand Ships | 2024-06-19 | 1 | -1/+1 |
| | |||||
* | Editor: Focus value editor on type change in Dictionary and Array editors | Valentin Cocaud | 2024-06-04 | 1 | -0/+20 |
| | |||||
* | [Scene] Add `SceneStringNames::panel` | A Thousand Ships | 2024-05-30 | 1 | -2/+2 |
| | |||||
* | [Scene] Add `SceneStringNames::id_pressed` | A Thousand Ships | 2024-05-30 | 1 | -2/+2 |
| | |||||
* | Merge pull request #92225 from ajreckof/fix-multiline-array | Rémi Verschelde | 2024-05-29 | 1 | -0/+3 |
|\ | | | | | Fix array variable with `@export_multiline` not registering changes. | ||||
| * | Fix array variable with`@export_multiline` not registering changes. | ajreckof | 2024-05-21 | 1 | -0/+3 |
| | | |||||
* | | Fix crash on dictionary initialization after return to default in C#. | ajreckof | 2024-05-25 | 1 | -0/+1 |
|/ | |||||
* | [Scene] Add SceneStringNames::pressed | A Thousand Ships | 2024-05-14 | 1 | -10/+10 |
| | |||||
* | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -2/+2 |
| | |||||
* | fix infinite call loop on theme change. | ajreckof | 2024-05-13 | 1 | -13/+3 |
| | | | | Apply suggestions from code review | ||||
* | Add colored margin in Inspector for arrays and dictionaries. | ajreckof | 2024-05-03 | 1 | -5/+25 |
| | | | | | | | Apply suggestions from code review Co-Authored-By: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-Authored-By: Tomek <kobewi4e@gmail.com> | ||||
* | Editor: Display deprecated/experimental messages in tooltips | Danil Alexeev | 2024-04-18 | 1 | -0/+1 |
| | |||||
* | Merge pull request #89406 from AeioMuch/drag_drop_array_nodes | Rémi Verschelde | 2024-04-06 | 1 | -12/+90 |
|\ | | | | | | | Allow batch drag and drop in typed array of Node and NodePath. | ||||
| * | Allow batch drag and drop in typed array of Node and NodePath. | AeioMuch | 2024-04-06 | 1 | -12/+90 |
| | | |||||
* | | Fix crash on invalid values in EditorPropertyArray/Dict | ajreckof | 2024-04-05 | 1 | -3/+5 |
|/ | |||||
* | Fix update property for dictionnaries so that it updates only what is necessary | ajreckof | 2024-03-21 | 1 | -364/+146 |
| | |||||
* | Add const lvalue ref to editor/* container parameters | Muller-Castro | 2024-02-26 | 1 | -1/+1 |
| | |||||
* | Fix paste Value can empty a dictionary depending on right-click location | ajreckof | 2024-02-26 | 1 | -0/+1 |
| | |||||
* | Removing element in array will not change page when emptying page. | ajreckof | 2024-02-23 | 1 | -3/+5 |
| | |||||
* | Dictionary Editor : keep the type of the last added item. | ajreckof | 2024-02-21 | 1 | -3/+13 |
| | |||||
* | 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. | ||||
* | Fix icon corrupted when nested array editors are opened before opening main ↵ | ajreckof | 2024-01-13 | 1 | -2/+2 |
| | | | | array editor. | ||||
* | Update deferred calls to use Callables | kobewi | 2024-01-09 | 1 | -2/+2 |
| | |||||
* | Merge pull request #84445 from Rubonnek/add-const-references-clang-tidy | Rémi Verschelde | 2024-01-04 | 1 | -2/+2 |
|\ | | | | | | | Add const references detected by clang-tidy | ||||
| * | Add const references detected by clang-tidy | Wilson E. Alvarez | 2023-12-16 | 1 | -2/+2 |
| | | |||||
* | | Rework update_property for array. | ajreckof | 2023-12-21 | 1 | -112/+124 |
|/ | | | | | | Apply suggestions from code review Co-Authored-By: Tomek <kobewi4e@gmail.com> | ||||
* | Inspector: Fix clearing array/dictionary element with `<Object#null>` | Danil Alexeev | 2023-12-05 | 1 | -0/+8 |
| | |||||
* | Merge pull request #80977 from ↵ | Rémi Verschelde | 2023-10-04 | 1 | -1/+2 |
|\ | | | | | | | | | | | ajreckof/Paste-Value-emptying-an-array-on-some-right-click-location Fix paste value emptying an array on some right click location | ||||
| * | Fix paste value emptying an array on some right click location | ajreckof | 2023-08-25 | 1 | -1/+2 |
| | | |||||
* | | [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-09-15 | 1 | -1/+1 |
| | | |||||
* | | Add EditorStringNames singleton | kobewi | 2023-09-03 | 1 | -17/+18 |
|/ | |||||
* | Revert "Fix paste value not updated in dictionaries/arrays" | Rémi Verschelde | 2023-06-24 | 1 | -6/+0 |
| | |||||
* | Merge pull request #76711 from ↵ | Rémi Verschelde | 2023-06-18 | 1 | -0/+6 |
|\ | | | | | | | | | | | ajreckof/fix-paste-value-not-updating-element-in-dictionaries/array Fix paste value not updated in dictionaries/arrays | ||||
| * | fix paste value not updated in dictionaries/arrays | ajreckof | 2023-05-12 | 1 | -0/+6 |
| | |