Thaddeus Crews
a607bca2fd
Merge pull request #100024 from Ivorforce/optimize-string-single-char
...
Optimize string single char contains calls.
2024-12-09 14:33:24 -06:00
Thaddeus Crews
101b78fbea
Merge pull request #100020 from Lielay9/mend-round-primitives
...
Mend gaps in meshes caused by trigonometric funcs.
2024-12-09 14:33:23 -06:00
Thaddeus Crews
cc59949cfe
Merge pull request #100006 from Daylily-Zeleen/daylily-zeleen/hide_debug_instnce
...
Hide `NavigationRegion2D`'s debug instance instead of freeing it, and hide it when `navigation_polygon` is set to null.
2024-12-09 14:33:17 -06:00
Thaddeus Crews
3b8c459dae
Merge pull request #99992 from yahkr/fix_control_orphan_startup
...
Fix for `RuntimeNodeSelect` `selection_list` showing up as an orphaned node when editor is open during runtime
2024-12-09 14:33:13 -06:00
Thaddeus Crews
2654dbaf5c
Merge pull request #99984 from KoBeWi/negative_diff_but_it's_deleting_whole_files
...
Move singleton StringName definitions to header
2024-12-09 14:33:11 -06:00
Robin Ward
1e749f628e
Fix user selection on top of bgcolor areas in a RichTextLabel
2024-12-09 11:37:37 -05:00
YoSoyFreeman
72650f9787
Allow apply_floor_snap to preserve the horizontal position after the snapping independently of stop_on_slopes
2024-12-07 23:00:46 +01:00
Lukas Tenbrink
b5c31ebb41
Add contains_char() for single-character 'contains' calls.
2024-12-06 20:23:35 +01:00
Hei
b4c6f9b3d9
Mend gaps in meshes caused by trigonometric funcs.
2024-12-06 17:10:12 +02:00
Nông Văn Tình
e6a49ab6ac
Save color palette as resources to reuse later
...
Co-authored-by: Micky <66727710+Mickeon@users.noreply.github.com >
2024-12-06 20:16:06 +07:00
kobewi
d3c9bee653
Move singleton StringName definitions to header
2024-12-06 13:43:31 +01:00
Danil Alexeev
8bf2afd341
Fix CollisionShape{2D,3D}.debug_color inconsistencies
2024-12-06 15:12:20 +03:00
Timo Schwarzer
1daa9a180b
Fix Control offset_* property types
2024-12-06 09:06:55 +01:00
landervr
05010180ce
ReflectionProbe add Blend Distance
2024-12-05 23:29:47 +01:00
Thaddeus Crews
6588505aca
Merge pull request #96735 from bruvzg/rtl_frame_indent
...
[RTL] Fix indent in tables and tables in indent.
2024-12-05 14:12:18 -06:00
Thaddeus Crews
b34a643404
Merge pull request #96346 from DeeJayLSP/qoa-opt
...
Use `qoa.c` and custom compress procedure
2024-12-05 14:12:15 -06:00
DeeJayLSP
afd68d785b
Use qoa.c and custom compress procedure
2024-12-05 13:20:09 -03:00
Michael Alexsander
eb5839dcbb
Add "At Start" mode for sub-emitter particles
2024-12-05 11:48:34 -03:00
Guilherme Sousa
d7462d223c
Add animation node extension
2024-12-05 04:27:16 -08:00
Silc Lizard (Tokage) Renew
652db79421
Make backward be parameter of the AnimationTree in the NodeAnimation
2024-12-05 20:58:41 +09:00
Thaddeus Crews
610f4a2687
Merge pull request #97328 from AThousandShips/fix_recursive_draw
...
Prevent infinite recursion in first `_draw`
2024-12-04 11:02:06 -06:00
Thaddeus Crews
53f59619e2
Merge pull request #99983 from MewPurPur/followup
...
Codestyle improvements in style_box_flat.cpp
2024-12-04 11:02:04 -06:00
yahkr
f3a3452bca
Fix for RuntimeNodeSelect selection_list showing up as an orphaned node when editor is open during runtime
2024-12-04 11:22:12 -05:00
Daylily-Zeleen
4eba3d8377
Hide NavigationRegion2D debug instance instead of free it, and hide it when navigation_polygon is set to null.
2024-12-04 17:58:12 +08:00
Hugo Locurcio
b43c47d6dd
Adjust StyleBoxFlat antialiasing to account for 2D stretch scale
...
This prevents the antialiasing feather from becoming too wide
at viewport sizes higher than the default, which can lead to blurry visuals.
This is adjusted to account for the 2D scale factor returned on the root
Window, so it takes both the `canvas_items` scaling and
`content_scale_factor` into account.
2024-12-04 01:07:25 +01:00
bruvzg
121e640637
[RTL] Fix indent in tables and tables in indent.
2024-12-03 23:30:08 +02:00
Thaddeus Crews
44cda51110
Merge pull request #98812 from bruvzg/macos_bundles_as_file
...
[macOS] Handle bundles as files in the embedded file dialogs.
2024-12-03 14:41:07 -06:00
Thaddeus Crews
6472e9e961
Merge pull request #99310 from syntaxerror247/filedialog_issue
...
Android: Set default ACCESS_FILESYSTEM root
2024-12-03 14:41:03 -06:00
Thaddeus Crews
ec333a8c32
Merge pull request #99564 from JekSun97/get_connetion_count_method_graphedit
...
Add `get_connection_count` function to `GraphEdit`
2024-12-03 14:41:02 -06:00
Thaddeus Crews
c72fe8e61f
Merge pull request #98082 from bruvzg/rtl_keep_tag_stack
...
[RTL] Keep tag stack between `append_text` calls.
2024-12-03 14:40:49 -06:00
Thaddeus Crews
330c01458c
Merge pull request #99595 from bruvzg/win_fd_index
...
Fix native file dialog filter selection in save dialogs.
2024-12-03 14:40:46 -06:00
Thaddeus Crews
42eb4fbc07
Merge pull request #93831 from what-is-a-git/wav-runtime
...
Add runtime file loading to `AudioStreamWAV`
2024-12-03 14:40:42 -06:00
Thaddeus Crews
70ff57b5f3
Merge pull request #99716 from DarioSamo/material-dirty-updates
...
Restore dirty list for BaseMaterial3D but don't use it on resource loader.
2024-12-03 14:40:41 -06:00
MewPurPur
08a8f430f4
Codestyle improvements in style_box_flat.cpp
2024-12-03 22:03:53 +02:00
David Snopek
ca12f350db
CompositorEffect should use GDVIRTUAL_CALL() so it works with GDExtension
2024-12-03 12:57:56 -06:00
bruvzg
d5e599f77e
[macOS] Handle bundles as files in the embedded file dialogs.
2024-12-03 12:41:52 +02:00
what-is-a-git
707f1038c3
Add runtime file loading to AudioStreamWAV
2024-12-02 20:03:53 -05:00
kit
93e06ff16c
Fix select and edit invisble items in SubViewports
2024-12-02 17:12:51 -05:00
Michael Alexsander
f7f6432af6
Make PopupMenu/Panel shadows properly visible again
2024-12-02 14:20:58 -03:00
bruvzg
4b23e504e8
[RTL] Keep tag stack between append_text calls.
2024-12-02 18:45:03 +02:00
Pāvels Nadtočajevs
6a331dafe1
Fix native file dialog filter selection in save dialogs.
2024-12-02 18:38:53 +02:00
Anish Mishra
7f64f230a7
Android: Set FileDialog default Filesystem root
2024-12-02 21:58:09 +05:30
Rémi Verschelde
0c4ad02e6d
Merge pull request #99668 from bruvzg/rtl_rn_notes
...
[RTL] Parse "\r\n" as a single paragraph break, add some documentation notes.
2024-12-02 17:20:35 +01:00
Rémi Verschelde
e78ad1dfca
Merge pull request #99665 from bruvzg/rtl_clean
...
[RTL] Fix clearing text with `set_text("")`.
2024-12-02 17:20:31 +01:00
Rémi Verschelde
aab12fd273
Merge pull request #99652 from bruvzg/fd_cd_win
...
[Windows] Fix root and current folder in native file dialog.
2024-12-02 17:20:27 +01:00
Rémi Verschelde
60e1490df1
Merge pull request #99644 from bruvzg/fd_all_name
...
Change file dialog all files filter name from `All Files (*)` to `All Files (*.*)`.
2024-12-02 17:20:23 +01:00
Rémi Verschelde
fa264115ce
Merge pull request #98664 from bruvzg/ts_reset_subpixel_shift
...
[TextServer] Reset subpixel shift on blank glyphs.
2024-12-02 17:20:07 +01:00
Rémi Verschelde
8f79640dc3
Merge pull request #95511 from bruvzg/btn_oversampling_reshape
...
Reshape and update button on oversampling change.
2024-12-02 17:19:47 +01:00
Pāvels Nadtočajevs
2210dd1126
[RTL] Parse "\r\n" as a single paragraph break, add some documentation notes.
2024-12-02 17:50:04 +02:00
Rémi Verschelde
eefd32ba16
Merge pull request #99915 from bruvzg/lbl_width
...
[Label] Fix min. width
2024-12-02 15:52:15 +01:00