summaryrefslogtreecommitdiffstats
path: root/doc/classes/RenderingServer.xml
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #91818 from rburing/fti_multimeshRémi Verschelde2024-08-201-0/+42
|\
| * Fixed Timestep Interpolation: MultiMeshRicardo Buring2024-08-181-0/+42
* | Merge pull request #89919 from BlueCube3310/bicubic-lightmapRémi Verschelde2024-08-201-0/+7
|\ \
| * | Implement support for bicubic lightmap filteringBlueCube33102024-08-191-0/+7
| |/
* / Fix Parallax2D repeats being not relative to its transformkleonc2024-08-191-1/+2
|/
* Fixed Timestep Interpolation (3D)Ricardo Buring2024-07-071-0/+16
* Improve Mesh class descriptionMateus Elias2024-05-261-0/+3
* Add antialias support for CanvasItem draw primitivesYaohua Xiong2024-05-131-0/+3
* Fix various typos with codespellRémi Verschelde2024-05-071-3/+3
* Improvements to VRS/Foveated renderingBastiaan Olij2024-05-031-1/+22
* OpenXR: Change timing of xrWaitFrame and add thread safety features to OpenXRBastiaan Olij2024-05-011-0/+6
* Fix syntax error in camera_attributes_set_exposure documentationHaoyu Qiu2024-04-251-4/+4
* Merge pull request #90396 from kleonc/rendering-server-instance-set-transform...Rémi Verschelde2024-04-081-1/+1
|\
| * Fix RenderingServer.instance_set_transform docs saying it's not globalkleonc2024-04-081-1/+1
* | Use `[codeblock lang=text]` more often in class refMicky2024-04-081-1/+1
* | Add support for OpenXR composition layersDavid Snopek2024-04-041-0/+8
|/
* Fixed Timestep Interpolation (2D)Ricardo Buring2024-03-231-0/+75
* [Doc] Fix some incorrect uses of `a/an`A Thousand Ships2024-03-131-1/+1
* Add new Parallax2D nodemarkdibarry2024-03-031-0/+9
* Overhaul some "uncommon" wording in class referenceMicky2024-03-011-2/+2
* Add keywords to improve search in the class referenceHugo Locurcio2024-02-221-6/+6
* Merge pull request #80214 from BastiaanOlij/rendering_effectRémi Verschelde2024-02-201-0/+96
|\
| * Implement hooks into rendererBastiaan Olij2024-02-181-0/+96
* | Merge pull request #88443 from Mickeon/documentation-hunting-for-deprecatedRémi Verschelde2024-02-201-5/+4
|\ \ | |/ |/|
| * Update many Deprecated/Experimental descriptions for consistencyMicky2024-02-171-5/+4
* | Add optional depth fogEidolon2024-02-171-0/+7
|/
* Support custom AABB within MultiMesh resourcesArman Elgudzhyan2024-02-151-0/+15
* Documentation: Add support for deprecated/experimental messagesDanil Alexeev2024-02-151-12/+10
* Add a reflection mask to the reflection probes.Marcel Offermans2024-01-201-1/+9
* Deprecate RenderingServer's `has_feature` and Features enumMicky2024-01-101-6/+6
* Merge pull request #84652 from timothyqiu/enum-punYuri Sizov2023-12-191-1/+1
|\
| * Avoid punning enum names in documentationHaoyu Qiu2023-11-091-1/+1
* | Merge pull request #85811 from clayjohn/2D-render-infoRémi Verschelde2023-12-121-1/+4
|\ \
| * | Implement render info counters for the 2D rendererclayjohn2023-12-061-1/+4
* | | Merge pull request #84451 from ShirenY/FixSkeletonMeshCullingRémi Verschelde2023-12-121-0/+8
|\ \ \
| * | | Transform mesh's AABB to skeleton's space when calculate mesh's bounds.ShirenY2023-12-091-0/+8
| | |/ | |/|
* | | Merge pull request #82953 from jsjtxietian/document-forcedraw-can-only-be-cal...Yuri Sizov2023-12-081-1/+1
|\ \ \ | |_|/ |/| |
| * | Add thread guard for force_draw and update relared docjsjtxietian2023-11-101-1/+1
| |/
* | Improve and clarify texture filtering documentationHugo Locurcio2023-11-141-6/+10
* | Added docs for DRAW_ORDER_REVERSE_LIFETIME constant and minor XR log improvementAnutrix2023-11-111-1/+2
|/
* Fix multiple issues with UV compressionclayjohn2023-10-301-1/+1
* Particle internal refactor and additions for more artistic controlQbieShay2023-10-101-0/+24
* Vertex and attribute compression to reduce the size of the vertex format.clayjohn2023-10-051-0/+34
* Add FidelityFX Super Resolution 2.2 (FSR 2.2.1) support.Dario2023-09-251-1/+7
* Fix various typos in classrefHaoyu Qiu2023-08-221-1/+1
* Document `RenderingServer.get_video_adapter_name()` may report a fixed nameHugo Locurcio2023-08-091-0/+1
* Merge pull request #80215 from clayjohn/HDR-2DRémi Verschelde2023-08-081-0/+9
|\
| * Add option to enable HDR rendering in 2Dclayjohn2023-08-071-0/+9
* | Fix various typos in classrefHaoyu Qiu2023-08-041-1/+1
|/
* Merge pull request #79696 from reduz/call-on-render-threadYuri Sizov2023-07-311-0/+7
|\