Commit Graph

80742 Commits

Author SHA1 Message Date
Image-unavailable 83b245a84d Use stricter alpha check during VoxelGI cone-tracing to prevent reflection artifacts 2025-11-29 17:47:07 +01:00
nikitalita 349b61cb14 Fix loading old-style translation files 2025-11-29 10:22:46 -05:00
AbsoluteMoose 3b4b0c530e Handle initializer case in FullyQualifiedSyntax
- Prevents source generators from fully qualifying names being assigned to within an object initializer
- Adds ResourceTextureWithInitializer test cases to ExportedFields and ExportedProperties

Co-Authored-By: Paul Joannon <437025+paulloz@users.noreply.github.com>
Co-Authored-By: Paviel Kraskoŭski <kraskovskiy94@gmail.com>
2025-11-29 08:54:49 -06:00
Eshaan 819b69f2c1 Editor: Fix infinite appending of docks without slots to config
Docks without default slots (index -1, config key "dock_0") were being
infinitely appended to the editor layout config because this special
slot was never cleared before saving, unlike regular dock slots.

This adds code to explicitly clear the dock_0 config key before saving
closed docks, preventing infinite appending.
2025-11-29 17:29:23 +11:00
LanzaSchneider 3a965d50fe Fix incorrect format specifier for bool in Wayland libdecor 2025-11-29 10:20:27 +08:00
xuhuisheng 54b738dea4 Fix signal too early causing theme warning 2025-11-29 09:23:42 +08:00
LanzaSchneider fc79b3c115 Fix focus grab warning on macOS when running game in embedded mode. 2025-11-29 09:19:14 +08:00
Logan Detrick cac9651713 Fix docks not updating tab styles 2025-11-28 16:05:55 -08:00
kobewi cea95e6004 Fix dock opening focus 2025-11-29 00:44:01 +01:00
kobewi 24b09f93ed Assign layout key to Debugger 2025-11-28 20:42:47 +01:00
Micky 4dec66859e Fix miscellaneous oddities around the class reference (part 7) 2025-11-28 18:19:45 +01:00
aaronp64 5f7566a72e Reuse/optimize common OperatorEvaluator*::evaluate logic
Added CommonEvaluate class to be used by OperatorEvaluator* classes that have the same logic for `evaluate` and `validated_evaluate`. CommonEvaluate initializes the return Variant to the correct type, then passes through to validated_evaluate, reducing code duplication between evaluate/validated_evaluate and avoiding the overhead of creating/destroying temporary Variants from previous evaluate implementations.
2025-11-28 11:06:19 -05:00
风青山 1b4f116db1 Supplement the case of scene instantiation for "Editable Children"
This is a follow-up to #65011.

For scenes with **Editable Children** enabled, the main scene will record
more information and resource mapping will be valid for multiple nodes.
2025-11-28 23:39:25 +08:00
Silc Lizard (Tokage) Renew 390e64ff9c Remove is_penetrated check from IK as role overlap/excessive behavior 2025-11-29 00:37:01 +09:00
Lukas Tenbrink acefbbbbcd Add support for profiling GDScript with tracy.
This adds macro `GodotProfileZoneGroupedFirstScript`, and uses interning for speedy lookups.

