Age | Commit message (Expand) | Author |
2022-10-04 | Move cluster builder, sdfgi and gi structures to clustered renderer, move lig... | Bastiaan Olij |
2022-09-19 | Split rendering driver project setting into renderer_name and rendering_drive... | clayjohn |
2022-09-04 | Replace AABB has_no_volume with has_volume | Aaron Franke |
2022-09-02 | Merge pull request #65170 from KoBeWi/your_argument_is_TypedArray | Rémi Verschelde |
2022-09-02 | Merge pull request #64952 from Chaosus/vs_rename_uniform_to_param | Rémi Verschelde |
2022-09-01 | Change Array arguments to TypedArray | kobewi |
2022-09-01 | Extracting render buffers and changing it to a more generic solution | Bastiaan Olij |
2022-09-01 | Rename `uniform` to `parameter` across the engine | Yuri Rubinsky |
2022-08-31 | Implement Physical Light Units as an optional setting. | clayjohn |
2022-08-30 | Dummy mesh support was added to the dummy renderer but incomplete. This compl... | Bastiaan Olij |
2022-08-26 | Rename `str2var` to `str_to_var` and similar | Micky |
2022-08-22 | Fix typo in RendererSceneCull | tefusion |
2022-08-04 | Rename shader parameter uniform setter/getter methods for consistency | Hugo Locurcio |
2022-07-28 | Rename RenderingServer global shader uniform methods to be more explicit | Hugo Locurcio |
2022-07-27 | Change RendererSceneRender::GeometryInstance so more code is shared among ren... | Bastiaan Olij |
2022-07-25 | Remove ThreadWorkPool, replace by WorkerThreadPool | Juan Linietsky |
2022-07-23 | Implement Vector4, Vector4i, Projection | reduz |
2022-07-12 | Fix typo, call mesh_instance_free not mesh_free | Bastiaan Olij |
2022-07-06 | Merge pull request #62344 from BastiaanOlij/extract_dependencies | Rémi Verschelde |
2022-06-28 | Fix crash in Environment "Canvas" background mode. | JFonS |
2022-06-28 | Split dependency logic | Bastiaan Olij |
2022-06-22 | Split GI effects and fix stereoscopic rendering of GI effects | Bastiaan Olij |
2022-06-07 | Initial TAA implementation | jfons |
2022-05-20 | Add a new HashSet template | reduz |
2022-05-19 | Use range iterators for RBSet in most cases | Aaron Record |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-11 | opengl3 driver now works on windows including multi window | derammo |
2022-05-03 | Rename Basis get_axis to get_column, remove redundant methods | Aaron Franke |
2022-04-29 | Rename Basis "elements" to "rows" | Aaron Franke |
2022-04-26 | Fix "ortogonal" -> "orthogonal" typo in rasterizer code | Hugo Locurcio |
2022-04-17 | Moved particles into ParticlesStorage | Bastiaan Olij |
2022-04-17 | Move light, reflection probe and lightmap into LightStorage | Bastiaan Olij |
2022-04-17 | Merge canvas and decal into TextureStorage and add render target | Bastiaan Olij |
2022-04-02 | Move storage for Mesh, MeshInstance, MultiMesh and Skeleton into MeshStorage | Bastiaan Olij |
2022-03-31 | Extract global variable, shader and material storage | Bastiaan Olij |
2022-03-21 | Extract Decal and Decal atlas from Storage class | Bastiaan Olij |
2022-03-17 | Replace DirectionalLight3D's `use_in_sky_only` with `sky_mode` enum | Hugo Locurcio |
2022-03-04 | Tweak render timestamp names for explicitness and consistency | Hugo Locurcio |
2022-02-15 | Add Particle Shader Userdata | reduz |
2022-02-05 | Remove RID_Owner.get_rid_by_index | reduz |
2022-01-05 | Added material_overlay property to MeshInstance3D | Fernando Cosentino |
2022-01-04 | Merge pull request #56305 from Calinou/rename-lod-threshold | Rémi Verschelde |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-29 | Rename Lod Threshold to Mesh Lod Threshold | Hugo Locurcio |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |
2021-11-12 | Fix transparency state initialization | jfons |
2021-10-30 | Add GLES2 2D renderer + Linux display manager | lawnjelly |
2021-10-28 | Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFog | clayjohn |
2021-10-28 | Merge pull request #54222 from JFonS/instance-fade | Rémi Verschelde |
2021-10-25 | Fix shadow disabling settings | jfons |