Thaddeus Crews
b7eb50db44
Merge pull request #116269 from aaronfranke/merge-importer-meshes
...
Add a function to merge multiple ImporterMeshes together
2026-02-24 09:29:24 -06:00
Thaddeus Crews
165a0272c0
Merge pull request #116389 from Calinou/doc-viewport-wireframe-debug-wireframe-compatibility
...
Document wireframe debug draw mode behaving differently in Compatibility
2026-02-24 09:29:22 -06:00
Thaddeus Crews
c948ff1be6
Merge pull request #116624 from Chaosus/vs_spin_change_improvement
...
Add smooth to the changing of properties values in visual shader
2026-02-24 09:29:20 -06:00
Thaddeus Crews
e41577abdf
Merge pull request #112219 from Meorge/feat/signals-ui-use-monospaced-font
...
Use monospaced font for code names (methods, signals, properties) in UI
2026-02-24 09:29:18 -06:00
Thaddeus Crews
4d92b0b8a5
Merge pull request #116543 from AR-DEV-1/various-typo-fixes-1
...
Fix various typos & UI paper cuts
2026-02-24 09:29:11 -06:00
Thaddeus Crews
a73db52592
Merge pull request #116504 from miguelrsgoncalves/add-audio-server-units-of-time-doc
...
Docs: Add units of time to AudioServer's documentation
2026-02-24 09:29:07 -06:00
LilithSilver
11d7e298dd
Add EditorInterface::get_unsaved_scenes()
...
Co-Authored-By: Nikita <69168929+nikitalita@users.noreply.github.com>
2026-02-23 11:36:02 -06:00
Malcolm Anderson
f05049fce7
Use monospaced font for code names (methods, signals, properties)
...
Add monospace font styling to more items in signal workflow
Use monospace font in method and property selection dialogs
Use monospaced font in Animation editor
Add editor setting
Additional fixes and things
Add documentation to editor setting
# Conflicts:
# editor/inspector/property_selector.cpp
Update doc/classes/EditorSettings.xml
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2026-02-23 07:47:43 -08:00
Chaosus
ef933c9235
Add smooth to the changing of properties values in visual shader
2026-02-23 14:11:29 +03:00
Aaron Franke
cf58747537
Add a function to merge multiple ImporterMeshes together
2026-02-21 12:06:47 -08:00
Thaddeus Crews
74ecf68e15
Merge pull request #115111 from KoBeWi/icons_are_baaaaaaaaaaaaack
...
Restore context menu icons in EditorFileDialog
2026-02-20 14:34:27 -06:00
Thaddeus Crews
65951c721f
Merge pull request #115649 from ashtonmeuser/type-limits
...
Add integer limit constants to @GlobalScope
2026-02-20 11:35:59 -06:00
AR
e9ee5798d4
Fix various typos listed in https://github.com/godotengine/godot/issues/91521
2026-02-20 21:32:29 +05:00
Rémi Verschelde
95030c2932
Merge pull request #116263 from Calinou/doc-ik-skeletonmodifier3d-index-parameter
...
Document the purpose of the index parameter in IK and SkeletonModifier3D classes
2026-02-20 11:16:39 +01:00
Thaddeus Crews
230e6bfc3b
Merge pull request #76596 from Calinou/editor-settings-allow-negative-line-spacing
...
Allow negative line spacing for the script editor in Editor Settings
2026-02-19 20:29:17 -06:00
Thaddeus Crews
f65f5c0548
Merge pull request #101468 from KoBeWi/no_events_does_not_mean_no_name
...
Show shortcut without events in tooltip if it has name
2026-02-19 20:29:16 -06:00
Thaddeus Crews
25045e365f
Merge pull request #113808 from kleonc/texture_rect_tiling_atlas_texture
...
Support tiling `AtlasTexture` in `TextureRect`
2026-02-19 20:29:15 -06:00
Thaddeus Crews
5e10528397
Merge pull request #114895 from Nintorch/is-joy-vibrating
...
Add support for joypad vibration checking
2026-02-19 20:29:13 -06:00
Miguel RS Gonçalves
ebb2bc7139
Docs: Add units of time to AudioServer's documentation
2026-02-19 21:03:00 +00:00
Nintorch
c83c672d61
Add support for joypad vibration checking
2026-02-19 21:34:06 +05:00
Thaddeus Crews
4f62fa03f5
Merge pull request #116187 from nikitalita/expose_reload_scripts
...
Add reload_open_files() to script editor
2026-02-19 09:46:09 -06:00
AR
0d52a6c94c
Document that auto-exposure won't work on Mobile & Compatibility.
...
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2026-02-19 07:13:06 +05:00
Ashton Meuser
99cc3f7d51
Add integer limit constants to @GlobalScope
2026-02-18 17:54:39 -08:00
Kai
8770218577
Add reload_open_files() to script editor
2026-02-18 17:06:14 -08:00
Thaddeus Crews
30faebb208
Merge pull request #116312 from KoBeWi/5000_docks_below_surface
...
Add extra bottom dock slots
2026-02-18 17:28:29 -06:00
Thaddeus Crews
ae604e73e0
Merge pull request #116274 from Nintorch/inputevent-keyboard-mouse-ids
...
Add device IDs to keyboard and mouse input events
2026-02-18 17:28:24 -06:00
Thaddeus Crews
bcbdd73ab9
Merge pull request #116418 from oCHIKIo/master
...
Input: Add SDL `misc2`-`misc6` gamepad button constants
2026-02-18 17:28:16 -06:00
Nintorch
73fcc0d645
Add SDL joystick input for iOS
2026-02-18 20:37:22 +05:00
kobewi
6b8bc19c5a
Add extra bottom dock slots
2026-02-18 15:23:25 +01:00
kobewi
0f521b5d76
Show shortcut without events in tooltip if it has name
2026-02-18 10:47:49 +01:00
CHIKI Badreddine
bea703ae12
Input: Add missing MISC2-MISC6 gamepad button constants
...
The MISC2-MISC6 button strings are recognized by SDL3 but were not
mapped in Godot's JoyButton enum, causing 'Unrecognized output string'
warnings for controllers that use these buttons.
This adds:
- JoyButton::MISC2-MISC6 enum values (21-25)
- 'misc2'-'misc6' string mappings in _joy_buttons array
- GDScript bindings for JOY_BUTTON_MISC2 through JOY_BUTTON_MISC6
- Documentation entries in @GlobalScope.xml
- Updates JoyButton::SDL_MAX from 21 to 26
2026-02-17 21:12:23 +00:00
Thaddeus Crews
c23593837e
Merge pull request #79712 from KoBeWi/the_waiting_game
...
Add `AwaitTweener`
2026-02-17 14:04:02 -06:00
Thaddeus Crews
e0971e6349
Merge pull request #116241 from Nintorch/joy-motion-sensors-cs-docs-fix
...
Fix joypad motion sensors example for C#
2026-02-17 14:03:57 -06:00
Thaddeus Crews
8a4df69e22
Merge pull request #116403 from HolonProduction/lsp/settings
...
LSP: Document editor settings
2026-02-17 09:28:32 -06:00
Thaddeus Crews
7268edf5a6
Merge pull request #116283 from TheDying0fLight/fix-script-editor-minimizing
...
Fix `ScriptTextEditor` resizing issue
2026-02-17 09:28:28 -06:00
Thaddeus Crews
a1c4aacdbc
Merge pull request #110796 from fkeyzuwu/drag-and-drop-info-label
...
Add drag and drop info label
2026-02-17 09:28:21 -06:00
HolonProduction
9527a6e2f0
LSP: Document editor settings
2026-02-17 12:29:27 +01:00
Hugo Locurcio
25100ee3dc
Document wireframe debug draw mode behaving differently in Compatibility
2026-02-17 01:02:55 +01:00
Thaddeus Crews
376903417d
Merge pull request #116369 from HolonProduction/lsp/singleton
...
LSP: Fix singleton registration
2026-02-16 15:02:46 -06:00
Thaddeus Crews
7eedf1846f
Merge pull request #105045 from ryevdokimov/fix-load-from-project-settings
...
Fix issues with `InputMap::load_from_project_settings()` when called in tool script
2026-02-16 15:02:43 -06:00
Thaddeus Crews
003cc3d84b
Merge pull request #116129 from AR-DEV-1/116086
...
Update the `Dictionary.get` documentation regarding the `default` argument & its side effects
2026-02-16 15:02:30 -06:00
HolonProduction
47bc8f002f
LSP: Fix singleton registration
2026-02-16 21:40:19 +01:00
Rémi Verschelde
ed9c865e9b
Sync controller mappings DB with SDL community repo
...
Synced with: c9e695ef77
Clarify that Godot contributors should not interact with the upstream project.
2026-02-16 18:07:03 +01:00
kobewi
94f9b87063
Add AwaitTweener
2026-02-16 17:41:32 +01:00
Thaddeus Crews
4106b5cdcc
Merge pull request #116256 from dsnopek/monado-opengl-fix
...
OpenXR: Fix OpenGL initialization with Monado on X11
2026-02-16 10:19:28 -06:00
Thaddeus Crews
4163d3af5a
Merge pull request #114198 from mihe/jolt/soft-body-area
...
Add ability for Area3D to detect/influence SoftBody3D with Jolt Physics
2026-02-16 10:19:25 -06:00
Thaddeus Crews
2f06af10e6
Merge pull request #106560 from SheepYhangCN/taskbar-progress-state
...
Add taskbar progress and state support for Windows & macOS
2026-02-16 10:19:21 -06:00
kleonc
a289ee7f62
Support tiling AtlasTexture in TextureRect
2026-02-14 15:21:59 +01:00
Simon Döhl
ecf1f8d960
Fix ScriptTextEditor resizing issue
2026-02-14 13:04:08 +01:00
Nintorch
eadec6c605
Add device IDs to keyboard and mouse events
2026-02-14 11:28:44 +05:00