summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2022-09-20Merge pull request #63594 from Faless/img/4.x_loader_extRémi Verschelde
2022-09-20Merge pull request #64514 from dsnopek/webxr-master-fixup-squashedRémi Verschelde
2022-09-19Get WebXR minimally working again in Godot 4David Snopek
2022-09-19Add a way to get the GLTF extensions supported by GLTFDocumentExtensionAaron Franke
2022-09-19Make used extensions stored in GLTFStateAaron Franke
2022-09-20[Core] Make ImageFormatLoader extensible.Fabio Alessandrelli
2022-09-19Merge pull request #66119 from raulsntos/dotnet/str-path-joinIgnacio Roldán Etcheverry
2022-09-19Merge pull request #66112 from Zylann/get_configuration_warnings_psaRémi Verschelde
2022-09-19C#: Rename `PlusFile` to `PathJoin`Raul Santos
2022-09-19Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron
2022-09-19Replace File/Directory with FileAccess/DirAccesskobewi
2022-09-19Merge pull request #66087 from aaronfranke/gltf-minor-lightRémi Verschelde
2022-09-19Merge pull request #65879 from magian1127/4.0GenSDocRémi Verschelde
2022-09-18Minor enhancements to the GLTF module (lights and docs)Aaron Franke
2022-09-18C#: inheritdoc the "///" comment from EventHandler to the generated eventMagian
2022-09-18Merge pull request #44143 from KoBeWi/callable_multiplayerRémi Verschelde
2022-09-18Port remaining connections to callable_mpTomasz Chabora
2022-09-18Merge pull request #62411 from willnationsdev/gdres-gdscriptRémi Verschelde
2022-09-18Merge pull request #65979 from iwoithe/fix-onready-typoRémi Verschelde
2022-09-18Fix crash when executing `FontFile.get_face_count`Haoyu Qiu
2022-09-18Merge pull request #65946 from antonWetzel/csharp-nd-arrayRémi Verschelde
2022-09-18Merge pull request #65945 from Faless/mp/4.x_nodes_warningsRémi Verschelde
2022-09-18Merge pull request #65877 from raulsntos/dotnet/signal-delegate-docsRémi Verschelde
2022-09-17Add GDScript resource export.willnationsdev
2022-09-17Spelling correction: change "no" to "not"I Woithe
2022-09-17don't marshal multidimensional arraysantonWetzel
2022-09-17[MP] Add warnings to spawner and synchronizer.Fabio Alessandrelli
2022-09-16Merge pull request #65892 from konczg/fix_openxr_layer_composition_blendingRémi Verschelde
2022-09-16Fix OpenXR layer composition blendingGabor Koncz
2022-09-16Make `push_nupkgs_local` absoluteRaul Santos
2022-09-16C#: Add documentation to signal delegatesRaul Santos
2022-09-15Merge pull request #65152 from s77rt/fix-56343Rémi Verschelde
2022-09-15Merge pull request #65823 from raulsntos/dotnet/signal-docsIgnacio Roldán Etcheverry
2022-09-15Fix GDScript `preload` fails in standalone build unless files are present in ...Abdelhafidh Belalia
2022-09-15C#: Move signal documentation to the eventRaul Santos
2022-09-15Fix NuGet fallback folder packagesRaul Santos
2022-09-14Merge pull request #65788 from bruvzg/macos_fix_dotnet_detectionRémi Verschelde
2022-09-14Merge pull request #65775 from smix8/navigation_baking_disabled_shapes_4.xRémi Verschelde
2022-09-14[macOS, .NET] Fix dotnet binary detection.bruvzg
2022-09-14Exclude disabled CollisionShapes from Navigationmesh bakingsmix8
2022-09-13do not load PackedScene from spawner until instantiatingNathan Franke
2022-09-13[WebRTC] Expose more of the WebRTC API.Fabio Alessandrelli
2022-09-13Merge pull request #65643 from voylin/fix_recurring_check_in_gdscript_cache.cppRémi Verschelde
2022-09-13Merge pull request #65611 from Sarfraz-droid/Issue65602Rémi Verschelde
2022-09-13Merge pull request #65637 from Jummit/assert-exampleRémi Verschelde
2022-09-12Fix some errors affecting the Web editorRémi Verschelde
2022-09-12[Multiplayer] Fix crash in spawner get_spawnable_scene.Fabio Alessandrelli
2022-09-12Fix last_modified_time on scriptsYuri Rubinsky
2022-09-11Fix for recurring check in gdscript_cach.cppVoylin
2022-09-11Remove outdated assert exampleJummit