summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix unable to deselect audio effectsNancy Zhang2023-12-131-0/+1
|
* Merge pull request #85828 from bruvzg/win_title_upd2Rémi Verschelde2023-12-061-1/+7
|\ | | | | | | Limit window size updates on title translation change.
| * Limit window size updates on title translation change.bruvzg2023-12-061-1/+7
| |
* | Merge pull request #85818 from emklasson/fix_invalid_escape_sequencesRémi Verschelde2023-12-062-10/+10
|\ \ | | | | | | | | | Fix invalid Python escape sequences
| * | Fix invalid Python escape sequencesMikael Klasson2023-12-062-10/+10
| |/
* | Merge pull request #85790 from YuriSizov/editor-input-mapping-dialog-bigRémi Verschelde2023-12-061-3/+3
|\ \ | | | | | | | | | Fix size and visuals of the `InputEventConfigurationDialog`
| * | Fix size and visuals of the InputEventConfigurationDialogYuri Sizov2023-12-051-3/+3
| |/
* | Merge pull request #85787 from bruvzg/locale_updRémi Verschelde2023-12-061-1/+5
|\ \ | |/ |/| | | Do not reload resources and send notification if locale is not changed.
| * Do not reload resources and send notification if locale is not changed.bruvzg2023-12-051-1/+5
| |
* | Merge pull request #85785 from bruvzg/macos_no_angleRémi Verschelde2023-12-052-3/+2
|\ \ | | | | | | | | | [macOS] Switch ANGLE backend to ANGLE over OpenGL, switch default compatibility renderer back to native.
| * | [macOS] Switch ANGLE backend to ANGLE over OpenGL, switch default ↵bruvzg2023-12-052-3/+2
| |/ | | | | | | compatibility renderer back to native.
* | Merge pull request #85585 from jsjtxietian/fix-svg-invisibleRémi Verschelde2023-12-051-1/+1
|\ \ | | | | | | | | | Fix SnapGrid is almost invisble in light theme
| * | Fix SnapGrid is almost invisble in light themejsjtxietian2023-12-011-1/+1
| | |
* | | Merge pull request #85491 from BNTFryingPan/editor-icon-color-docsRémi Verschelde2023-12-051-2/+2
|\ \ \ | | | | | | | | | | | | Fix documentation for `icon_and_font_color` editor setting
| * | | fix documentation for `icon_and_font_color` editor settingFrying☆Pan2023-11-301-2/+2
| | | |
* | | | Merge pull request #84116 from aXu-AP/uv-edit-draw-polygon-fixRémi Verschelde2023-12-052-13/+47
|\ \ \ \ | | | | | | | | | | | | | | | Fix UV editor not showing polygon correctly
| * | | | Fix UV editor not showing polygon correctlyaXu-AP2023-12-052-13/+47
| | | | | | | | | | | | | | | | | | | | Fix polygon not showing correctly if UVs have been moved around. Show the actual contents of the polygon instead.
* | | | | Merge pull request #85774 from bruvzg/macos_xcode_detect2Rémi Verschelde2023-12-051-8/+14
|\ \ \ \ \ | |/ / / / |/| | | | [iOS] Use mdfind to check if Xcode is installed in one-click deploy code.
| * | | | [iOS] Use mdfind to check if Xcode is installed in one-click deploy code.bruvzg2023-12-051-8/+14
| | |_|/ | |/| |
* | | | Merge pull request #85306 from HolonProduction/ime-asyncRémi Verschelde2023-12-051-1/+1
|\ \ \ \ | | | | | | | | | | X11: Send IME update notification deferred
| * | | | X11: Send IME update notification deferredHolonProduction2023-11-241-1/+1
| | | | |
* | | | | Merge pull request #85599 from addmix/CameraAttributesPhysical-docsRémi Verschelde2023-12-051-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Improve documentation for `CameraAttributesPhysical.exposure_shutter_speed`
| * | | | | Improve documentation for `CameraAttributesPhysical.exposure_shutter_speed`addmix2023-12-041-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #85486 from paulloz/fix/property-groups-shadowingRémi Verschelde2023-12-051-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix property groups overriding real properties
| * | | | | Fix property groups overriding real propertiesPaul Joannon2023-11-281-0/+4
| | | | | |
* | | | | | Merge pull request #85312 from ↵Rémi Verschelde2023-12-052-12/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | YuriSizov/window-and-the-case-of-an-unexpected-shrinkage Make sure `Window`'s title is respected before we compute the size
| * | | | | | Make sure `Window`'s title is respected before we compute the sizeYuri Sizov2023-11-242-12/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also removes some suspicious and outdated code that forced this particular dialog to change size when the warning message changed.
* | | | | | | Merge pull request #85196 from HolonProduction/completion-filter-groupsRémi Verschelde2023-12-051-1/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Filter groups and categories from autocompletion
| * | | | | | | Filter groups and categories from autocompletionHolonProduction2023-12-041-1/+10
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #84237 from dalexeev/inspector-fix-array-dict-elem-clearingRémi Verschelde2023-12-051-0/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Inspector: Fix clearing array/dictionary element with `<Object#null>`
| * | | | | | | Inspector: Fix clearing array/dictionary element with `<Object#null>`Danil Alexeev2023-12-051-0/+8
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #79386 from HolonProduction/completion-get-child-staticRémi Verschelde2023-12-051-2/+16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Improve autocompletion with `get_node`
| * | | | | | | Improve autocompletion with get_nodeHolonProduction2023-12-041-2/+16
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #78732 from timothyqiu/zip-cnRémi Verschelde2023-12-052-3/+20
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | Set language encoding flag when using `ZIPPacker`
| * | | | | | Set language encoding flag when using ZIPPackerHaoyu Qiu2023-12-052-3/+20
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | When non-ASCII filenames are used, this indicates that the encoding is UTF-8. Programs like ZIPReader can then parse the filename correctly.
* | | | | | Merge pull request #85753 from groud/allow_invisible_scene_tilesRémi Verschelde2023-12-041-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Keep scene tiles even if the TileMap is invisible
| * | | | | | Keep scene tiles even if the TileMap is invisibleGilles Roudière2023-12-041-1/+1
| |/ / / / /
* | | | | | Merge pull request #85746 from YuriSizov/just-a-fancy-word-for-fabioRémi Verschelde2023-12-041-2/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix the Web platform team's codeowners link
| * | | | | | Fix the Web platform team's codeowners linkYuri Sizov2023-12-041-2/+1
| |/ / / / /
* | | | | | Merge pull request #85745 from YuriSizov/editor-obey-the-theme-overlordRémi Verschelde2023-12-0412-73/+54
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix theme application in various editor dialogs
| * | | | | | Fix theme application in various editor dialogsYuri Sizov2023-12-0412-73/+54
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 99% of the time we shouldn't rely on the signal, we should use the notification instead. I left some comments in places where I couldn't quickly improve the code.
* | | | | | Merge pull request #85681 from KoBeWi/continue_but_not_nowRémi Verschelde2023-12-042-5/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix Tween loop initial value
| * | | | | | Fix Tween loop initial valuekobewi2023-12-022-5/+9
| |/ / / / /
* | | | | | Merge pull request #85646 from aaronfranke/mesh-surf-arr-msgRémi Verschelde2023-12-041-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add a descriptive error message when creating a mesh surface from the wrong array type
| * | | | | | Add a descriptive error message when creating a mesh surface from arraysAaron Franke2023-12-021-2/+2
| |/ / / / /
* | | | | | Merge pull request #85635 from clayjohn/RD-ReflectionProbes-mobileRémi Verschelde2023-12-041-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Set ReflectionProbe frame before mapping id in mobile renderer
| * | | | | | Set ReflectionProbe frame before mapping id in mobile rendererclayjohn2023-12-011-2/+2
| |/ / / / /
* | | | | | Merge pull request #85631 from Malcolmnixon/gltf-convex-decompositionRémi Verschelde2023-12-041-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix memory corruption and assert failures in convex decomposition
| * | | | | | Fix memory corruption and assert failures in convex decompositionMalcolm Nixon2023-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR fixes how triangular faces are decomposed into vertices and indices. The pre-increment resulted in the indices table skipping entry 0 and potentially overrunning the end of the vertices vector.
* | | | | | | Merge pull request #85569 from TokageItLab/fix-seek-diecreteRémi Verschelde2023-12-041-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix AnimationPlayer seeking for Discrete keys