Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a few InputEvent icons | VolTer | 2023-05-25 | 20 | -9/+22 |
| | |||||
* | Remove unnecessary Clipper lib includes | smix8 | 2023-05-24 | 1 | -1/+0 |
| | | | | Removes unnecessary Clipper lib includes. | ||||
* | Merge pull request #77418 from MewPurPur/unify-stylebox-grid-textures | Rémi Verschelde | 2023-05-24 | 5 | -85/+69 |
|\ | | | | | | | Improve StyleBox preview a little | ||||
| * | Improve StyleBox preview a little | VolTer | 2023-05-24 | 5 | -85/+69 |
| | | |||||
* | | Fix a crash when hovering over "Favorites" in the FileSystem dock | Yuri Sizov | 2023-05-24 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #72842 from TokageItLab/fix-pathfollow | Rémi Verschelde | 2023-05-24 | 1 | -2/+2 |
|\ \ | | | | | | | | | | Fix Pathfollow direction and add Z forward option | ||||
| * | | Fix Pathfollow direction | Silc Renew | 2023-05-24 | 1 | -2/+2 |
| | | | | | | | | | | | | Co-authored-by: aaronfranke <arnfranke@yahoo.com> | ||||
* | | | Merge pull request #76052 from TokageItLab/fix-viewport-axis | Rémi Verschelde | 2023-05-24 | 1 | -6/+6 |
|\ \ \ | | | | | | | | | | | | | Fix 3D Viewport Front/Rear axis and Focus button | ||||
| * | | | Fix 3D Viewport Axis button draw order bug | Silc Lizard (Tokage) Renew | 2023-05-23 | 1 | -4/+4 |
| | | | | |||||
| * | | | Revert "Fix swapped front/rear view" | Silc Lizard (Tokage) Renew | 2023-05-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | This reverts commit f995d6cd17e227492dee14627e9262292c58d6a4. | ||||
* | | | | Merge pull request #77421 from MewPurPur/OwO-wats-dis | Rémi Verschelde | 2023-05-24 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | | | | | | Fix BoxOccluder SVG | ||||
| * | | | Fix BoxOccluder SVG | VolTer | 2023-05-24 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #77389 from vmedea/tooltip-pattern-index | Rémi Verschelde | 2023-05-24 | 2 | -0/+2 |
|\ \ \ \ | | | | | | | | | | | | | | | | Add pattern index tooltip to tilemap and tileset editor | ||||
| * | | | | Add pattern index tooltip to tilemap and tileset editor | mara | 2023-05-23 | 2 | -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-filter | Rémi Verschelde | 2023-05-24 | 1 | -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 Rage | 2023-05-23 | 1 | -1/+2 |
| |/ / / | | | | | | | | | | | | | avoid blurry tiles. | ||||
* | | | | Merge pull request #71352 from m4gr3d/editor_optimization_main | Rémi Verschelde | 2023-05-24 | 7 | -16/+28 |
|\ \ \ \ | | | | | | | | | | | | | | | | Improve startup benchmarking | ||||
| * | | | | Improve startup benchmarking | Fredia Huya-Kouadio | 2023-05-23 | 7 | -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_mt | Rémi Verschelde | 2023-05-24 | 1 | -0/+1 |
|\ \ \ \ | |/ / / |/| | | | | | | | Allow threads to mark themselves as safe for nodes | ||||
| * | | | Allow threads to mark themselves as safe for nodes | Pedro J. Estébanez | 2023-05-24 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #77399 from AThousandShips/rpc_convert_fix | Rémi Verschelde | 2023-05-23 | 2 | -39/+51 |
|\ \ \ \ | | | | | | | | | | | | | | | | Ensure quotes are escaped when converting builtin scripts | ||||
| * | | | | Ensure quotes are escaped when converting builtin scripts | Ninni Pipping | 2023-05-23 | 2 | -39/+51 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #77394 from YuriSizov/editor-vshaders-delay-init | Rémi Verschelde | 2023-05-23 | 8 | -28/+35 |
|\ \ \ \ | | | | | | | | | | | | | | | | Delay initialization of the visual shader editor UI | ||||
| * | | | | Delay initialization of the visual shader editor UI | Yuri Sizov | 2023-05-23 | 8 | -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-mapping | Rémi Verschelde | 2023-05-23 | 5 | -64/+24 |
|\ \ \ \ | | | | | | | | | | | | | | | | Use defined key mapping for closing popups and dialogs | ||||
| * | | | | Use defined key mapping for closing popups and dialogs | Arman Elgudzhyan | 2023-05-20 | 5 | -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-padding | Rémi Verschelde | 2023-05-23 | 1 | -0/+5 |
|\ \ \ \ | |_|/ / |/| | | | | | | | Disable padding around highlighted rich text in the editor Output panel | ||||
| * | | | Disable padding around highlighted rich text in the editor Output panel | Hugo Locurcio | 2023-05-21 | 1 | -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-ellipses | Rémi Verschelde | 2023-05-22 | 18 | -18/+18 |
|\ \ \ | | | | | | | | | | | | | Optimize and/or improve some SVG icons | ||||
| * | | | Optimize and/or improve some SVG icons | VolTer | 2023-05-22 | 18 | -18/+18 |
| | |/ | |/| | |||||
* | | | Merge pull request #77179 from KoBeWi/that's_a_lot_of_files | Yuri Sizov | 2023-05-22 | 2 | -5/+30 |
|\ \ \ | | | | | | | | | Add scrolling to overwrite dialog | ||||
| * | | | Add scrolling to overwrite dialog | kobewi | 2023-05-18 | 2 | -5/+30 |
| |/ / | |||||
* | | | Merge pull request #77276 from RandomShaper/avoid_first_import_error_spam | Rémi Verschelde | 2023-05-22 | 1 | -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 project | Pedro J. Estébanez | 2023-05-20 | 1 | -0/+10 |
| | | | | |||||
* | | | | Merge pull request #77225 from JBrowne017/issue-77190 | Rémi Verschelde | 2023-05-22 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | Allow up to INT32_MAX max size in Array/Dictionary editor | ||||
| * | | | | Replace magic num in editor_properties_array_dict | Jackson Thomas Browne | 2023-05-19 | 1 | -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_mt | Rémi Verschelde | 2023-05-22 | 2 | -4/+13 |
|\ \ \ \ | | | | | | | | | | | | | | | | Make certain editor callbacks thread-safe | ||||
| * | | | | Make certain editor callbacks thread-safe | Pedro J. Estébanez | 2023-05-20 | 2 | -4/+13 |
| |/ / / | |||||
* | | | | Merge pull request #74341 from dalexeev/sprite-frames-texture-filter | Rémi Verschelde | 2023-05-22 | 1 | -0/+2 |
|\ \ \ \ | |/ / / |/| | | | | | | | Use nearest with mipmaps texture filter in SpriteFrames editor plugin | ||||
| * | | | Use nearest with mipmaps texture filter in SpriteFrames editor plugin | Danil Alexeev | 2023-03-04 | 1 | -0/+2 |
| | | | | |||||
* | | | | Merge pull request #77221 from hakro/fix-animation-frames-editor | Rémi Verschelde | 2023-05-19 | 2 | -5/+24 |
|\ \ \ \ | | | | | | | | | | | | | | | | Hide Animation Frames section when there are no animations | ||||
| * | | | | Hide Animation Frames section when there are no animations and show message | Hakim | 2023-05-19 | 2 | -5/+24 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #77217 from hakro/disable-nodepath-auto-translate | Rémi Verschelde | 2023-05-19 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | Do not translate node name when assigned to an exported field | ||||
| * | | | | Do not translate node name when assigned to an exported field | Hakim | 2023-05-18 | 1 | -0/+1 |
| |/ / / | |||||
* | | | | Merge pull request #77184 from ↵ | Rémi Verschelde | 2023-05-19 | 1 | -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 list | kobewi | 2023-05-18 | 1 | -0/+5 |
| |/ / | |||||
* | | | i18n: Sync translations with Weblate | Rémi Verschelde | 2023-05-19 | 18 | -285/+4562 |
| | | | | | | | | | | | | (cherry picked from commit acc82a1d05ee9d145593c03d9422ed0393a05c81) | ||||
* | | | i18n: Sync translations with Weblate | Rémi Verschelde | 2023-05-19 | 38 | -726/+15710 |
|/ / | | | | | | | (cherry picked from commit 9cd9a07c27fd73c87079a0bf22cfd39bc0ff170e) | ||||
* | | Merge pull request #77160 from KoBeWi/Control_is_invertebrate | Rémi Verschelde | 2023-05-17 | 1 | -0/+3 |
|\ \ | | | | | | | | | | Fix crash when trying to create bones from Control | ||||
| * | | Fix crash when trying to create bones from Control | kobewi | 2023-05-17 | 1 | -0/+3 |
| | | |