| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |\
| | |
| | |
| | | |
Ensure shadow material and mesh are not used with wireframe mode
|
| | |
| | |
| | |
| | | |
And in the Compatibility renderer actually use the wireframe render mode
|
| |/
| |
| |
| |
| |
| | |
Fixed style error.
Updated dummy mesh_storage to move from cpp to h the return of a blank Rid on _multimesh_get_buffer_rd_rid.
|
|\| |
|
| |\
| | |
| | |
| | | |
Clean up more `[b]Example:[/b]` lines from the class reference
|
| | | |
|
| |\ \
| | | |
| | | |
| | | | |
Expose RenderingServer methods to get rendering driver and method name
|
| | | |
| | | |
| | | |
| | | | |
This is useful for troubleshooting purposes and debug menus.
|
|\| | | |
|
| | | | |
|
|\| | | |
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
Add support for external camera feed from external plugin on Android
|
| | | | | |
|
|\| | | | |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
Add `shadow_caster_mask` to Light3D.
|
| | | | | | |
|
|\| | | | | |
|
| |\ \ \ \ \
| | |_|/ / /
| |/| | | | |
Docs: Add cross-links to antialiasing project settings
|
| | | |_|/
| | |/| | |
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add Linux Editor tests workflow matrix
Add Windows Editor w/ Mono workflow matrix
Add Generate Glue Code job to Windows workflow
Add Build GodotSharp job to Windows workflow
Add godot compatibility version references
Add Godot author info
Add Godot version compatibility info
Add Godot donor info
Add Godot authors and donors to editor_about.cpp
Credits:
Co-authored-by: Skogi <skogi.b@gmail.com>
Co-authored-by: Spartan322 <Megacake1234@gmail.com>
Co-authored-by: swashberry <swashdev@pm.me>
Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: radenthefolf <radenthefolf@gmail.com>
Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com>
Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com>
Co-authored-by: decryptedchaos <nixgod@gmail.com>
Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com>
Co-authored-by: Mister Puma <MisterPuma80@gmail.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: SingleError <isaaconeoneone@gmail.com>
Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
|
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add ubershaders and rework pipeline caches for Forward+ and Mobile.
- Implements asynchronous transfer queues from PR #87590.
- Adds ubershaders that can run with specialization constants specified as push constants.
- Pipelines with specialization constants can compile in the background.
- Added monitoring for pipeline compilations.
- Materials and shaders can now be created asynchronously on background threads.
- Meshes that are loaded on background threads can also compile pipelines as part of the loading process.
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
Clarify transform data ordering in `RenderingServer.multimesh_set_buffer`
|
| | | | |
|
|/ / / |
|
| | |
| | |
| | |
| | |
| | | |
Co-authored-by: Fredia Huya-Kouadio <fhuyakou@gmail.com>
Co-authored-by: Mauricio Narvaez <nvz@meta.com>
|
|\ \ \
| | | |
| | | |
| | | | |
Add missing period for sentences in classref
|
| | | | |
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | | |
Expose a function to create textures from a native handle in the compatibility renderer
|
| |/ /
| | |
| | |
| | | |
compatibility renderer
|
|/ / |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | | |
Physics interpolation: `MultiMesh`
|
| | |
| | |
| | |
| | |
| | |
| | | |
Adds fixed timestep interpolation to multimeshes.
Co-authored-by: lawnjelly <lawnjelly@gmail.com>
|
|\ \ \
| | | |
| | | |
| | | | |
Implement bicubic sampling for lightmaps
|
| |/ /
| | |
| | |
| | | |
Co-authored-by: Calinou <hugo.locurcio@hugo.pro>
|
|/ / |
|
|/
|
|
|
|
|
| |
Adds 3D fixed timestep interpolation to the rendering server.
This does not yet include support for multimeshes or particles.
Co-authored-by: lawnjelly <lawnjelly@gmail.com>
|
|
|
|
|
| |
- Bind MAX_MESH_SURFACES constant in RenderingServer::_bind_methods()
- Add MAX_MESH_SURFACES constant to RenderingServer class documentation
- Reference the constant RenderingServer.MAX_MESH_SURFACES in the description of Mesh class documentation
|
|
|
|
|
|
| |
including
- rect, circle; both filled and unfilled.
- polyline, multiline
|
|
|
|
|
|
|
|
|
| |
Using 2.2.7.dev217+g10c2abcf.
Had to add `colour` to the ignore list as we used it as an alias/keyword for the
documentation of color-related APIs.
Also ignore recommendations to change `thirdparty` to either `third-party` or
`third party`, which are correct but we use the former fairly consistently.
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| | |
kleonc/rendering-server-instance-set-transform-document-it-is-global
Fix `RenderingServer.instance_set_transform` docs saying it's not global
|
| | |
|
| | |
|