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