1
0
Fork 0
Commit Graph

71694 Commits

Author SHA1 Message Date
Rémi Verschelde 7feab02599
Merge pull request #102827 from bruvzg/win_err
[Windows] Fix missing argument in non-console logger call.
2025-02-13 23:35:24 +01:00
Rémi Verschelde c290f566bf
Merge pull request #102826 from HolonProduction/preload-options
Autocompletion: Override context for preload
2025-02-13 23:35:21 +01:00
Rémi Verschelde 25a3b38a83
Merge pull request #102813 from hpvb/fix-102108
Don't mark cached previously pinned AnimationMixers
2025-02-13 23:35:18 +01:00
Rémi Verschelde 23634b52e1
Merge pull request #102811 from KoBeWi/LSD
Fix modified time when LSP reload script
2025-02-13 23:35:15 +01:00
Rémi Verschelde 3787cc4901
Merge pull request #102802 from syntaxerror247/fix_orientation_handling
Android Editor: Fix embed mode orientation handling
2025-02-13 23:35:12 +01:00
Rémi Verschelde 9f2b673c61
Merge pull request #102719 from adamscott/optimize-mouse-mode-set
[Web] Refactor `mouse_mode` setters in display server
2025-02-13 23:35:08 +01:00
Rémi Verschelde 1d591bd63d
Merge pull request #102636 from amarsero/bad-global-script-class-cache
Fix global scripts not being added because of bad `global_script_class_cache.cfg`
2025-02-13 23:35:05 +01:00
Rémi Verschelde 794b9395a8
Merge pull request #102559 from stuartcarnie/sgc/fix_previews
Editor: Fix AtlasTexture editor previews for compressed textures
2025-02-13 23:35:02 +01:00
Rémi Verschelde 54006f6ebf
Merge pull request #102217 from clayjohn/mobile-pipelines
Reduce mobile pipeline compilations
2025-02-13 23:34:54 +01:00
Adam Scott 61344dc5ac
[Web] Refactor `mouse_mode` setters in display server 2025-02-13 17:25:35 -05:00
Pāvels Nadtočajevs ae61b2f655 [Windows] Fix missing argument in non-console logger call. 2025-02-14 00:09:51 +02:00
HolonProduction c00518eec7 Autocompletion: Override context for preload 2025-02-13 22:56:06 +01:00
HP van Braam 0b30ecc758 Don't mark cached previously pinned AnimationMixers
AnimationPlayerEditor will hold on to pointers to no-longer existing
Nodes that were previously pinned. Make sure to not mark them as dirty
if they are not already inside the cache.

