summaryrefslogtreecommitdiffstats
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | Don't swap Advanced Import Settings button position based on Swap OK CancelHugo Locurcio2024-10-181-13/+4
| | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "Advanced..." and "Reimport" buttons are not OK/Cancel buttons, so they shouldn't be swapped according to the editor setting (which itself is determined depending on the OS by default).
* | | | | | | | | | | | Merge pull request #787 from Spartan322/cherry-pick/4.3George L. Albany2024-10-251-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Cherry-picks for the master (4.4) branch - 1st batch
| * | | | | | | | | | | | Fix `EngineUpdateLabel` referring to godotengine.orgSpartan3222024-10-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix `EngineUpdateLabel` status version trimming (cherry picked from commit abc52f3836b57eaa46d7d2862232a2e985fd38f4)
* | | | | | | | | | | | | Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5Spartan3222024-10-2416-64/+224
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #97277 from timothyqiu/meta-focusThaddeus Crews2024-10-241-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Add Metadata dialog not focusing name field by default
| | * | | | | | | | | | | | Fix Add Metadata dialog not focusing name field by defaultHaoyu Qiu2024-10-231-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #78312 from Calinou/editor-add-markdown-highlightingThaddeus Crews2024-10-242-0/+68
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Markdown syntax highlighting to the script editor
| | * | | | | | | | | | | | | Add Markdown syntax highlighting to the script editorHugo Locurcio2024-07-022-0/+68
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge pull request #91341 from bjornmp/NewMasterThaddeus Crews2024-10-247-25/+133
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enforce custom nodes to keep their original type
| | * | | | | | | | | | | | | | Enforce that custom nodes keep their original typebjornmp2024-10-227-25/+133
| | | |_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enforce that custom nodes and resources created via the "Create New Node" dialog, should permanently retain their original type (script). This means: - Type continuity: It should be impossible for the user to (accidentally) clear the original script of a custom node that was created via the "Create New Node" dialog. - Extensibility: The user should be able to extend custom types as usual (create a script that inherits the original type and replace the original script of that node with his own). However, if he then clears his extension-script from that node later on, the custom type should revert to its original script instead of becoming a non-scripted type.
| * | | | | | | | | | | | | | Merge pull request #97199 from shahriarlabib000/popupThaddeus Crews2024-10-241-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix `Sprite2D` dialog size for smaller screen device
| | * | | | | | | | | | | | | | fix popup scaleshahriarlabib0002024-09-211-1/+1
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge pull request #98063 from TCROC/fix-headless-importThaddeus Crews2024-10-241-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Headless --import --quit crashes editor
| | * | | | | | | | | | | | | | | clear addon_name_to_plugin ater unload_editor_addons because of memdeleteTravis Lange2024-10-081-0/+2
| | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge pull request #96518 from Giganzo/popup-panel-styleThaddeus Crews2024-10-245-37/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix PopupPanel and PopupMenu menu styles
| | * | | | | | | | | | | | | | Fix PopupPanel menu styleGiganzo2024-10-205-37/+19
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | [master] Rebranding: editor/ + doc/Dubhghlas McLaughlin2024-10-23110-110/+110
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #726 from valkyrienyanko/add-pixel-snap-to-tile-editorGeorge L. Albany2024-10-234-2/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | Add One Pixel Snap Button to the Tile Data Editor
| * | | | | | | | | | | | | | | Add One Pixel Snap Button to Tile Data Editorvalkyrienyanko2024-10-214-2/+10
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #771 from Spartan322/merge/b3bcb2dGeorge L. Albany2024-10-2215-35/+76
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit godotengine/godot@b3bcb2d
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-2215-35/+76
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Merge pull request #98041 from Hilderin/fix-lost-gdextensions-on-startupThaddeus Crews2024-10-212-19/+29
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix loss of gdextension on editor startup
| | | * | | | | | | | | | | | | | | Fix lost of gdextension on editor startup.Hilderin2024-10-202-19/+29
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: NetroScript <noreply@enostrion.com>"
| | * | | | | | | | | | | | | | | Merge pull request #88530 from davthedev/tree-hover-itemsThaddeus Crews2024-10-212-2/+10
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add hover state to Tree items display
| | | * | | | | | | | | | | | | | | Add hover state to Tree items displayDavid Giardi2024-10-172-2/+10
| | | | |_|_|/ / / / / / / / / / / | | | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Merge pull request #98237 from dustdfg/os_transitive_image_headers_refactorThaddeus Crews2024-10-214-0/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't include `core/io/image.h` in `core/os/os.h`
| | | * | | | | | | | | | | | | | | Don't include `core/io/image.h` in `core/os/os.h`Yevhen Babiichuk (DustDFG)2024-10-184-0/+4
| | | | |_|_|_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `core/os/os.h` doesn't use `core/io/image.h`. It just brings transitive dependencies. Lots of dependencies because `core/os/os.h` is transitively included in almost every file of godot Also added `core/io/image.h` into files^1 where `Ref<Image>` and `core/os/os.h` were used to prevent obscure errors involving `Ref<Image>` ^1 except those which include `core/io/image_loader.h` or `core/io/image.h` by corresponding .h file with the same name Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com> Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
| | * | | | | | | | | | | | | | | Merge pull request #97205 from tetrapod00/inspect-native-shader-codeThaddeus Crews2024-10-212-0/+9
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "Inspect Native Shader Code" to shader inspector and shader editor
| | | * | | | | | | | | | | | | | | Add "Inspect Native Shader Code" to shader resource and shader editortetrapod002024-10-082-0/+9
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Merge pull request #97707 from Sauermann/fix-input-device-clashThaddeus Crews2024-10-212-8/+9
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix `InputEvent` device id clash
| | | * | | | | | | | | | | | | | | | Fix InputEvent device id clashMarkus Sauermann2024-10-202-8/+9
| | | | |_|_|_|_|_|_|_|_|_|/ / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `InputMap::ALL_DEVICES` and `InputEvent::DEVICE_ID_EMULATION` have the same value `-1`. Change value of `InputMap::All_DEVICES` so that it's different from `InputEvent::DEVICE_ID_EMULATION`. `InputEvent::DEVICE_ID_EMULATION` is part of the API and can't be changed without potentially breaking projects. Gather all special device constants in a single location inside `InputEvent`. Add a converter to project settings, that takes care of adjusting project files during loading.
| | * | | | | | | | | | | | | | | | Merge pull request #97706 from lalitshankarchowdhury/fix-create-folderThaddeus Crews2024-10-211-0/+7
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Display proper message on invalid folder path
| | | * | | | | | | | | | | | | | | | Display proper message on invalid folder pathLalit Shankar Chowdhury2024-10-171-0/+7
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Merge pull request #97542 from AThousandShips/dict_sort_fixThaddeus Crews2024-10-211-5/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Core] Fix sorting of `Dictionary` keys
| | | * | | | | | | | | | | | | | | | [Core] Fix sorting of `Dictionary` keysA Thousand Ships2024-10-181-5/+4
| | | |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `StringName` keys were sorted as `StringName` which is unstable.
| | * | | | / / / / / / / / / / / / Improve display for lightmap probes in the editorHugo Locurcio2024-10-181-1/+4
| | | |_|_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use the default Back cull mode to improve performance slightly and prevent obstructing the camera. - Fade probes when the camera gets close as to be less intrusive.
* | / | | | | | | | | | | | | | | Improve the brand related assetsMuhannad Elbolaky2024-10-211-1/+1
|/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switch logos and other related assets to Heebo Ultra-bold as it should - New Splash - Add missing outlines - Replace the bad quality images - Optimize images size
* | | | | | | | | | | | | | | | Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6dSpartan3222024-10-1812-27/+56
|\| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge pull request #98254 from timothyqiu/marker-typosClay John2024-10-171-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typos in `AnimationMarkerEdit`
| | * | | | | | | | | | | | | | | Fix typos in `AnimationMarkerEdit`Haoyu Qiu2024-10-171-2/+2
| | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Merge pull request #98222 from timothyqiu/media-control-rtlClay John2024-10-174-16/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't flip playback control buttons in RTL layout
| | * | | | | | | | | | | | | | | Don't flip playback control buttons in RTL layoutHaoyu Qiu2024-10-164-16/+13
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge pull request #97885 from timothyqiu/useful-tooltipClay John2024-10-171-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | Make `EditorFileDialog`'s Recent and Fav list show full path in tooltip
| | * | | | | | | | | | | | | | | Make EditorFileDialog's Recent and Fav list show full path in tooltipHaoyu Qiu2024-10-061-0/+2
| | | |_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge pull request #97564 from ↵Thaddeus Crews2024-10-161-5/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kitbdev/animation-bezier-editor-fix-box-select-mouse Fix mouse clamping in Animation Bezier Editor box select
| | * | | | | | | | | | | | | | | Fix mouse clamping in Animation Bezier box selectkit2024-09-271-5/+0
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge pull request #98196 from bruvzg/u16_listThaddeus Crews2024-10-161-1/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Font Importer] Update Unicode block list to Unicode 16.0
| | * | | | | | | | | | | | | | | | [Font Importer] Update Unicode block list to Unicode 16.0bruvzg2024-10-151-1/+12
| | | |_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge pull request #98156 from jaydensipe/show-custom-icons-in-remote-scene-viewThaddeus Crews2024-10-161-0/+14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show correct icons in remote object inspector (EditorDebuggerRemoteObject)
| | * | | | | | | | | | | | | | | | Show correct icons in EditorDebuggerRemoteObjectJayden Sipe2024-10-151-0/+14
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | |