summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2019-11-19Merge pull request #33673 from YeldhamDev/script_templates_lines_styleRémi Verschelde
2019-11-18C#: Throw NullReferenceException for null NodePath/RID paramsIgnacio Etcheverry
2019-11-18Revert "Update opus to 1.3.1 and opusfile to 0.11"Rémi Verschelde
2019-11-17Make the script templates' blank lines conform with the official style guideMichael Alexsander
2019-11-16Merge pull request #33662 from touilleMan/issue-30577Rémi Verschelde
2019-11-16Merge pull request #33637 from madmiraal/fix-c4334-warningRémi Verschelde
2019-11-16Merge pull request #33643 from Calinou/visual-script-multiply-signRémi Verschelde
2019-11-16Merge pull request #33603 from neikeq/ばかRémi Verschelde
2019-11-16Add singleton_name field to autogenerated json apiEmmanuel Leblond
2019-11-15Use the Unicode "multiply" sign for the "A x B" visual script nodeHugo Locurcio
2019-11-15Fix Visual Studio throwing C4334 warning.Marcel Admiraal
2019-11-15Make C# internal calls return structs as ref parametersIgnacio Etcheverry
2019-11-15Mono/C#: Initial exporter support for AOT compilationIgnacio Etcheverry
2019-11-15Parser: Check all the arguments of the ternary operatorlupoDharkael
2019-11-13Mono/C#: WebAssembly supportIgnacio Etcheverry
2019-11-12Merge pull request #32966 from ffaristocrat/fix-hex-parsingRémi Verschelde
2019-11-12Fixes #32963 by correctly parsing bin/hex literalsMicheál Keane
2019-11-12Merge pull request #33249 from JoshLee0915/MonoHeadlessServerIgnacio Roldán Etcheverry
2019-11-12Merge pull request #33311 from SneakyFish5/update-opusRémi Verschelde
2019-11-11AudioStreamOGGVorbis: Expose loop and loop_offset as propertiesRémi Verschelde
2019-11-11Merge pull request #33517 from madmiraal/fix-_MSG-macrosRémi Verschelde
2019-11-11Remove ERR_EXPLAIN macros and the scaffolding they needed.Marcel Admiraal
2019-11-11Remove all uses of ERR_EXPLAIN macros.Marcel Admiraal
2019-11-10Merge pull request #33516 from qarmin/small_fixesRémi Verschelde
2019-11-10Memory leak and crash fixesRafał Mikrut
2019-11-09Update opus to 1.3.1 and opusfile to 0.11unknown
2019-11-07Add setting to exclude addons from script warningsmashumafi
2019-11-07Merge pull request #32477 from aaronfranke/equal-approx-separateRémi Verschelde
2019-11-07Merge pull request #33160 from aaronfranke/alphabetize-mathfRémi Verschelde
2019-11-07Merge pull request #33257 from aaronfranke/printrawRémi Verschelde
2019-11-07Merge pull request #32853 from OsamaElHariri/visual_script_setter_props_fixRémi Verschelde
2019-11-05Updated assimp to 308db73 from https://github.com/assimp/assimp/RevoluPowered
2019-11-05FBX Importer Generation 3RevoluPowered
2019-11-04Merge pull request #33330 from nekomatata/fix-label-autowrap-sizeRémi Verschelde
2019-11-04Fixed cases where labels with autowrap can overflow the editor uiPouleyKetchoupp
2019-11-04Merge pull request #33266 from Xrayez/inst2dict-original-pathRémi Verschelde
2019-11-02Merge pull request #33258 from aaronfranke/color8Rémi Verschelde
2019-11-02Restore GDNative compatibility by moving new functions introduced in #33210 t...bruvzg
2019-11-02Use GDScript resource path over script path for `inst2dict`Andrii Doroshenko (Xrayez)
2019-11-02Document behavior of printrawAaron Franke
2019-11-02Fix Color8 GDScript documentationAaron Franke
2019-11-01Merge pull request #33238 from qarmin/other_fixesRémi Verschelde
2019-11-01GDScript: validate instance before accessing it on errorGeorge Marques
2019-11-01Fix some crashes, overflows and using variables without valuesRafał Mikrut
2019-11-01Fix: typo atleast -> at leastOmicron
2019-11-01GDScript: Avoid editor crashes when there's cyclic inheritanceGeorge Marques
2019-11-01Merge pull request #33210 from nekomatata/pool-array-emptyRémi Verschelde
2019-10-31Added empty() function to pool array typesPouleyKetchoupp
2019-10-31Provide and print error messages for JSON parsingAndrii Doroshenko (Xrayez)
2019-10-29Fixed leak in gdscript when creating empty WeakRefPouleyKetchoupp