1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-31 18:41:20 +00:00
Commit Graph

18319 Commits

Author SHA1 Message Date
Hugo Locurcio
3e7eb5c9dc Tweak property hints for SoftBody3D mass and SkeletonModification2DJiggle
Masses in Godot are specified in kilograms.
This also fixes the SoftBody3D mass being limited to increments of 1 kg,
now allowing adjustments to the nearest gram.
2025-12-18 02:28:13 +01:00
Rémi Verschelde
79603b2f28 Merge pull request #114122 from KoBeWi/reve
Revert Tree item drawing changes
2025-12-17 22:27:30 +01:00
kobewi
bbe0bff4aa Revert Tree item drawing changes 2025-12-17 20:43:06 +01:00
kobewi
18b9821a47 Fix FileDialog relative paths 2025-12-17 20:06:00 +01:00
Thaddeus Crews
590c310d19 Merge pull request #114037 from YeldhamDev/scrollcon_hint_fix
Fix `ScrollContainer`'s bottom scroll hint ignoring margins
2025-12-16 20:32:58 -06:00
Rémi Verschelde
d08fbbcc0d Merge pull request #114072 from Fahien/include-cstdlib
Add missing `cstdlib` include for `EXIT_SUCCESS` and `free`
2025-12-16 11:27:13 +01:00
Rémi Verschelde
7fcf2d4b6a Merge pull request #114057 from BastiaanOlij/xrcamera_hide_managed_properties
Hide properties on XRCamera3D that are managed by XRInterface
2025-12-16 11:27:07 +01:00
Rémi Verschelde
5d5db072f3 Merge pull request #113656 from deralmas/gray-goo-scenario
Wayland: Work around window scale ambiguity
2025-12-16 11:26:42 +01:00
Antonio Caggiano
717a7f1d76 Add missing cstdlib include for EXIT_SUCCESS and free 2025-12-16 11:02:07 +01:00
Thaddeus Crews
76972d691d Merge pull request #113908 from bruvzg/ts_dup_fix
[TextServer] Fix `duplicated` losing span info, and RID leak.
2025-12-15 17:40:53 -06:00
Thaddeus Crews
3f566a8022 Merge pull request #113794 from bruvzg/menu_popup_crash
Unset submenu index when popup menu is hidden.
2025-12-15 17:40:51 -06:00
Bastiaan Olij
775bd3497e Hide properties on XRCamera3D that are managed by XRInterface 2025-12-16 08:28:49 +11:00
Ayan Chavand
16f9c8653c Fix save dialog clearing filename when navigating folders 2025-12-15 20:56:09 +05:30
Michael Alexsander
88d4d7222a Fix ScrollContainer's bottom scroll hint ignoring margins 2025-12-15 11:52:38 -03:00
Thaddeus Crews
8c4e793d3a Merge pull request #111700 from YeldhamDev/ignore_scale_remote_debug
Make remote debug elements ignore the canvas scaling
2025-12-15 08:01:12 -06:00
Thaddeus Crews
9d4279846f Merge pull request #113985 from KoBeWi/s
Fix file thumbnails not using theme scale
2025-12-15 08:01:08 -06:00
Thaddeus Crews
8787f581f9 Merge pull request #112830 from BrotherShort/fix-tree-edge
Fix clicking the tree edge is ineffective
2025-12-15 08:01:06 -06:00
kobewi
30d7ecfcc9 Fix file thumbnails not using theme scale 2025-12-13 13:15:33 +01:00
A Thousand Ships
cb1680c07a [Debugger] Fix 3D disabled builds 2025-12-12 22:22:38 +01:00
Thaddeus Crews
08e6cd181f Merge pull request #113915 from ydeltastar/game-view-node-lock
Prevent locked and child nodes of selection groups from being selected in the Game view
2025-12-12 14:15:12 -06:00
ydeltastar
a92851c517 Add options to prevent selection of locked or child nodes of selection groups in the Game view 2025-12-12 14:22:48 -03:00
Rémi Verschelde
3ff4c19508 Merge pull request #113816 from YeldhamDev/there_is_nothing_more_permanent_than_a_temporary_solution
Add leftover scroll hints, and panels for scrollables without hints
2025-12-12 17:13:13 +01:00
Rémi Verschelde
e7d8609c73 Merge pull request #113390 from X1Vi/text-edit-does-not-auto-scroll-113290
Fix `TextEdit` does not auto scroll properly on certain vertical sizes
2025-12-12 17:13:00 +01:00
Michael Alexsander
5246b5fba9 Add leftover scroll hints, and panels for scrollables without hints 2025-12-12 10:59:03 -03:00
X1Vi
442c117fb7 fix: scrollbar range fix and new tests for the same
fix: now the scrollbar also should work within the range it is provided

