summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Merge pull request #60017 from timothyqiu/nav-server-freeRémi Verschelde2022-04-132-2/+2
|\ \
| * | Rename NavigationServer's free method to free_ridHaoyu Qiu2022-04-082-2/+2
| |/
* | Merge pull request #60171 from Chaosus/restore_aaYuri Rubinsky2022-04-125-11/+172
|\ \
| * | Restore antialiasing for `draw_line`Yuri Roubinsky2022-04-125-11/+172
* | | Merge pull request #60069 from Calinou/fsr-fix-editor-enumRémi Verschelde2022-04-121-8/+6
|\ \ \
| * | | Fix 3D scaling enum size in the editor and improve descriptionsHugo Locurcio2022-04-091-8/+6
| | |/ | |/|
* | | Merge pull request #59825 from Chaosus/shader_fixRémi Verschelde2022-04-122-9/+6
|\ \ \
| * | | Fix incorrect parsing array's `length()` at return statement in shaderYuri Roubinsky2022-04-032-9/+6
* | | | Use less blur for distant directional shadow splitsHugo Locurcio2022-04-112-6/+38
| |_|/ |/| |
* | | Merge pull request #60102 from KoBeWi/graphememeRémi Verschelde2022-04-111-1/+1
|\ \ \
| * | | Improve shaped_text_get_word_breaks()kobewi2022-04-101-1/+1
| | |/ | |/|
* | | Merge pull request #60137 from JFonS/fix_default_shadow_texRémi Verschelde2022-04-114-8/+29
|\ \ \
| * | | Fix Vulkan validation errors on default depth texturesjfons2022-04-114-8/+29
| |/ /
* | | Merge pull request #57899 from Chaosus/fix_aaYuri Rubinsky2022-04-111-33/+192
|\ \ \
| * | | Fix antialiasing for beginning/end of line in `canvas_item_add_polyline`Yuri Roubinsky2022-02-161-33/+192
* | | | Merge pull request #60138 from JFonS/fix_spec_constantsRémi Verschelde2022-04-111-0/+3
|\ \ \ \
| * | | | Fix specialization constant updates in color passesjfons2022-04-111-0/+3
| | |/ / | |/| |
* | | | Merge pull request #59440 from bruvzg/fd_ref_countedRémi Verschelde2022-04-112-10/+8
|\ \ \ \
| * | | | Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-112-10/+8
| |/ / /
* / / / [TextServer] Fix long selection performance.bruvzg2022-04-111-26/+15
|/ / /
* | | Fix some issues found by cppcheck.bruvzg2022-04-0638-158/+156
* | | Merge pull request #58452 from marcgpuig/text-edit-backspace-fixRémi Verschelde2022-04-041-1/+1
|\ \ \