summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-225-18/+18
* Merge pull request #64110 from Geometror/fix-light-shadow-offHugo Locurcio2022-08-201-2/+8
|\
| * Fix OmniLight/SpotLight shadow opacity calculationHendrik Brucker2022-08-201-2/+8
* | Add `defined` keyword support to shader preprocessorYuri Rubinsky2022-08-202-5/+161
* | Merge pull request #62046 from clayjohn/vertexless-drawMax Hilbrunner2022-08-203-15/+33
|\ \
| * | Remove requirement to have vertex positions when creating a mesh. Meshes can ...clayjohn2022-08-193-15/+33
* | | Merge pull request #63960 from bitsawer/fix-macro-expansionYuri Rubinsky2022-08-192-33/+32
|\ \ \
| * | | Fix shader preprocessor macro expansionbitsawer2022-08-052-33/+32
* | | | Merge pull request #64167 from clayjohn/screen-texture-hintMax Hilbrunner2022-08-1911-29/+143
|\ \ \ \
| * | | | Add shader uniform hints for screen textures so users can specify custom filt...clayjohn2022-08-0911-29/+143
* | | | | Merge pull request #64342 from clayjohn/DOF-scaleMax Hilbrunner2022-08-192-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Properly scale depth in bokeh_dof effect so that setting distance to blur eff...clayjohn2022-08-122-2/+2
* | | | | Merge pull request #64459 from Chaosus/shader_elifYuri Rubinsky2022-08-192-45/+89
|\ \ \ \ \
| * | | | | Add `elif` directive to shader preprocessorYuri Rubinsky2022-08-152-45/+89
* | | | | | Merge pull request #63950 from bruvzg/menu_bar3Max Hilbrunner2022-08-192-18/+40
|\ \ \ \ \ \
| * | | | | | Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native m...bruvzg2022-08-182-18/+40
* | | | | | | Use a const ref for the bone AABB in rendering codeAaron Franke2022-08-181-2/+2
|/ / / / / /
* | | | | | Merge pull request #64534 from YuriSizov/docs-navigation-takes-a-napMax Hilbrunner2022-08-182-2/+2
|\ \ \ \ \ \
| * | | | | | Fix a typo in navigation server documentationYuri Sizov2022-08-172-2/+2
| |/ / / / /
* | | | | | Merge pull request #64416 from aaronfranke/aabbClay John2022-08-171-1/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Don't try to merge unused bone AABBs in the rendering serverAaron Franke2022-08-141-1/+4
| |/ / / /
* / / / / Implement coloring for disabled branches in the shader editorYuri Rubinsky2022-08-142-12/+66
|/ / / /
* | | | Merge pull request #64310 from Chaosus/shader_texture_funcsYuri Rubinsky2022-08-122-0/+28
|\ \ \ \
| * | | | Add `textureQueryLod/Levels` functions to the shader languageYuri Rubinsky2022-08-122-0/+28
* | | | | Add `textureProjGrad` function to the shader languageYuri Rubinsky2022-08-122-0/+13
|/ / / /
* | | | Merge pull request #64225 from Calinou/3d-scaling-bilinear-use-negative-mipma...Hugo Locurcio2022-08-112-3/+6
|\ \ \ \
| * | | | Use negative mipmap LOD bias for sub-native bilinear 3D scaleHugo Locurcio2022-08-102-3/+6
* | | | | Detect if VRS supported before creating default VRS textureclayjohn2022-08-101-1/+4
|/ / / /
* | | | add get_depth() to KinematicCollision3D as same of 2DSilc Renew2022-08-102-0/+3
* | | | Merge pull request #64146 from smix8/fix_editor_disabled_navigationserver_4.xRémi Verschelde2022-08-101-0/+6
|\ \ \ \
| * | | | Fix Editor Navigation debug edge connection visualssmix82022-08-091-0/+6
* | | | | Add NavigationServer2D debug functionssmix82022-08-092-0/+58
|/ / / /
* | | | Fix resource leaks in VoxelGIBastiaan Olij2022-08-093-25/+48
* | | | Fix macOS and iOS defines in the rendering code.bruvzg2022-08-082-8/+8
* | | | Merge pull request #64078 from Nosliwnayr/masterRémi Verschelde2022-08-082-0/+16
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add area monitor callback error checkingRyan Heath2022-08-072-0/+16
* | | | Merge pull request #62547 from clayjohn/ref_vec_pbrRémi Verschelde2022-08-083-23/+37
|\ \ \ \ | |/ / / |/| | |
| * | | Evaluate specular reflections using specular dominant direction instead of as...clayjohn2022-06-293-23/+37
* | | | Merge pull request #62454 from Geometror/reflect-refract-vec2-vec4Rémi Verschelde2022-08-071-0/+4
|\ \ \ \
| * | | | Allow vec2 and vec4 for reflect and refractHendrik Brucker2022-08-071-0/+4
* | | | | Add a shadow opacity property to Light3DHugo Locurcio2022-08-0710-22/+36
* | | | | Add a Framebuffer cacheJuan Linietsky2022-08-057-6/+388
| |_|_|/ |/| | |
* | | | Rename shader parameter uniform setter/getter methods for consistencyHugo Locurcio2022-08-0426-93/+93
* | | | Merge pull request #63918 from akien-mga/no-s3tc-for-mobileRémi Verschelde2022-08-041-0/+5
|\ \ \ \
| * | | | Force disable S3TC support on Android/iOS since we don't handle itRémi Verschelde2022-08-041-0/+5
* | | | | Add support for multiple virtual keyboard typesBrian Semrau2022-08-042-3/+24
|/ / / /
* | | | Merge pull request #63899 from bruvzg/hb_510Rémi Verschelde2022-08-042-0/+2
|\ \ \ \
| * | | | HarfBuzz: Update to version 5.1.0, use new FLAG_SAFE_TO_INSERT_TATWEEL flag t...bruvzg2022-08-042-0/+2
| | |_|/ | |/| |
* | | | Merge pull request #61918 from KoBeWi/static_bodyRémi Verschelde2022-08-044-0/+26
|\ \ \ \
| * | | | Add static methods to create RayQueryParameterskobewi2022-06-104-0/+26