summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #60772 from MightiestGoat/multimesh-uniform-setRémi Verschelde2022-05-051-0/+12
|\
| * Check multimesh before uniform set creationmightygoat2022-05-051-0/+6
| * Fix the uniform set creation of multimesh with a invalidated buffermightygoat2022-05-051-0/+6
* | Merge pull request #60568 from Chaosus/shader_keyword_completionsRémi Verschelde2022-05-042-108/+494
|\ \ | |/ |/|
| * Add keyword completion to shader editorYuri Roubinsky2022-04-292-108/+494
* | Merge pull request #58298 from Calinou/decal-distance-fade-use-easingRémi Verschelde2022-05-041-4/+5
|\ \
| * | Make Decal distance fade smootherHugo Locurcio2022-05-021-4/+5
* | | Merge pull request #60723 from reduz/refactor-module-initializationRémi Verschelde2022-05-041-6/+0
|\ \ \
| * | | Refactor module initializationreduz2022-05-041-6/+0
* | | | Rename Basis get_axis to get_column, remove redundant methodsAaron Franke2022-05-0317-120/+120
* | | | Merge pull request #51102 from Calinou/renderingserver-add-api-version-getterRémi Verschelde2022-05-039-0/+15
|\ \ \ \
| * | | | Add `get_video_adapter_api_version()` to RenderingServerHugo Locurcio2022-05-039-0/+15
| | |/ / | |/| |
* | | | Merge pull request #60627 from aaronfranke/rename-elementsRémi Verschelde2022-05-0317-299/+299
|\ \ \ \
| * | | | Rename Basis "elements" to "rows"Aaron Franke2022-04-299-174/+174
| * | | | Rename Transform2D "elements" to "columns"Aaron Franke2022-04-2911-125/+125
| | |_|/ | |/| |
* | | | Merge pull request #60714 from Calinou/typedef-remove-refRémi Verschelde2022-05-037-15/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-037-15/+15
| | |/ | |/|
* | | Merge pull request #60553 from madmiraal/separate-display_safe_areaRémi Verschelde2022-05-032-0/+2
|\ \ \ | |/ / |/| |
| * | Fix screen_get_usable_rect returning display safe areaMarcel Admiraal2022-05-022-0/+2
* | | Merge pull request #60705 from awsker/fix-viewport-clearingRémi Verschelde2022-05-021-12/+8
|\ \ \
| * | | Viewport would be cleared even when clear_mode was set to VIEWPORT_CLEAR_NEVERawsker2022-05-021-12/+8
| |/ /
* / / Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-0235-292/+221
|/ /
* | Merge pull request #60551 from madmiraal/implement-3466Rémi Verschelde2022-05-022-0/+4
|\ \
| * | Add a method for obtaining display cutouts on AndroidMarcel Admiraal2022-04-262-0/+4
* | | Merge pull request #60682 from Chaosus/shader_vec3_hint_colorYuri Rubinsky2022-05-012-27/+83
|\ \ \
| * | | Add `hint_color` support for `vec3` in shadersYuri Roubinsky2022-05-012-27/+83
| | |/ | |/|
* / | Use linear mipmap sampling in ToneMapperclayjohn2022-04-301-13/+13
|/ /
* | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-286-0/+148
* | Fix cppcheck const parametersMarkus Sauermann2022-04-281-2/+2
* | Merge pull request #60547 from BastiaanOlij/split_tonemapper_effectRémi Verschelde2022-04-2811-309/+474
|\ \
| * | Splitting tonemapper into its own classBastiaan Olij2022-04-2811-309/+474
* | | Merge pull request #59979 from bruvzg/cpp_check2Rémi Verschelde2022-04-2710-51/+51
|\ \ \
| * | | Fix more issues found by cppcheck.bruvzg2022-04-2010-51/+51
* | | | Rename variable names for some singletonsAaron Franke2022-04-265-47/+47
* | | | Fix "ortogonal" -> "orthogonal" typo in rasterizer codeHugo Locurcio2022-04-2610-33/+33
* | | | Prevent shader crash when using precision on boolean typesYuri Roubinsky2022-04-262-63/+79
| |/ / |/| |
* | | Fix clearing backbuffer if there are no itemsNNesh2022-04-251-3/+13
| |/ |/|
* | Merge pull request #60407 from JFonS/fix_color_pass_lmRémi Verschelde2022-04-251-1/+12
|\ \
| * | Add missing color pass flags to the valid listJoan Fons2022-04-211-1/+12
| |/
* / Implement Label3D node.bruvzg2022-04-225-4/+170
|/
* Merge pull request #60175 from Geometror/visual-shader-vector4Yuri Rubinsky2022-04-201-4/+4
|\
| * Add Vector4 to VisualShaderHendrik Brucker2022-04-121-4/+4
* | Merge pull request #60214 from JFonS/fix_depth_prepassClay John2022-04-193-6/+8
|\ \
| * | Fix depth pre-pass on all face cull modesJoan Fons2022-04-133-6/+8
* | | Moved particles into ParticlesStorageBastiaan Olij2022-04-1728-2850/+3142
* | | Move light, reflection probe and lightmap into LightStorageBastiaan Olij2022-04-1722-1445/+1700
* | | Merge canvas and decal into TextureStorage and add render targetBastiaan Olij2022-04-1734-2272/+1933
* | | Merge pull request #60213 from JFonS/fix_depth_stateRémi Verschelde2022-04-131-4/+8
|\ \ \
| * | | Fix regression in rasterizer stateJoan Fons2022-04-131-4/+8
| |/ /
* / / Color: Rename `to_srgb`/`to_linear` to include base color spaceRémi Verschelde2022-04-136-33/+33
|/ /