Chaosus
|
ba39b078f5
|
[Scene] Add SceneStringName::FlatButton
|
2024-12-10 11:12:26 +03:00 |
|
Thaddeus Crews
|
a372214a4a
|
Merge pull request #76020 from dalexeev/gds-warning-ignore-regions
GDScript: Add `@warning_ignore_start` and `@warning_ignore_restore` annotations
|
2024-12-09 14:33:38 -06:00 |
|
Thaddeus Crews
|
b4bd38444b
|
Merge pull request #98545 from juanjp600/dotnet-generic-collections-set-typed
Fix generic arrays and dictionaries in .NET not calling `set_typed`
|
2024-12-09 14:33:37 -06:00 |
|
Thaddeus Crews
|
09dd5e6b20
|
Merge pull request #98032 from zaevi/fix_drag_preview_position
Fix incorrect drag preview position under transformed `CanvasLayer`.
|
2024-12-09 14:33:36 -06:00 |
|
Thaddeus Crews
|
4b1a51d3e3
|
Merge pull request #100075 from demolke/simplify
Fix handling of leading `..` in simplify_path
|
2024-12-09 14:33:34 -06:00 |
|
Thaddeus Crews
|
5b312d0e59
|
Merge pull request #99816 from Ivorforce/string-copy-from-optimizations
Optimize `String::copy_from` and `String::copy_from_unchecked` implementations, improving String allocation speed.
|
2024-12-09 14:33:33 -06:00 |
|
Thaddeus Crews
|
a3656083ca
|
Merge pull request #100065 from clayjohn/mesh-aabb-clear
Clear AABB when Mesh is cleared
|
2024-12-09 14:33:32 -06:00 |
|
Thaddeus Crews
|
da8b9ba1ff
|
Merge pull request #99168 from RandomShaper/even_better_spinlock
SpinLock: Overhaul false sharing prevention
|
2024-12-09 14:33:31 -06:00 |
|
Thaddeus Crews
|
e9679a28ff
|
Merge pull request #91604 from nongvantinh/implement-7946
Save color palette as resources to reuse later
|
2024-12-09 14:33:29 -06:00 |
|
Thaddeus Crews
|
94711acfe1
|
Merge pull request #87375 from limbonaut/instantiate_property_editor
Export `EditorInspector::instantiate_property_editor` for use by plugins
|
2024-12-09 14:33:28 -06:00 |
|
Thaddeus Crews
|
7d4db793e6
|
Merge pull request #100044 from Yelloween10/fix-input-event-metadata
Fix discarded input event metadata in `xformed_by`
|
2024-12-09 14:33:27 -06:00 |
|
Thaddeus Crews
|
d6473dd3fa
|
Merge pull request #100167 from AshWolf/header-guards-crash-fix
Fix crash within header_guards when a file is too short
|
2024-12-09 14:33:26 -06:00 |
|
Thaddeus Crews
|
473c28b1ad
|
Merge pull request #98118 from bruvzg/escape_colors
Add support for 24-bit color escape sequences, simplify `print_rich` BBCode parsing.
|
2024-12-09 14:33:25 -06:00 |
|
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
|
fb4d401933
|
Merge pull request #81714 from CreepGin/navigation_feel
Add 3D translation sensitivity to Editor Settings
|
2024-12-09 14:33:21 -06:00 |
|
Thaddeus Crews
|
e06f699354
|
Merge pull request #99886 from ZhiyiHu93/update-sky-tests
Add unit tests for Sky
|
2024-12-09 14:33:20 -06:00 |
|
Thaddeus Crews
|
2256d6da34
|
Merge pull request #100140 from Chubercik/thorvg_patches
thorvg: Regenerate and apply patches
|
2024-12-09 14:33:18 -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
|
5f5f86bff0
|
Merge pull request #100128 from clayjohn/rd-shader-spam
Avoid error spam when shaders fail to compile by freeing shader_data version when compilation fails
|
2024-12-09 14:33:16 -06:00 |
|
Thaddeus Crews
|
e7cdbf827b
|
Merge pull request #99871 from RossRothenstine/ross/fix-windows-sleep-underflow
Windows: Fix underflow before `delay_usec`
|
2024-12-09 14:33:15 -06:00 |
|
Thaddeus Crews
|
75a425f1d3
|
Merge pull request #99995 from clayjohn/RD-batch-ptrw
Optimize batch uniform set creation by caching ptrw when creating batch uniform
|
2024-12-09 14:33:14 -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
|
6931930029
|
Merge pull request #99860 from akien-mga/basisu-clarify-encoder-only-deps
basis_universal: Clarify encoder-only dependencies, only used in editor builds
|
2024-12-09 14:33:12 -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 |
|
Thaddeus Crews
|
b91c38eaac
|
Merge pull request #98443 from timoschwarzer/fix/control-offset-type
Fix Control `offset_*` property types
|
2024-12-09 14:33:10 -06:00 |
|
Thaddeus Crews
|
94caf59b71
|
Merge pull request #100105 from smix8/dirty_mold
Fix avoidance dirty flag regression
|
2024-12-09 14:33:09 -06:00 |
|
Thaddeus Crews
|
533091ae22
|
Merge pull request #99974 from Flarkk/improve_occlusion_jitter
Optimize Occlusion culling jitter
|
2024-12-09 14:33:08 -06:00 |
|
clayjohn
|
fce34f22a2
|
Avoid error spam when shaders fail to compile by freeing shader_data version when compilation fails
|
2024-12-09 10:51:57 -08:00 |
|
Andrew
|
7558bed893
|
fixed crash when file too short
|
2024-12-08 01:57:49 -05:00 |
|
Juan Pablo Arce
|
8ab27a7ccf
|
Fix generic arrays and dictionaries not calling set_typed
|
2024-12-08 01:01:19 -03:00 |
|
Serhii Snitsaruk
|
803fa8f2e8
|
Export EditorInspector::instantiate_property_editor for use by plugins
And export useful properties and methods in the `EditorProperty` class.
|
2024-12-07 14:07:04 +01:00 |
|
Jakub Marcowski
|
2481632b3c
|
thorvg: Regenerate and apply patches
|
2024-12-07 13:11:37 +01:00 |
|
Lukas Tenbrink
|
e1c42392c2
|
Improve string copy_from and copy_from_unchecked implementations, by making use of caller contracts and language spec (NULL termination and casts).
|
2024-12-07 01:41:25 +01:00 |
|
Lukas Tenbrink
|
b5c31ebb41
|
Add contains_char() for single-character 'contains' calls.
|
2024-12-06 20:23:35 +01:00 |
|
Yelloween
|
98a23136d5
|
Fix missing event metadata in _input() with Input.parse_input_event()
Use merge_meta_from() for metadata copying.
Fixed include order
Removed unnecessary line
|
2024-12-06 22:08:16 +03:00 |
|
Zhiyi Hu
|
1e62c7f53e
|
Add unit tests to Sky
|
2024-12-06 10:31:17 -05:00 |
|
smix8
|
4de615d1ae
|
Fix avoidance dirty flag regression
The dirty flag can also still be set by some legacy functions triggered by the agents and obstacles.
|
2024-12-06 16:20:59 +01:00 |
|
Rémi Verschelde
|
aa8d9b83f6
|
Merge pull request #99960 from pafuent/fixing_tcp_server_flappy_disconnect_test
Fix `TCPServer` "Should disconnect client" test
|
2024-12-06 16:16:17 +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
|
7d65d0a908
|
GDScript: Add @warning_ignore_start and @warning_ignore_restore annotations
|
2024-12-06 15:37:02 +03:00 |
|
Timo Schwarzer
|
1daa9a180b
|
Fix Control offset_* property types
|
2024-12-06 09:06:55 +01:00 |
|
demolke
|
964e2b3a9e
|
Fix handling of leading .. in simplify_path
Prior to this `..\..\texture.png` was incorrectly simplified to `texture.png`
|
2024-12-06 07:53:55 +01:00 |
|
David
|
174e659a48
|
Add 3D translation sensitivity to Editor Settings
|
2024-12-05 22:50:52 +01:00 |
|
Thaddeus Crews
|
eb5103093c
|
Merge pull request #99327 from colinator27/sync-bar-beats
Implement `AudioStreamSynchronized::get_bar_beats()`, fix division by zero
|
2024-12-05 14:12:26 -06:00 |
|
Thaddeus Crews
|
4b91e98656
|
Merge pull request #99959 from fire/vsk-csg-error-and-ctd
Print better manifold errors and avoid crash on non manifold csg input.
|
2024-12-05 14:12:25 -06:00 |
|
Thaddeus Crews
|
7bff6c827f
|
Merge pull request #99186 from PhairZ/wheels-of-the-bus-go-round-and-round
Fix `fade_beats` defined as `int` in `audio_stream_interactive.h`
|
2024-12-05 14:12:24 -06:00 |
|
Thaddeus Crews
|
637239e979
|
Merge pull request #94193 from BastiaanOlij/buildin_includes
Add ability to include built-in include files
|
2024-12-05 14:12:23 -06:00 |
|