summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #56483 from vnen/gdscript-warning-annotationRémi Verschelde2022-01-058-29/+117
|\
| * Remove action to ignore warning in the script editorGeorge Marques2022-01-041-17/+1
| * GDScript: Add annotation to ignore warningsGeorge Marques2022-01-047-12/+116
* | Merge pull request #56505 from bruvzg/bone_weight_fixesRémi Verschelde2022-01-052-2/+2
|\ \
| * | Fix incorrect format and buffer used for bone weights.bruvzg2022-01-052-2/+2
* | | Merge pull request #56491 from hinlopen/n3d-minor-improvementRémi Verschelde2022-01-052-45/+26
|\ \ \
| * | | Minor code improvements in Node3D. Refactor Node3D::show/hide/set_visible to ...Stijn2022-01-042-45/+26
* | | | Merge pull request #56495 from Calinou/doc-input-ghostingRémi Verschelde2022-01-052-0/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Document keyboard ghosting caveats in Input and InputEventHugo Locurcio2022-01-052-0/+8
* | | | Merge pull request #56499 from Calinou/doc-canvasitem-fix-missing-periodMax Hilbrunner2022-01-051-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix missing period in `CanvasItem.draw_primitive()` descriptionHugo Locurcio2022-01-051-1/+1
|/ / /
* | | Merge pull request #55517 from Calinou/doc-improve-canvasitemMax Hilbrunner2022-01-051-12/+12
|\ \ \
| * | | Improve the CanvasItem class documentationHugo Locurcio2022-01-041-12/+12
* | | | Merge pull request #52541 from V-Sekai/gltf-load-scene-bufferK. S. Ernest (iFire) Lee2022-01-045-308/+377
|\ \ \ \ | |/ / / |/| | |
| * | | Add import glb from bufferK. S. Ernest (iFire) Lee2022-01-045-308/+377
* | | | Merge pull request #56362 from V-Sekai/preview_node_sanitizeRémi Verschelde2022-01-042-0/+35
|\ \ \ \
| * | | | Clean preview_node of all none VisualInstancesSaracenOne2021-12-302-0/+35
* | | | | Merge pull request #55332 from Calinou/voxelgidata-tweak-default-dynamic-rangeRémi Verschelde2022-01-043-3/+3
|\ \ \ \ \
| * | | | | Decrease the default dynamic range in VoxelGIData to 2.0Hugo Locurcio2021-12-083-3/+3
* | | | | | Merge pull request #54791 from NHodgesVFX/masterRémi Verschelde2022-01-044-0/+7
|\ \ \ \ \ \
| * | | | | | add more OpenGL attributesNHodgesVFX2021-11-084-0/+7
* | | | | | | Merge pull request #56375 from Cnidarias/ogg_missing_right_channelEllen Poe2022-01-041-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix OGG Vorbis playback with more than one channelCnidarias2021-12-311-1/+1
* | | | | | | | Merge pull request #56484 from KoBeWi/your_callable_is_invalidRémi Verschelde2022-01-041-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix method validation in Threadkobewi2022-01-041-1/+1
* | | | | | | | | Merge pull request #56295 from aaronfranke/doc-midiRémi Verschelde2022-01-044-7/+131
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Document InputEventMIDI and add some missing 0xF MIDI messagesAaron Franke2022-01-044-7/+131
* | | | | | | | | | Merge pull request #56486 from Chaosus/shader_fix_render_modeYuri Roubinsky2022-01-042-8/+14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix `world_vertex_coords` render mode usage in the shadersYuri Roubinsky2022-01-042-8/+14
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #55790 from Calinou/renderingserver-add-device-type-getterRémi Verschelde2022-01-0418-0/+80
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add `RenderingServer.get_video_adapter_type()` methodHugo Locurcio2021-12-1018-0/+80
* | | | | | | | | | | Merge pull request #56331 from Cnidarias/large_http_downloadsFabio Alessandrelli2022-01-041-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix http limitation for large "content-length"Cnidarias2021-12-301-2/+2
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #56305 from Calinou/rename-lod-thresholdRémi Verschelde2022-01-0434-130/+130
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Rename Lod Threshold to Mesh Lod ThresholdHugo Locurcio2021-12-2934-130/+130
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #55386 from Calinou/allow-disable-depth-prepassRémi Verschelde2022-01-043-6/+3
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| * | | | | | | | | | Allow disabling the depth prepass in the Vulkan Clustered backendHugo Locurcio2021-11-273-6/+3
* | | | | | | | | | | Merge pull request #56469 from Zylann/remove_gdclass_inherits_staticRémi Verschelde2022-01-041-3/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Remove unused `inherits_static` from GDCLASSMarc Gilleron2022-01-031-3/+0
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #55418 from Calinou/voxelgi-dynamic-map-use-16-bit-depthJFonS2022-01-041-2/+3
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| * | | | | | | | | | Use 16-bit depth to improve dynamic VoxelGI performanceHugo Locurcio2021-11-281-2/+3
* | | | | | | | | | | Merge pull request #55370 from Calinou/geometryinstance3d-lod-fade-node-confi...JFonS2022-01-042-3/+16
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Emit node configuration warnings for GeometryInstance3D distance fadeHugo Locurcio2021-11-262-3/+16
* | | | | | | | | | | | Merge pull request #56228 from KoBeWi/returns_whatMax Hilbrunner2022-01-041-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix get_v_scroll() desctiption in ItemListkobewi2021-12-241-1/+1
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #56377 from Calinou/doc-basematerial3d-flowmap-formatMax Hilbrunner2022-01-041-3/+6
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Document the expected format of anisotropy flowmaps in BaseMaterial3DHugo Locurcio2021-12-311-3/+6
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #56462 from Calinou/doc-lerpMax Hilbrunner2022-01-041-3/+6
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Improve `lerp()`, `lerp_angle()` and `inverse_lerp()` documentationHugo Locurcio2022-01-041-3/+6
* | | | | | | | | | | | | Merge pull request #53313 from KoBeWi/debinded_konnektRémi Verschelde2022-01-0411-60/+184
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | |