1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-31 18:41:20 +00:00

4840 Commits

Author SHA1 Message Date
Pāvels Nadtočajevs
10e11ec87f Rename SVGTexture to DPITexture. 2025-08-21 11:39:16 +03:00
Thaddeus Crews
28d1406d61 Merge pull request #109765 from bruvzg/msdf_outline_clamp
Fix MSDF outline size clamping.
2025-08-20 12:07:11 -05:00
Thaddeus Crews
e855f67458 Merge pull request #109627 from teatov/fix-wav-tag-mappings
Make WAV metadata tag mappings more consistent with Vorbis
2025-08-19 10:29:46 -05:00
Pāvels Nadtočajevs
6a3941b5d9 Fix MSDF outline size clamping. 2025-08-19 08:28:33 +03:00
Aaron Franke
ba92af7d07 ImporterMesh: Validate triangle indices array size is a multiple of 3 2025-08-18 06:36:21 -07:00
teatov
94fdfacee6 Make WAV metadata tag mappings more consistent with Vorbis 2025-08-15 15:57:15 +10:00
kobewi
a33ae0be0e Add has_extension() method to String 2025-08-12 13:15:16 +02:00
Aria
caa2a388bb Serialization of Callable now works with bind and unbind at the same time
Removed exclusivity between unbind and bind in many places, both on display elements, connection dock and within serialization.

A signal can now be connected with both unbound and bound arguments through the editor
2025-08-10 12:26:46 +02:00
Pāvels Nadtočajevs
86e61a311f Use MSDF instead of MTSDF for font rendering.
Co-authored-by: K. S. Ernest (iFire) Lee <ernest.lee@chibifire.com>
2025-08-09 10:41:16 +03:00
Colin O'Rourke
05fd79af7c Material Conversion Error Handling
Material Conversion Plugins now ERR_FAIL if called on an unitialized material.

FileSystemDock no longer crashes if Conversion Plugin fails and returns a null ref.
2025-08-06 14:03:11 -07:00
Pāvels Nadtočajevs
610c98c1ce Add SVGTexturesupport to NinePatchRect, TextureProgressBar and StyleBoxTexture. 2025-08-04 08:57:30 +03:00
Thaddeus Crews
321f2391d9 Merge pull request #108384 from adamscott/fix-sample-deletion
[Web] Fix sample playback deletion and `AudioStreamPolyphonic` issue
2025-08-03 10:50:49 -05:00
Thaddeus Crews
bee0e99d3c Merge pull request #109139 from bruvzg/svg_sz_ov
[SVGTexture] Always use real values for `texture_set_size_override`.
2025-08-01 11:45:18 -05:00
Mikael Hermansson
d0826b0bfe Fix external resource IDs being lost for default properties 2025-07-31 16:57:35 +02:00
Pāvels Nadtočajevs
6705d97132 [SVGTexture] Always use real values for texture_set_size_override 2025-07-30 23:14:12 +03:00
Jojo-1000
ab178719d9 Mark methods for various classes as required 2025-07-30 19:24:56 +02:00
Squamto
cd737eed2f Fix disallow stencil mode outline and xray for RENDER_PRIORITY_MAX 2025-07-29 22:42:00 +02:00
Hei
f6602d40bd Round gradient colors. 2025-07-29 12:22:34 +03:00
kobewi
31b5375a1c Don't save code property of VisualShader 2025-07-27 14:25:02 +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
DexterFstone
6a399302c3 Add support for rotating scene tiles in TileMapLayer 2025-07-19 10:53:47 -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
Adam Scott
1328921e04 [Web] Fix sample playback deletion and AudioStreamPolyphonic issue 2025-07-10 08:46:34 -04:00
kobewi
11adf408ab Add is_instance() helper method to Node 2025-07-08 20:42:52 +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
Nazarii
1964918e46 Use LocalVector in Animation 2025-06-18 18:37:55 +03:00