summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* Revert some URLs from the "Replace HTTP URLs with HTTPS" PRAaron Franke2021-09-1312-12/+12
* Merge pull request #50375 from Paulb23/code_edit_unit_testsRémi Verschelde2021-09-132-2/+4
|\
| * Fix dummy rendering server memory leaksPaulb232021-09-011-2/+3
| * Fix InputMap and display server not nulling singleton on freePaulb232021-09-011-0/+1
* | Merge pull request #49063 from Calinou/remove-16x-msaaRémi Verschelde2021-09-134-5/+1
|\ \
| * | Remove 16× MSAA support due to driver bugs and low performanceHugo Locurcio2021-08-254-5/+1
* | | Merge pull request #51939 from clayjohn/VULKAN-horizon-so-fixRémi Verschelde2021-09-132-2/+2
|\ \ \
| * | | Compute horizon so threshold before transformationclayjohn2021-08-202-2/+2
* | | | Merge pull request #51604 from TechnoPorg/fix-vulkan-parent-materialJFonS2021-09-121-4/+6
|\ \ \ \
| * | | | Vulkan: Fix CanvasItem::use_parent_materialTechnoPorg2021-08-171-4/+6
* | | | | 8 uvs for glTF2, URI decode and Vertex Custom api.Lyuma2021-09-103-12/+21
* | | | | Merge pull request #52476 from Lauson1ex/masterJuan Linietsky2021-09-091-16/+32
|\ \ \ \ \
| * | | | | Replace ACES tonemapper with a high quality oneEndri Lauson2021-09-071-16/+32
* | | | | | Merge pull request #52252 from Calinou/sdfgi-use-light-indirect-energyJuan Linietsky2021-09-091-3/+3
|\ \ \ \ \ \
| * | | | | | Use the Light3D Indirect Energy property in SDFGIHugo Locurcio2021-08-301-3/+3
* | | | | | | Expose Vulkan internal values for access from extensionsBastiaan Olij2021-09-097-4/+71
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #52237 from ellenhp/polyphonyJuan Linietsky2021-09-076-46/+83
|\ \ \ \ \ \
| * | | | | | Add polyphony to Audio Stream Player nodesEllen Poe2021-09-076-46/+83
* | | | | | | Merge pull request #52442 from Faless/mp/4.x_rpc_managerMax Hilbrunner2021-09-071-0/+1
|\ \ \ \ \ \ \
| * | | | | | | [Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli2021-09-071-0/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #48708 from nekomatata/heightmap-raycast-accelerationCamille Mohr-Daurat2021-09-062-111/+297
|\ \ \ \ \ \ \
| * | | | | | | Optimize raycast with large Heightmap shape dataPouleyKetchoupp2021-09-062-111/+297
* | | | | | | | Merge pull request #52205 from BastiaanOlij/blit_source_rectBastiaan Olij2021-09-077-19/+34
|\ \ \ \ \ \ \ \
| * | | | | | | | Add source rectangle to blitBastiaan Olij2021-08-297-19/+34
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #52405 from BastiaanOlij/xr_extension_missing_namesBastiaan Olij2021-09-071-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Add missing parameter names to _commit_views GDVIRTUAL_BINDBastiaan Olij2021-09-051-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Proper support for custom mass properties in 2D/3D physics bodiesPouleyKetchoupp2021-09-0621-283/+392
* | | | | | | Merge pull request #52271 from nekomatata/query-layer-default-maskCamille Mohr-Daurat2021-09-066-57/+39
|\ \ \ \ \ \ \
| * | | | | | | Harmonize default value for collision mask in ray/shape queriesPouleyKetchoupp2021-08-306-57/+39
| | |/ / / / / | |/| | | | |
* | | | | | | Add AnimatableBody inherited from StaticBody for moving platformsPouleyKetchoupp2021-08-314-8/+16
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #51873 from Chaosus/fix_uniform_error_spamClay John2021-08-315-5/+5
|\ \ \ \ \ \
| * | | | | | Fix incorrect checking of uniform set to prevent error spam (2)Yuri Roubinsky2021-08-195-5/+5
* | | | | | | Merge pull request #49471 from nekomatata/body-state-sync-callbackJuan Linietsky2021-08-3121-290/+701
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Clean physics direct body state usage in 2D and 3D physicsPouleyKetchoupp2021-08-2521-290/+701
* | | | | | | Merge pull request #52176 from BastiaanOlij/fix_gl_size_paramMax Hilbrunner2021-08-281-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix double named size parameterBastiaan Olij2021-08-281-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #52070 from nekomatata/area-point-gravity-fixFabio Alessandrelli2021-08-289-53/+63
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix point gravity calculationPouleyKetchoupp2021-08-249-53/+63
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #51296 from ellenhp/mix_in_audio_serverJuan Linietsky2021-08-276-62/+581
|\ \ \ \ \ \
| * | | | | | Do all audio mixing in the AudioServerEllen Poe2021-08-272-43/+534
| * | | | | | Require AudioStream::mix to return the number of frames successfully mixedEllen Poe2021-08-274-19/+47
* | | | | | | Optimize area detection and intersect_shape queries with concave shapesPouleyKetchoupp2021-08-278-41/+66
|/ / / / / /
* | | | | | Merge pull request #51908 from bruvzg/msdf_fonts2K. S. Ernest (iFire) Lee2021-08-2711-171/+370
|\ \ \ \ \ \
| * | | | | | Makes FontData importable resource.bruvzg2021-08-2711-171/+370
* | | | | | | Merge pull request #51896 from nekomatata/restore-ray-shapeCamille Mohr-Daurat2021-08-2725-70/+433
|\ \ \ \ \ \ \
| * | | | | | | Rename RayShape to SeparationRayShapePouleyKetchoupp2021-08-2422-98/+98
| * | | | | | | Rename slips_on_slope to slide_on_slopePouleyKetchoupp2021-08-248-20/+20
| * | | | | | | Fix CharacterBody motion with RayShapePouleyKetchoupp2021-08-2414-25/+45
| * | | | | | | Fix RayShape collision detectionPouleyKetchoupp2021-08-248-34/+57
| * | | | | | | Restore RayShape as a regular shape typePouleyKetchoupp2021-08-2418-10/+330
| | |/ / / / / | |/| | | | |