adjusted the tests according to the new scrollbar functinality

attempted to fix testcases for scrollbar
2025-12-12 18:31:19 +05:30
Pāvels Nadtočajevs
8fa484f331 [TextServer] Fix duplicated losing span info, and RID leak. 2025-12-11 21:50:22 +02:00
Thaddeus Crews
3008b5c59f Merge pull request #112941 from Break-Ben/scene-tree-double-click-fix
Fix error when double-clicking nothing on scene tree
2025-12-11 12:12:41 -06:00
Thaddeus Crews
289321ad1e Merge pull request #113728 from LiveTrower/fix-refract-node
VisualShader: Fix the eta input from the refract node
2025-12-11 12:12:38 -06:00
Thaddeus Crews
4f4f272423 Merge pull request #113856 from kleonc/tile_set_fix_transformed_scene_get_placeholder_error
Fix `get_scene_tile_display_placeholder` erroring for transformed scene tiles
2025-12-11 12:12:36 -06:00
Break
a0b5306b79 Fix error when double-clicking nothing on scene tree 2025-12-11 13:34:23 +08:00
Thaddeus Crews
5831c53ed6 Merge pull request #113822 from kitbdev/fix-editor-distraction-free-sc-size
Fix distraction-free mode changing split offsets
2025-12-10 18:10:28 -06:00
kleonc
4619b2dffa Fix get_scene_tile_display_placeholder erroring for transformed scene tiles 2025-12-10 18:32:46 +01:00
kit
1c5ccfe61c Fix distraction-free mode changing split offsets 2025-12-09 17:15:13 -05:00
BrotherShort
59e8acbb36 Fix clicking the tree edge is ineffective 2025-12-10 05:14:12 +08:00
Rémi Verschelde
d09a3d83ff Merge pull request #113574 from YeldhamDev/take_the_hint
Enable scroll hints for several parts of the editor
2025-12-09 19:32:11 +01:00
Rémi Verschelde
64640a01c7 Merge pull request #113755 from YeldhamDev/scroll_container_rtl_fix
Fix scrollbar separation being at the wrong side in `ScrollContainer`with a RTL layout
2025-12-09 17:17:43 +01:00
Rémi Verschelde
eb79fb80de Merge pull request #113746 from sockeye-d/filedialog-erroneous-popup
Fix native FileDialogs popping up when `use_native_dialog` is modified
2025-12-09 17:17:33 +01:00
Michael Alexsander
f187b8b2bf Enable scroll hints for several parts of the editor 2025-12-09 10:55:26 -03:00
Pāvels Nadtočajevs
887e001c21 Unset submenu index when popup menu is hidden. 2025-12-09 11:48:09 +02:00
Thaddeus Crews
f3e8007ce7 Merge pull request #113742 from bruvzg/fd_pop_base
Restore `FileDialog::_popup_base`
2025-12-08 11:54:02 -06:00
Thaddeus Crews
ebc5a9b1fb Merge pull request #113591 from YeldhamDev/tree_column_arrow_hide
Hide arrows when they go past the column titles on `Tree`s
2025-12-08 11:53:51 -06:00
Thaddeus Crews
5f73d8501b Merge pull request #108213 from YeldhamDev/no_grouping_here
Hide property groups from the "Members" section in the remote inspector
2025-12-08 11:53:50 -06:00
Thaddeus Crews
7cf9ee862e Merge pull request #113709 from lodetrick/scene-sadness
Codestyle: Remove unused private variables in `godot/scene`
2025-12-08 11:53:46 -06:00
Michael Alexsander
3b1be372a0 Fix scrollbar separation being at the wrong side in ScrollContainer with a RTL layout 2025-12-08 13:20:11 -03:00
fish
eb3e169b79 Fix native FileDialogs popping up when use_native_dialog is modified 2025-12-08 03:43:39 -08:00
Pāvels Nadtočajevs
def5763eac Restore FileDialog::_popup_base 2025-12-08 09:57:46 +02:00
LiveTrower
7357bd0138 fix-refract-node 2025-12-07 15:24:55 -06:00
Michael Alexsander
599ce2b43a Fix setting remote properties that take objects not working 2025-12-07 13:41:38 -03:00
Logan Detrick
42e60c38dc Remove unused private variables in godot/scene 2025-12-07 03:46:26 -08:00
Dery Almas
99b109e981 Wayland: Work around window scale ambiguity 2025-12-06 00:54:50 +01:00