Age | Commit message (Expand) | Author |
2022-11-09 | Some fixes for instance shader parameters | Yuri Rubinsky |
2022-11-09 | Fix GPUParticles not rendering in doubles build of the engine. | clayjohn |
2022-11-08 | Request redraw in OpenGL3 and mobile renderers when TIME used in shader | clayjohn |
2022-11-07 | Merge pull request #68346 from Calinou/particles-rename-trail-length-property | Rémi Verschelde |
2022-11-07 | Rename GPUParticles2D/3D's `trail_length_secs` to `trail_lifetime` | Hugo Locurcio |
2022-11-07 | Surface AABBs are now set for mesh surfaces even in headless mode. Sponsored ... | Gábor Pál Korom |
2022-11-06 | Scale light shadow bias by soft_shadow_scale to reduce shadow acne on high qu... | clayjohn |
2022-11-04 | Add call_deferred() method to Callable | kobewi |
2022-11-03 | Expose vertex_array_create | Patrick Dawson |
2022-11-03 | Collapse three seperate texture storage methods into render_target_set_overri... | David Snopek |
2022-11-03 | Expose texture_get_rd_texture | Patrick Dawson |
2022-11-03 | Merge pull request #67878 from clayjohn/RD-particles-amount | Rémi Verschelde |
2022-11-02 | Style: Misc docs and comment style and language fixes | Rémi Verschelde |
2022-11-02 | Merge pull request #52350 from BimDav/viewport_canvas_cull | Rémi Verschelde |
2022-11-02 | Merge pull request #67639 from clayjohn/GLES3-2d-shadows | Rémi Verschelde |
2022-11-01 | Fix predefined constants to be accessible in the shader includes | Yuri Rubinsky |
2022-10-31 | Viewport canvas cull mask feature | BimDav |
2022-10-31 | Merge pull request #67578 from KoBeWi/GEDITOR | Rémi Verschelde |
2022-10-31 | Make code generation for shader boolean uniform instances easier | Yuri Rubinsky |
2022-10-31 | Merge pull request #67519 from BastiaanOlij/change_xr_pre_draw_viewport | Rémi Verschelde |
2022-10-31 | Merge pull request #67907 from clayjohn/RD-model-matrix | Rémi Verschelde |
2022-10-31 | Merge pull request #67915 from RevoluPowered/fix-intel-macbook-crash-subgroups | Rémi Verschelde |
2022-10-28 | Merge pull request #67112 from Chaosus/fix_boolean_uniform_instances | Yuri Rubinsky |
2022-10-28 | Add 2D shadows and canvas SDF to OpenGL3 renderer | clayjohn |
2022-10-28 | Merge pull request #67498 from Chaosus/fix_shader_crash | Yuri Rubinsky |
2022-10-27 | Fix ss_effects_flags uniform in clustered forward renderer | clayjohn |
2022-10-27 | Merge pull request #66107 from devloglogan/ambient-light-disabled-fix | Clay John |
2022-10-27 | Merge pull request #64710 from MinusKube/window-size-crash | Clay John |
2022-10-27 | Merge pull request #67043 from clayjohn/clip_children | Clay John |
2022-10-27 | Merge pull request #66383 from aaronfranke/basis-from-euler | Clay John |
2022-10-27 | Improved consistency between vector field texture and world space | Andreas Raddau |
2022-10-26 | Ensure vulkan subgroups are disabled for MoltenVK | Gordon MacPherson |
2022-10-26 | Fix EXE_BAD_ACCESS caused by optional argument | Gordon MacPherson |
2022-10-26 | Correctly rename to read_model_matrix when using shader builtins that rely on... | clayjohn |
2022-10-25 | Correctly set number of particle dispatches when setting view axis | clayjohn |
2022-10-22 | Fix cluster_render.glsl failing on some Macs | Anders Stenberg |
2022-10-21 | Fix draw_primitive ignoring texture argument | MrBlockers |
2022-10-21 | Clean up Basis from Euler code | Aaron Franke |
2022-10-18 | Unify usage of GLOBAL/EDITOR_GET | kobewi |
2022-10-18 | Code simplifications | Markus Sauermann |
2022-10-17 | Changing timing of call to xr_interface->pre_draw_viewport | Bastiaan Olij |
2022-10-16 | Fix editor crash when assigning some uniform hints to the textures | Yuri Rubinsky |
2022-10-14 | Implement multiple clip_children modes for CanvasItems | clayjohn |
2022-10-14 | Make some Image methods static | kobewi |
2022-10-13 | Improve behaviour of clip_children by clipping | clayjohn |
2022-10-13 | Merge pull request #67335 from clayjohn/GLES3-2d-lights | Rémi Verschelde |
2022-10-13 | Merge pull request #67320 from Calinou/fix-volumetric-fog-low-density | Rémi Verschelde |
2022-10-13 | Merge pull request #67307 from TechnoPorg/lod-radial-distance | Rémi Verschelde |
2022-10-12 | Add 2D lights to OpenGL3 canvas renderer | clayjohn |
2022-10-13 | Fix volumetric fog not rendering at densities lower than or equal to 0.001 | Hugo Locurcio |