1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-03 16:55:53 +00:00
Commit Graph

79007 Commits

Author SHA1 Message Date
Thaddeus Crews
cf0d2d724e Merge pull request #112585 from syntaxerror247/fix-ui-issue
Android: Fix root window shrinking when keyboard appears
2025-11-13 20:52:13 -06:00
Thaddeus Crews
0aeab540b7 Merge pull request #101129 from Rindbee/improve-project-manager-ui-navigation
Improve Project Manager UI navigation
2025-11-13 20:52:12 -06:00
Thaddeus Crews
ccf5be0dda Merge pull request #112679 from m4gr3d/add_front_door
[Android] Make use of activity-alias as the primary launcher mechanism
2025-11-13 20:52:11 -06:00
Thaddeus Crews
3387636918 Merge pull request #112710 from vaner-org/fix-blendspace2d-triangle-error
Fix error in `BlendSpace2D` when selecting blend position tool
2025-11-13 20:52:09 -06:00
Thaddeus Crews
31c856e96a Merge pull request #112676 from YeldhamDev/why_were_those_floats_in_the_first_place
Fix blurry items on `PopupMenu` when `v_separation` has an odd value
2025-11-13 20:52:08 -06:00
Thaddeus Crews
52e7b970af Merge pull request #111681 from Nintorch/joypad-led
Add support for setting a joypad's LED light color
2025-11-13 20:52:07 -06:00
Aaron Franke
dcb6431c01 Use const ref parameters in the GLTF module 2025-11-13 18:19:26 -08:00
Aaron Franke
23ed730e3f GLTF: Write integer min/max for integer accessors 2025-11-13 18:05:54 -08:00
Malcolm Anderson
a48353b1c6 Stop drawing of MarginContainer margins if not in tree
Use `is_visible_in_tree()` as per KoBeWi's suggestion
2025-11-13 16:35:13 -08:00
Haoyu Qiu
64c943694e Fix FileSystem item color not updated after changing main scene 2025-11-14 08:14:17 +08:00
kobewi
f51f97aaec Add a right click menu to the project manager 2025-11-14 00:57:00 +01:00
Thaddeus Crews
0b5ad6c73c Merge pull request #112573 from TokageItLab/fix-jacobian-gradient
Fix JacobianIK to apply gradient correctly
2025-11-13 17:43:04 -06:00
Thaddeus Crews
3cc90cd925 Merge pull request #110524 from paul-marechal/filedialog-windows-fix
Fix file_dialog's root_subfolder on Windows
2025-11-13 17:43:03 -06:00
Thaddeus Crews
65beea65d8 Merge pull request #108987 from timothyqiu/plugins-list-cleanup
Clean up `EditorPluginList`
2025-11-13 17:43:01 -06:00
Thaddeus Crews
9a9e64a6ee Merge pull request #108981 from DeeJayLSP/faster-uid-path-from-cache
Make getting a path from UID cache slightly faster
2025-11-13 17:43:00 -06:00
Thaddeus Crews
b52e3f7e6b Merge pull request #107440 from lodetrick/tabcontainer-popup
Allow `tab_rmb_clicked` to always work
2025-11-13 17:42:59 -06:00
Thaddeus Crews
1ab8e9847d Merge pull request #112494 from clayjohn/rd-fog-blend
Clean up Volumetric Fog blending behavior
2025-11-13 17:42:57 -06:00
Thaddeus Crews
d03fc3be95 Merge pull request #109101 from keyzeuh/doc-link-renderer-selection-dialog
Add a documentation link to the renderer selection dialog
2025-11-13 17:42:56 -06:00
Thaddeus Crews
8950c6527b Merge pull request #101165 from timoschwarzer/feature/2d-particle-emission-textures-refactor
Improve 2D Particle Emission Mask dialog
2025-11-13 17:42:55 -06:00
Thaddeus Crews
e53cbad0b1 Merge pull request #109322 from 4d49/graph-node-slot-meta
Add metadata for slots in `GraphNode`
2025-11-13 17:42:53 -06:00
Thaddeus Crews
e658d2ae83 Merge pull request #109384 from Giganzo/property_selector_search_box
Add icon & clear button to Select Method dialog search bar
2025-11-13 17:42:52 -06:00
Thaddeus Crews
d59cf3e6c2 Merge pull request #92390 from KoBeWi/add_section_end_section_separate_section._-._section
Refactor SceneTreeDock context menu separators
2025-11-13 17:42:50 -06:00
Thaddeus Crews
55bedbfaf5 Merge pull request #108741 from AriaTheCurseling/Allow-concurrent-unbind-and-binding-of-signal-arguments-in-editor
Allow concurrent unbinding and binding of signal arguments in editor
2025-11-13 17:42:49 -06:00
Thaddeus Crews
6a3d1f1fa1 Merge pull request #57121 from KoBeWi/noddeganger
Add `DUPLICATE_INTERNAL_STATE` flag
2025-11-13 17:42:47 -06:00
kobewi
29148d71e7 Improve editor settings override display 2025-11-14 00:38:11 +01:00
Hugo Locurcio
226d726b05 Add Ctrl + A and Ctrl + Shift + A to (de)select all projects in project manager
These keyboard shortcuts are commonly used in applications to (de)select
all entries in a list.
2025-11-13 22:22:07 +01:00
Michael Alexsander
41d93ca03c Fix blurry items on PopupMenu when v_separation has an odd value 2025-11-13 16:52:31 -03:00
Thaddeus Crews
5d721538b7 Merge pull request #112575 from Cykyrios/string-placeholder-highlight
Add string placeholder syntax highlighting
2025-11-13 12:33:40 -06:00
Thaddeus Crews
6d060b0531 Merge pull request #112732 from blueskythlikesclouds/ssr-sanitize-inf-nan
Sanitize INF/NaN when copying last frame texture for SSIL/SSR.
2025-11-13 12:33:39 -06:00
Thaddeus Crews
12cdb66e33 Merge pull request #108853 from aaronfranke/gltf-accessor
GLTF: Move accessor encoding functions to GLTFAccessor
2025-11-13 12:33:38 -06:00
Thaddeus Crews
d2ff4c6377 Merge pull request #112401 from xuhuisheng/dev/queue-free
Fix crash on queue free scene node in editor
2025-11-13 12:33:37 -06:00
Thaddeus Crews
bc929aac4a Merge pull request #112720 from blueskythlikesclouds/windows-opengl-angle-fix
Fix crash when using ANGLE OpenGL on Windows.
2025-11-13 12:33:36 -06:00
Thaddeus Crews
e75336e0d0 Merge pull request #105292 from mchlopecki/gridmap-bresenham-line
Add Bresenham Line Algorithm to GridMap Drawing
2025-11-13 12:33:35 -06:00
Thaddeus Crews
1f8d114e31 Merge pull request #112716 from bruvzg/scene_arg
Fix scene argument parsing.
2025-11-13 12:33:34 -06:00
Thaddeus Crews
0cd901bb94 Merge pull request #109803 from BastiaanOlij/openxr_frame_synthesis
OpenXR: Add support for frame synthesis
2025-11-13 12:33:33 -06:00
Thaddeus Crews
8a3bb49db4 Merge pull request #112708 from davismit54/master
Fix typo in `Array` docs
2025-11-13 12:33:32 -06:00
Thaddeus Crews
d73c04543a Merge pull request #112704 from jinyangcruise/find_in_files_keep_results
Remove unnecessary theme settings when constructing FindInFilesContainer
2025-11-13 12:33:31 -06:00
Fredia Huya-Kouadio
2ed51e00a1 Make use of activity-alias as the launcher mechanism for the Godot editor and the Godot app template 2025-11-13 10:17:43 -08:00
jinyangcruise
26596a8d24 Remove unnecessary theme settings when constructing FindInFilesContainer 2025-11-13 23:36:35 +08:00
Skyth
d27e4dab16 Sanitize INF/NaN when copying last frame texture for SSIL/SSR. 2025-11-13 16:38:54 +03:00
Cyril Bissey
3905392596 Add string placeholder syntax highlighting 2025-11-13 14:14:08 +01:00
xuhuisheng
63d1319674 Fixes crash on queue free scene node in editor
Update scene/main/node.cpp

Co-authored-by: Lukas Tenbrink <lukas.tenbrink@gmail.com>
2025-11-13 21:10:44 +08:00
kobewi
251746a89c Add MeshInstance3D upgrade code 2025-11-13 13:43:17 +01:00
kobewi
5fa0f31247 Edit groups on multiple nodes
Co-authored-by: Pablo Ibarz <fribarz123@gmail.com>
2025-11-13 13:37:09 +01:00
Lukas Tenbrink
9ebe051d5c Add some comments in the profiling.h header. 2025-11-13 12:14:41 +01:00
Bastiaan Olij
c5aae722ee OpenXR: Add support for frame synthesis 2025-11-13 21:18:31 +11:00
Skyth
69401d6eb1 Fix crash when using ANGLE OpenGL on Windows. 2025-11-13 12:24:11 +03:00
Pāvels Nadtočajevs
d06ce5420c Fix scene argument parsing. 2025-11-13 10:34:37 +02:00
SirishaDuba
79fe28b456 Fix typo in Control enum description (MouseBehaviorRecursive) 2025-11-13 13:19:34 +05:30
vaner-org
6146f3efee Fix error when switching to point movement mode from edit mode 2025-11-13 10:29:34 +05:30