summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* Refactored Node3D rotation modesreduz2021-10-251-1/+1
* Fix shadow disabling settingsjfons2021-10-253-8/+11
* Merge pull request #54045 from ConteZero/primary_clipboard_linux_fix_warningRémi Verschelde2021-10-232-0/+2
|\
| * Fix primary clipboard warningConteZero2021-10-232-0/+2
* | Merge pull request #54124 from Uxeron/CenterOfMassRotationFixCamille Mohr-Daurat2021-10-221-8/+4
|\ \
| * | Fix physics body rotating incorrectly around it's center of massUxeron2021-10-221-8/+4
* | | Merge pull request #54131 from nekomatata/fix-2d-body-center-of-mass-autoRémi Verschelde2021-10-221-4/+4
|\ \ \
| * | | Fix RigidDynamicBody2D auto center of mass calculationPouleyKetchoupp2021-10-221-4/+4
| |/ /
* | | Merge pull request #53992 from Calinou/hard-shadow-mapping-allow-ditheringRémi Verschelde2021-10-224-9/+21
|\ \ \ | |/ / |/| |
| * | Add Soft Very Low shadow quality mode for 3DHugo Locurcio2021-10-214-9/+21
* | | Merge pull request #54088 from madmiraal/remove-unimplemented-methodsRémi Verschelde2021-10-225-9/+0
|\ \ \
| * | | Remove unimplemented methodsMarcel Admiraal2021-10-215-9/+0
* | | | Merge pull request #54110 from nekomatata/fix-rigid-body-update-collision-layerRémi Verschelde2021-10-223-2/+3
|\ \ \ \
| * | | | Fix RigidDynamicBody collision update after changing collision layer/maskPouleyKetchoupp2021-10-213-2/+3
* | | | | Merge pull request #54082 from Chaosus/fix_shader_crashYuri Roubinsky2021-10-211-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Prevent shader crash when passing constant expression to `textureGather`Yuri Roubinsky2021-10-211-0/+1
| |/ / /
* | | | Merge pull request #54053 from nekomatata/fix-soft-body-disable-modeRémi Verschelde2021-10-211-0/+1
|\ \ \ \
| * | | | Fix SoftDynamicBody3D crash when setting disable modePouleyKetchoupp2021-10-211-0/+1
| |/ / /
* | | | Merge pull request #54063 from Chaosus/shader_fix_spatial_samplersYuri Roubinsky2021-10-211-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Fix built-in texture samplers passing for spatial shader modeYuri Roubinsky2021-10-211-0/+4
* | | | Merge pull request #54011 from nekomatata/center-of-mass-2d-transformRémi Verschelde2021-10-214-12/+26
|\ \ \ \ | |/ / / |/| | |
| * | | Fix 2D center of mass not updated from transformPouleyKetchoupp2021-10-194-12/+26
* | | | Prevent a rendering crash and error spam for uniform texture arrayYuri Roubinsky2021-10-201-2/+4
| |_|/ |/| |
* | | doctool: Fix differences between headless and Vulkan rendering backendsRémi Verschelde2021-10-201-0/+6
* | | Merge pull request #53702 from ConteZero/primary_clipboard_linuxRémi Verschelde2021-10-202-0/+12
|\ \ \
| * | | Added primary clipboard for LinuxConteZero2021-10-182-0/+12
* | | | Fix double _get_tracking_status declarationBastiaan Olij2021-10-201-2/+0
| |/ / |/| |
* | | Merge pull request #53972 from zedutch/fix-shader-time-updateRémi Verschelde2021-10-191-0/+12
|\ \ \ | |_|/ |/| |
| * | Fix shaders that use TIME do not force editor to continuously updateRobin Arys2021-10-181-0/+12
* | | Merge pull request #53790 from briansemrau/remove-distant-shadowy-voidRémi Verschelde2021-10-193-36/+24
|\ \ \
| * | | Fix several issues with directional shadowsBrian Semrau2021-10-143-36/+24
* | | | Add support for returning the play area from XRInterfaceBastiaan Olij2021-10-195-27/+137
* | | | Merge pull request #52940 from groud/toast_notificationRémi Verschelde2021-10-191-1/+1
|\ \ \ \
| * | | | Implement toast notifications in the editorGilles Roudière2021-10-141-1/+1
* | | | | Merge pull request #53980 from nekomatata/rename-godot-physics-classesRémi Verschelde2021-10-1985-5388/+5351
|\ \ \ \ \
| * | | | | Rename Godot Physics classes from *SW to Godot*PouleyKetchoupp2021-10-1885-5388/+5351
| | |_|/ / | |/| | |
* | | | | Merge pull request #52210 from BastiaanOlij/enhance_xr_trackersRémi Verschelde2021-10-1912-256/+494
|\ \ \ \ \
| * | | | | Rework XR positional trackersBastiaan Olij2021-10-1712-256/+494
* | | | | | Merge pull request #53960 from Klowner/audioserver-startplaybackstream-potent...Rémi Verschelde2021-10-191-2/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | fix potential memory leak of AudioStreamPlaybackBusDetails in AudioServer::st...Mark Riedesel2021-10-181-2/+4
* | | | | | Validate enum range in RendererViewport::viewport_get_render_infoHaoyu Qiu2021-10-181-0/+1
|/ / / / /
* / / / / [TextServer] Use `round` instead of `floor` for hex code box size calculation...bruvzg2021-10-181-2/+2
|/ / / /
* | | | Swap args of Plane(point, normal) constructormennomax2021-10-159-22/+22
* | | | Merge pull request #53815 from Chaosus/fix_wireframe_render_modeRémi Verschelde2021-10-151-2/+4
|\ \ \ \
| * | | | Fix `wireframe` render modeYuri Roubinsky2021-10-151-2/+4
| |/ / /
* | | | Remove incorrect fog height density remappingBrian Semrau2021-10-144-8/+2
* | | | Fix the height fog effectBrian Semrau2021-10-142-6/+6
|/ / /
* / / Added few more built-ins to shader languageYuri Roubinsky2021-10-133-81/+202
|/ /
* | Merge pull request #53712 from CakHuri/nullptrRémi Verschelde2021-10-122-2/+2
|\ \ | |/ |/|
| * Replaced NULL with nullptrM. Huri2021-10-122-2/+2