3d1c9fd5de
Move server files into their subfolders
2025-09-30 19:39:39 -07:00
dd09d5b7dd
Merge pull request #110576 from Rindbee/fix-the-project-file-not-updated-when-some-file-removed
...
Fix the project file was not updated when some files were removed
2025-09-30 20:10:48 -05:00
ac65df58a5
Merge pull request #110946 from KoBeWi/regions_of_ruin
...
Fix region folding not loading properly
2025-09-30 20:10:47 -05:00
44f4002bf2
Merge pull request #110661 from Calinou/dpitexture-fix-icon-name
...
Fix DPITexture editor icon name
2025-09-30 20:10:45 -05:00
318e6c77b5
Merge pull request #108473 from mihe/clickable-diagnostics
...
Make file part of errors/warnings clickable in Output panel
2025-09-30 20:10:42 -05:00
9d7663398a
Merge pull request #106415 from YeldhamDev/desobey_your_master
...
Ignore changes in "Master" bus while in the Audio Importer
2025-09-30 20:10:40 -05:00
22467f3a5b
Merge pull request #111018 from Zylann/fix_double_build_get_downloads_availability
...
Fix unreachable code warning in double-precision builds
2025-09-30 20:10:38 -05:00
9fbf5808a0
Rename server "free" functions to "free_rid" to match exposed API
2025-09-30 16:52:25 -07:00
5240f1c283
Merge pull request #108658 from bruvzg/ed_pl_init
...
[EditorExportPlatform] Move initialization to a dedicated method.
2025-09-30 18:35:25 -05:00
6dc4272a1e
Merge pull request #110156 from aaronfranke/editor-res-filesystem
...
Fix inconsistent internal name of `get_resource_filesystem`
2025-09-30 18:35:15 -05:00
af08ab49f7
Merge pull request #107468 from Calinou/editor-animationtree-warn-disabled
...
Display AnimationTree editor warnings when the node is disabled
2025-09-30 18:35:14 -05:00
19165b0b11
Merge pull request #111050 from MBCX/fix-incorrect-color-usage
...
Fix incorrect usage of `Color::from_hsv()` exposed by newer compilers
2025-09-30 18:35:12 -05:00
6b22951162
Merge pull request #107954 from stuartcarnie/unix_domain_socket_support
...
Add Core UNIX domain socket support
2025-09-30 18:35:08 -05:00
f9a6e51e21
Merge pull request #104488 from arkology/texture-editors-reuse-shader
...
TextureEditors: Compile shader/material only once
2025-09-30 18:35:07 -05:00
70b6fa1525
Merge pull request #108576 from ryevdokimov/gizmo-rotation-arc
...
Create a rotation arc showing accumulated rotation when using transform gizmo
2025-09-30 18:35:06 -05:00
6f3c5088ae
Merge pull request #110492 from KoBeWi/pro 🍐 _languages
...
Improve editor language selector
2025-09-30 18:35:03 -05:00
dba83ef669
Merge pull request #101521 from kitbdev/mesh3d_to_primitive_shape
...
Add MeshInstance3D primitive conversion options
2025-09-30 18:34:58 -05:00
bf940f0eab
Merge pull request #108672 from KoBeWi/too_much_code
...
Reduce code duplication in material conversion
2025-09-30 18:34:56 -05:00
21fd4faf1b
Merge pull request #107469 from Ivorforce/vector-localvector-explicit-span-conversions
...
Remove implicit conversions between `LocalVector` and `Vector`
2025-09-30 11:19:17 -05:00
7974cf00e7
Merge pull request #110952 from aaronfranke/skip-cons-then-copy
...
Skip copying values constructed immediately before returning
2025-09-30 11:19:15 -05:00
5089e9aef0
Merge pull request #105737 from Calinou/editor-project-settings-init-jolt
...
Use Jolt Physics by default in newly created projects
2025-09-30 11:19:14 -05:00
fdf32d1b2a
Merge pull request #108577 from YYF233333/global_class_list
...
Simplify `ScriptServer::get_global_class_list`
2025-09-30 11:19:10 -05:00
084783e92b
Reduce code duplication in material conversion
2025-09-30 16:56:05 +02:00
cf6da2a12e
i18n: Sync translations with Weblate
...
(cherry picked from commit d488e962df )
2025-09-30 13:32:35 +02:00
f00df0ad1e
Fix incorrect usage of Color::from_hsv() that was exposed by newer compiler warnings
2025-09-29 18:18:51 -04:00
0534423c58
Fix unreachable code warning in double-precision builds
2025-09-29 18:36:00 +02:00
754d49ac81
Skip copying values constructed immediately before returning
2025-09-26 19:13:58 -07:00
835383d46b
Fix region folding not loading properly
2025-09-26 23:29:31 +02:00
9283328fe7
Merge pull request #109491 from syntaxerror247/window-color
...
Android: Add method to set root window color at runtime
2025-09-26 13:47:32 -05:00
c4bbf27cb5
Use Jolt Physics by default in newly created projects
...
This also adds infrastructure to make specific settings the default, but only
in projects created after this point (so that existing projects
are not affected). This can be used for progressive upgrades in the future.
This applies to both the project creation dialog and creating projects
through the command line using `touch project.godot`.
2025-09-26 17:16:28 +02:00
121b1b7d58
Merge pull request #110420 from fstxz/fix-folder-nullptr
...
Fix crash due to null pointer dereference when moving/renaming folders in `FileSystemDock`
2025-09-25 14:57:10 -05:00
5088a93024
Merge pull request #110415 from fstxz/fix_favorites
...
Fix favorite folders that are outside of the project being displayed in `FileSystemDock`'s file list
2025-09-25 14:57:08 -05:00
7227fdd805
Core: Add UNIX domain socket support
...
> [!NOTE]
>
> Later versions of Windows has support for `AF_UNIX`, so it could be
> added.
2025-09-26 05:46:19 +10:00
c32c2606f4
Merge pull request #110837 from wheatear-dev/add-gdsoftclass-deeper
...
Add `GDSOFTCLASS` to deeper inheritors of `Object`
2025-09-25 12:13:56 -05:00
bd65cfa876
Revert "Replace many uses of is_class with derives_from."
...
This reverts commit 78b743cf4a .
2025-09-25 13:48:53 +02:00
e366471fdc
Add GDSOFTCLASS to deeper inheritors of Object
2025-09-24 19:15:56 +01:00
1ce3101fbc
Merge pull request #110814 from Jordyfel/2d-editor-get
...
Cache editor setting queried in hot path in 2D editor
2025-09-24 09:59:16 -05:00
de27f3a435
Merge pull request #110108 from PiCode9560/suspend-button
...
Differentiate the suspend button in the Game tab with the Pause button in the editor run bar
2025-09-24 09:59:15 -05:00
5db618a2db
Merge pull request #109078 from WhalesState/text-edit-clipping
...
Fix TextEdit clips children and focus style.
2025-09-24 09:59:12 -05:00
cf82b71c7a
Merge pull request #109915 from arkology/audio-editor
...
Fix Audio bottom panel going under the taskbar on small displays
2025-09-24 09:59:10 -05:00
78b743cf4a
Merge pull request #110832 from Ivorforce/is-class-to-derives-from
...
Replace many uses of `is_class` with `derives_from`.
2025-09-24 09:59:09 -05:00
a7b2cd66ad
Merge pull request #105773 from dugramen/fix-inspector-spacing
...
Fix inspector spacing issues
2025-09-24 09:59:08 -05:00
22355f2114
Merge pull request #110251 from KoBeWi/semote_relect
...
Properly inspect old remote selection
2025-09-24 09:59:07 -05:00
f987cf8a8a
Merge pull request #110231 from fstxz/fix_shader_path
...
Fix invalid suggested file name when saving resource from a scene that hasn't been saved yet
2025-09-24 09:59:06 -05:00
8c956babeb
Merge pull request #107013 from Rindbee/fix-wrong-node-path-in-connection-dialog
...
Fix the extra arguments of type `NodePath` in the connection dialog do not work
2025-09-24 09:59:03 -05:00
5fa4e3dee1
Fix inspector spacing issues
2025-09-23 16:38:01 -04:00
2569d4088f
Merge pull request #109166 from Calinou/editor-expression-use-fixed-width-font
...
Use a fixed-width font for the expression evaluator
2025-09-23 14:51:50 -05:00
8d27c00038
Merge pull request #107692 from timothyqiu/editor-overrides-doc
...
Show description for editor setting overrides
2025-09-23 14:51:49 -05:00
b1b9a42517
Merge pull request #108551 from KoBeWi/paste_as_unique_norecursive
...
Improve Paste as Unique option
2025-09-23 14:51:47 -05:00
44c847c1a5
Merge pull request #108162 from KoBeWi/preview_simplication
...
Change preview methods to take Callable
2025-09-23 14:51:44 -05:00