summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* Fix SoftBody contact impulses applied on rigid bodiesPouleyKetchoupp2021-04-121-6/+6
* Remove low_end option from renderer, being replaced by separate implementationBastiaan Olij2021-04-098-69/+22
* Merge pull request #47678 from madmiraal/fix-47436.1Rémi Verschelde2021-04-061-0/+4
|\
| * Check for empty ConcavePolygonShape2D before checking for intersectionMarcel Admiraal2021-04-061-0/+4
* | Merge pull request #47675 from madmiraal/fix-47436Rémi Verschelde2021-04-061-0/+1
|\ \
| * | Check ConvexPolygonShape2D point count before calcuating moment of inertiaMarcel Admiraal2021-04-061-0/+1
| |/
* | Merge pull request #47668 from madmiraal/fix-47438Rémi Verschelde2021-04-061-0/+3
|\ \
| * | Ensure ConvexPolygonShape3D support count variable is initialisedMarcel Admiraal2021-04-061-0/+3
| |/
* / Ensure ConvexPolygonShape support count variable is initialisedMarcel Admiraal2021-04-061-1/+2
|/
* Move clustered renderer functionalityBastiaan Olij2021-04-0512-1084/+1232
* Style: Apply clang-tidy's `readability-braces-around-statements`Rémi Verschelde2021-04-054-9/+15
* Style: Apply clang-tidy's `modernize-use-nullptr`Rémi Verschelde2021-04-052-4/+4
* Style: Apply clang-tidy's `modernize-use-default-member-init`Rémi Verschelde2021-04-051-49/+24
* Merge pull request #47452 from BastiaanOlij/xr_positional_tracker_refRémi Verschelde2021-04-033-16/+21
|\
| * Change XRPositionalTracker to a reference and better expose it to GDNativeBastiaan Olij2021-03-293-16/+21
* | Fix crash caused by null parameter passed to CameraServer.add_feed()lucicam2021-04-021-0/+2
* | Merge pull request #47250 from BastiaanOlij/check_vulkan_versionRémi Verschelde2021-03-315-5/+38
|\ \
| * | As GLSLang seems to be all or nothing, added our own definesBastiaan Olij2021-03-313-3/+3
| * | Obtain supported Vulkan APIBastiaan Olij2021-03-262-2/+35
* | | [Complex Text Layouts] Provide access to glyph contour points.bruvzg2021-03-312-0/+33
| |/ |/|
* | Merge pull request #44695 from madmiraal/fix-44632Rémi Verschelde2021-03-262-4/+12
|\ \
| * | Remove all elements from monitored_bodies and monitored_areas when processedMarcel Admiraal2020-12-262-4/+12
* | | Fix failure in set_primary_interface when parameter is nulllucicam2021-03-251-0/+1
| |/ |/|
* | [Godot Physics]: Correct typo in moment of inertia calculations.Josh Jones2021-03-221-5/+5
* | Merge pull request #46917 from nekomatata/solver-kinematic-bug-fixRémi Verschelde2021-03-202-24/+39
|\ \
| * | Fix GodotPhysics solver with kinematic body set to report contactsPouleyKetchoupp2021-03-112-24/+39
* | | Merge pull request #47130 from e344fde6bf/fix-angular-velocity-calculationRémi Verschelde2021-03-202-17/+14
|\ \ \
| * | | Fix some angular velocity calculationse344fde6bf2021-03-202-17/+14
* | | | Merge pull request #46937 from nekomatata/soft-body-supportRémi Verschelde2021-03-2018-122/+2410
|\ \ \ \
| * | | | SoftBody support in GodotPhysics 3DPouleyKetchoupp2021-03-1818-122/+2410
| | |/ / | |/| |
* | | | Merge pull request #47139 from nekomatata/concave-backface-collisionRémi Verschelde2021-03-203-67/+169
|\ \ \ \ | |_|/ / |/| | |
| * | | Disable backface collision with ConcavePolygonShape by defaultPouleyKetchoupp2021-03-183-67/+169
* | | | Merge pull request #47133 from groud/navigation_2d_bugfixRémi Verschelde2021-03-181-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Make 2D navigation consider scaleGilles Roudière2021-03-181-1/+2
* | | | Merge pull request #47125 from BastiaanOlij/SCsub_compile_shadersRémi Verschelde2021-03-181-43/+12
|\ \ \ \
| * | | | Changed SCsub for shaders to find shaders automatically and create dependenci...Bastiaan Olij2021-03-181-43/+12
* | | | | Fix AudioEffectCapture buffer length cannot be changedjmb4622021-03-171-2/+0
|/ / / /
* | | | Added validation when assigning heightfield_resolution (Fix #46281)Ignacio Abal2021-03-171-0/+1
* | | | Merge pull request #47067 from nekomatata/cylinder-fix-marginsRémi Verschelde2021-03-173-35/+68
|\ \ \ \
| * | | | Fix Cylinder shape collision with margins when using GJK-EPAPouleyKetchoupp2021-03-163-35/+68
* | | | | Merge pull request #47084 from nekomatata/cylinder-capsule-collision-fixRémi Verschelde2021-03-171-0/+45
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix capsule-cylinder collision in godot physicsPouleyKetchoupp2021-03-161-0/+45
| |/ / /
* | | | Merge pull request #47024 from groud/navigationRémi Verschelde2021-03-174-4/+36
|\ \ \ \
| * | | | Allow Navigation to be more flexibleGilles Roudière2021-03-154-4/+36
| |/ / /
* | | | Merge pull request #46984 from sboronczyk/fix-shader-issueRémi Verschelde2021-03-161-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | fix issue vulkan crash on open shader materialssboronczyk2021-03-131-1/+1
* | | | Check if an input image wasn't Image on several functions in CameraFeedKongfa Waroros2021-03-142-6/+10
|/ / /
* | | Removed time duplicate from ForwardClustered. Just use the variable from its ...Bastiaan Olij2021-03-113-9/+1
* | | Combine init_gi and init_sdfgi into a single initBastiaan Olij2021-03-113-16/+9
* | | Renamed one more Forward render struct and fixed typoBastiaan Olij2021-03-112-38/+38