1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-04 17:04:49 +00:00
Commit Graph

19919 Commits

Author SHA1 Message Date
Thaddeus Crews
afa07c1a76 Merge pull request #109987 from van800/shakhov/dap-devices
Refactor debugging on a device with DAP - now possible with all device types
2025-11-12 11:24:10 -06:00
kobewi
a1340f05a9 Allow editing editor settings from project manager 2025-11-12 16:34:43 +01:00
kleonc
c31b92ba19 Fix layers property editor last bit value in tooltip 2025-11-12 14:59:24 +01:00
Danil Alexeev
1bd7b99182 GDScript: Add debug/gdscript/warnings/directory_rules project setting 2025-11-12 12:20:34 +03:00
nikitalita
94104ae33a ScriptEditor::reload_scripts only call deferred if not main thread 2025-11-12 10:14:33 +01:00
passivestar
fac37c66c1 Fix 2d ruler visibility in modern theme 2025-11-12 12:14:11 +04:00
DexterFstone
cd943d18b2 Keep the bottom panel size separate. 2025-11-12 01:49:35 +03:30
Thaddeus Crews
e47fb8b898 Merge pull request #112638 from dalexeev/editor-help-bit-add-missing-packed-array-warning
Add missing warning about copying packed arrays to `EditorHelpBit`
2025-11-11 16:07:57 -06:00
Ivan Shakhov
49ac9f63fd Refactor debugging on a device with DAP - now possible with all device types
Co-authored-by: Thaddeus Crews <repiteo@outlook.com>
2025-11-11 22:54:01 +01:00
fkeyz
0dfa815985 Fix drag and drop @export variable assignment when script has errors 2025-11-11 23:50:56 +02:00
Anish Kumar
5bbf280423 Default preset container to minimum size in Export dialog 2025-11-12 02:19:40 +05:30
Giganzo
189e2767a7 Fix cursor shape in the quick open dialog 2025-11-11 21:25:17 +01:00
carterwilson1337
472c8df99b Track groups in Animation tab hover highlight
Co-authored-by: Silc Lizard (Tokage) Renew <tokage.it.lab@gmail.com>

Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com>
2025-11-11 14:35:42 -05:00
Benjamin
e40621925b Fix crash when rearranging filtered animation tracks 2025-11-11 19:49:35 +01:00
Thaddeus Crews
5328a653bc Merge pull request #112600 from timothyqiu/plural-message
FileSystem dock: Use plural prompt message when moving/copying files
2025-11-11 10:37:39 -06:00
Thaddeus Crews
699b6623e7 Merge pull request #112499 from passivestar/graphedit-light-fix
Fix overbrightened GraphEdit overlays in light version of modern theme
2025-11-11 10:37:37 -06:00
Danil Alexeev
0b20ae2e87 Add missing warning about copying packed arrays to EditorHelpBit 2025-11-11 14:23:56 +03:00
jinyangcruise
fdd0f32774 Support Keep Results in results of Find in Files 2025-11-11 10:35:01 +08:00
Thaddeus Crews
8327dfa215 Merge pull request #112092 from timothyqiu/ts-nums
Move localized number formatting methods to `TranslationServer`
2025-11-10 17:47:09 -06:00
Thaddeus Crews
e33c423700 Merge pull request #108314 from KoBeWi/shift_in_meta
Replace repetitive meta/ctrl condition with a method
2025-11-10 17:47:08 -06:00
Thaddeus Crews
734fe458ba Merge pull request #105203 from dennmar/red_axes_fix
Fix smart snapping lines to disappear after using the pivot tool
2025-11-10 17:47:05 -06:00
Thaddeus Crews
af256ff210 Merge pull request #109649 from SchultzenDK/refactor-edit-current-script-check
Refactor `_edit_current()` script check
2025-11-10 17:47:01 -06:00
Thaddeus Crews
41bba306e0 Merge pull request #109306 from Calinou/editor-run-bar-tweak-shortcut-tooltips
Improve EditorRunBar shortcut tooltips to be more informative
2025-11-10 17:47:00 -06:00
Thaddeus Crews
42cb93559a Merge pull request #109701 from arkology/embed-options-menu
Improve and reduce Game window sizing
2025-11-10 17:46:59 -06:00
Thaddeus Crews
77cfbe9371 Merge pull request #111780 from aaronfranke/tree-double-click-not-editable
Allow double-clicking icons of non-editable Tree items
2025-11-10 17:46:58 -06:00
arkology
cb8e592b5e Improve and reduce Game window sizing 2025-11-10 20:48:52 +03:00
SchultzenDK
f38b7071ce Refactor _edit_current script check
Restore changing_scene check and bool()
2025-11-10 18:24:02 +01:00
Hugo Locurcio
49cf945778 Improve EditorRunBar shortcut tooltips to be more informative 2025-11-10 18:03:18 +01:00
kobewi
98141c3d73 Replace repetitive meta/ctrl condition with a method 2025-11-10 16:23:28 +01: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
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
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
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
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
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
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
ff5132ec42 Merge pull request #109842 from KoBeWi/historcuts
Assign shortcuts to prev/next script buttons
2025-11-10 08:19:56 -06: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
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
Haoyu Qiu
b8a8f8b35a Allow localizing the application name with project translations 2025-11-08 13:06:55 +08:00
Logan Detrick
e50cf880c3 Allow tab_rmb_clicked signal to always be emitted 2025-11-07 11:10:09 -08:00
DeeJayLSP
5c4d9930a4 Modern Style: Use a StyleBox in signals and groups 2025-11-07 16:02:26 -03:00
Thaddeus Crews
7df702bf80 Merge pull request #108342 from KoBeWi/automatization
Automatically open newly created script
2025-11-07 10:32:38 -06:00
Thaddeus Crews
522fa8d9bc Merge pull request #106164 from lodetrick/refactor-bottom-panel
Refactor editor `EditorBottomPanel` to be a `TabContainer`
2025-11-07 10:32:35 -06:00