Rémi Verschelde
d912dcc26c
Merge pull request #104013 from bruvzg/rload_nowait
...
[ResourceLoader] Do not wait for the main thread during initial reimport.
2025-03-14 00:08:53 +01:00
Rémi Verschelde
44f2ee4274
Merge pull request #103816 from bruvzg/save_settings_on_close
...
Save queued `ProjectSettings` changes immediately when settings dialog is closed.
2025-03-14 00:08:49 +01:00
Rémi Verschelde
3751a4a026
Merge pull request #103734 from KoBeWi/catch_fokus_200
...
Re-grab FileSystem focus after rescan
2025-03-14 00:08:41 +01:00
Rémi Verschelde
cae8c3e0fa
Merge pull request #103397 from KoBeWi/good_luck_finding_where_'is_path_valid'_is_now_assigned
...
Improve path validation in ScriptCreateDialog
2025-03-14 00:08:37 +01:00
Rémi Verschelde
1e6b7f096e
Merge pull request #103129 from KoBeWi/saving_fanatic
...
Avoid some excessive edits of resources
2025-03-14 00:08:32 +01:00
Thaddeus Crews
c1b7865ae9
Merge pull request #103557 from aaronfranke/godot-version-defines
...
Rename version defines to `GODOT_VERSION_*` to match GDExtension godot-cpp
2025-03-13 08:57:42 -05:00
Thaddeus Crews
0cc7e2c27a
Merge pull request #95821 from anvilfolk/cache-gd-docs
...
Scripting: Fix script docs not being searchable without manually recompiling scripts
2025-03-13 08:57:40 -05:00
Thaddeus Crews
0edb0e17f8
Merge pull request #103692 from Rindbee/fix-forcing-ViewportTexture-after-selecting-a-viewport-in-the-Pick-a-Viewport-popup
...
Fix forcing `ViewportTexture` after selecting a viewport in the "Pick a Viewport" popup
2025-03-13 08:57:37 -05:00
Thaddeus Crews
598104abd8
Merge pull request #103738 from dugramen/scenetree-drag-hover-inspect
...
Inspect SceneTree node when dragged over
2025-03-13 08:57:29 -05:00
Thaddeus Crews
4e9b7976ce
Merge pull request #103845 from aaronfranke/fix-ed-stuck-cam-nonfin-xform
...
Fix stuck editor cameras and fix 3D error spam for non-finite transforms
2025-03-13 08:57:25 -05:00
Thaddeus Crews
22a7079afd
Merge pull request #104047 from YYF233333/dict_iter
...
Add const iteration support to `Dictionary`
2025-03-13 08:57:23 -05:00
Thaddeus Crews
8b0bbe7f8d
Merge pull request #101533 from kiroxas/improveCapsuleGizmo
...
Improve capsule gizmo performance
2025-03-13 08:57:19 -05:00
Thaddeus Crews
d190cc6d6f
Merge pull request #100412 from havi05/tree-hover-on-selected
...
`Tree` highlight selected items on hover
2025-03-13 08:57:18 -05:00
Lars Pettersson
d2d02d0ea8
EditorNode: Add function to load file as scene or resource
2025-03-12 23:59:48 +01:00
Rémi Verschelde
0d9237cdb1
Merge pull request #104050 from ydeltastar/fix-debugger-leak
...
Fix debugger's memory leak when project closes itself
2025-03-12 22:57:22 +01:00
Rémi Verschelde
9b5221aeed
Merge pull request #104020 from timothyqiu/missing-tr-markup
...
Add missing `ETR`/`TTR` markups
2025-03-12 22:57:18 +01:00
Rémi Verschelde
507df7b6ec
Merge pull request #103842 from timothyqiu/script-filename-no-i18n
...
ScriptEditor: Disable auto translation of the filename label
2025-03-12 22:57:13 +01:00
Rémi Verschelde
0ca46bfcbd
Merge pull request #103769 from AeioMuch/fix_copy_paste_to_new_scene
...
Fix ownership when pasting non root with child nodes in new scene
2025-03-12 22:57:09 +01:00
Rémi Verschelde
086197b933
Merge pull request #100761 from arkology/bitmap-editor-outline
...
Add borders to `BitMap` in `BitMapEditor`
2025-03-12 22:56:49 +01:00
ydeltastar
ddb94b9e9d
Fix debugger's memory leak when project closes itself
2025-03-12 16:46:23 -03:00
Aaron Franke
97ee05e9b7
Rename version defines to GODOT_VERSION_* to match GDExtension godot-cpp
2025-03-12 11:11:38 -07:00
kobewi
7d82704f12
Allow to ignore debugger error breaks
2025-03-12 19:05:57 +01:00
ocean
72045c8306
Scripting: Add script documentation cache to project
...
This PR adds a script documentation cache in the project folder.
It is loaded at alongside native documentation caches. This makes
scripts fully accessible through Search Help, including their
members, etc, right from project start, without having to compile
every single script.
Co-authored-by: Hilderin <81109165+Hilderin@users.noreply.github.com>
2025-03-12 13:44:41 -04:00
arkology
af48059e97
Add borders to BitMap in BitMapEditor
2025-03-12 20:41:01 +03:00
Yufeng Ying
bebe037abf
Add ConstIterator to Dictionary.
2025-03-13 01:28:46 +08:00
Thaddeus Crews
3ade6e2fc6
Merge pull request #101295 from kiroxas/RemoveAllocationsAndMemcpyInCodesign
...
Remove unnecessary allocations and memcpy in Codesign.cpp
2025-03-12 10:31:52 -05:00
Thaddeus Crews
7e6c4681c6
Merge pull request #101427 from Lazy-Rabbit-2001/camera_2d_draggable
...
Improve usability of `Camera2D`
2025-03-12 10:31:51 -05:00
kobewi
49f467d852
Don't show Extend Script option for built-in scripts
2025-03-12 14:59:18 +01:00
Haoyu Qiu
a7c1f2730f
Add missing ETR/TTR markups
2025-03-12 20:12:33 +08:00
Kiro
5a71e6a36a
Remove allocations and memcpy that were not necessary
2025-03-12 08:34:24 +01:00
Pāvels Nadtočajevs
16865b6917
[ResourceLoader] Do not wait for the main thread during initial reimport.
2025-03-12 09:18:39 +02:00
Lazy-Rabbit-2001
5ca70d88a7
Improve usability of Camera2D
2025-03-12 09:57:31 +08:00
Thaddeus Crews
0a30831bed
Merge pull request #100023 from Repiteo/core/module-includes-header-strip
...
Core: Avoid including `modules/modules_enabled.gen.h` in headers
2025-03-11 19:54:48 -05:00
Thaddeus Crews
70d7a77a9a
Merge pull request #98653 from Repiteo/scons/pretty-builders
...
SCons: Make builders prettier, utilize `constexpr`
2025-03-11 19:54:47 -05:00
Thaddeus Crews
3c03566d2e
Merge pull request #102281 from ryevdokimov/selection-box-color-no-restart
...
Do not require editor restart when changing selection box color
2025-03-11 19:54:43 -05:00
Thaddeus Crews
ea892d9fee
Merge pull request #93673 from Calinou/3d-editor-debug-draw-modes-mark-unsupported
...
Disable debug draw modes in the 3D editor according to current rendering method
2025-03-11 19:54:42 -05:00
Thaddeus Crews
30961fe462
Merge pull request #98414 from KoBeWi/one_small_step_for_animation
...
Add editor setting for default animation step
2025-03-11 19:54:35 -05:00
Thaddeus Crews
19882339f4
Merge pull request #99374 from FeniXb3/colorpicker-picker-shape-accessibility
...
Improve ColorPicker picker shape keyboard and joypad accessibility
2025-03-11 19:54:32 -05:00
Thaddeus Crews
6c4f17db1a
Core: Avoid including modules_enabled in headers
2025-03-11 19:42:13 -05:00
Robert Yevdokimov
8a6804b197
Do not require editor restart when changing selection box color
2025-03-12 03:38:44 +04:00
Thaddeus Crews
be429eb404
SCons: Make builders prettier, utilize constexpr
2025-03-11 18:31:20 -05:00
Hugo Locurcio
5472936b69
Disable debug draw modes in the 3D editor according to current rendering method
...
- Add tooltips to some debug draw modes, including when it's unsupported
due to the current rendering method in use.
- Improve documentation related to debug draw modes.
2025-03-12 00:10:24 +01:00
kobewi
c2813b902c
Add editor setting for default animation step
2025-03-11 23:16:27 +01:00
Thaddeus Crews
23979663d0
Merge pull request #98133 from aaronfranke/view-layout-menu
...
Rename internal `view_menu` in 3D editor code
2025-03-11 16:54:07 -05:00
Thaddeus Crews
7d1e236ad9
Merge pull request #102189 from KoBeWi/frames_per_setting
...
Add editor setting for FPS mode and compat
2025-03-11 16:54:04 -05:00
Thaddeus Crews
37fed7790e
Merge pull request #102176 from ryevdokimov/fix-local-space-gizmo-basis
...
Add "active" state to one of the multiple selected Node3Ds to determine basis in Local mode
2025-03-11 16:54:00 -05:00
Thaddeus Crews
3bc2821e26
Merge pull request #102372 from Rindbee/display-the-actual-used-theme-items-in-the-Inspector
...
Display the actual used theme items in the Inspector
2025-03-11 16:53:55 -05:00
Thaddeus Crews
1d8fa8b58a
Merge pull request #101411 from Calinou/editor-navigationlink-increase-gizmo-detail
...
Increase NavigationLink3D gizmo detail to match other circle/sphere 3D gizmos
2025-03-11 16:53:54 -05:00
Thaddeus Crews
1186514fcf
Merge pull request #102666 from KoBeWi/repeatranslations
...
Split repeated translation in Game plugin
2025-03-11 16:53:52 -05:00
Thaddeus Crews
165fdce84e
Merge pull request #102709 from KoBeWi/repeatranslations2
...
Split repeated translation for floating windows
2025-03-11 16:53:50 -05:00