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
/
doc
/
classes
/
RenderingServer.xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #91818 from rburing/fti_multimesh
Rémi Verschelde
2024-08-20
1
-0
/
+42
|
\
|
*
Fixed Timestep Interpolation: MultiMesh
Ricardo Buring
2024-08-18
1
-0
/
+42
*
|
Merge pull request #89919 from BlueCube3310/bicubic-lightmap
Rémi Verschelde
2024-08-20
1
-0
/
+7
|
\
\
|
*
|
Implement support for bicubic lightmap filtering
BlueCube3310
2024-08-19
1
-0
/
+7
|
|
/
*
/
Fix Parallax2D repeats being not relative to its transform
kleonc
2024-08-19
1
-1
/
+2
|
/
*
Fixed Timestep Interpolation (3D)
Ricardo Buring
2024-07-07
1
-0
/
+16
*
Improve Mesh class description
Mateus Elias
2024-05-26
1
-0
/
+3
*
Add antialias support for CanvasItem draw primitives
Yaohua Xiong
2024-05-13
1
-0
/
+3
*
Fix various typos with codespell
Rémi Verschelde
2024-05-07
1
-3
/
+3
*
Improvements to VRS/Foveated rendering
Bastiaan Olij
2024-05-03
1
-1
/
+22
*
OpenXR: Change timing of xrWaitFrame and add thread safety features to OpenXR
Bastiaan Olij
2024-05-01
1
-0
/
+6
*
Fix syntax error in camera_attributes_set_exposure documentation
Haoyu Qiu
2024-04-25
1
-4
/
+4
*
Merge pull request #90396 from kleonc/rendering-server-instance-set-transform...
Rémi Verschelde
2024-04-08
1
-1
/
+1
|
\
|
*
Fix RenderingServer.instance_set_transform docs saying it's not global
kleonc
2024-04-08
1
-1
/
+1
*
|
Use `[codeblock lang=text]` more often in class ref
Micky
2024-04-08
1
-1
/
+1
*
|
Add support for OpenXR composition layers
David Snopek
2024-04-04
1
-0
/
+8
|
/
*
Fixed Timestep Interpolation (2D)
Ricardo Buring
2024-03-23
1
-0
/
+75
*
[Doc] Fix some incorrect uses of `a/an`
A Thousand Ships
2024-03-13
1
-1
/
+1
*
Add new Parallax2D node
markdibarry
2024-03-03
1
-0
/
+9
*
Overhaul some "uncommon" wording in class reference
Micky
2024-03-01
1
-2
/
+2
*
Add keywords to improve search in the class reference
Hugo Locurcio
2024-02-22
1
-6
/
+6
*
Merge pull request #80214 from BastiaanOlij/rendering_effect
Rémi Verschelde
2024-02-20
1
-0
/
+96
|
\
|
*
Implement hooks into renderer
Bastiaan Olij
2024-02-18
1
-0
/
+96
*
|
Merge pull request #88443 from Mickeon/documentation-hunting-for-deprecated
Rémi Verschelde
2024-02-20
1
-5
/
+4
|
\
\
|
|
/
|
/
|
|
*
Update many Deprecated/Experimental descriptions for consistency
Micky
2024-02-17
1
-5
/
+4
*
|
Add optional depth fog
Eidolon
2024-02-17
1
-0
/
+7
|
/
*
Support custom AABB within MultiMesh resources
Arman Elgudzhyan
2024-02-15
1
-0
/
+15
*
Documentation: Add support for deprecated/experimental messages
Danil Alexeev
2024-02-15
1
-12
/
+10
*
Add a reflection mask to the reflection probes.
Marcel Offermans
2024-01-20
1
-1
/
+9
*
Deprecate RenderingServer's `has_feature` and Features enum
Micky
2024-01-10
1
-6
/
+6
*
Merge pull request #84652 from timothyqiu/enum-pun
Yuri Sizov
2023-12-19
1
-1
/
+1
|
\
|
*
Avoid punning enum names in documentation
Haoyu Qiu
2023-11-09
1
-1
/
+1
*
|
Merge pull request #85811 from clayjohn/2D-render-info
Rémi Verschelde
2023-12-12
1
-1
/
+4
|
\
\
|
*
|
Implement render info counters for the 2D renderer
clayjohn
2023-12-06
1
-1
/
+4
*
|
|
Merge pull request #84451 from ShirenY/FixSkeletonMeshCulling
Rémi Verschelde
2023-12-12
1
-0
/
+8
|
\
\
\
|
*
|
|
Transform mesh's AABB to skeleton's space when calculate mesh's bounds.
ShirenY
2023-12-09
1
-0
/
+8
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #82953 from jsjtxietian/document-forcedraw-can-only-be-cal...
Yuri Sizov
2023-12-08
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add thread guard for force_draw and update relared doc
jsjtxietian
2023-11-10
1
-1
/
+1
|
|
/
*
|
Improve and clarify texture filtering documentation
Hugo Locurcio
2023-11-14
1
-6
/
+10
*
|
Added docs for DRAW_ORDER_REVERSE_LIFETIME constant and minor XR log improvement
Anutrix
2023-11-11
1
-1
/
+2
|
/
*
Fix multiple issues with UV compression
clayjohn
2023-10-30
1
-1
/
+1
*
Particle internal refactor and additions for more artistic control
QbieShay
2023-10-10
1
-0
/
+24
*
Vertex and attribute compression to reduce the size of the vertex format.
clayjohn
2023-10-05
1
-0
/
+34
*
Add FidelityFX Super Resolution 2.2 (FSR 2.2.1) support.
Dario
2023-09-25
1
-1
/
+7
*
Fix various typos in classref
Haoyu Qiu
2023-08-22
1
-1
/
+1
*
Document `RenderingServer.get_video_adapter_name()` may report a fixed name
Hugo Locurcio
2023-08-09
1
-0
/
+1
*
Merge pull request #80215 from clayjohn/HDR-2D
Rémi Verschelde
2023-08-08
1
-0
/
+9
|
\
|
*
Add option to enable HDR rendering in 2D
clayjohn
2023-08-07
1
-0
/
+9
*
|
Fix various typos in classref
Haoyu Qiu
2023-08-04
1
-1
/
+1
|
/
*
Merge pull request #79696 from reduz/call-on-render-thread
Yuri Sizov
2023-07-31
1
-0
/
+7
|
\
[next]