6b5b84c0c5
Merge pull request #101737 from btgs-0/add-tile-coordinate-and-rectangle-size-display-to-terrains-editor-101634
...
Draw tilemap coordinate and rectangle size on the screen when using the TileMapLayer's Terrains plugin
2025-03-24 15:27:35 -05:00
95a0cad8b1
Merge pull request #104482 from YeldhamDev/game_view_featprof_3d
...
Hide 3D mode in Game view if the feature is disabled
2025-03-24 15:27:32 -05:00
e2d3e8ff86
Merge pull request #104231 from arkology/wide-theme-editor-walking
...
Fix `ThemeEditor` being too wide for small screen or minimized window
2025-03-24 15:27:29 -05:00
a5926394d3
Merge pull request #103956 from dugramen/curve-handles-outwards
...
Path2D prefer control points for outward curve
2025-03-24 10:01:05 -05:00
8cafc43f71
Merge pull request #104475 from ryevdokimov/fix-3d-view-menu-gizmo-icons
...
Fix 3D view menu gizmo icons being broken in empty scene
2025-03-23 19:03:56 -05:00
4fbf38d091
Path2D prefer control points for outward curve
2025-03-22 15:41:38 -04:00
123b5baaba
Hide 3D mode in Game view if the feature is disabled
2025-03-22 15:16:44 -03:00
1abde8ce48
Fix 3D view menu gizmo icons being broken in empty scene
2025-03-22 21:12:44 +04:00
b954ddce28
Draw the mouse position's tilemap co-ordinate (and rectangle size) on the screen when using the TileMapLayer's Terrains plugin.
2025-03-22 10:29:24 +10:30
581d675eeb
Core: Convert Math class to namespace
2025-03-21 10:29:18 -05:00
1d664d996d
Merge pull request #104390 from YeldhamDev/you_will_never_take_my_3d_away
...
Remove pointless `_3D_DISABLED` checks in editor code
2025-03-21 13:04:11 +01:00
e50ac32d5a
Merge pull request #82321 from ywmaa/custom_debug_color_curve3D
...
Allow customizing debug color of Path3D.
2025-03-21 13:02:57 +01:00
275f046e4a
Path3D: custom debug color and custom debug show
2025-03-20 06:49:04 +02:00
c33c3fe2ed
Remove pointless _3D_DISABLED checks in editor code
2025-03-19 23:47:36 -03:00
97241ffea6
Merge pull request #99555 from Meorge/mute-game
...
Add "Mute Game" toggle in Game view
2025-03-19 17:46:11 -05:00
17ae1d7728
Merge pull request #90226 from kitbdev/dock-shortcuts
...
Add Open Dock shortcuts
2025-03-19 17:46:07 -05:00
60c706e2d5
Merge pull request #102846 from jaydensipe/fix-empty-theme-override-delete-all
...
Fix empty type removal in theme editor causing all empty types to be deleted
2025-03-19 17:46:04 -05:00
6858607e74
Add "Mute Audio" button to Game view in editor
...
Update servers/audio_server.cpp
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com >
Apply suggestions from code review
Co-authored-by: Adam Scott <ascott.ca@gmail.com >
Fix a few lines for new member names
Add command-line argument `--debug-mute-audio`, and pass it to game if started with mute enabled
Apply suggestions from code review
Co-authored-by: arkology <43543909+arkology@users.noreply.github.com >
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com >
Fix icon for svgo
2025-03-19 08:20:17 -07:00
4a65775dc5
Add shortcuts for opening docks
2025-03-19 10:39:45 -04:00
10f6c01b9c
Remove ABS in favor of Math::abs
2025-03-19 13:52:40 +01:00
94f0ce4a96
Merge pull request #104192 from arkology/tile_editors_ui_ux
...
Improve/fix `TileMap` and `TileSet` editors UI
2025-03-19 12:27:18 +01:00
7ad0b9b16c
Merge pull request #97495 from Delsin-Yu/control_recursive_disable_children
...
[GUI] Implement properties that can recursively disable child controls' `Focus Mode` & `Mouse Filter`
2025-03-19 12:26:03 +01:00
1f6426066e
Merge pull request #98768 from Repiteo/core/constexpr-math-operators
...
Core: Add `constexpr` constructors/operators to math structs
2025-03-17 16:03:20 -05:00
6f25babd6b
Remove empty constructors and destructors from editor/
2025-03-17 21:20:02 +01:00
ea62170dac
Core: Add constexpr constructors/operators to math structs
...
• Begin integrating `constexpr` on math tests; use `static_assert` where appropriate
2025-03-17 12:15:31 -05:00
523b7fe36e
Merge pull request #102282 from YYF233333/dangerous_sig
...
Eliminate interior mutability in `get_selected_node_list`
2025-03-17 10:52:30 -05:00
8ca72e1490
Merge pull request #103848 from timothyqiu/popup-i18n
...
Add auto translate mode for items in `PopupMenu` and `OptionButton`
2025-03-17 10:52:26 -05:00
a9065db5ad
Merge pull request #104130 from KoBeWi/are_tools_enabled_when_tools_are_enabled
...
Remove `TOOLS_ENABLED` checks from `editor/`
2025-03-17 10:52:25 -05:00
59809854b9
Merge pull request #104172 from kiroxas/improveGPUParticlesCollision3DGizmoPluginPerformance
...
Improve `GPUParticlesCollision3DGizmoPlugin` performance
2025-03-17 10:52:09 -05:00
437b131d28
Merge pull request #104016 from kiroxas/improveAudioStreamPlayerGizmoPerformance
...
Improve Audio Stream Player Gizmo Performance
2025-03-17 10:51:55 -05:00
e0b777ff99
Improve Audio Stream Player Gizmo Performance
2025-03-16 13:47:42 +01:00
954bb22d3a
improve GPUParticlesCollision3DGizmoPlugin performance
2025-03-16 13:19:06 +01:00
84e1ed8884
Fix ThemeEditor being too wide for small screen or minimized window
2025-03-16 14:16:03 +03:00
1be23eee2c
Improve TileMap and TileSet editors UI
2025-03-16 11:21:17 +03:00
7cb2fb189a
Remove TOOLS_ENABLED checks from editor/
2025-03-14 18:13:16 +01:00
df80265d3a
Eliminate interior mutability in get_selected_node_list.
2025-03-14 02:38:02 +08:00
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
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
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
22a7079afd
Merge pull request #104047 from YYF233333/dict_iter
...
Add const iteration support to `Dictionary`
2025-03-13 08:57:23 -05:00
8b0bbe7f8d
Merge pull request #101533 from kiroxas/improveCapsuleGizmo
...
Improve capsule gizmo performance
2025-03-13 08:57:19 -05:00
d2d02d0ea8
EditorNode: Add function to load file as scene or resource
2025-03-12 23:59:48 +01:00
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
97ee05e9b7
Rename version defines to GODOT_VERSION_* to match GDExtension godot-cpp
2025-03-12 11:11:38 -07:00
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
af48059e97
Add borders to BitMap in BitMapEditor
2025-03-12 20:41:01 +03:00
bebe037abf
Add ConstIterator to Dictionary.
2025-03-13 01:28:46 +08:00
5ca70d88a7
Improve usability of Camera2D
2025-03-12 09:57:31 +08:00
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
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