Thaddeus Crews
9b5c7e9efa
Merge pull request #99545 from KoBeWi/Vector4.0
...
Fix stringification of Vector4
2024-11-25 13:22:33 -06:00
Thaddeus Crews
0d88737a9f
Merge pull request #99542 from bruvzg/stdin_str
...
Convert line breaks to `\n` and strip line break from the end of string returned by `OS::read_string_from_stdin`/`OS::get_stdin_string`.
2024-11-25 13:22:30 -06:00
Thaddeus Crews
6e6fbdd593
Merge pull request #99605 from Alex2782/fix_errmsg_java_sdk_path
...
Fix missing space after period in error message.
2024-11-25 13:22:30 -06:00
Thaddeus Crews
57125f48ce
Merge pull request #98069 from thedinosoar/fix/service-worker-sandbox-error-98068
...
[Web] Fix PWA callback assignment causing crash in sandboxed iframes
2024-11-25 13:22:29 -06:00
Thaddeus Crews
81733e6622
Merge pull request #99506 from Giganzo/scale-2d-selection
...
Change how multi selection scale is applied to canvas item
2024-11-25 13:22:28 -06:00
Thaddeus Crews
29e6ef4277
Merge pull request #99597 from Faless/upnp/custom_instance
...
[UPNP] Allow disabling UPNP implementation on the Web
2024-11-25 13:22:27 -06:00
Thaddeus Crews
20d4755c64
Merge pull request #99629 from AThousandShips/fix_scu_win
...
[Buildsystem] Fix path format for SCU builds on Windows
2024-11-25 13:22:26 -06:00
Thaddeus Crews
5b11eb6de1
Merge pull request #99562 from badsectoracula/improve_voxelgi_bake_ui
...
Add VoxelGI bake cancelling and progress UI improvement
2024-11-25 13:22:25 -06:00
Thaddeus Crews
fc6c8bb982
Merge pull request #99688 from akien-mga/revert-99178
...
Revert "Make `delay_usec` more precise on Windows to fix framepacing"
2024-11-25 13:22:24 -06:00
Thaddeus Crews
7c9d0300b7
Merge pull request #99332 from Repiteo/ci/bump-scons
...
CI: Bump SCons to latest (4.8.0 → 4.8.1)
2024-11-25 13:22:24 -06:00
Thaddeus Crews
ec01ad65fd
Merge pull request #99620 from tetrapod00/doc-control-children
...
Docs: Update Control class to properly reflect behavior of Themes on Control Children
2024-11-25 13:22:20 -06:00
Thaddeus Crews
7104f20634
Merge pull request #97986 from dustdfg/metadata/forbid_deleting_inherited_metadata
...
Editor: forbid deleting inherited metadata properties
2024-11-25 13:22:18 -06:00
Rémi Verschelde
8e1a6ea431
Revert "Make delay_usec more precise"
...
This reverts commit df3367f334
.
Fixes #99593 .
2024-11-25 19:43:21 +01:00
tetrapod00
13b565c64d
Docs: Update Control class to properly reflect behavior of Themes on Control Children
...
Document fact that themes only propagate to control children
(not Node2D, etc). Wording is copied from Theme docs.
Also clarifies line somewhat.
Co-Authored-By: Allyson Chan <allysonn.chann@gmail.com>
2024-11-24 10:30:02 -08:00
A Thousand Ships
1c522c9f0c
[Buildsystem] Fix path format for SCU builds on Windows
2024-11-24 15:33:47 +01:00
Alexander Hartmann
796d943f14
Fix missing space after period in error message.
2024-11-24 02:46:42 +01:00
Fabio Alessandrelli
0df602afed
[UPNP] Allow disabling UPNP implementation on the Web
...
Make UPNP classes custom instance, so they can come with empty
implementation on the Web (where the would not work anyway) without
breaking scripts referencing it.
This results in smaller Web builds by not including the library which
also results in the emscripten socket wrappers to be stipped away.
2024-11-23 20:17:28 +01:00
Bad Sector
da191168fe
Add VoxelGI bake cancelling and progress UI improvement
2024-11-23 21:12:57 +02:00
Pāvels Nadtočajevs
e9b57fce82
Convert line breaks to \n
and strip line break from the end of string returned by OS::read_string_from_stdin
/OS::get_stdin_string
.
2024-11-23 15:11:50 +02:00
Thaddeus Crews
0c45ace151
Merge pull request #99054 from timothyqiu/session-names
...
Translate the name of the debugger session tabs
2024-11-22 14:54:49 -06:00
Thaddeus Crews
7faad0cc7a
Merge pull request #97388 from tetrapod00/visualshader-linear-srgb
...
VisualShader: Add LinearToSRGB and SRGBToLinear to ColorFunc node
2024-11-22 14:54:47 -06:00
Thaddeus Crews
17e8cf0d87
Merge pull request #99044 from Sticksman/bug-fix-98873
...
Remove deprecated worker.js file
2024-11-22 14:54:41 -06:00
Thaddeus Crews
ea3154a0d4
Merge pull request #99424 from dalexeev/core-fix-builtin-enum-const-binds
...
Core: Fix built-in enum constant bindings
2024-11-22 14:54:31 -06:00
Thaddeus Crews
37305e40bc
Merge pull request #95711 from TokageItLab/warn-oneshot-prop
...
Add hint for oneshot property & warning when it will be updated continuously by Force Continuous in `AnimationMixer`
2024-11-22 14:54:30 -06:00
Thaddeus Crews
dcb59f0e7e
Merge pull request #99548 from Repiteo/style/clang-format-19-options
...
Style: Add 19.1.0 LLVM options to `.clang-format`
2024-11-22 14:54:29 -06:00
Thaddeus Crews
2adfa20ee2
Merge pull request #99544 from jtcat/fix-inspector-favorites
...
Fix inspector section iteration in `update_tree`
2024-11-22 14:54:28 -06:00
Thaddeus Crews
514d73affc
Merge pull request #99416 from adamscott/set-thread-count-for-single-threaded
...
Force `get_thread_count()` to `1` if single threaded
2024-11-22 14:54:28 -06:00
Thaddeus Crews
a0211b0f2e
Merge pull request #99533 from crei0/look_at_modifier3d_documentation_data_typos
...
Fix wording in `LookAtModifier3D` docs
2024-11-22 14:54:27 -06:00
Thaddeus Crews
e7b11d1c99
Merge pull request #99527 from RandomShaper/fix_threaded_trans
...
Make loading translations from threads safe
2024-11-22 14:54:26 -06:00
Thaddeus Crews
fca3a224c4
Merge pull request #99525 from bruvzg/win_tts_sync_events
...
[Windows] Fix TTS events arriving out of order.
2024-11-22 14:54:25 -06:00
Thaddeus Crews
fe1c044c73
Merge pull request #99394 from TokageItLab/root-local
...
Add `root_motion_local` option to AnimationMixer to pre-multiply root motion rotation accumulator before blending
2024-11-22 14:54:24 -06:00
Thaddeus Crews
336eeda6f8
Merge pull request #99521 from mechalynx/update-packedarray-class-descriptions
...
Correct PackedInt64Array comparison in description
2024-11-22 14:54:23 -06:00
Thaddeus Crews
d2bfbd759e
Merge pull request #97216 from markeel/issue_97207_filter_extension_list_cfg
...
Ensure excluded GDExtension files are not included in `extension_list.cfg`
2024-11-22 14:54:22 -06:00
Thaddeus Crews
c35e4c41d2
Merge pull request #97716 from pafuent/add_half_precision_floating_point_to_stream_peer
...
Add half precision floating point support to `StreamPeer` and `FileAccess`
2024-11-22 14:54:19 -06:00
Thaddeus Crews
cef0c3548e
Merge pull request #99498 from carsonetb/mesh-gen-optimization
...
Optimize mesh generation by preventing unneeded shape recalculations
2024-11-22 14:54:18 -06:00
Thaddeus Crews
a82f4c5d64
Merge pull request #97061 from YeldhamDev/rtl_l18n_fix
...
Fix `RichTextLabel`'s modified stack being wiped on translation changes
2024-11-22 14:54:17 -06:00
Thaddeus Crews
eedc820f37
Merge pull request #99487 from passivestar/fix-viewport-offsets
...
Fix viewport message offsets
2024-11-22 14:54:16 -06:00
Thaddeus Crews
757a1d3c90
Merge pull request #99102 from Lazy-Rabbit-2001/autocompletion-optimization
...
Improve GDScript autocompletion for methods
2024-11-22 14:54:16 -06:00
Thaddeus Crews
fae3a28628
Merge pull request #99485 from raulsntos/dotnet/dictionary-compat
...
[.NET] Preserve no-hint behavior for unmarshallable generics in dictionaries
2024-11-22 14:54:15 -06:00
Thaddeus Crews
f2763b23cf
Merge pull request #99483 from badsectoracula/cancel_lightmap_bake
...
Add lightmap bake cancelling
2024-11-22 14:54:14 -06:00
Thaddeus Crews
d6ad0f65d8
Merge pull request #99482 from Giganzo/toast_and_spam
...
Fix toast spam about child of container position
2024-11-22 14:54:13 -06:00
Thaddeus Crews
47f3e95308
Merge pull request #99352 from Mickeon/documentation-aabb-coords-are-complicated
...
Fix incorrect Z direction for AABB's position
2024-11-22 14:54:12 -06:00
Thaddeus Crews
0430b977b6
Merge pull request #99348 from TokageItLab/explicit_elapse
...
Add `explicit_elapse` option to AnimationNodeTimeSeek to handle some processes
2024-11-22 14:54:11 -06:00
Thaddeus Crews
c1b4e06fa0
Merge pull request #98835 from clayjohn/Light2D-shadow-mask
...
Mask out shadows on CanvasItems that don't have a matching `item_shadow_mask`
2024-11-22 14:54:10 -06:00
Thaddeus Crews
d58d8914db
Merge pull request #99461 from beicause/color-picker-fix-68286
...
ColorPicker: fix OKHSL circle in HSV mode
2024-11-22 14:54:09 -06:00
Thaddeus Crews
fd4bddbeaf
Merge pull request #98946 from timothyqiu/3d-index
...
Remove unnecessary `_3D_DISABLED` checks in `Performance`
2024-11-22 14:54:08 -06:00
kobewi
e210313045
Fix stringification of Vector4
2024-11-22 21:44:30 +01:00
Micky
e0b13004a0
Fix incorrect Z direction for AABB's position
2024-11-22 20:25:50 +01:00
Michael Alexsander
250de088e3
Fix RichTextLabel
's modified stack being wiped on translation changes
2024-11-22 16:09:26 -03:00
Thaddeus Crews
e8a4b45ce4
Style: Add 19.1.0 LLVM options to .clang-format
2024-11-22 09:24:32 -06:00