Yuri Sizov
|
9dcfdc2051
|
Merge pull request #75366 from Chaosus/shader_compiler_fix_operator
Fix to some operators in shaders are not compiled properly
|
2023-04-03 22:32:31 +02:00 |
|
Rémi Verschelde
|
154a29d33a
|
Merge pull request #74808 from bradc6/feature/AllowCustomOutputShaderGenFilepaths
Allow for shaders to be generated outside of the source tree
|
2023-04-03 16:01:32 +02:00 |
|
Rémi Verschelde
|
38094dfc4a
|
Merge pull request #74558 from smix8/navserver_real_t_4.x
Fix NavigationServer internals still using float instead of real_t
|
2023-04-03 16:00:42 +02:00 |
|
Yuri Rubinsky
|
575e352a61
|
Fix to some operators in shaders are not compiled properly
|
2023-03-26 20:50:02 +03:00 |
|
Yuri Sizov
|
d20c520d96
|
Merge pull request #74848 from BastiaanOlij/add_xr_system_info
Add a get_system_info method to XRInterface
|
2023-03-25 15:07:51 +01:00 |
|
Yuri Sizov
|
4640b553a2
|
Merge pull request #75260 from rburing/fix_collide_shape_return
Fix `collide_shape` return type
|
2023-03-25 13:54:05 +01:00 |
|
Ricardo Buring
|
61429a5f49
|
Fix collide_shape return type
Fix PhysicsDirectSpaceState3D::_collide_shape return type.
Also PhysicsDirectSpaceState2D::_collide_shape.
|
2023-03-23 16:16:23 +01:00 |
|
Bradley Clemetson
|
2302c7102f
|
Allow for external python scripts to call the build python headers via external scripts
Change GLES3 to not use a relative path
Make the parameters more explicit and ensure the shaders generated are not using relative paths
|
2023-03-19 21:18:52 -07:00 |
|
Yuri Sizov
|
a7d0e18a31
|
Merge pull request #74861 from rburing/restore_trimesh_ccd
Revert attempted fix of trimesh CCD
|
2023-03-17 10:56:44 +01:00 |
|
Yuri Sizov
|
98d95f3a0e
|
Merge pull request #74149 from bruvzg/get_char
[Font] Implement `get_char_from_glyph_index` function.
|
2023-03-16 13:07:11 +01:00 |
|
Yuri Sizov
|
ded38c5d75
|
Merge pull request #73839 from clayjohn/OUTPUT_IS_SRGB
Clean up OUTPUT_IS_SRGB redefinitions
|
2023-03-16 13:03:37 +01:00 |
|
Bastiaan Olij
|
e31c2e4277
|
Add a get_system_info method to XRInterface
|
2023-03-15 13:11:48 +11:00 |
|
Ricardo Buring
|
bec1182093
|
Revert attempted fix of trimesh CCD
|
2023-03-13 13:54:10 +01:00 |
|
Rémi Verschelde
|
0333b4a266
|
Merge pull request #74708 from BastiaanOlij/fix_rd_texture
Merge duplicate rd_texture functions
|
2023-03-10 22:48:19 +01:00 |
|
Rémi Verschelde
|
0c59e0c35b
|
Merge pull request #74707 from mihe/recovery-as-collision
Add `recovery_as_collision` to extension binding of `_body_test_motion`
|
2023-03-10 14:06:38 +01:00 |
|
Rémi Verschelde
|
123af87bc8
|
Merge pull request #74671 from mihe/motion-bindings
Fix extension bindings for motion collision/result structs
|
2023-03-10 14:04:40 +01:00 |
|
Rémi Verschelde
|
4779389d3a
|
Merge pull request #74242 from mihe/pick-ray
Add `pick_ray` parameter to extension binding of `intersect_ray`
|
2023-03-10 14:02:43 +01:00 |
|
Rémi Verschelde
|
0511da260f
|
Merge pull request #74019 from BastiaanOlij/split_last_effects
Move roughness limiter and sort into their own classes
|
2023-03-10 14:02:14 +01:00 |
|
Bastiaan Olij
|
70dca9ff55
|
Merge duplicate rd_texture functions
|
2023-03-10 21:37:01 +11:00 |
|
Mikael Hermansson
|
1bad2e30ee
|
Add recovery_as_collision to extension binding of _body_test_motion
|
2023-03-10 09:37:21 +01:00 |
|
Mikael Hermansson
|
be64ffd25d
|
Fix extension bindings for motion collision/result structs
|
2023-03-09 17:31:56 +01:00 |
|
Bastiaan Olij
|
a8ec72cf94
|
Move roughness limiter and sort into their own classes
|
2023-03-09 21:58:55 +11:00 |
|
Rémi Verschelde
|
d150bb84a6
|
Merge pull request #74566 from clayjohn/GL-canvas-texture
Avoid copying CanvasTexture when updating proxy
|
2023-03-08 08:59:04 +01:00 |
|
Rémi Verschelde
|
23bbf6b37c
|
Merge pull request #74533 from SlugFiller/fix-clip-no-children
Fixes a canvas item set to clip children being drawn as black if no children are visible
|
2023-03-08 08:57:00 +01:00 |
|
Rémi Verschelde
|
a0ff87f48d
|
Merge pull request #74416 from SlugFiller/fix-skeleton2d-aabb
Fix AABB calculation for meshes using Skeleton2D
|
2023-03-08 08:56:12 +01:00 |
|
Rémi Verschelde
|
1a5239ff1e
|
Merge pull request #74349 from JohanAR/fix-instance-uniforms
Fix instance uniforms breaking when setting a new mesh.
|
2023-03-08 08:55:48 +01:00 |
|
smix8
|
217a27014b
|
Fix NavigationServer internals still using float instead of real_t
Fixes that some NavigationServer internals still used float instead of real_t in some parts.
|
2023-03-07 22:10:48 +01:00 |
|
clayjohn
|
84482ef90b
|
Avoid copying CanvasTexture when updating proxy
|
2023-03-07 12:48:32 -08:00 |
|
SlugFiller
|
f25508befb
|
Fixes a canvas item set to clip children being drawn as black if no children are visible
|
2023-03-07 09:53:26 +02:00 |
|
Rémi Verschelde
|
5f2137a050
|
Merge pull request #74087 from bruvzg/get_screen_px
[DisplayServer] Implement screen_get_pixel method for LinuxBSD/X11, macOS and Windows.
|
2023-03-06 21:58:58 +01:00 |
|
SlugFiller
|
06a1fe0364
|
Fix AABB calculation for meshes using Skeleton2D
|
2023-03-05 08:21:08 +02:00 |
|
Johan Aires Rastén
|
26aecbfe57
|
Fix instance uniforms breaking when setting a new mesh.
Fixes #58113
|
2023-03-04 11:49:18 +01:00 |
|
Fabio Iotti
|
528e0d095e
|
Error on hint_normal_roughness_texture and hint_depth_texture outside of spatial shader
|
2023-03-03 21:36:48 +01:00 |
|
Rémi Verschelde
|
61d2c85511
|
Merge pull request #74269 from clayjohn/RD-more-timestamps
Add a few more rendering timestamps
|
2023-03-03 11:09:27 +01:00 |
|
Rémi Verschelde
|
7bb68278bb
|
Merge pull request #74151 from BastiaanOlij/add_world_origin_prop
Add XRServer.world_origin property
|
2023-03-03 11:05:21 +01:00 |
|
clayjohn
|
1adc4e5875
|
Add a few more rendering timestamps
|
2023-03-02 18:15:21 -08:00 |
|
Mikael Hermansson
|
fb3454a3ec
|
Add pick_ray parameter to extension binding of intersect_ray
|
2023-03-02 18:00:03 +01:00 |
|
Rémi Verschelde
|
31eccb5501
|
Merge pull request #74150 from BastiaanOlij/fix_mobile_msaa_2d
Use MSAA 2D texture in multipass tonemapper
|
2023-03-02 11:42:13 +01:00 |
|
Rémi Verschelde
|
29723da272
|
Merge pull request #73919 from RandomCatDude/volumefog-spotlight-fix
Fix spotlight shadows in volumetric fog
|
2023-03-02 11:23:24 +01:00 |
|
Bastiaan Olij
|
fd8f26f26e
|
Add XRServer.world_origin property
|
2023-03-01 22:18:47 +11:00 |
|
Bastiaan Olij
|
903aa0e385
|
Use MSAA 2D texture in multipass tonemapper
|
2023-03-01 18:59:59 +11:00 |
|
bruvzg
|
e7647b5ee5
|
[DisplayServer] Implement screen_get_pixel method for LinuxBSD/X11, macOS and Windows.
|
2023-03-01 09:32:23 +02:00 |
|
bruvzg
|
8459aeaab0
|
[Font] Implement get_char_from_glyph_index function.
|
2023-03-01 09:29:11 +02:00 |
|
Rémi Verschelde
|
0cd1483132
|
Merge pull request #73959 from clayjohn/GL-mobile-warnings
Add warnings for unsupported features in mobile and gl_compatibility backends
|
2023-02-26 21:39:06 +01:00 |
|
clayjohn
|
c69b14e96e
|
Add warnings for unsupported features in mobile and gl_compatibility backends
|
2023-02-26 12:28:02 -08:00 |
|
bruvzg
|
bbc77b6d29
|
Fix text server GDExtension build.
|
2023-02-26 18:38:22 +02:00 |
|
bitsawer
|
35c970f4f6
|
Fix shader preprocessor include resource check
|
2023-02-26 13:59:29 +02:00 |
|
RandomCatDude
|
59c31004f8
|
fix spotlight shadows in volumetric fog
|
2023-02-25 16:28:06 +05:00 |
|
Bastiaan Olij
|
4c2f33cfae
|
Fixing issues with SSIL artifacts
|
2023-02-24 16:13:18 +11:00 |
|
clayjohn
|
316cf04059
|
Clean up OUTPUT_IS_SRGB redefinitions
|
2023-02-23 12:56:42 -08:00 |
|