| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix unable to deselect audio effects | Nancy Zhang | 2023-12-13 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #85828 from bruvzg/win_title_upd2 | Rémi Verschelde | 2023-12-06 | 1 | -1/+7 |
| |\ | | | | | | | Limit window size updates on title translation change. | ||||
| | * | Limit window size updates on title translation change. | bruvzg | 2023-12-06 | 1 | -1/+7 |
| | | | |||||
| * | | Merge pull request #85818 from emklasson/fix_invalid_escape_sequences | Rémi Verschelde | 2023-12-06 | 2 | -10/+10 |
| |\ \ | | | | | | | | | | Fix invalid Python escape sequences | ||||
| | * | | Fix invalid Python escape sequences | Mikael Klasson | 2023-12-06 | 2 | -10/+10 |
| | |/ | |||||
| * | | Merge pull request #85790 from YuriSizov/editor-input-mapping-dialog-big | Rémi Verschelde | 2023-12-06 | 1 | -3/+3 |
| |\ \ | | | | | | | | | | Fix size and visuals of the `InputEventConfigurationDialog` | ||||
| | * | | Fix size and visuals of the InputEventConfigurationDialog | Yuri Sizov | 2023-12-05 | 1 | -3/+3 |
| | |/ | |||||
| * | | Merge pull request #85787 from bruvzg/locale_upd | Rémi Verschelde | 2023-12-06 | 1 | -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. | bruvzg | 2023-12-05 | 1 | -1/+5 |
| | | | |||||
| * | | Merge pull request #85785 from bruvzg/macos_no_angle | Rémi Verschelde | 2023-12-05 | 2 | -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 ↵ | bruvzg | 2023-12-05 | 2 | -3/+2 |
| | |/ | | | | | | | compatibility renderer back to native. | ||||
| * | | Merge pull request #85585 from jsjtxietian/fix-svg-invisible | Rémi Verschelde | 2023-12-05 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | Fix SnapGrid is almost invisble in light theme | ||||
| | * | | Fix SnapGrid is almost invisble in light theme | jsjtxietian | 2023-12-01 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #85491 from BNTFryingPan/editor-icon-color-docs | Rémi Verschelde | 2023-12-05 | 1 | -2/+2 |
| |\ \ \ | | | | | | | | | | | | | Fix documentation for `icon_and_font_color` editor setting | ||||
| | * | | | fix documentation for `icon_and_font_color` editor setting | Frying☆Pan | 2023-11-30 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Merge pull request #84116 from aXu-AP/uv-edit-draw-polygon-fix | Rémi Verschelde | 2023-12-05 | 2 | -13/+47 |
| |\ \ \ \ | | | | | | | | | | | | | | | | Fix UV editor not showing polygon correctly | ||||
| | * | | | | Fix UV editor not showing polygon correctly | aXu-AP | 2023-12-05 | 2 | -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_detect2 | Rémi Verschelde | 2023-12-05 | 1 | -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. | bruvzg | 2023-12-05 | 1 | -8/+14 |
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #85306 from HolonProduction/ime-async | Rémi Verschelde | 2023-12-05 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | X11: Send IME update notification deferred | ||||
| | * | | | | X11: Send IME update notification deferred | HolonProduction | 2023-11-24 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Merge pull request #85599 from addmix/CameraAttributesPhysical-docs | Rémi Verschelde | 2023-12-05 | 1 | -1/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Improve documentation for `CameraAttributesPhysical.exposure_shutter_speed` | ||||
| | * | | | | | Improve documentation for `CameraAttributesPhysical.exposure_shutter_speed` | addmix | 2023-12-04 | 1 | -1/+1 |
| | | |_|/ / | |/| | | | |||||
| * | | | | | Merge pull request #85486 from paulloz/fix/property-groups-shadowing | Rémi Verschelde | 2023-12-05 | 1 | -0/+4 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix property groups overriding real properties | ||||
| | * | | | | | Fix property groups overriding real properties | Paul Joannon | 2023-11-28 | 1 | -0/+4 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #85312 from ↵ | Rémi Verschelde | 2023-12-05 | 2 | -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 size | Yuri Sizov | 2023-11-24 | 2 | -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-groups | Rémi Verschelde | 2023-12-05 | 1 | -1/+10 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Filter groups and categories from autocompletion | ||||
| | * | | | | | | | Filter groups and categories from autocompletion | HolonProduction | 2023-12-04 | 1 | -1/+10 |
| | | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | | Merge pull request #84237 from dalexeev/inspector-fix-array-dict-elem-clearing | Rémi Verschelde | 2023-12-05 | 1 | -0/+8 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Inspector: Fix clearing array/dictionary element with `<Object#null>` | ||||
| | * | | | | | | | Inspector: Fix clearing array/dictionary element with `<Object#null>` | Danil Alexeev | 2023-12-05 | 1 | -0/+8 |
| | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | | Merge pull request #79386 from HolonProduction/completion-get-child-static | Rémi Verschelde | 2023-12-05 | 1 | -2/+16 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Improve autocompletion with `get_node` | ||||
| | * | | | | | | | Improve autocompletion with get_node | HolonProduction | 2023-12-04 | 1 | -2/+16 |
| | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | | Merge pull request #78732 from timothyqiu/zip-cn | Rémi Verschelde | 2023-12-05 | 2 | -3/+20 |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | Set language encoding flag when using `ZIPPacker` | ||||
| | * | | | | | | Set language encoding flag when using ZIPPacker | Haoyu Qiu | 2023-12-05 | 2 | -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_tiles | Rémi Verschelde | 2023-12-04 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Keep scene tiles even if the TileMap is invisible | ||||
| | * | | | | | | Keep scene tiles even if the TileMap is invisible | Gilles Roudière | 2023-12-04 | 1 | -1/+1 |
| | |/ / / / / | |||||
| * | | | | | | Merge pull request #85746 from YuriSizov/just-a-fancy-word-for-fabio | Rémi Verschelde | 2023-12-04 | 1 | -2/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix the Web platform team's codeowners link | ||||
| | * | | | | | | Fix the Web platform team's codeowners link | Yuri Sizov | 2023-12-04 | 1 | -2/+1 |
| | |/ / / / / | |||||
| * | | | | | | Merge pull request #85745 from YuriSizov/editor-obey-the-theme-overlord | Rémi Verschelde | 2023-12-04 | 12 | -73/+54 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix theme application in various editor dialogs | ||||
| | * | | | | | | Fix theme application in various editor dialogs | Yuri Sizov | 2023-12-04 | 12 | -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_now | Rémi Verschelde | 2023-12-04 | 2 | -5/+9 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix Tween loop initial value | ||||
| | * | | | | | | Fix Tween loop initial value | kobewi | 2023-12-02 | 2 | -5/+9 |
| | |/ / / / / | |||||
| * | | | | | | Merge pull request #85646 from aaronfranke/mesh-surf-arr-msg | Rémi Verschelde | 2023-12-04 | 1 | -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 arrays | Aaron Franke | 2023-12-02 | 1 | -2/+2 |
| | |/ / / / / | |||||
| * | | | | | | Merge pull request #85635 from clayjohn/RD-ReflectionProbes-mobile | Rémi Verschelde | 2023-12-04 | 1 | -2/+2 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Set ReflectionProbe frame before mapping id in mobile renderer | ||||
| | * | | | | | | Set ReflectionProbe frame before mapping id in mobile renderer | clayjohn | 2023-12-01 | 1 | -2/+2 |
| | |/ / / / / | |||||
| * | | | | | | Merge pull request #85631 from Malcolmnixon/gltf-convex-decomposition | Rémi Verschelde | 2023-12-04 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix memory corruption and assert failures in convex decomposition | ||||
| | * | | | | | | Fix memory corruption and assert failures in convex decomposition | Malcolm Nixon | 2023-12-01 | 1 | -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-diecrete | Rémi Verschelde | 2023-12-04 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix AnimationPlayer seeking for Discrete keys | ||||
