Age | Commit message (Collapse) | Author |
|
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)
|
|
(cherry picked from commit d7aed57b60a06a46a8495b5c605c078fe72a220b)
|
|
Shlick term
(cherry picked from commit 2c000cb72fc04fd76c5d3b6bc53955f83bf50c71)
|
|
three significant digits, so values down to "0.001" can be specified.
Updated additional 2D and 3D physics parameters based on team recommendations
Co-Authored-By: Ricardo Buring <rburing@users.noreply.github.com>
(cherry picked from commit 1d1d3c71e0b0f588150e8149c9bfe32afbb5e437)
|
|
Fix PhysicsDirectSpaceState3D::_collide_shape return type.
Also PhysicsDirectSpaceState2D::_collide_shape.
(cherry picked from commit 61429a5f49f2509f631703886b8b3234701a0206)
|
|
(cherry picked from commit fd8f26f26e2f8875e4e305bc22f04f0deaf9a44c)
|
|
(cherry picked from commit 59c31004f8c6feed601f2bfeedb86959563a4ef0)
|
|
(cherry picked from commit bec1182093febd37362766d67b6e78895343434a)
|
|
(cherry picked from commit be64ffd25d0be68dce2b568c79347bab8101ac23)
|
|
Fixes #58113
(cherry picked from commit 26aecbfe572c7c1164cfb36088aaf443a73f99df)
|
|
are visible
(cherry picked from commit f25508befb4f0358ba8a8aaa35cdee4d9c20637c)
|
|
(cherry picked from commit 06a1fe03644c57256b90b2840db1ef902187145a)
|
|
spatial shader
(cherry picked from commit 528e0d095eba65804e3b4174f8138cdc920382a9)
|
|
(cherry picked from commit 903aa0e385ac79ca747029c0e12823b2671304a8)
|
|
(cherry picked from commit 1adc4e5875782c064759bf810c511ac42b0f2d05)
|
|
(cherry picked from commit 84482ef90bf5f902f14594d957af8c0e3866f88c)
|
|
Add warnings for unsupported features in mobile and gl_compatibility backends
|
|
|
|
|
|
|
|
|
|
|
|
Increase SSAO and SSIL bias to account for variance in mipmap generation
|
|
Use the original canvas to calculate light positioning
|
|
|
|
|
|
|
|
Fix CCD in case of multiple supports in motion direction
|
|
Fix hanging if audiostream's pitch_scale is NaN
|
|
Improvements and fixes based on Weblate comments
|
|
Avoid memory corruption when GodotConvexPolygonShape3D is setup more than once
|
|
Fix sampling bug when SSAO is using half size
|
|
Exclude platform dependent `rendering/textures/vram_compression/import_*` default values from documentation.
|
|
Fix navigation debug not toggleable in scripts
|
|
default values from documentation.
|
|
Fixes that navigation debug was not toggleable in script while even the docs mentioned it.
|
|
|
|
Users can still go down to 21 when using GL Compatibility.
This makes the default behavior match the default renderer, and thus avoids
a warning in the out of the box experience.
Also mark texture compression settings as basic, since out of the box users
who want to export to Android will need to enable ETC2/ASTC manually.
|
|
Unbinds NavigationServer3D.process().
|
|
Notify mesh surface when render_priority changes
|
|
This ensures that the mesh properly takes render_priority into account when changed
|
|
Fix various missing rendering parameter checks
|
|
Move some `worker_thread_pool.h` includes out of header files
|
|
|
|
Add render buffer support to screen space effects
|
|
Fix 2D navigation debug visuals ignoring half the ProjectSettings
|
|
Fixes that NavigationRegion2D and TileMap debug visuals ignored more or less half the ProjectSetting. E.g. random color could not be disabled, edges did not display.
|
|
* Description of `ui_text_submit` action should be "Submit Text" instead of "Text Submitted".
* Spell out "Animation" instead of using "Anim.".
* Treat "Max" as regular word instead of writing "Max.".
* Use generic "Set %s" for action name instead of a dedicated "Set target_position".
* Add translator comment for:
* "Inclusive" and "Self" in the profiler.
* Places where it needs the context about being an editor progress label.
* "Duplicated Animation Name" since it's refering to the new name of a duplicated animation.
* Disambiguation of "View Plane Transform", "Paste Selects" and "Display Normal".
* Fix wrong undo action name for renaming an input action.
* Fix missing end quote in a shader error message.
* In class reference:
* Fix duplicated "if" in the description of `signf()`.
* Fix mismatched example output in `String.operator %()`.
* Fix typo in the description of `Decal.texture_emission`.
* Unify description of `String.match()` and `StringName.match()`.
|
|
|
|
Avoid inserting screen_texture compatibility code when using textureSize
|