Co-authored-by: Samuel Nicholas <nicholas.samuel@gmail.com>
2025-11-28 16:36:36 +01:00
kobewi 3fcf980ce7 Improvements to ResourcePreloader editor 2025-11-28 15:52:37 +01:00
Skyth 3e997f5edb Fix framebuffers getting cleared multiple times on D3D12. 2025-11-28 15:59:14 +03:00
Pāvels Nadtočajevs 17fa5219a9 [macOS] Do not use openApplicationAtURL for headless instances. 2025-11-28 14:23:08 +02:00
Logan Detrick 3140ae1042 Use new dock system for SpriteFrames Dock 2025-11-28 03:25:13 -08:00
Pāvels Nadtočajevs bb8537f657 [Editor] Disable embedded mode, if --headless is in the main instance argument list. 2025-11-28 10:48:43 +02:00
xuhuisheng 047e0e0606 Fix gles3 buffer_free_data error 2025-11-28 16:16:31 +08:00
Aaron Franke 342088ca31 GLTF: Use const Vector internally instead of TypedArray copies 2025-11-27 23:08:42 -08:00
Break 281145dacc Resize right panel 2025-11-28 11:06:53 +08:00
Rob Blanckaert 2863d8cb1e EditorResourcePreviewGenerator::request_draw_and_wait 2025-11-27 14:12:14 -08:00
Riteo Siuga f90a9ad659 Destroy XKB keymap and state on seat capability change
Wasn't that much of a concern as it would have been disposed of next
time a keyboard got added, but it's still a good thing to do.
2025-11-27 23:02:08 +01:00
Rémi Verschelde 7ed0b61676 Merge pull request #113251 from van800/master
Revert "Improve the CPP dialect selection for Rider, when MSVC is not used"
2025-11-27 23:00:46 +01:00
Hugo Locurcio 230ca1d673 Mention the called function name in thread group error messages
This makes it easier to troubleshoot issues related to invalid
thread group usage.
2025-11-27 23:00:23 +01:00
Dery Almas a79239e332 Wayland: Add default keyboard repetition values
The `wl_keyboard::repeat_info` event got introduced in version 4. On
versions older than that, we defaulted to 0 delay, which means no
repetition. That's a veeery old version and basically everything offers
it, but it doesn't hurt to add a reasonable default.
2025-11-27 22:37:28 +01:00
Dery Almas b0a42784f1 Wayland: Fix SIGFPE with repeat rate of 0
We always divided by the rate, which could be zero, which is a valid
value (it means "disable key repeating").
2025-11-27 22:37:28 +01:00
dependabot[bot] a8a4faacfe Bump js-yaml from 4.1.0 to 4.1.1 in /platform/web
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-27 21:20:15 +00:00
Pāvels Nadtočajevs e68b2436ee [Editor] Simplify native menu icon generation. 2025-11-27 23:04:51 +02:00
Ivan Shakhov 8c93de89d1 Revert "improve the Cpp dialect selection for Rider, when MSVC is not used"
This reverts commit 7be003fc3c.
2025-11-27 21:55:36 +01:00
Rémi Verschelde a2db180527 Merge pull request #113237 from Koyper/fix_popup_menu_signal_already_connected_error
[PopupMenu] Fix redundant attempts to connect popup hidden signal on submenu
2025-11-27 21:48:36 +01:00
Rémi Verschelde 79432b6592 Merge pull request #113236 from blueskythlikesclouds/rd-pending-clear-fix
Check for pending clears in every RD texture function.
2025-11-27 21:48:32 +01:00
Rémi Verschelde 4bb9ef7fce Merge pull request #113234 from mihe/no-advanced-zstd
Replace usage of Zstandard advanced API
2025-11-27 21:48:29 +01:00
Rémi Verschelde 71b6000249 Merge pull request #113232 from KoBeWi/dockining
Fix initial dock tabs
2025-11-27 21:48:25 +01:00
Rémi Verschelde bb7054cdf2 Merge pull request #113213 from akien-mga/windows-d3d12-default
Windows: Make Direct3D 12 the default RD driver for new projects
2025-11-27 21:48:20 +01:00
Rémi Verschelde 93e83c5e98 Merge pull request #113186 from bruvzg/macos_movec
[macOS] Add missing "move" system cursor.
2025-11-27 21:48:17 +01:00
Rémi Verschelde e28ef68957 Merge pull request #113135 from deralmas/buffer-jaywalking
Wayland: Fix trailing garbage error while using the embedder on Jay
2025-11-27 21:48:12 +01:00
Rémi Verschelde a67116ecbb Merge pull request #113073 from BrianPetkovsek/master
Fix documentation typos and broken links
2025-11-27 21:48:08 +01:00
Rémi Verschelde 8237bb4a32 Merge pull request #112124 from Chaosus/vs_expressions
Few fixes for expression node in visual shaders
2025-11-27 21:48:04 +01:00
Rémi Verschelde 1d9b073ef0 Merge pull request #112058 from Chaosus/vs_fix_param_ref
Fix ParameterRef connection through reroute in visual shaders
2025-11-27 21:47:59 +01:00
Rémi Verschelde fc696bd17c Merge pull request #111732 from dsnopek/android-gradle-dedicated-app
Enable Gradle builds on the Android editor via a dedicated build app
2025-11-27 21:47:54 +01:00
Hannes Lindström 7504b5cee2 Fix: Validate script when navigating history in script editor 2025-11-27 21:05:23 +01:00
Aaron Franke 1eb4972a5d GLTF: Fix order of operations for buffers and accessors 2025-11-27 09:06:14 -08:00
David Snopek 5593a0b2b2 Enable Gradle builds on the Android editor via a dedicated build app
Co-authored-by: Logan Lang <devloglogan@gmail.com>
2025-11-27 11:03:06 -06:00
kobewi 68e9cb4a97 Fix initial dock tabs 2025-11-27 17:29:43 +01:00
Koyper 3ae88632e2 Fix redundant attempts to connect popup hidden signal on submenu 2025-11-27 08:53:34 -06:00
Skyth bfdf86370f Check for pending clears in every RD texture function. 2025-11-27 17:26:26 +03:00
CrayolaEater 6b7ec9950a Add better clarification for accelerator support on Popup Menu 2025-11-27 16:11:31 +02:00