Age | Commit message (Collapse) | Author |
|
(cherry picked from commit f462efd7f11c54c5113273055c788364ef65abb5)
|
|
(cherry picked from commit f057d755abdb0328113ab9472c243b94694a8b04)
|
|
(cherry picked from commit 0332fd5e8f71c1292bfa75ac2288bb4355f77567)
|
|
(cherry picked from commit 5c0e3b26a603eb6458d1e23bc77d49c05cdc0449)
|
|
- List all supported colors.
- Mention URL tag support limitations.
- Fix and tweak code example to do what it says.
- Remove outdated notice about lack of Windows support (but mention
that only Windows 10 and later support ANSI code conversion).
(cherry picked from commit ec277d804e381b3bc5d44b88050e522c727ed505)
|
|
(cherry picked from commit 3e7752463aed5adc59dc0f962e541b691800315f)
|
|
(cherry picked from commit e347d7d64d1a6f9fe9993b93f88f7af19cd784dd)
|
|
While Size2 and Point2 are just aliases,
which is why this doesn't fail compilation,
it's nice to have things consistent.
(cherry picked from commit 4fed87320cf8e1a87fc6c54bf15cef6f610e6091)
|
|
(cherry picked from commit 5ba98e59f076729876001de30ebd980434cd4fc7)
|
|
* is_equal_approx
* normalize
* length_squared
* posmod
* posmodv
(cherry picked from commit 6cd8e706fae5dacc908efd1a823e3447e01bfa56)
|
|
(cherry picked from commit 5c387cbdb3653bbe44a9fdde5ff8ca559f4b12b1)
|
|
fixes https://github.com/godotengine/godot/issues/74452
(cherry picked from commit 5a775ac08cfe02dc8015768bdf69e9e59d85030f)
|
|
(cherry picked from commit 282e4231c26c172b186a5bf22a8ba7f0337ba3d6)
|
|
(cherry picked from commit d8d88e15300de05119a6d782067578e6e05d52e5)
|
|
(cherry picked from commit 821917ba9f30b036ef7f43664db3f09d33f59109)
|
|
(cherry picked from commit 66279b98b6c3418232003cc8d6c2e52af7a62ac4)
|
|
(cherry picked from commit 84183f89e6d204068484c86bad3f304c6249fa48)
|
|
Description mentioned `mode` instead of `source`
(cherry picked from commit 6312fe2fae92718560b06c114803b18008a50839)
|
|
(cherry picked from commit e8900a2cac901d9b7d596af7be185eec54c7b858)
|
|
(cherry picked from commit f4edbe634182916fd785b0897b8f309a5b9cc5ae)
|
|
(cherry picked from commit e15a086bb99f450fbfa223fe8896c47a860735fc)
|
|
This commit updates the double precision vertex transform code from
using the MODEL_MATRIX to now use the MODELVIEW_MATRIX instead.
This can be made possible by transforming the MODELVIEW_MATRIX
back into model space (ie, same space as the MODEL_MATRIX) and then using it as if it were the MODEL_MATRIX.
With this in place we now properly handle VERTEX transformations that
a Material Shader might do, such as billboard-ing.
(cherry picked from commit 63c6f0b93ccc0f016b6b6ff7833c31371059a782)
|
|
Previously, when using doubles builds of the engine, instance transform was stored no matter what which caused world space particles to accumulate the instance transform twice
(cherry picked from commit 29edd277e4a45c9f84a9f5291087e671b2169191)
|
|
(cherry picked from commit 6229c2a1f99135b841ce43f2728b4ac35a9b1938)
|
|
Check for compressing ASTC checked if the function for BPTC was present
(cherry picked from commit cf64e2fa479ce548713c589d9c3252e5ac36a6d3)
|
|
(cherry picked from commit 722597aa97753a12bc5cd643c6350431f45e7d0b)
|
|
Corresponds to the Blender glTF-Importer PR
https://github.com/KhronosGroup/glTF-Blender-IO/pull/1902
(cherry picked from commit 8b6fa79eee25d721a05518b56615eb5576147eba)
|
|
(cherry picked from commit f8699d93f6abe01a85319c06f7c94911e75498aa)
|
|
(cherry picked from commit f35ca4a9c735e49d496c4e733e7dc9a072841f92)
|
|
(cherry picked from commit 016946b552e16a43eef14b89c010d41dfc28d340)
|
|
(cherry picked from commit d904516e553426dae1fa40566e3fe67f6213e769)
|
|
renderer
(cherry picked from commit ed0c378bda98d41288c0f9eeb31707590853e215)
|
|
(cherry picked from commit a083c855214722bc02ed2eb48ea808c7f4d756da)
|
|
(cherry picked from commit 5062df41a5fbb42d99e08817e19eb6a82c0464d2)
|
|
This ensures that Particles and MultiMeshes still draw when instance_count is 1
(cherry picked from commit 579ca03e885f294b2d430a3550693b43d58d4f64)
|
|
This also makes the hex field wider to allow displaying 9-character
hex code (`#rrggbbaa`) in full, even when using a custom font.
(cherry picked from commit 517dc3654a80e30021b8468ef87d0327200963db)
|
|
Fixes forced optimization in dev_build.
(cherry picked from commit b18c7481aac9f79e7108e12458bc6743945311bd)
|
|
The texture's appearance is now similar to the texture that was displayed
on the TestCube node in Godot 2.x.
(cherry picked from commit e4d5cecd4c5e571b6f46b2a7d3e693d09277eb37)
|
|
This avoids rendering issues with ThorVG and other renderers (which
don't support the `paint-order` property) at a slight cost in file size.
This approach has already been used by the main icon.
(cherry picked from commit af9372eb5900a2c853e036cf9df91a66dc72e1a2)
|
|
A small typo with the definitions of `focus_neighbor_right` and `focus_neighbor_top`. Both use "bottom" rather than the correct side for each.
(cherry picked from commit c25d015d0658696b1a2da99a838e6cfcce155efd)
|
|
(cherry picked from commit 76e1d1363b954fa4ca989516ad5851c40a288a48)
|
|
And fixup includes in other implementations.
(cherry picked from commit 92b9806dcc98bc5ffbee6a7ca11090a926df0b3a)
|
|
(cherry picked from commit 6f11cf7d31101bc9f4d3c5d644f90b231cd7ce4f)
|
|
(cherry picked from commit 4be4eeea3ac9d37fa1dc520a5bc8c57554448410)
|
|
(cherry picked from commit 2c0db8222a2e9f882040e773f3b375510ebcccc5)
|
|
remaining docs
The method `to_utf8` doesn't exist in Godot 4, but is still mentioned in
the documentation in some places. Replace it with the new name
`to_utf8_buffer`. Same for ascii. Same for C#.
(cherry picked from commit 57dca93718f34573713de2fd09315f42bcd26fff)
|
|
(cherry picked from commit 71011e085554c9113e5824f82fd0e505c339b3a8)
|
|
(cherry picked from commit 96ab31a7117c110da025a39390bdecf36892e7fa)
|
|
This replaces two [code][/code] blocks with clickable refs to [enum Access] and [member file_mode] respectively.
(cherry picked from commit a5778da55bbf777abe1490edbc82bb05c9718377)
|
|
(cherry picked from commit fd6a743823932639ba30e54d7e65ccd42192d88d)
|