Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Let EditorLog use the right call queue for thread safety | Pedro J. Estébanez | 2024-07-08 | 2 | -6/+2 |
| | | | | This is a complement to f61c63e3a1d525ccc204f64ad813c4ba77077468. | ||||
* | Merge pull request #94067 from RandomShaper/fix_build | Rémi Verschelde | 2024-07-08 | 1 | -0/+1 |
|\ | | | | | | | Windows: Fix build error due to missing definition of Texture2D | ||||
| * | Windows: Fix build error due to missing definition of Texture2D | Pedro J. Estébanez | 2024-07-08 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #94061 from bruvzg/menu_is_native | Rémi Verschelde | 2024-07-08 | 9 | -64/+62 |
|\ \ | | | | | | | | | | [NativeMenu] Do not auto toggle check/multi-state items. Add `is_native_menu` method. | ||||
| * | | [NativeMenu] Do not auto toggle check/multi-state items. Add ↵ | bruvzg | 2024-07-08 | 9 | -64/+62 |
| | | | | | | | | | | | | `is_native_menu` method. | ||||
* | | | Merge pull request #94057 from kitbdev/fix-request-save-signal-type | Rémi Verschelde | 2024-07-08 | 2 | -2/+2 |
|\ \ \ | | | | | | | | | | | | | Fix ScriptEditor `request_save_previous_state` signal type | ||||
| * | | | Fix request_save_previous_state signal type | kit | 2024-07-07 | 2 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #94054 from mihe/fix-bezier-focus | Rémi Verschelde | 2024-07-08 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | Fix focus shortcut when in the bezier curve editor | ||||
| * | | | | Fix focus shortcut when in the bezier curve editor | Mikael Hermansson | 2024-07-08 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #94004 from Hilderin/fix-blender-export-quotation-mark | Rémi Verschelde | 2024-07-08 | 3 | -7/+65 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix .blend files with quotation marks in filename fail to import | ||||
| * | | | | | Fix .blend files with quotation marks in filename fail to import | Hilderin | 2024-07-07 | 3 | -7/+65 |
| |/ / / / | |||||
* | | | | | Merge pull request #93928 from RandomShaper/fix_res_load_flush | Rémi Verschelde | 2024-07-08 | 1 | -5/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | `ResourceLoader`: Fixup management of thread-specific status | ||||
| * | | | | | ResourceLoader: Fixup management of thread-specific status | Pedro J. Estébanez | 2024-07-08 | 1 | -5/+2 |
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | - Allows the message queue override to flush after loading each resource, which was the original intent. - Removes a redundant call to mark the thread as safe-for-nodes. | ||||
* | | | | | Merge pull request #93815 from HolonProduction/comletion-variant-lookup | Rémi Verschelde | 2024-07-08 | 1 | -5/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Autocompletion: Don't use `in` operator to decide over variant lookup | ||||
| * | | | | | Autocompletion: Don't use `in` operator to decide over variant lookup | HolonProduction | 2024-07-01 | 1 | -5/+8 |
| | | | | | | |||||
* | | | | | | Merge pull request #91300 from jsjtxietian/project-binary-doc | Rémi Verschelde | 2024-07-08 | 1 | -2/+3 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | Mention ProjectSettings won't be affected by `convert_text_resources_to_binary` | ||||
| * | | | | | Mention ProjectSettings won't be affected by `convert_text_resources_to_binary` | jsjtxietian | 2024-07-08 | 1 | -2/+3 |
| | | | | | | |||||
* | | | | | | Merge pull request #94044 from adamscott/fix-web-sample-playback-finished-signal | Rémi Verschelde | 2024-07-07 | 6 | -2/+61 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix Web samples finished missing signal | ||||
| * | | | | | | Fix Web samples finished missing signal | Adam Scott | 2024-07-07 | 6 | -2/+61 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge pull request #94040 from Hilderin/fix-first-time-toggle-bottom-panel | Rémi Verschelde | 2024-07-07 | 3 | -8/+18 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix first time of Toggle Last Opened Bottom Panel opens Output panel | ||||
| * | | | | | | Fix first time of Toggle Last Opened Bottom Panel opens Output panel | Hilderin | 2024-07-07 | 3 | -8/+18 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #94039 from rburing/fix_physics_tickcounter | Rémi Verschelde | 2024-07-07 | 7 | -14/+5 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix physics tick counter | ||||
| * | | | | | | Fix physics tick counter | Ricardo Buring | 2024-07-07 | 7 | -14/+5 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The counter is now incremented at the start of a physics tick rather than at the end. Co-authored-by: lawnjelly <lawnjelly@gmail.com> | ||||
* | | | | | | Merge pull request #94036 from rburing/fti_fix_pause | Rémi Verschelde | 2024-07-07 | 2 | -0/+12 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Physics Interpolation: Fix behaviour on pause | ||||
| * | | | | | | Fixed Timestep Interpolation: Fix behaviour on pause | Ricardo Buring | 2024-07-07 | 2 | -0/+12 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | Co-authored-by: lawnjelly <lawnjelly@gmail.com> | ||||
* | | | | | | Merge pull request #94035 from markdibarry/parallax2d-remove-unused | Rémi Verschelde | 2024-07-07 | 1 | -4/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Remove unused assignment in Parallax2D | ||||
| * | | | | | | Remove unused assignment in Parallax2D | Mark DiBarry | 2024-07-07 | 1 | -4/+3 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #94033 from Hilderin/fix-ctrl-space-script-editor-add-space | Rémi Verschelde | 2024-07-07 | 1 | -7/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix custom Ctrl-Space shortcut in Script Editor adds a space | ||||
| * | | | | | | Fix custom shortcut Ctrl-Space in Script Editor add a space | Hilderin | 2024-07-07 | 1 | -7/+4 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #94024 from anniryynanen/ime-block | Rémi Verschelde | 2024-07-07 | 1 | -0/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix IME blocking controls | ||||
| * | | | | | | Fix IME blocking controls | Anni Ryynänen | 2024-07-07 | 1 | -0/+1 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge pull request #94007 from scotmcp/master | Rémi Verschelde | 2024-07-07 | 2 | -3/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Update docs for `Animation.track_set_path` and `AnimationMixer.root_motion_track` | ||||
| * | | | | | | Update Animation.track_set_path and AnimationMixer.root_motion_track | Scot | 2024-07-07 | 2 | -3/+3 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated the usage description of [method Animation.track_set_path] and [member Animation.root_motion_track] to identify the parent is the root_node identified in animation player, and that the format is the same for each. Remove extra symbols | ||||
* | | | | | | Merge pull request #93860 from ↵ | Rémi Verschelde | 2024-07-07 | 2 | -10/+13 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | CookieBadger/animation-bezier-undo-on-different-animation-fix Fix inconsistent behavior of Bezier editor undo operations upon selection of different animation | ||||
| * | | | | | fix animation bezier editor undo operations applying to wrong animation | emild | 2024-07-02 | 2 | -10/+13 |
| | | | | | | |||||
* | | | | | | Merge pull request #94021 from Riteo/scale-is-relative | Rémi Verschelde | 2024-07-07 | 1 | -0/+5 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Wayland: Scale relative pointer motion | ||||
| * | | | | | | Wayland: scale relative pointer motion | Riteo | 2024-07-07 | 1 | -0/+5 |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | Oops, forgot to do that. Motion-dependent stuff should now work properly when using scaled displays. | ||||
* | | | | | | Merge pull request #94006 from alvinhochun/log-file-utf8-fix | Rémi Verschelde | 2024-07-07 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix UTF-8 misintepreted as Latin-1 when logging to file | ||||
| * | | | | | | Fix UTF-8 misintepreted as Latin-1 when logging to file | Alvin Wong | 2024-07-07 | 1 | -1/+1 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #93999 from Geometror/fix-slot-change-redraw | Rémi Verschelde | 2024-07-07 | 1 | -0/+5 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix connections not updated after GraphNode slot update | ||||
| * | | | | | | Fix connections not updated after GraphNode slot update | Hendrik Brucker | 2024-07-06 | 1 | -0/+5 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #93998 from demolke/blender42 | Rémi Verschelde | 2024-07-07 | 1 | -3/+11 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Update vertex color import to handle Blender 4.2 upwards | ||||
| * | | | | | | Update vertex color import to handle Blender 4.2 upwards | demolke | 2024-07-06 | 1 | -3/+11 |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | Blender commit https://projects.blender.org/blender/blender/commit/0f0a8df8a922cdb0796c0b3fdbdc5c669efb3059 which is landing in 4.2 deprecated `vertex_colors` GLTF property, use `export_vertex_color` instead. | ||||
* | | | | | | Merge pull request #93993 from Chaosus/astargrid2d_update_fix | Rémi Verschelde | 2024-07-07 | 1 | -0/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add a check to prevent user to call `AStarGrid2D::update` when its not needed | ||||
| * | | | | | | Add a check to prevent user to call `AStarGrid2D::update` when its not needed | Yuri Rubinsky | 2024-07-06 | 1 | -0/+4 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #93982 from TokageItLab/s3d-v2i | Rémi Verschelde | 2024-07-07 | 2 | -1/+8 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix property type of Sprite3D `frame_coords` to Vector2i from Vector2 | ||||
| * | | | | | | Fix property type of Sprite3D `frame_coords` to Vector2i from Vector2 | Silc Lizard (Tokage) Renew | 2024-07-06 | 2 | -1/+8 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #93980 from ↵ | Rémi Verschelde | 2024-07-07 | 3 | -17/+9 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TokageItLab/fix-sync-track-editor-position-with-player-editor Fix broken sync between animation TrackEditor and PlayerEditor | ||||
| * | | | | | | Fix broken sync between animation TrackEditor and PlayerEditor | Silc Lizard (Tokage) Renew | 2024-07-06 | 3 | -17/+9 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #93977 from ericrallen/feature/consistent-aesthetic-spelling | Rémi Verschelde | 2024-07-07 | 6 | -15/+17 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Style: Change esthetic -> aesthetic |