summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2021-08-28Merge pull request #52085 from williamd67/fix-await-without-argumentHugo Locurcio
2021-08-28Merge pull request #52164 from mhilbrunner/gd-style-fixupMax Hilbrunner
2021-08-28Print error message when await is not followed by signal or coroutineWilliam Deurwaarder
2021-08-28Fix double named size parameterBastiaan Olij
2021-08-27Merge pull request #52122 from V-Sekai/autoload_listK. S. Ernest (iFire) Lee
2021-08-27GDScript test style fixMax Hilbrunner
2021-08-27Merge pull request #52090 from balloonpopper/bug52060Max Hilbrunner
2021-08-27Merge pull request #51296 from ellenhp/mix_in_audio_serverJuan Linietsky
2021-08-27Merge pull request #52105 from ldmnt/masterHugo Locurcio
2021-08-27Require AudioStream::mix to return the number of frames successfully mixedEllen Poe
2021-08-27Makes FontData importable resource.bruvzg
2021-08-26Use OrderedHashMap for autoloads to preserve orderLyuma
2021-08-27Merge pull request #52003 from BastiaanOlij/xr_interface_extensionBastiaan Olij
2021-08-26Merge pull request #52107 from timothyqiu/overridenJuan Linietsky
2021-08-26Adding GDExtension support to XRInterfaceBastiaan Olij
2021-08-26Correct null and boolean values being capitalised by the str commandBalloonpopper
2021-08-25Merge pull request #52102 from Calinou/gdscript-tests-add-readmeGilles Roudière
2021-08-26Fix misspelled "overriden"Haoyu Qiu
2021-08-25Fixed crash when parsing an empty assignment.Louis Dumont
2021-08-25Merge pull request #52087 from raulsntos/expose-simplify-pathMax Hilbrunner
2021-08-25Merge pull request #52086 from raulsntos/rename-string-is-abs-path-methodMax Hilbrunner
2021-08-25Add a README to link to the GDScript integration tests documentationHugo Locurcio
2021-08-25Expose `String.SimplifyPath` in C#Raul Santos
2021-08-25Merge pull request #52023 from mhilbrunner/vs-fix-reloadedMax Hilbrunner
2021-08-25Rename `String.IsAbsPath()` to `String.IsAbsolutePath()`Raul Santos
2021-08-24Fix Visual Script editorMax Hilbrunner
2021-08-24Merge pull request #47295 from omegachysis/script-bind-mutexIgnacio Roldán Etcheverry
2021-08-23Document ENetConnection compression must match between client and serverHugo Locurcio
2021-08-23Merge pull request #51971 from aaronfranke/httpsMax Hilbrunner
2021-08-23Merge pull request #51947 from AnilBK/redundant-assignmentsMichael Alexsander
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-22Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke
2021-08-22Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz
2021-08-21Merge pull request #51919 from raulsntos/csharp-renamesAaron Franke
2021-08-21Remove redundant assignments.Anilforextra
2021-08-20Merge pull request #49105 from vnen/gdscript-inner-preload-typeRémi Verschelde
2021-08-20GDScript: Make singleton functions be seen as staticGeorge Marques
2021-08-20Rename C# string extensions to follow GDScriptRaul Santos
2021-08-20Merge pull request #51916 from mhilbrunner/vs-fixRémi Verschelde
2021-08-20Fix VisualScriptEditor after namespacesMax Hilbrunner
2021-08-20C#: Fix bindings generator for Callable argument default valueIgnacio Roldán Etcheverry
2021-08-20Merge pull request #51902 from vnen/variant-internal-constructorRémi Verschelde
2021-08-19Fix initialization of objects in VariantInternalGeorge Marques
2021-08-18GDScript: Fix memory leak when using self class as typeGeorge Marques
2021-08-18GDScript: Fix calling builtin static functionsGeorge Marques
2021-08-18GDScript: Fix issue when calling `new()` on its ownGeorge Marques
2021-08-18GDScript: Fix inner classes and preloaded scripts as typesGeorge Marques
2021-08-18Merge pull request #51859 from nekomatata/bullet-body-motion-fixesRémi Verschelde
2021-08-18Fixes in Bullet body_test_motionPouleyKetchoupp
2021-08-17Remove underscore hacksMax Hilbrunner