Dery Almas
bbf65ae72f
Wayland: Implement game embedding
...
This patch introduces a new protocol proxy, which multiplxes Wayland
clients into a single connection, allowing us to redirect calls (e.g.
create toplevel -> create subsurface). Mixed with some state tracking
and emulation, we can embed a full-featured client into the editor.
2025-11-19 21:24:18 +01:00
Thaddeus Crews
ef34c3d534
Merge pull request #112663 from nikitalita/script-editor-fix
...
ScriptEditor::reload_scripts: only call deferred if not main thread
2025-11-14 17:16:52 -06:00
Thaddeus Crews
d5c0a11da0
Merge pull request #107890 from Nikitf777/polygon2d-editor-highlighting
...
Highlight points on hover in the Polygon2D editor
2025-11-14 17:16:51 -06:00
Thaddeus Crews
30d753c87e
Merge pull request #111184 from TokageItLab/limanglev
...
Add LimitAngularVelocityModifier3D
2025-11-14 17:16:50 -06:00
Thaddeus Crews
fa451cd05b
Merge pull request #112777 from m4gr3d/add_android_xr_support
...
[Android editor] Add support for Android XR devices to the Godot XR Editor
2025-11-14 17:16:49 -06:00
Thaddeus Crews
a2c24c175b
Merge pull request #112296 from passivestar/scrollbar-fix
...
Fix 2D viewport scrollbar contrast in modern theme
2025-11-14 17:16:48 -06:00
Thaddeus Crews
5519dba0d6
Merge pull request #110502 from TokageItLab/animlib-without-dict
...
Change AnimationLibrary serialization to avoid using Dictionary
2025-11-14 17:16:47 -06:00
Thaddeus Crews
90bd3ada97
Merge pull request #112769 from KoBeWi/don't 🚗 translate
...
Prevent translating custom data layers
2025-11-14 17:16:46 -06:00
Thaddeus Crews
76e974da7c
Merge pull request #110336 from TokageItLab/constraint-mod-node
...
Add option to `BoneConstraint3D` to make reference target allow to set `Node3D`
2025-11-14 17:16:43 -06:00
Silc Lizard (Tokage) Renew
ada95cb543
Add LimitAngularVelocityModifier3D
2025-11-15 06:43:33 +09:00
Nikita Samusev
209986bde0
Highlight points on hover in the Polygon2D editor
2025-11-14 23:37:58 +03:00
Thaddeus Crews
aa248bfedd
Merge pull request #111612 from aaronfranke/gltf-accessor-min-max-int
...
GLTF: Write integer min/max for integer accessors
2025-11-14 14:23:19 -06:00
Thaddeus Crews
e46c2ea3fa
Merge pull request #112379 from bruvzg/tts64id
...
Make `utterance_id` 64-bit.
2025-11-14 14:23:17 -06:00
Thaddeus Crews
c36e846fb1
Merge pull request #112760 from Benjamin-Dobell/fix/android/gamepad-connect-on-startup
...
Android: Fix crash when gamepad connects immediately upon app startup
2025-11-14 14:23:16 -06:00
Thaddeus Crews
6a1a86261f
Merge pull request #110324 from van800/shakhov/platform_toolset
...
Improve the CPP dialect selection for Rider, when MSVC is not used
2025-11-14 14:23:15 -06:00
Thaddeus Crews
d1a90109b4
Merge pull request #108010 from DexterFstone/add-scene-tile-rotation
...
Add support for rotating scene tiles in TileMapLayer
2025-11-14 14:23:13 -06:00
Thaddeus Crews
d602742221
Merge pull request #102889 from ryevdokimov/add-editorsettings-shortcuts
...
Add ability to add new EditorSettings shortcuts
2025-11-14 14:23:11 -06:00
Thaddeus Crews
1932a5c07f
Merge pull request #108391 from KoBeWi/archeoexpressology
...
Add expression history to evaluator
2025-11-14 14:23:10 -06:00
Thaddeus Crews
8ff0683def
Merge pull request #110949 from aaronfranke/const-ref-param-gltf
...
Use const ref parameters in the GLTF module
2025-11-14 14:23:08 -06:00
Thaddeus Crews
c6fe923e33
Merge pull request #108516 from KoBeWi/file_graveyard
...
Remove unnecessary cpp files after cleanup
2025-11-14 14:23:06 -06:00
Thaddeus Crews
83aa53b5e1
Merge pull request #108129 from timothyqiu/carry-pseudol10n
...
Carry editor pseudolocalization CLI option across restarts
2025-11-14 14:23:05 -06:00
Thaddeus Crews
235d11245c
Merge pull request #112481 from stuartcarnie/2d_canvas_vbos
...
Massively optimize canvas 2D rendering by using vertex buffers
2025-11-14 14:23:02 -06:00
Thaddeus Crews
90413dacb4
Merge pull request #97758 from TsFreddie/debugger-stepout
...
Add step out to script debugger
2025-11-14 14:23:01 -06:00
Thaddeus Crews
5389f835c2
Merge pull request #108379 from timothyqiu/inspector-unused
...
Remove unused member variables in `EditorInspector`
2025-11-14 14:22:59 -06:00
Thaddeus Crews
7d5034c50a
Merge pull request #108507 from dementive/optimize-scene-tree-groups
...
Optimize scene tree groups
2025-11-14 14:22:57 -06:00
Thaddeus Crews
22fcb577c0
Merge pull request #106071 from Lazy-Rabbit-2001/pcd_improvement
...
Optimize the `callback` argument of `popup_create_dialog()`
2025-11-14 14:22:55 -06:00
Thaddeus Crews
c52c93e2a2
Merge pull request #112725 from Ivorforce/profiling-comments
...
Add some comments in the profiling.h header.
2025-11-14 14:22:53 -06:00
Thaddeus Crews
f66fc72374
Merge pull request #112714 from SirishaDuba/fix-typo-mousebehavior
...
Fix typo in MouseBehaviorRecursive enum description in Control class
2025-11-14 14:22:51 -06:00
Thaddeus Crews
dc590a50d3
Merge pull request #112201 from timothyqiu/update-main-scene
...
Fix FileSystem item color not updated after changing main scene
2025-11-14 14:22:50 -06:00
Thaddeus Crews
c287d61402
Merge pull request #107969 from chocola-mint/tile-map-layer-editor-optimize-undo
...
Reduce TileMapLayerEditor's undo/redo memory usage
2025-11-14 14:22:48 -06:00
Thaddeus Crews
356fd8fc62
Merge pull request #108479 from timothyqiu/static-clipboard
...
Make editor property clipboard static
2025-11-14 14:22:46 -06:00
Thaddeus Crews
6c63a1fd8b
Merge pull request #107959 from rapust/add-keyframe-shortcuts
...
Add "Go to Next/Previous Keyframe" to Animation Edit menu
2025-11-14 14:22:44 -06:00
Thaddeus Crews
26fd075621
Merge pull request #108079 from arkology/scenes-list
...
Add opened scenes list button
2025-11-14 14:22:42 -06:00
Thaddeus Crews
0d66b2a9cf
Merge pull request #109103 from aaronfranke/gltf-accessor-decode
...
GLTF: Move accessor decoding functions to GLTFAccessor
2025-11-14 14:22:40 -06:00
Thaddeus Crews
e18b1de88d
Merge pull request #107942 from Mickeon/scene-tree-filter-placeholder
...
Simplify Node Filter's placeholder in Scene dock
2025-11-14 14:22:38 -06:00
Thaddeus Crews
af30016c75
Merge pull request #108705 from wjt/dont-poll-system-theme
...
Do not poll for system theme changes
2025-11-14 14:22:37 -06:00
Thaddeus Crews
814138ec69
Merge pull request #107795 from timothyqiu/renderer-selection-i18n
...
Improve auto-translation of the rendering method selector
2025-11-14 14:22:35 -06:00
Thaddeus Crews
e474bc5ce3
Merge pull request #108554 from ryevdokimov/inspector-don't-require-restart
...
Do not require editor restart when changing editor inspector settings
2025-11-14 14:22:33 -06:00
Thaddeus Crews
61a1575807
Merge pull request #112137 from aaronfranke/gltf-empty-mat-dict
...
GLTF: Don't serialize empty material extensions
2025-11-14 14:22:31 -06:00
Thaddeus Crews
23338d2d98
Merge pull request #108168 from Nikitf777/move-nodes-with-different-parents
...
Allow moving nodes when they have different parents in SceneTreeDock
2025-11-14 14:22:29 -06:00
Thaddeus Crews
527cb4123e
Merge pull request #107264 from DevPoodle/local_space_2d
...
Add "Use Local Space" option to the 2D editor
2025-11-14 14:22:28 -06:00
Fredia Huya-Kouadio
353c871160
Add support for Android XR devices to the Godot XR Editor
2025-11-14 11:54:53 -08:00
Stuart Carnie
90c0e6acca
2D: Switch to VBOs for instance data
...
- Add support for vertex bindings and UMA vertex buffers in D3D12.
- Simplify 2D instance params and move more into per-batch data to save
bandwidth
Co-authored-by: Skyth <19259897+blueskythlikesclouds@users.noreply.github.com>
Co-authored-by: Clay John <claynjohn@gmail.com>
Co-authored-by: A Thousand Ships <96648715+athousandships@users.noreply.github.com>
2025-11-15 06:25:49 +11:00
passivestar
91e8072be6
Fix 2D viewport scrollbar contrast in modern theme
2025-11-14 21:35:19 +04:00
kobewi
e15a54ddea
Prevent translating custom data layers
2025-11-14 18:23:08 +01:00
Aaron Franke
9d0b391d6c
GLTF: Move accessor decoding functions to GLTFAccessor
2025-11-14 07:05:04 -08:00
Benjamin Dobell
585389af24
Fix crash when gamepad connects immediately upon Android app startup
2025-11-15 01:13:17 +11:00
Thaddeus Crews
bd2ca13c6f
Merge pull request #112733 from KoBeWi/press_right_to_context
...
Add a right click menu to the project manager
2025-11-13 20:52:27 -06:00
Thaddeus Crews
2cd268fea4
Merge pull request #112441 from YeldhamDev/scrollbar_padding
...
Allow to add padding to `ScrollBar`s
2025-11-13 20:52:26 -06:00
Thaddeus Crews
ba44671777
Merge pull request #112148 from carterwilson1337/master
...
Track groups in Animation tab hover highlight
2025-11-13 20:52:24 -06:00