summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* Fix uninitialized variable ending up sent to VulkanMatias N. Goldberg2023-07-291-1/+1
* Merge pull request #79142 from BastiaanOlij/register_render_buffersYuri Sizov2023-07-2711-127/+355
|\
| * Expose RenderingSceneBuffers through ClassDBBastiaan Olij2023-07-2611-127/+355
* | Merge pull request #63826 from deakcor/dev_clipboardYuri Sizov2023-07-272-0/+12
|\ \
| * | add clipboard get image methods for windows and macosVincent D2023-07-172-0/+12
* | | Merge pull request #79288 from BastiaanOlij/custom_texture_apiYuri Sizov2023-07-269-0/+487
|\ \ \
| * | | Add custom texture create functionBastiaan Olij2023-07-269-0/+487
| | |/ | |/|
* / | Add NavigationServer API to enable regions and linkssmix82023-07-265-0/+28
|/ /
* | Merge pull request #79865 from clayjohn/discard-shaderYuri Sizov2023-07-254-6/+18
|\ \
| * | Fix use of discard in shadersClay2023-07-244-6/+18
* | | Merge pull request #79812 from ParsleighScumble/parsleigh/init-sky-scene-stateYuri Sizov2023-07-251-100/+104
|\ \ \
| * | | Use defaults to initialize sky data in case of no skyParsleigh Scumble2023-07-241-100/+104
* | | | Merge pull request #79603 from bitsawer/fix_instance_uniform_updateYuri Sizov2023-07-251-2/+3
|\ \ \ \
| * | | | Fix instance uniform data buffer update delaybitsawer2023-07-181-2/+3
* | | | | Merge pull request #78365 from smix8/ps_navmap_default_up_4.xYuri Sizov2023-07-251-0/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add ProjectSettings navigation map default upsmix82023-06-171-0/+1
* | | | | Merge pull request #79844 from bruvzg/btn_el_outYuri Sizov2023-07-241-2/+2
|\ \ \ \ \
| * | | | | [Text Server] Fix ellipsis outline drawing.bruvzg2023-07-241-2/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #79590 from 0010200303/masterYuri Sizov2023-07-241-16/+18
|\ \ \ \ \
| * | | | | Fix bad LOD selection when Camera in Mesh AABBJonas Schönbrodt2023-07-191-16/+18
* | | | | | Merge pull request #79459 from MoltenCoffee/fix-shader-arguments-errorYuri Sizov2023-07-241-4/+8
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add error for undefined function in shaderMoltenCoffee2023-07-181-4/+8
* | | | | | Merge pull request #79624 from mandryskowski/patch-1Yuri Sizov2023-07-211-1/+3
|\ \ \ \ \ \
| * | | | | | Revert the change of the limit for interpolation of R0 with respect to metall...mandryskowski2023-07-181-1/+3
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #79528 from univeous/video_adapter_fixYuri Sizov2023-07-202-26/+17
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix crash when calling get_video_adapter_* in a threaduniveous2023-07-192-26/+17
* | | | | | Merge pull request #79483 from smix8/nav2d_pj_props_4.xYuri Sizov2023-07-181-3/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Change 2D navigation ProjectSettings from integers to floatssmix82023-07-141-3/+3
| |/ / / /
* | | | | Merge pull request #79402 from Haydoggo/repeat-filter-autocompleteClay John2023-07-171-12/+12
|\ \ \ \ \
| * | | | | Add autocomplete for filter/repeat hints on uniform arraysHayden Leete2023-07-131-12/+12
| | |/ / / | |/| | |
* | | | | Split raster barrier into vertex and fragment barrierBastiaan Olij2023-07-155-13/+19
| |/ / / |/| | |
* | | | [macOS] Implement optional native file selection dialog support for sandboxed...bruvzg2023-07-122-0/+23
|/ / /
* | | Merge pull request #77993 from bruvzg/key_lbl_from_pYuri Sizov2023-07-122-0/+6
|\ \ \
| * | | Implement keyboard_get_label_from_physical method.bruvzg2023-06-082-0/+6
* | | | Merge pull request #77085 from BastiaanOlij/visualise_direction_shadowmap_fru...Yuri Sizov2023-07-128-30/+513
|\ \ \ \
| * | | | Draw frustum splices ontop of direction shadow atlas for debug purposesBastiaan Olij2023-06-118-30/+513
* | | | | Merge pull request #77740 from ChibiDenDen/simplify_vulkanYuri Sizov2023-07-1230-321/+190
|\ \ \ \ \
| * | | | | replace sampler arrays with constant sampler elementsChibiDenDen2023-06-2230-321/+190
* | | | | | Merge pull request #79137 from smix8/region_bake_depr_4.xYuri Sizov2023-07-123-0/+6
|\ \ \ \ \ \
| * | | | | | Mark NavigationServer3D.region_bake_navigation_mesh() as deprecatedsmix82023-07-073-0/+6
* | | | | | | Merge pull request #78538 from Sauermann/fix-code-simplificationsYuri Sizov2023-07-122-3/+2
|\ \ \ \ \ \ \
| * | | | | | | Code simplificationsMarkus Sauermann2023-06-212-3/+2
* | | | | | | | Merge pull request #79100 from KoBeWi/[filter,_filter,_filter,_filter,_filt...Yuri Sizov2023-07-121-1/+6
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Allow more hint types for uniform arrayskobewi2023-07-061-1/+6
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #79270 from clayjohn/particle-trails-errorRémi Verschelde2023-07-101-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Unify error condition for particles trail lifetimeclayjohn2023-07-101-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #78839 from lewiji/normal_roughness_mobile_fixRémi Verschelde2023-07-081-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Return shader parse error when using 'hint_normal_roughness_texture' and not ...lewiji2023-06-291-2/+2
| |/ / / / / /
* | | | | | | Merge pull request #78624 from puchik/canvas-background-specular-ghostingRémi Verschelde2023-07-081-0/+10
|\ \ \ \ \ \ \
| * | | | | | | Clear specular buffer if bg mode is canvas and ss effects are usedArman Elgudzhyan2023-06-231-0/+10