f2d733d48d
Fix stale VoxelGI warnings.
...
Easy 1 line fix, just need to call update_configuration_warnings()
any time fields related to our warning concerns get changed. In
this case it's we just need to be concerned about calling this
whenever the voxel data field changes for any reason.
2025-02-13 20:54:05 -08:00
750640cede
Merge pull request #102828 from bruvzg/fd_fmap
...
Sync native and embedded dialog missing extension handling.
2025-02-13 23:35:28 +01:00
54006f6ebf
Merge pull request #102217 from clayjohn/mobile-pipelines
...
Reduce mobile pipeline compilations
2025-02-13 23:34:54 +01:00
1bdf84b31c
Sync native and embedded dialog missing extension handling.
2025-02-14 00:15:04 +02:00
3dd68d8841
Merge pull request #102704 from Giganzo/add-freelook-speed
...
Add changeable freelook speed in Game Window
2025-02-13 10:15:46 -06:00
1272310a14
Sprite2D: Use correct name to hide region_filter_clip_enabled
2025-02-13 10:06:30 +11:00
d408264fde
Merge pull request #102778 from KoBeWi/line_zero
...
Prevent errors when Line2D has 0 length
2025-02-12 12:56:39 -06:00
5f7ea8328b
Merge pull request #102556 from kitbdev/fix-te-cursor-shape-held
...
Fix TextEdit cusor shape when mouse is held
2025-02-12 12:56:34 -06:00
842421ea61
Prevent errors when Line2D has 0 length
2025-02-12 17:43:53 +01:00
286d3ae415
Fix inspector follow focus when child is focused
2025-02-12 17:16:44 +01:00
f418603522
Merge pull request #102749 from timothyqiu/tree-buttons-offset
...
Fix TreeItem button tooltip trigger area offset
2025-02-12 11:21:15 +01:00
800b63a99b
Merge pull request #102738 from Giganzo/tree-filter-select
...
Fix tree selecting hidden items
2025-02-12 11:21:08 +01:00
387d0e7100
Fix TreeItem button tooltip trigger area offset
2025-02-12 14:26:13 +08:00
38d0e82a35
Store _custom_type_script meta as String
2025-02-12 01:22:09 +01:00
ed79fe18e6
Merge pull request #102625 from YeldhamDev/oh_those_wacky_shadows
...
Fix mouse input on popup shadows misbehaving with `content_scale_factor`
2025-02-11 23:59:08 +01:00
845ddb4bf3
Merge pull request #102597 from kitbdev/fix-te-line-guideline-pos
...
Fix CodeEdit line length guideline zoomed position
2025-02-11 09:13:23 -06:00
65b81646a4
Merge pull request #102688 from caleb98/master
...
Fix TileMapLayer bug where dirty cells could be marked twice
2025-02-11 10:54:39 +01:00
5460fe3994
Merge pull request #102653 from lawnjelly/fti_fix_client_ticking_4
...
Physics Interpolation - Fix client interpolation pump
2025-02-11 10:54:21 +01:00
ea0226c65d
Merge pull request #102652 from lawnjelly/fti_auto_reset_mode_change_4
...
Physics Interpolation - Auto-reset on `set_physics_interpolation_mode()`
2025-02-11 10:54:18 +01:00
ecff011671
[FileDialog] Update filename/buttons state when first item is selected on folder/filter change.
2025-02-11 11:18:23 +02:00
7404873b66
Fix TileMapLayer bug where dirty cells could be marked twice
...
When using runtime data in a TileMapLayer, calling notify_runtime_tile_update
can cause error messages to be printed to the console if the same cell has been
set or erased in the same frame. This could be partially worked around by using
call_deferred on notify_runtime_tile_update, but the problem could re-emerge if
those updates were being made in coroutines.
This commit addresses the issue by adding an additional check to the dirty cell
marking of the TileMapLayer when notify_runtime_tile_update is called. This
check ensures that the cell has not already been added to the dirty cell list,
preventing the condition that causes the error message.
2025-02-10 22:18:10 -05:00
c89ded23a6
Merge pull request #102603 from havi05/itemlist-fix-textoverrun-fixed-icon
...
Itemlist: Fix `text_overrun` when using `fixed_icon_size`
2025-02-10 12:21:34 -06:00
cedcc2444e
Add changeable freelook speed in Game Window
2025-02-10 17:18:52 +01:00
a32d3663c4
Fix popup shadows misbehaving with content_scale_factor
2025-02-10 11:55:08 -03:00
5dcab0e606
Prevent some internal nodes being duplicated in Controls
2025-02-10 13:27:08 +01:00
3286b7fb37
Physics Interpolation - fix client interpolation pump
...
Client interpolation pump is moved AFTER the physics tick, after physics objects have been moved.
This is necessary because the `current` transform is also updated during the pump.
2025-02-10 10:40:23 +00:00
e43756c559
Itemlist - fix text_overrun when using fixed_icon_size
2025-02-10 11:34:45 +01:00
e46993f0db
Physics Interpolation - Auto-reset on set_physics_interpolation_mode()
...
Fixes historical bug where auto-reset wasn't working correctly.
Also fixes process modes on Cameras when mode is changed.
2025-02-10 10:19:54 +00:00
c4e15e212d
Merge pull request #102433 from akien-mga/unexpose-AnimationNodeStartState-EndState
...
Don't expose AnimationNodeStartState and AnimationNodeEndState as internal, this triggers a ClassDB bug
2025-02-10 10:49:14 +01:00
5bfc4a5b06
Fix tree selecting hidden items
2025-02-10 02:41:16 +01:00
65b7e1c73c
Fix TextEdit cusor shape when mouse is held
2025-02-08 15:32:38 -05:00
6a75a89712
Fix CodeEdit line length guideline zoomed position
2025-02-08 15:30:37 -05:00
09822ea1a9
Forward color picker preview mouse button events to the window underneath.
2025-02-08 10:16:03 +02:00
568d6286e0
Merge pull request #102132 from Ivorforce/optimize-font-internal-cow
...
Optimize `Font` calculations by avoiding unnecessary copy-on-write.
2025-02-07 14:50:41 -06:00
7da0767f35
[TextEdit] Update syntax highlighting when IME composition string is updated.
2025-02-07 11:54:56 +02:00
e87f4f67b0
Merge pull request #100913 from larspet/tooltip-hover-oob
...
Prevent tooltip from showing when hovering past the end of script line
2025-02-07 01:39:11 +01:00
7444839299
Reduce mobile pipeline compilations by tracking more feature usage globally and only compile what is needed
2025-02-05 18:27:23 -08:00
0d14ae58b0
Merge pull request #101109 from clayjohn/multimesh-err-msg
...
Add explicit error messages to Multimesh functions
2025-02-05 18:22:21 -06:00
e1af7b65b2
Add explicit error messages to Multimesh error functions to make errors easier to understand.
...
Previously the RenderingServer errors filtered up to end users, but they are unclear and not helpful
2025-02-05 23:48:01 +01:00
b50d9742c2
Fix is_valid_float, Variant parser, Expression parser, script highlighter, and TextServer not handing capital E in scientific notation.
2025-02-05 18:39:40 +02:00
f899138337
Merge pull request #102400 from bruvzg/bin_hex_cap
...
Fix uppercase B and X parsing in the integer literals.
2025-02-05 10:27:32 -06:00
3be46a69c4
Fix uppercase B and X parsing in the integer literals.
2025-02-05 16:02:06 +02:00
80096e9e62
Fix a crash bug in LightmapGI::_assign_lightmaps triggered after reparenting
...
After reparenting the LightmapGI node, the following `node` would be
initialized to null:
Node *node = get_node(light_data->get_user_path(i));
Which would then crash when de-referenced further down. This fix detects
which the node has been reparented and clears its users.
2025-02-05 12:18:56 +01:00
84af48767e
Merge pull request #102432 from akien-mga/revert-101548
...
Revert "Use `AHashMap` for `RBMap` nodes and `HashMap` `input_activity`"
2025-02-05 11:34:23 +01:00
954ce8643f
Merge pull request #102405 from QbieShay/qbe/fix_rnd_git
...
Fix seed not randomizing for particles. Fix seed being stored when fixed seed is off
2025-02-05 11:34:12 +01:00
7f4097a83a
Merge pull request #102116 from Giganzo/tree-get_item_rect
...
Fix `get_item_area_rect` when tree is scrolled
2025-02-05 11:33:58 +01:00
ede3d21519
Don't expose AnimationNodeStartState and AnimationNodeEndState as internal, this triggers a ClassDB bug
...
Fixes #99534 .
2025-02-04 22:19:56 +01:00
6d4c2d002d
Revert "Use AHashMap for RBMap nodes and HashMap input_activity"
...
This reverts commit c91c604eaa .
This caused a critical regression:
- Fixes #102374 .
2025-02-04 20:41:29 +01:00
ea2770eb4f
Merge pull request #101947 from Rudolph-B/Issue-101750
...
Add Heightfield mask to GPUParticlesCollisionHeightField3D
2025-02-04 09:04:11 -06:00
07464479ff
Merge pull request #102296 from kitbdev/fix-te-remove-range-line-count
...
Fix TextEdit visible line count when setting text
2025-02-04 09:04:10 -06:00