Thaddeus Crews
0efced3ea5
Merge pull request #100822 from BlueCube3310/gles-hdr-astc
...
Compatibility: Fix ASTC HDR extension detection
2024-12-30 08:58:48 -06:00
Thaddeus Crews
58b48a934e
Merge pull request #100859 from StaydMcMuffin/scene-shaders-user-normal-fix
...
Fix User-supplied Normals Being Ignored
2024-12-30 08:58:47 -06:00
Thaddeus Crews
df2b117ec2
Merge pull request #100317 from TCROC/fix-collision-shape-debug-color-breaks-gdextension
...
Fix collision shape debug color breaking GDExtension
2024-12-30 08:58:41 -06:00
Thaddeus Crews
e9cebfa2f3
Merge pull request #100865 from SlashScreen/fix_plugin_docs
...
Fix docs for `EditorContextMenuPlugin.add_context_submenu_item`
2024-12-30 08:58:39 -06:00
Thaddeus Crews
953db6e785
Merge pull request #100752 from AThousandShips/unify_timer_scale_naming
...
[Core] Align naming and args of `(SceneTree)Timer` time scale methods
2024-12-30 08:58:36 -06:00
Thaddeus Crews
77eb92f8f3
Merge pull request #100826 from Lielay9/csg-spin-360
...
Fix gaps in CSGPolygon3D spin mode at 360 degrees
2024-12-30 08:58:35 -06:00
Thaddeus Crews
1e63ed2a5b
Merge pull request #99723 from YeldhamDev/script_favorite_fix
...
Fix error when favoriting some types of properties
2024-12-30 08:58:34 -06:00
Thaddeus Crews
d7e9971243
Merge pull request #100908 from Repiteo/style/yaml-tweaks
...
Style: Integrate minor pre-commit/`yaml` adjustments
2024-12-30 08:58:32 -06:00
Thaddeus Crews
9ec36eb243
Merge pull request #100916 from Hilderin/fix-embed-focus-on-debug-continue
...
Fix debugging embedded game does not refocus on continue
2024-12-30 08:58:31 -06:00
Thaddeus Crews
b987e906ba
Merge pull request #100156 from ydeltastar/fix-doc-scroll
...
Fix scroll to symbol's documentation
2024-12-30 08:58:28 -06:00
Thaddeus Crews
0e00f41650
Merge pull request #100735 from tvenclovas96/tween_ignore_time_scale
...
Add an option for tweens to ignore `Engine.time_scale`
2024-12-30 08:58:25 -06:00
Thaddeus Crews
01c6e18963
Merge pull request #100745 from mdelorme/mdelorme/issue_100727
...
Assign the project manager title to the node instead of DisplayServer
2024-12-30 08:58:23 -06:00
Thaddeus Crews
888883d608
Merge pull request #100862 from Flarkk/fix_100850
...
Fix regression with shadows when light range is 0 or close
2024-12-30 08:58:12 -06:00
Hilderin
cfac31b745
Fix debugging embedded game does not refocus on continue
2024-12-29 18:16:19 -05:00
Thaddeus Crews
048f8442e3
Style: Minor pre-commit & `yaml` adjustments
2024-12-29 10:51:11 -06:00
Thaddeus Crews
efa144396d
Merge pull request #99876 from Mickeon/documentation-prints-obsession
...
Standardize all "Prints" comments in documentation
2024-12-29 09:35:05 -06:00
Thaddeus Crews
a9b6b3d932
Merge pull request #100776 from AThousandShips/improve_null_checks
...
Improve use of `Ref.is_null/valid`
2024-12-29 09:35:04 -06:00
Thaddeus Crews
f42e40baf1
Merge pull request #100830 from nikitalita/patch-3
...
.clang-format: Change AllowShortFunctionsOnASingleLine back to `Inline`
2024-12-29 09:35:03 -06:00
Thaddeus Crews
a8dfdc9487
Merge pull request #100867 from Geometror/ensure-dir-exists-create-test-script
...
Ensure that directory exists in create_test.py
2024-12-29 09:35:02 -06:00
Thaddeus Crews
a45334875d
Merge pull request #100828 from Repiteo/style/clangd
...
Style: Add `.clangd` config
2024-12-29 09:35:01 -06:00
Thaddeus Crews
debf19a4e5
Style: Add `.clangd` config
2024-12-29 09:11:24 -06:00
Michael Alexsander
d74325f791
Fix error when favoriting some types of properties
2024-12-28 15:29:39 -03:00
Rémi Verschelde
75ce4266c4
Merge pull request #100870 from akien-mga/ci-fix-ruff-format
...
Pre-commit: Fix applying ruff to SCsub files
2024-12-28 13:43:43 +01:00
Florent Guiocheau
c9632d0eb6
Fix regression with shadows when light range is 0 or close
2024-12-28 11:40:54 +01:00
Rémi Verschelde
ff83fdcdd7
Pre-commit: Fix applying ruff to SCsub files
...
Also ignore iOS template dummy.h file for header guards check.
Update ruff to 0.8.4 while at it.
2024-12-28 10:19:46 +01:00
Hendrik Brucker
16233db6bf
Ensure that directory exists in create_test.py
2024-12-28 01:39:09 +01:00
Slashscreen
8b3fbd51dc
Fixed docs for add_context_submenu_item
2024-12-27 15:12:22 -08:00
ydeltastar
64788069a0
Fix scroll to symbol's documentation
2024-12-27 17:12:05 -03:00
Stayd
40f17127ef
Fix User-supplied Normals Being Ignored
...
Moves the initialization of the geo_normal value
to after the user shader code, so that the normal
supplied by the user is actually used instead of
the interpolated vertex normal.
2024-12-27 13:01:20 -07:00
Nikita
2845995b02
.clang-format: change AllowShortFunctionsOnASingleLine back to `Inline`
2024-12-26 22:25:13 +00:00
Rémi Verschelde
99a8ab795d
Merge pull request #100823 from smix8/patch_async_mapsync
...
Patch navigation map async synchronization
2024-12-26 16:48:44 +01:00
smix8
c69408168c
Patch navigation map async synchronization
...
Patches navigation map async synchronization.
2024-12-26 13:04:20 +01:00
Hei
d310d9f975
Fix gaps in CSGPolygon3D spin mode at 360 degrees
2024-12-26 13:59:24 +02:00
BlueCube3310
88baa2f82d
Compatibility: Fix ASTC HDR extension detection
2024-12-26 11:44:05 +01:00
AThousandShips
8d1a3e2a76
[Core] Align naming and args of `(SceneTree)Timer` time scale methods
...
Renamed `get_ignore_time_scale` to `is_ignoring_time_scale` following general naming standards.
2024-12-23 16:47:00 -05:00
A Thousand Ships
a1846b27ea
Improve use of `Ref.is_null/valid`
...
Use `is_null` over `!is_valid` and vice versa.
2024-12-23 16:35:02 -05:00
Micky
ca4b29b18d
Standardize all "Prints" comments in documentation
2024-12-23 21:26:00 +01:00
Travis Lange
f0c077deb8
fix collision shape debug color breaking gdextension
2024-12-23 15:02:54 -05:00
Maxime Delorme
e4e966b0f2
Fix #100727 by giving the project manager title to the node instead of DisplayServer
2024-12-23 19:44:18 +01:00
Thaddeus Crews
0f95e9f8e6
Merge pull request #100575 from Wierdox/improve_syntax_highlighting_for_shorthand_of_and_plus_bitwise_and_by_altering_string_name_highlighting
...
Improve `&&` and `&` syntax highlighting by altering `StringName` highlighting
2024-12-23 11:15:21 -06:00
Thaddeus Crews
3df8eb5abc
Merge pull request #100707 from dalexeev/editor-restore-old-ctrl-click
...
Editor: Restore old `Ctrl+Click` behavior
2024-12-23 11:15:19 -06:00
Thaddeus Crews
08d4dd7fd8
Merge pull request #100694 from Ivorforce/cowdata-destruct-graciously
...
Destruct `CowData` more graciously by avoiding accidentally exposing a half-destructed buffer.
2024-12-23 11:15:18 -06:00
Thaddeus Crews
b97c8b37f6
Merge pull request #98441 from Yelloween10/fix-modifier-mask
...
Fix incorrect `KEY_MODIFIER_MASK` value
2024-12-23 11:15:17 -06:00
Thaddeus Crews
98c3138804
Merge pull request #92717 from KoBeWi/twisted_frying_pan
...
Add warped panning to every ViewPanner instance
2024-12-23 11:15:16 -06:00
Thaddeus Crews
7b42fb969e
Merge pull request #100685 from raulsntos/dotnet/collection-expressions
...
[.NET] Use collection expressions in docs
2024-12-23 11:15:15 -06:00
Thaddeus Crews
53a7e08491
Merge pull request #100702 from spoxii/patch/unused_gridmap_editor_side
...
Remove unused editor setting `editors/grid_map/editor_side`
2024-12-23 11:15:14 -06:00
Thaddeus Crews
e041356f3c
Merge pull request #99357 from Giganzo/tile-map-grid-button
...
Fix button state of grid and highlight layer in tile map layer editor
2024-12-23 11:15:13 -06:00
Thaddeus Crews
98c5267ce5
Merge pull request #91388 from kitbdev/fix-goto-line
...
Make Goto line a Popup and column input
2024-12-23 11:15:12 -06:00
Thaddeus Crews
01a7c81e02
Merge pull request #100738 from beicause/fix-crash-one-click-deploy
...
Fix crash when using one-click deploy
2024-12-23 11:15:11 -06:00
Thaddeus Crews
b77fde8e07
Merge pull request #100731 from Lazy-Rabbit-2001/popup_create_dialog_as_experimental
...
Mark `EditorInterface.popup_create_dialog()` as experimental
2024-12-23 11:15:10 -06:00