This fixes #102108
2025-02-13 19:57:26 +01:00
Anish Mishra 4a22e007f6 Android Editor: Fix embed mode orientation handling 2025-02-13 22:22:50 +05:30
Thaddeus Crews 1a0bf54677
Merge pull request #102805 from BlueCube3310/rd-tex-fetch-fix
RenderingDevice: Fix certain RD to Image format conversions
2025-02-13 10:15:47 -06:00
Thaddeus Crews 3dd68d8841
Merge pull request #102704 from Giganzo/add-freelook-speed
Add changeable freelook speed in Game Window
2025-02-13 10:15:46 -06:00
Thaddeus Crews b3feaab96f
Merge pull request #102803 from bruvzg/msvc_ftelli
[Windows] Add missing opened file check.
2025-02-13 10:15:45 -06:00
Thaddeus Crews d333159669
Merge pull request #102801 from bruvzg/tab_detect
[Windows] Read Wacom config to check if Windows Ink is disabled and auto switch to WinTab.
2025-02-13 10:15:43 -06:00
Thaddeus Crews 627373a7d0
Merge pull request #102798 from bruvzg/tr_names
Fix editor UI showing empty string for unknown locales.
2025-02-13 10:15:42 -06:00
Thaddeus Crews b853aceece
Merge pull request #102286 from ryevdokimov/fix-collision-reposition-csgshape
Fix collision reposition with `CSGShape3D`
2025-02-13 10:15:41 -06:00
Thaddeus Crews 286830c27d
Merge pull request #102790 from stuartcarnie/fix_sprite_2d_region_editor
Sprite2D: Use correct name to hide `region_filter_clip_enabled`
2025-02-13 10:15:40 -06:00
Thaddeus Crews 1229b997f0
Merge pull request #102772 from m4gr3d/bump_xr_editor_dependencies
Bump the version of the openxr vendors plugin dependency
2025-02-13 10:15:39 -06:00
Thaddeus Crews d2c79f0cb3
Merge pull request #102754 from smix8/fix_navbase_dirty
Fix NavBase properties not requesting sync
2025-02-13 10:15:38 -06:00
Thaddeus Crews 723f0917f3
Merge pull request #102729 from akien-mga/create-node-crash-renamed-class
EditorHelpBit: Workaround crash renaming named class inheriting `@tool` class
2025-02-13 10:15:27 -06:00
Robert Yevdokimov 6f0a0ba408 Fix collision reposition with `CSGShape3D` 2025-02-13 19:31:58 +04:00
kobewi 6abb40990a Fix modified time when LSP reload script 2025-02-13 16:15:22 +01:00
bruvzg 3f2a29cd9d [Windows] Read Wacom config to check if Windows Ink is disabled and auto switch to WinTab. 2025-02-13 15:10:16 +02:00
BlueCube3310 27c4e70ee8 RenderingDevice: Fix certain RD to Image format conversions 2025-02-13 10:44:10 +01:00
bruvzg f0ac8294cb [Windows] Add missing opened file check. 2025-02-13 11:18:46 +02:00
Pāvels Nadtočajevs 9ae5f09c20 Fix editor UI showing empty string for unknown locales. 2025-02-13 08:07:26 +02:00
Clay John c2732ae4b6
Merge pull request #102794 from darksylinc/matias-asap
[URGENT] Fix broken skeletal animated meshes
2025-02-12 18:52:10 -08:00
Matias N. Goldberg 4712d426ef Fix broken skeletal animated meshes
Fixes #102791
2025-02-12 22:25:22 -03:00
Stuart Carnie 1272310a14 Sprite2D: Use correct name to hide `region_filter_clip_enabled` 2025-02-13 10:06:30 +11:00
Thaddeus Crews 23c1389f92
Merge pull request #102781 from akien-mga/thorvg-file-io
ThorVG: Explicitly enable embedded texture support with `THORVG_FILE_IO_SUPPORT`
2025-02-12 12:56:43 -06:00
Thaddeus Crews f45d2f8f6c
Merge pull request #96926 from Dowsley/user-provided-arguments-fix
Ignore `--test` flag when it is an user-provided argument
2025-02-12 12:56:41 -06:00
Thaddeus Crews d408264fde
Merge pull request #102778 from KoBeWi/line_zero
Prevent errors when Line2D has 0 length
2025-02-12 12:56:39 -06:00
Thaddeus Crews be7b640cde
Merge pull request #102776 from timothyqiu/tile-coordinate-range
Document the valid range of tile coordinates in TileMapLayer
2025-02-12 12:56:37 -06:00
Thaddeus Crews 5f7ea8328b
Merge pull request #102556 from kitbdev/fix-te-cursor-shape-held
Fix TextEdit cusor shape when mouse is held
2025-02-12 12:56:34 -06:00
Thaddeus Crews 449c84f3d3
Merge pull request #102742 from Calinou/doc-control-layout-direction-force
Improve documentation on forcing right-to-left layout in Control
2025-02-12 12:56:33 -06:00
Thaddeus Crews 13f8316114
Merge pull request #102773 from Calinou/doc-fix-urls
Fix dead links across the class reference
2025-02-12 12:56:32 -06:00
Thaddeus Crews 9ad7f55a06
Merge pull request #102760 from Giganzo/csg-toolbar-tooltips
Add tooltip text to Polygon3DEditor buttons
2025-02-12 12:56:31 -06:00
Thaddeus Crews 78f1918bd4
Merge pull request #102668 from jkirsteins/janiskirsteins/ios-aspect-fill-splash
[iOS] Sync the boot splash and the launch screen image scale modes
2025-02-12 12:56:26 -06:00
Thaddeus Crews 1939e87db1
Merge pull request #101561 from darksylinc/matias-device-address-api
Change how device address is requested to avoid future API breakage
2025-02-12 12:56:25 -06:00
Rémi Verschelde 26ac8ce50f ThorVG: Explicitly enable embedded texture support with THORVG_FILE_IO_SUPPORT
This was made opt-in in 0.15.6 so we need to define it now.

Co-authored-by: Pāvels Nadtočajevs <7645683+bruvzg@users.noreply.github.com>
2025-02-12 19:05:28 +01:00
Fredia Huya-Kouadio 8ed8b4a89d Bump the version of the openxr vendors plugin dependency 2025-02-12 09:51:07 -08:00
Agustín Marsero 2ba64a57c5 Fix Global Class names cache not saved with upgrade to 4.4.
Co-authored-by: Hilderin <81109165+Hilderin@users.noreply.github.com>
2025-02-12 18:33:38 +01:00
kobewi 842421ea61 Prevent errors when Line2D has 0 length 2025-02-12 17:43:53 +01:00
Jānis Kiršteins 0e266b0099
[iOS] Sync the boot splash and the launch screen image scale modes 2025-02-12 17:41:18 +01:00
Haoyu Qiu 9fbceb79eb Document the valid range of tile coordinates in TileMapLayer 2025-02-13 00:10:10 +08:00
Hugo Locurcio 4905d033e5
Fix dead links across the class reference
This was found using lychee, which is being set up in godot-docs' CI.
2025-02-12 16:03:06 +01:00