index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
resources
/
material.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973
Spartan322
2024-11-27
1
-7
/
+7
|
\
|
*
Use Vector4 for texture mask in BaseMaterial to avoid converting to and from ...
clayjohn
2024-11-26
1
-7
/
+7
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6
Spartan322
2024-10-14
1
-6
/
+3
|
\
|
|
*
Fix implementation of property_can_revert() in various classes
kobewi
2024-10-04
1
-6
/
+3
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...
Dario
2024-10-02
1
-126
/
+203
*
Merge pull request #93449 from Calinou/basematerial3d-refraction-use-depth-co...
Rémi Verschelde
2024-10-01
1
-6
/
+13
|
\
|
*
Fix BaseMaterial3D refracting objects located in front of the material
Hugo Locurcio
2024-09-26
1
-6
/
+13
*
|
GDExtension: Mark virtual function as `is_required` in `extension_api.json`
David Snopek
2024-09-11
1
-2
/
+2
|
/
*
Cleanup of raw `nullptr` checks with `Ref`
A Thousand Ships
2024-08-31
1
-1
/
+1
*
Enable revert button for `ShaderMaterial::next_pass` and `ShaderMaterial::ren...
Rakka Rage
2024-08-22
1
-0
/
+8
*
Use `PackedVector4Array` instead of float array for vec4 array uniform
Yuri Rubinsky
2024-06-28
1
-0
/
+15
*
Allow BaseMaterial3D height/dither fade to work with Compatibility rendering
Hugo Locurcio
2024-06-22
1
-10
/
+8
*
Material: Fix marking as ready
BlueCube3310
2024-06-13
1
-1
/
+1
*
Merge pull request #89470 from jsjtxietian/msdf-uv
Rémi Verschelde
2024-05-29
1
-8
/
+15
|
\
|
*
Fix shader compilation error when enabling texture MSDF and UV1 Triplanar at ...
jsjtxietian
2024-03-15
1
-8
/
+15
*
|
Merge pull request #91909 from KoBeWi/have_fun_reviewing_this
Rémi Verschelde
2024-05-14
1
-1
/
+0
|
\
\
|
*
|
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-1
/
+0
*
|
|
Let materials' shaders update happen on loader threads
Pedro J. Estébanez
2024-05-06
1
-20
/
+14
|
/
/
*
/
Added premult alpha blending to 3D (spatial) shaders.
QbieShay
2024-05-01
1
-1
/
+10
|
/
*
Use raw string literals for BaseMaterial3D shader code generation
Hugo Locurcio
2024-03-13
1
-342
/
+647
*
Set a minimum of 0.01 for proximity fade to avoid undefined behavior in shader
clayjohn
2024-03-12
1
-3
/
+3
*
Optimise Object's `get_argument_options`
Micky
2024-02-29
1
-2
/
+4
*
Fix shadows for billboarded Sprite3D's
Erik Johnson
2024-02-13
1
-3
/
+5
*
Fix `ShaderMaterial::_property_get_revert` crash when given non-exist `p_name`
jsjtxietian
2024-01-29
1
-1
/
+1
*
Add const lvalue ref to container parameters
Muller-Castro
2024-01-05
1
-1
/
+1
*
Fix missing autocompletion for inheriting classes
Micky
2024-01-03
1
-1
/
+1
*
Fix typo in BaseMaterial3D conversion from 3.x SpatialMaterial
Hugo Locurcio
2023-11-23
1
-1
/
+1
*
Fix several Material texture parameter updates
bitsawer
2023-11-01
1
-1
/
+1
*
Fixing incorrect normal map when using triplanar world mapping and mesh rotation
Raffaele Picca
2023-10-23
1
-9
/
+22
*
Fix BaseMaterial3D update with certain material settings
bitsawer
2023-10-11
1
-0
/
+2
*
Implement render mode fog_disabled and BaseMaterial3D setting Disable Fog
Milan Gruner
2023-09-05
1
-0
/
+5
*
Initialize MSDF parameters in BaseMaterial3D with default
detomon
2023-07-28
1
-1
/
+4
*
Unify and streamline connecting to Resource changes
kobewi
2023-07-17
1
-2
/
+2
*
Take eye offset into account for depth in StandardMaterial3D
Bastiaan Olij
2023-07-06
1
-1
/
+1
*
Merge pull request #74937 from bitsawer/fix_uniform_storage
Rémi Verschelde
2023-06-09
1
-2
/
+26
|
\
|
*
Fix shader uniform storage conversions and crash
bitsawer
2023-05-29
1
-2
/
+26
*
|
Fix materials' shaders not updated if loaded on a non-main thread
Pedro J. Estébanez
2023-05-31
1
-2
/
+6
|
/
*
Improve `SelfList` and fix error in `BaseMaterial3D` when running doctool
RedworkDE
2023-05-22
1
-9
/
+7
*
Avoid sync issues in materials with scheduled shader updates
Pedro J. Estébanez
2023-05-10
1
-3
/
+19
*
Merge pull request #75427 from Chaosus/shader_fix_groups_ordering
Clay John
2023-05-05
1
-15
/
+14
|
\
|
*
Fix shader uniform groups to prevent it sorting in alphabet order
Yuri Rubinsky
2023-03-28
1
-15
/
+14
*
|
Revert "Fix ShaderMaterial uniform type changes"
bitsawer
2023-04-28
1
-20
/
+2
*
|
Fix ShaderMaterial uniform type changes
bitsawer
2023-04-25
1
-2
/
+20
*
|
Add EXPOSURE built in to spatial shaders
clayjohn
2023-04-12
1
-1
/
+1
|
/
*
Add warnings for unsupported features in mobile and gl_compatibility backends
clayjohn
2023-02-26
1
-10
/
+0
*
Fix shader parameter assign
Juan Linietsky
2023-02-18
1
-1
/
+9
*
make particle billboard take into account non-uniform scale
QbieShay
2023-02-13
1
-1
/
+4
*
[Sprite3D/Label3D] Expose alpha antialiasing properties.
bruvzg
2023-01-31
1
-2
/
+4
[next]