summaryrefslogtreecommitdiffstats
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
* Add a few InputEvent iconsVolTer2023-05-2520-9/+22
|
* Remove unnecessary Clipper lib includessmix82023-05-241-1/+0
| | | | Removes unnecessary Clipper lib includes.
* Merge pull request #77418 from MewPurPur/unify-stylebox-grid-texturesRémi Verschelde2023-05-245-85/+69
|\ | | | | | | Improve StyleBox preview a little
| * Improve StyleBox preview a littleVolTer2023-05-245-85/+69
| |
* | Fix a crash when hovering over "Favorites" in the FileSystem dockYuri Sizov2023-05-241-0/+4
| |
* | Merge pull request #72842 from TokageItLab/fix-pathfollowRémi Verschelde2023-05-241-2/+2
|\ \ | | | | | | | | | Fix Pathfollow direction and add Z forward option
| * | Fix Pathfollow directionSilc Renew2023-05-241-2/+2
| | | | | | | | | | | | Co-authored-by: aaronfranke <arnfranke@yahoo.com>
* | | Merge pull request #76052 from TokageItLab/fix-viewport-axisRémi Verschelde2023-05-241-6/+6
|\ \ \ | | | | | | | | | | | | Fix 3D Viewport Front/Rear axis and Focus button
| * | | Fix 3D Viewport Axis button draw order bugSilc Lizard (Tokage) Renew2023-05-231-4/+4
| | | |
| * | | Revert "Fix swapped front/rear view"Silc Lizard (Tokage) Renew2023-05-231-2/+2
| | | | | | | | | | | | | | | | This reverts commit f995d6cd17e227492dee14627e9262292c58d6a4.
* | | | Merge pull request #77421 from MewPurPur/OwO-wats-disRémi Verschelde2023-05-241-1/+1
|\ \ \ \ | |_|/ / |/| | | | | | | Fix BoxOccluder SVG
| * | | Fix BoxOccluder SVGVolTer2023-05-241-1/+1
| | | |
* | | | Merge pull request #77389 from vmedea/tooltip-pattern-indexRémi Verschelde2023-05-242-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | Add pattern index tooltip to tilemap and tileset editor
| * | | | Add pattern index tooltip to tilemap and tileset editormara2023-05-232-0/+2
| | |/ / | |/| | | | | | | | | | | | | | | | | | Just a little UI convenience feature. Knowing the index (without having to count manually) is convenient when working with tile patterns programmatically, especially when having lots of them.
* | | | Merge pull request #77385 from rakkarage/tileset-atlas-merge-filterRémi Verschelde2023-05-241-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | Make tile atlas merge dialog use filter nearest on right side, like left. To avoid blurry tiles.
| * | | | Make tile atlas merge dialog use filter nearest mipmaps on both sides. To ↵Rakka Rage2023-05-231-1/+2
| |/ / / | | | | | | | | | | | | avoid blurry tiles.
* | | | Merge pull request #71352 from m4gr3d/editor_optimization_mainRémi Verschelde2023-05-247-16/+28
|\ \ \ \ | | | | | | | | | | | | | | | Improve startup benchmarking
| * | | | Improve startup benchmarkingFredia Huya-Kouadio2023-05-237-16/+28
| | |_|/ | |/| | | | | | | | | | Move the benchmarking measuring methods from `Engine` to `OS` to allow for platform specific overrides (e.g: can be used to hook into platform specific benchmarking and tracing capabilities).
* | | | Merge pull request #77234 from RandomShaper/fix_rtl_mtRémi Verschelde2023-05-241-0/+1
|\ \ \ \ | |/ / / |/| | | | | | | Allow threads to mark themselves as safe for nodes
| * | | Allow threads to mark themselves as safe for nodesPedro J. Estébanez2023-05-241-0/+1
| | | |
* | | | Merge pull request #77399 from AThousandShips/rpc_convert_fixRémi Verschelde2023-05-232-39/+51
|\ \ \ \ | | | | | | | | | | | | | | | Ensure quotes are escaped when converting builtin scripts
| * | | | Ensure quotes are escaped when converting builtin scriptsNinni Pipping2023-05-232-39/+51
| | |/ / | |/| |
* | | | Merge pull request #77394 from YuriSizov/editor-vshaders-delay-initRémi Verschelde2023-05-238-28/+35
|\ \ \ \ | | | | | | | | | | | | | | | Delay initialization of the visual shader editor UI
| * | | | Delay initialization of the visual shader editor UIYuri Sizov2023-05-238-28/+35
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes sure that the theme is ready to be used before the methods is called. Also add missing icons (and update some existing). Co-authored-by: Samuel Wilson <yokomeshi@gmail.com>
* | | | Merge pull request #77297 from puchik/popup-close-key-mappingRémi Verschelde2023-05-235-64/+24
|\ \ \ \ | | | | | | | | | | | | | | | Use defined key mapping for closing popups and dialogs
| * | | | Use defined key mapping for closing popups and dialogsArman Elgudzhyan2023-05-205-64/+24
| | |/ / | |/| | | | | | | | | | As opposed to hardcoding the escape key. Also removed such hardcoding in a few other places as well as a hardcoded enter key in one of the affected input fields.
* | | | Merge pull request #77291 from Calinou/editor-log-highlight-decrease-paddingRémi Verschelde2023-05-231-0/+5
|\ \ \ \ | |_|/ / |/| | | | | | | Disable padding around highlighted rich text in the editor Output panel
| * | | Disable padding around highlighted rich text in the editor Output panelHugo Locurcio2023-05-211-0/+5
| |/ / | | | | | | | | | | | | | | | | | | This prevents `[bgcolor]` and `[fgcolor]` rendering from overlapping on nearby characters (especially on the line below). This also makes it look closer to terminal output (which never uses padding).
* | | Merge pull request #77318 from MewPurPur/optimize-svg-ellipsesRémi Verschelde2023-05-2218-18/+18
|\ \ \ | | | | | | | | | | | | Optimize and/or improve some SVG icons
| * | | Optimize and/or improve some SVG iconsVolTer2023-05-2218-18/+18
| | |/ | |/|
* | | Merge pull request #77179 from KoBeWi/that's_a_lot_of_filesYuri Sizov2023-05-222-5/+30
|\ \ \ | | | | | | | | Add scrolling to overwrite dialog
| * | | Add scrolling to overwrite dialogkobewi2023-05-182-5/+30
| |/ /
* | | Merge pull request #77276 from RandomShaper/avoid_first_import_error_spamRémi Verschelde2023-05-221-0/+10
|\ \ \ | | | | | | | | | | | | Avoid error spam on first opening of a not yet imported project
| * | | Avoid error spam on first opening of a not yet imported projectPedro J. Estébanez2023-05-201-0/+10
| | | |
* | | | Merge pull request #77225 from JBrowne017/issue-77190Rémi Verschelde2023-05-221-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | Allow up to INT32_MAX max size in Array/Dictionary editor
| * | | | Replace magic num in editor_properties_array_dictJackson Thomas Browne2023-05-191-1/+1
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Quick update to editor/editor_properties_array_dict max size. Currently, an array in the EditorInspector won't display a number higher than 1,000,000. In place of the current magic number this sets the max to be the INT32_MAX. This eludes the magic number in place and is sufficiently large. Resolves #77190
* | | | Merge pull request #77251 from RandomShaper/fix_editor_mtRémi Verschelde2023-05-222-4/+13
|\ \ \ \ | | | | | | | | | | | | | | | Make certain editor callbacks thread-safe
| * | | | Make certain editor callbacks thread-safePedro J. Estébanez2023-05-202-4/+13
| |/ / /
* | | | Merge pull request #74341 from dalexeev/sprite-frames-texture-filterRémi Verschelde2023-05-221-0/+2
|\ \ \ \ | |/ / / |/| | | | | | | Use nearest with mipmaps texture filter in SpriteFrames editor plugin
| * | | Use nearest with mipmaps texture filter in SpriteFrames editor pluginDanil Alexeev2023-03-041-0/+2
| | | |
* | | | Merge pull request #77221 from hakro/fix-animation-frames-editorRémi Verschelde2023-05-192-5/+24
|\ \ \ \ | | | | | | | | | | | | | | | Hide Animation Frames section when there are no animations
| * | | | Hide Animation Frames section when there are no animations and show messageHakim2023-05-192-5/+24
| | |_|/ | |/| |
* | | | Merge pull request #77217 from hakro/disable-nodepath-auto-translateRémi Verschelde2023-05-191-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | Do not translate node name when assigned to an exported field
| * | | | Do not translate node name when assigned to an exported fieldHakim2023-05-181-0/+1
| |/ / /
* | | | Merge pull request #77184 from ↵Rémi Verschelde2023-05-191-0/+5
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | KoBeWi/all_scene_sub-resources,_not_other_scene's,_not_external,_only_this_scene's Filter extraneous resources from sub-resource list
| * | | Filter extraneous resources from sub-resource listkobewi2023-05-181-0/+5
| |/ /
* | | i18n: Sync translations with WeblateRémi Verschelde2023-05-1918-285/+4562
| | | | | | | | | | | | (cherry picked from commit acc82a1d05ee9d145593c03d9422ed0393a05c81)
* | | i18n: Sync translations with WeblateRémi Verschelde2023-05-1938-726/+15710
|/ / | | | | | | (cherry picked from commit 9cd9a07c27fd73c87079a0bf22cfd39bc0ff170e)
* | Merge pull request #77160 from KoBeWi/Control_is_invertebrateRémi Verschelde2023-05-171-0/+3
|\ \ | | | | | | | | | Fix crash when trying to create bones from Control
| * | Fix crash when trying to create bones from Controlkobewi2023-05-171-0/+3
| | |