Commit Graph

80742 Commits

Author SHA1 Message Date
kobewi 98141c3d73 Replace repetitive meta/ctrl condition with a method 2025-11-10 16:23:28 +01:00
kobewi a981863be4 Remove meta usage in Tree 2025-11-10 16:17:43 +01:00
Thaddeus Crews 2d86b69bf1 Merge pull request #112507 from Benjamin-Dobell/fix/android-assets-pck-loading
Android: Fix loading sparse `.pck` from `assets://`
2025-11-10 08:20:25 -06:00
Thaddeus Crews cfd2b37278 Merge pull request #111606 from YeldhamDev/out_of_the_field
Fix error when editing multifield values inside arrays and dictionaries
2025-11-10 08:20:24 -06:00
Thaddeus Crews a6db8aa621 Merge pull request #111597 from HolonProduction/code-edit-dirty-flag
CodeEdit: Use flag to recalculate characteristics
2025-11-10 08:20:22 -06:00
Thaddeus Crews 2ab796b863 Merge pull request #112360 from DeeJayLSP/more-prop-subsection
Modern Style: Use a StyleBox in signals and groups
2025-11-10 08:20:21 -06:00
Thaddeus Crews 791565dc35 Merge pull request #112486 from Calinou/doc-globalscope-instance-from-id-fix-code
Fix GDScript code sample for `@GlobalScope.instance_from_id()`
2025-11-10 08:20:20 -06:00
Thaddeus Crews 5f6229022f Merge pull request #109525 from bruvzg/res_link_target
Show symlink target in the resource tooltip.
2025-11-10 08:20:19 -06:00
Thaddeus Crews 9023f658d1 Merge pull request #112466 from Cykyrios/fix-cmdline-args-doc
Fix OS.get_cmdline_args documentation
2025-11-10 08:20:17 -06:00
Thaddeus Crews 3d6ad3f806 Merge pull request #94929 from StamesJames/emission-shape-ring-for-2d
Add emission shape ring for CPUParticles2D
2025-11-10 08:20:16 -06:00
Thaddeus Crews c37aa90b70 Merge pull request #112587 from timothyqiu/not-script
Fix crash during POT generation due to scene dependency issues
2025-11-10 08:20:14 -06:00
Thaddeus Crews d0babb8453 Merge pull request #111172 from HolonProduction/rm-subclass-count
Remove unused `GDScript::subclass_count`
2025-11-10 08:20:13 -06:00
Thaddeus Crews ea1aec2c1c Merge pull request #112193 from KnifeXRage/autoload_with_uids
Autoloads with UIDs
2025-11-10 08:20:12 -06:00
Thaddeus Crews febd1d32cf Merge pull request #111803 from PavielKraskouski/fix-dragging-blend-position
Fix unwanted blend position movement
2025-11-10 08:20:11 -06:00
Thaddeus Crews ac8991c3c3 Merge pull request #109237 from arkology/theme-editor-ui
`ThemeEditor`: Reorganize/fix UI to make it fit in editor (at its minimum size in single-window mode) better
2025-11-10 08:20:09 -06:00
Thaddeus Crews 82e6303634 Merge pull request #111535 from kitbdev/fix-textedit-dont-select
Fix TextEdit selecting when closing popup
2025-11-10 08:20:08 -06:00
Thaddeus Crews 57311e717a Merge pull request #112556 from m4gr3d/fix_editor_crash_on_exit
[Android editor] Fix editor crash on exit
2025-11-10 08:20:07 -06:00
Thaddeus Crews bacff9741d Merge pull request #112551 from ghostsoft/gdshaderinc-errors-b-gone
Fix false positive discard and frag_only errors in gdshaderinc files
2025-11-10 08:20:05 -06:00
Thaddeus Crews 58c124fd97 Merge pull request #111398 from xuhuisheng/dev/anim_length
Set step before set value, to fix animation length issue
2025-11-10 08:20:04 -06:00
Thaddeus Crews 8a53948b4f Merge pull request #112421 from BastiaanOlij/openxr_1_1_53
Update OpenXR thirdparty folder to 1.1.53
2025-11-10 08:20:03 -06:00
Thaddeus Crews 31867abdaa Merge pull request #112545 from timothyqiu/compact-menu-gutter
PopupMenu: Add theme option for merging icon and checkbox gutters
2025-11-10 08:20:02 -06:00
Thaddeus Crews 9ac55bcc7f Merge pull request #112415 from timothyqiu/project-name-localized
Allow localizing the application name with project translations
2025-11-10 08:20:00 -06:00
Thaddeus Crews f81b2aa376 Merge pull request #111517 from chocola-mint/fix-#111514
Seek to beginning of section if current playback position is after its end
2025-11-10 08:19:59 -06:00
Thaddeus Crews 32242dbe4d Merge pull request #112026 from timothyqiu/plural-default
Use more practical default plural rules
2025-11-10 08:19:58 -06:00
Thaddeus Crews ff5132ec42 Merge pull request #109842 from KoBeWi/historcuts
Assign shortcuts to prev/next script buttons
2025-11-10 08:19:56 -06:00
Thaddeus Crews 4c5f6691f0 Merge pull request #107400 from BlueCube3310/light-probe-cache
Cache lightprobe generation for lightmap baking
2025-11-10 08:19:43 -06:00
Pāvels Nadtočajevs adf18ff44d Update rect after _pre_popup in popup_centered_*. 2025-11-10 11:24:37 +02:00
Pāvels Nadtočajevs d0b2b8616e [Label] Account for max visible lines when trimming text. 2025-11-10 10:24:51 +02:00
Haoyu Qiu 72d437c030 Move localized number formatting methods to TranslationServer
Co-Authored-By: Pāvels Nadtočajevs <7645683+bruvzg@users.noreply.github.com>
2025-11-10 15:01:22 +08:00
robert yevdokimov 3a34350666 Make rotation gizmo white outline a 4th handle that rotates around the camera's view-axis 2025-11-09 23:47:19 -06:00
dennmar 875e06ce89 Fix merge conflict after rebase 2025-11-09 17:59:30 -08:00
Haoyu Qiu ce19c4a647 FileSystem dock: Use plural prompt message when moving/copying files 2025-11-10 09:27:16 +08:00
kobewi 30f6ef59b4 Correctly handle discarding of saved redo 2025-11-10 00:25:34 +01:00
Lukas Tenbrink 918fda1b0f Add workflow_dispatch triggers to platform CI. 2025-11-09 21:45:22 +01:00
Timo Schwarzer a9dab2ba22 Improve 2D Particle Emission Mask dialog
# Conflicts:
#	editor/scene/2d/particles_2d_editor_plugin.cpp
2025-11-09 21:15:55 +01:00
Haoyu Qiu d5d29f928d Fix crash during POT generation due to scene dependency issues 2025-11-09 22:50:30 +08:00
Anish Kumar 941aff3c06 Android: Fix root window shrinks when keyboard shows 2025-11-09 20:07:43 +05:30
Silc Lizard (Tokage) Renew 069206bc74 Fix JacobianIK to apply gradient correctly 2025-11-09 15:55:20 +09:00
Silc Lizard (Tokage) Renew e292217f36 Move the line of calling animation_finished signal to ensure stopping 2025-11-09 14:34:14 +09:00
Haoyu Qiu 4694ee84f6 PopupMenu: Add theme option for merging icon and checkbox gutters 2025-11-09 13:09:14 +08:00
Per Lindstrand c765e6cbb6 Fix custom audio track blend flag on reimport 2025-11-09 00:01:29 +01:00
Malcolm Anderson ab49047604 Add error message to Quick Open dialog if callback is invalid 2025-11-08 12:17:35 -08:00
Fredia Huya-Kouadio 8c469be225 Fix editor crash on exit 2025-11-08 10:57:19 -08:00
ghostsoft b2e87ed27f disable discard and frag errors in gdshaderinc 2025-11-08 17:26:59 +01:00
kobewi e64c66c51e Prevent emitting signals when previewing resource 2025-11-08 17:04:10 +01:00
Chaosus 808faa0ab0 Add instance_index option to parameters in visual shaders 2025-11-08 14:35:24 +03:00
Haoyu Qiu a146639824 Scene Dock: Simplify Filter Nodes related UI 2025-11-08 13:09:47 +08:00
Haoyu Qiu b8a8f8b35a Allow localizing the application name with project translations 2025-11-08 13:06:55 +08:00
Lukas Tenbrink c3747884da Add some important profiling hooks. 2025-11-08 00:08:48 +01:00
Lukas Tenbrink e80194e31f Add profiler option to SCons builds.
Add `tracy` option to `profiler`. If set, a tracy profiling client will be injected into the Godot binary.

# Conflicts:
#	platform/linuxbsd/godot_linuxbsd.cpp
2025-11-08 00:08:45 +01:00