summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Let EditorLog use the right call queue for thread safetyPedro J. Estébanez2024-07-082-6/+2
| | | | This is a complement to f61c63e3a1d525ccc204f64ad813c4ba77077468.
* Merge pull request #94067 from RandomShaper/fix_buildRémi Verschelde2024-07-081-0/+1
|\ | | | | | | Windows: Fix build error due to missing definition of Texture2D
| * Windows: Fix build error due to missing definition of Texture2DPedro J. Estébanez2024-07-081-0/+1
| |
* | Merge pull request #94061 from bruvzg/menu_is_nativeRémi Verschelde2024-07-089-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 ↵bruvzg2024-07-089-64/+62
| | | | | | | | | | | | `is_native_menu` method.
* | | Merge pull request #94057 from kitbdev/fix-request-save-signal-typeRémi Verschelde2024-07-082-2/+2
|\ \ \ | | | | | | | | | | | | Fix ScriptEditor `request_save_previous_state` signal type
| * | | Fix request_save_previous_state signal typekit2024-07-072-2/+2
| | | |
* | | | Merge pull request #94054 from mihe/fix-bezier-focusRémi Verschelde2024-07-081-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | Fix focus shortcut when in the bezier curve editor
| * | | | Fix focus shortcut when in the bezier curve editorMikael Hermansson2024-07-081-1/+1
| | | | |
* | | | | Merge pull request #94004 from Hilderin/fix-blender-export-quotation-markRémi Verschelde2024-07-083-7/+65
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix .blend files with quotation marks in filename fail to import
| * | | | | Fix .blend files with quotation marks in filename fail to importHilderin2024-07-073-7/+65
| |/ / / /
* | | | | Merge pull request #93928 from RandomShaper/fix_res_load_flushRémi Verschelde2024-07-081-5/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | `ResourceLoader`: Fixup management of thread-specific status
| * | | | | ResourceLoader: Fixup management of thread-specific statusPedro J. Estébanez2024-07-081-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-lookupRémi Verschelde2024-07-081-5/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Autocompletion: Don't use `in` operator to decide over variant lookup
| * | | | | Autocompletion: Don't use `in` operator to decide over variant lookupHolonProduction2024-07-011-5/+8
| | | | | |
* | | | | | Merge pull request #91300 from jsjtxietian/project-binary-docRémi Verschelde2024-07-081-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`jsjtxietian2024-07-081-2/+3
| | | | | |
* | | | | | Merge pull request #94044 from adamscott/fix-web-sample-playback-finished-signalRémi Verschelde2024-07-076-2/+61
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix Web samples finished missing signal
| * | | | | | Fix Web samples finished missing signalAdam Scott2024-07-076-2/+61
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #94040 from Hilderin/fix-first-time-toggle-bottom-panelRémi Verschelde2024-07-073-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 panelHilderin2024-07-073-8/+18
| |/ / / / /
* | | | | | Merge pull request #94039 from rburing/fix_physics_tickcounterRémi Verschelde2024-07-077-14/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix physics tick counter
| * | | | | | Fix physics tick counterRicardo Buring2024-07-077-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_pauseRémi Verschelde2024-07-072-0/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Physics Interpolation: Fix behaviour on pause
| * | | | | | Fixed Timestep Interpolation: Fix behaviour on pauseRicardo Buring2024-07-072-0/+12
| |/ / / / / | | | | | | | | | | | | | | | | | | Co-authored-by: lawnjelly <lawnjelly@gmail.com>
* | | | | | Merge pull request #94035 from markdibarry/parallax2d-remove-unusedRémi Verschelde2024-07-071-4/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Remove unused assignment in Parallax2D
| * | | | | | Remove unused assignment in Parallax2DMark DiBarry2024-07-071-4/+3
| |/ / / / /
* | | | | | Merge pull request #94033 from Hilderin/fix-ctrl-space-script-editor-add-spaceRémi Verschelde2024-07-071-7/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix custom Ctrl-Space shortcut in Script Editor adds a space
| * | | | | | Fix custom shortcut Ctrl-Space in Script Editor add a spaceHilderin2024-07-071-7/+4
| |/ / / / /
* | | | | | Merge pull request #94024 from anniryynanen/ime-blockRémi Verschelde2024-07-071-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix IME blocking controls
| * | | | | | Fix IME blocking controlsAnni Ryynänen2024-07-071-0/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #94007 from scotmcp/masterRémi Verschelde2024-07-072-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Update docs for `Animation.track_set_path` and `AnimationMixer.root_motion_track`
| * | | | | | Update Animation.track_set_path and AnimationMixer.root_motion_trackScot2024-07-072-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 Verschelde2024-07-072-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 animationemild2024-07-022-10/+13
| | | | | |
* | | | | | Merge pull request #94021 from Riteo/scale-is-relativeRémi Verschelde2024-07-071-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Wayland: Scale relative pointer motion
| * | | | | | Wayland: scale relative pointer motionRiteo2024-07-071-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-fixRémi Verschelde2024-07-071-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix UTF-8 misintepreted as Latin-1 when logging to file
| * | | | | | Fix UTF-8 misintepreted as Latin-1 when logging to fileAlvin Wong2024-07-071-1/+1
| |/ / / / /
* | | | | | Merge pull request #93999 from Geometror/fix-slot-change-redrawRémi Verschelde2024-07-071-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix connections not updated after GraphNode slot update
| * | | | | | Fix connections not updated after GraphNode slot updateHendrik Brucker2024-07-061-0/+5
| |/ / / / /
* | | | | | Merge pull request #93998 from demolke/blender42Rémi Verschelde2024-07-071-3/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Update vertex color import to handle Blender 4.2 upwards
| * | | | | | Update vertex color import to handle Blender 4.2 upwardsdemolke2024-07-061-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_fixRémi Verschelde2024-07-071-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 neededYuri Rubinsky2024-07-061-0/+4
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #93982 from TokageItLab/s3d-v2iRémi Verschelde2024-07-072-1/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix property type of Sprite3D `frame_coords` to Vector2i from Vector2
| * | | | | | Fix property type of Sprite3D `frame_coords` to Vector2i from Vector2Silc Lizard (Tokage) Renew2024-07-062-1/+8
| |/ / / / /
* | | | | | Merge pull request #93980 from ↵Rémi Verschelde2024-07-073-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 PlayerEditorSilc Lizard (Tokage) Renew2024-07-063-17/+9
| |/ / / / /
* | | | | | Merge pull request #93977 from ericrallen/feature/consistent-aesthetic-spellingRémi Verschelde2024-07-076-15/+17
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Style: Change esthetic -> aesthetic