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
/
servers
/
rendering_server.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
Rebrand Godot 4.3 to Redot
Trashguy
2024-10-13
1
-2
/
+2
*
Fix AABB computation for position compression to not depend on vertex order
Arseny Kapoulkine
2024-07-03
1
-16
/
+18
*
Add more validation to UBO size and alignment in Compatibility renderer
clayjohn
2024-06-14
1
-1
/
+1
*
Improve Mesh class description
Mateus Elias
2024-05-26
1
-0
/
+1
*
Add antialias support for CanvasItem draw primitives
Yaohua Xiong
2024-05-13
1
-3
/
+3
*
Improvements to VRS/Foveated rendering
Bastiaan Olij
2024-05-03
1
-1
/
+7
*
Merge pull request #91372 from clayjohn/RS-blend-shape-tangent
Rémi Verschelde
2024-05-01
1
-0
/
+4
|
\
|
*
Enable tangents in blend shape format when using normals
clayjohn
2024-04-30
1
-0
/
+4
*
|
OpenXR: Change timing of xrWaitFrame and add thread safety features to OpenXR
Bastiaan Olij
2024-05-01
1
-0
/
+1
|
/
*
Use WorkerThreadPool for Server threads
Juan Linietsky
2024-04-10
1
-9
/
+0
*
Add support for OpenXR composition layers
David Snopek
2024-04-04
1
-0
/
+1
*
Fixed Timestep Interpolation (2D)
Ricardo Buring
2024-03-23
1
-0
/
+9
*
Add new Parallax2D node
markdibarry
2024-03-03
1
-0
/
+1
*
Merge pull request #86743 from Mickeon/autocompletion-optimise-object
Rémi Verschelde
2024-03-01
1
-3
/
+3
|
\
|
*
Optimise Object's `get_argument_options`
Micky
2024-02-29
1
-3
/
+3
*
|
Merge pull request #88738 from clayjohn/mesh_compression-tangents
Rémi Verschelde
2024-02-27
1
-2
/
+4
|
\
\
|
*
|
Avoid singularity when generated tangents and validate that tangents are good...
clayjohn
2024-02-23
1
-2
/
+4
|
|
/
*
/
Properly calculate binormal when creating SurfaceTool from arrays
clayjohn
2024-02-23
1
-1
/
+1
|
/
*
Implement hooks into renderer
Bastiaan Olij
2024-02-18
1
-0
/
+28
*
Add optional depth fog
Eidolon
2024-02-17
1
-1
/
+5
*
Support custom AABB within MultiMesh resources
Arman Elgudzhyan
2024-02-15
1
-0
/
+2
*
Replace error checks against `size` with `is_empty`
A Thousand Ships
2024-02-09
1
-3
/
+3
*
Add a reflection mask to the reflection probes.
Marcel Offermans
2024-01-20
1
-0
/
+1
*
Deprecate RenderingServer's `has_feature` and Features enum
Micky
2024-01-10
1
-4
/
+7
*
Merge pull request #86798 from Mickeon/autocompletion-rendering-server
Rémi Verschelde
2024-01-09
1
-0
/
+19
|
\
|
*
Add autocompletion for RenderingServer's global shader & has_os_feature
Micky
2024-01-08
1
-0
/
+19
*
|
Acyclic Command Graph for RenderingDevice.
Dario
2024-01-08
1
-1
/
+0
|
/
*
Merge pull request #84445 from Rubonnek/add-const-references-clang-tidy
Rémi Verschelde
2024-01-04
1
-1
/
+1
|
\
|
*
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
1
-1
/
+1
*
|
Fix unlimited project option ranges that could cause crashes.
G-Shadow
2023-12-22
1
-8
/
+8
|
/
*
Merge pull request #85811 from clayjohn/2D-render-info
Rémi Verschelde
2023-12-12
1
-0
/
+1
|
\
|
*
Implement render info counters for the 2D renderer
clayjohn
2023-12-06
1
-0
/
+1
*
|
Merge pull request #84451 from ShirenY/FixSkeletonMeshCulling
Rémi Verschelde
2023-12-12
1
-0
/
+10
|
\
\
|
|
/
|
/
|
|
*
Transform mesh's AABB to skeleton's space when calculate mesh's bounds.
ShirenY
2023-12-09
1
-0
/
+10
*
|
Add a descriptive error message when creating a mesh surface from arrays
Aaron Franke
2023-12-02
1
-2
/
+2
*
|
Avoid division by zero in the fix surface compatibility routine
Yuri Sizov
2023-11-20
1
-32
/
+34
*
|
Create tangent array if mesh created without tangents
clayjohn
2023-11-07
1
-7
/
+32
|
/
*
Merge pull request #84252 from clayjohn/ensure_tangents
Rémi Verschelde
2023-11-02
1
-10
/
+45
|
\
|
*
Enhance checks and user experience around tangents.
clayjohn
2023-11-01
1
-10
/
+45
*
|
Overhaul the SurfaceUpgradeTool
clayjohn
2023-11-01
1
-4
/
+4
|
/
*
Fix multiple issues with UV compression
clayjohn
2023-10-30
1
-10
/
+31
*
Merge pull request #83840 from clayjohn/mesh-flat-bug
Rémi Verschelde
2023-10-26
1
-11
/
+8
|
\
|
*
Ensure r_aabb is always used when creating surfaces through the RenderingServer
clayjohn
2023-10-23
1
-11
/
+8
*
|
Some more fixes for compressed meshes
clayjohn
2023-10-24
1
-16
/
+16
*
|
Merge pull request #83613 from clayjohn/surface_upgrade_tool
Rémi Verschelde
2023-10-24
1
-2
/
+26
|
\
\
|
|
/
|
/
|
|
*
Implementation of tool to automatically upgrade and re-save meshes
clayjohn
2023-10-23
1
-2
/
+26
*
|
Add property hint for 2D shadow size project setting
Hugo Locurcio
2023-10-22
1
-1
/
+1
|
/
*
Fix disabling depth prepass breaks opaque material
Lunarisnia
2023-10-15
1
-2
/
+2
[next]