Jojo-1000
ab178719d9
Mark methods for various classes as required
2025-07-30 19:24:56 +02:00
K. S. Ernest (iFire) Lee
06a7b11a47
Fix Texture3D import not working
...
Fix Texture3D import not working when texture has fully opaque and (partly or fully) transparent slices.
For better style make cases of detect_alpha check against the exact enums rather than the enum 0.
2025-07-26 10:22:36 -07:00
Thaddeus Crews
e0577598fa
Merge pull request #108630 from QbieShay/qbe/fix-108233
...
Sort bent normal output at the bottom to prevent visual shader breakage
2025-07-16 11:27:56 -05:00
Thaddeus Crews
e1e2277f5a
Merge pull request #108530 from mihe/physics-debug-perf
...
Fix performance regression when rendering collision shapes
2025-07-15 08:04:25 -05:00
Qbieshay
657dc82fe4
Sort bent normal output at the bottom to prevent visual shader breakage
2025-07-15 11:36:47 +02:00
WhalesState
5eee6d22a0
Fix remaining physics and navigation disabling issues.
2025-07-12 17:12:42 +03:00
Mikael Hermansson
8634a8e234
Fix performance regression when rendering collision shapes
2025-07-11 20:52:58 +02:00
Haoyu Qiu
fcfbc1d541
Fix typo in TextParagraph.direction hint string
2025-07-07 15:22:45 +08:00
A Thousand Ships
f11aff3841
Editor: Restructure editor code
...
Moving various editor files into sub folders to reduce clutter
2025-07-04 18:18:22 +02:00
Thaddeus Crews
6d8469da8c
Merge pull request #108216 from mihe/shared-typed-collections
...
Fix typed collections using same reference across scene instances
2025-07-03 12:21:25 -05:00
Thaddeus Crews
e325464ef0
Merge pull request #108038 from arlez80/fix_generate_triangle_mesh
...
Fix `Mesh.generate_triangle_mesh` when using `PRIMITIVE_TRIANGLE_STRIP`
2025-07-03 12:21:17 -05:00
Mikael Hermansson
af94831ab2
Fix typed collections using same reference across scene instances
2025-07-02 23:45:25 +02:00
Thaddeus Crews
2f39f4746d
Merge pull request #107729 from Chaosus/vs_fix_missing_transform_preview
...
Add missing input transform to visual shader preview
2025-06-27 09:39:55 -05:00
あるる / きのもと 結衣
6e39808ed7
Fixed generate_triangle_mesh when using PRIMITIVE_TRIANGLE_STRIP
2025-06-27 13:52:53 +09:00
kobewi
28a11ab551
Restore graph_offset property
2025-06-25 18:25:57 +02:00
Thaddeus Crews
db28859774
Merge pull request #107591 from timothyqiu/group-enable-default
...
Make `PROPERTY_HINT_GROUP_ENABLE` hide properties by default
2025-06-24 18:34:28 -05:00
Thaddeus Crews
5cf0092837
Merge pull request #107790 from DeeJayLSP/tight-audio-data
...
Use TightLocalVector for AudioStreamWAV/MP3
2025-06-24 09:58:37 -05:00
Rémi Verschelde
8450eb2411
Merge pull request #107808 from apples/apples-stencil-preset-readwrite-fix
...
Fix stencil preset `next_pass` stencil flags
2025-06-22 11:59:26 +02:00
Rémi Verschelde
9557a3dc9c
Merge pull request #107807 from apples/107806-apples-stencil-priority-fix
...
Fix stencil preset priorities
2025-06-22 11:59:23 +02:00
Apples
b0947003e0
Fix stencil preset next_pass stencil flags
2025-06-21 11:05:32 -05:00
Apples
8ce3011ae6
Fixed stencil preset priorities
2025-06-21 10:48:25 -05:00
notgoyome
e37efa8722
Fix: make nav_map_2d uses rasterizer cell scale options in 2d navigation settings
2025-06-21 16:51:17 +02:00
DeeJayLSP
168ac139cf
Use TightLocalVector for AudioStreamWAV/MP3
2025-06-21 00:25:31 -03:00
Chaosus
5a43220818
Add missing input transform to visual shader preview
2025-06-19 20:46:55 +03:00
Pāvels Nadtočajevs
22e99a4901
Restore per font oversampling override.
2025-06-19 18:10:54 +03:00
Thaddeus Crews
ffc267b44f
Merge pull request #92280 from dalexeev/editor-fix-built-in-script-documentation
...
Editor: Fix documentation for built-in scripts
2025-06-18 18:14:09 -05:00
Thaddeus Crews
81e4f391c7
Merge pull request #107605 from DeeJayLSP/wav-tags-fix
...
Fix broken WAV info list tag parsing
2025-06-18 18:13:56 -05:00
Thaddeus Crews
a7b5119fb4
Merge pull request #107585 from KoBeWi/surfaced_bug
...
Clear cache when setting Mesh's surfaces
2025-06-18 18:13:51 -05:00
DeeJayLSP
37bee2fde3
Fix broken WAV info list tag parsing
2025-06-17 00:54:17 -03:00
Haoyu Qiu
a7ab249a2a
Make PROPERTY_HINT_GROUP_ENABLE hide properties by default
2025-06-16 20:03:49 +08:00
kobewi
652de74ac4
Clear cache when setting Mesh's surfaces
2025-06-16 11:27:23 +02:00
Hendrik Brucker
666d7c030b
[VisualShader] Fix and improve editor state persistence
2025-06-14 13:10:17 +02:00
Rémi Verschelde
6c52478491
Merge pull request #107453 from LunaCapra/bent-normals-triplanar
...
Fix bent normal maps not working with triplanar UVs
2025-06-12 22:49:29 +02:00
Rémi Verschelde
ae484828bb
Merge pull request #107408 from Ivorforce/node-path-string-explicit
...
Make conversions from `NodePath` to `String` explicit.
2025-06-12 22:49:03 +02:00
Capry
bf8edd2c2a
Fix bent normal maps not working with triplanar UVs
2025-06-12 14:45:37 +02:00
Rémi Verschelde
e9f5bd8e51
Merge pull request #107355 from beicause/fix-resource-script-property-save
...
Fix `script` property of custom resources inherited from scripts are not saved
2025-06-12 11:56:46 +02:00
LuoZhihao
8ba4656ea3
Compile out editor-only logic within validate_property in games
2025-06-12 12:54:19 +08:00
Rémi Verschelde
0497ae9947
Merge pull request #80710 from apples/7174-apples-stencil
...
Add stencil support to spatial materials
2025-06-12 01:15:35 +02:00
Apples
d674c9e289
Add stencil support for spatial materials
2025-06-11 09:59:10 -05:00
Lukas Tenbrink
e2931a5c19
Make conversions from NodePath to String explicit.
2025-06-11 16:50:27 +02:00
LuoZhihao
784823ada1
Fix script property of custom resources inherited from scripts are not saved
2025-06-10 23:03:13 +08:00
Rémi Verschelde
d49012f01d
Merge pull request #105561 from bruvzg/a_pix
...
Fix `is_pixel_opaque` bound checks.
2025-06-10 12:29:46 +02:00
Lukas Tenbrink
ed836df150
Make conversions from math types to String explicit, to avoid accidental conversions.
2025-06-09 01:58:18 +02:00
DeeJayLSP
afcc647886
AudioStreamWAV: Inline tag remap inside load
2025-06-07 09:41:23 -03:00
Pedro J. Estébanez
c854462ac5
Fix resources wrongly duplicated upon instantiating inherited scenes
2025-06-06 17:45:45 +02:00
Apples
7574a5dbb3
Add depth function for spatial materials
2025-06-06 09:21:19 -05:00
Rémi Verschelde
e5c8fb8f1d
Merge pull request #107005 from TokageItLab/fix-anim-node-param-type
...
Fix ambiguous AnimationNode's parameter type in default value and make `validate_type_match()` static function
2025-06-05 13:12:43 +02:00
Rémi Verschelde
8b8895b055
Merge pull request #106605 from kleonc/curve3d_show_point_tilt_in_degrees
...
Show `Curve3D` point tilt in degrees in inspector
2025-06-05 13:11:57 +02:00
Rémi Verschelde
8131883b16
Merge pull request #99504 from LunaCapra/audio-metadata
...
Add metadata tags to WAV and OGG audio streams
2025-06-05 13:10:12 +02:00
Silc Lizard (Tokage) Renew
678fb63451
Fix ambiguous AnimationNode's parameter type in default value
...
Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com >
2025-06-05 10:02:22 +09:00