Age | Commit message (Expand) | Author |
2019-11-22 | Fix typos with codespell | Rémi Verschelde |
2019-11-21 | Merge pull request #33791 from neikeq/issue-33761 | Ignacio Roldán Etcheverry |
2019-11-21 | C#: Fix PathWhich on Windows when name already has extension | Ignacio Etcheverry |
2019-11-20 | Merge pull request #33759 from bruvzg/arkit_dyn_load | Rémi Verschelde |
2019-11-20 | 33714 Check if the image is null before use. | K. S. Ernest (iFire) Lee |
2019-11-20 | Merge pull request #33763 from neikeq/issue-33725 | Rémi Verschelde |
2019-11-20 | Fix C# export error dialog showing up when it should not | Ignacio Etcheverry |
2019-11-20 | [iOS] Link and load ARKit framework dynamically. | bruvzg |
2019-11-20 | pcre2: Use scons option to disable JIT on some platforms | Rémi Verschelde |
2019-11-19 | Mono/C#: Bundle libmono-btls-shared.dll on Windows if it exists | Ignacio Etcheverry |
2019-11-19 | Merge pull request #33673 from YeldhamDev/script_templates_lines_style | Rémi Verschelde |
2019-11-18 | C#: Throw NullReferenceException for null NodePath/RID params | Ignacio Etcheverry |
2019-11-18 | Revert "Update opus to 1.3.1 and opusfile to 0.11" | Rémi Verschelde |
2019-11-17 | Make the script templates' blank lines conform with the official style guide | Michael Alexsander |
2019-11-16 | Merge pull request #33662 from touilleMan/issue-30577 | Rémi Verschelde |
2019-11-16 | Merge pull request #33637 from madmiraal/fix-c4334-warning | Rémi Verschelde |
2019-11-16 | Merge pull request #33643 from Calinou/visual-script-multiply-sign | Rémi Verschelde |
2019-11-16 | Merge pull request #33603 from neikeq/ばか | Rémi Verschelde |
2019-11-16 | Add singleton_name field to autogenerated json api | Emmanuel Leblond |
2019-11-15 | Use the Unicode "multiply" sign for the "A x B" visual script node | Hugo Locurcio |
2019-11-15 | Fix Visual Studio throwing C4334 warning. | Marcel Admiraal |
2019-11-15 | Make C# internal calls return structs as ref parameters | Ignacio Etcheverry |
2019-11-15 | Mono/C#: Initial exporter support for AOT compilation | Ignacio Etcheverry |
2019-11-15 | Parser: Check all the arguments of the ternary operator | lupoDharkael |
2019-11-13 | Mono/C#: WebAssembly support | Ignacio Etcheverry |
2019-11-12 | Merge pull request #32966 from ffaristocrat/fix-hex-parsing | Rémi Verschelde |
2019-11-12 | Fixes #32963 by correctly parsing bin/hex literals | Micheál Keane |
2019-11-12 | Merge pull request #33249 from JoshLee0915/MonoHeadlessServer | Ignacio Roldán Etcheverry |
2019-11-12 | Merge pull request #33311 from SneakyFish5/update-opus | Rémi Verschelde |
2019-11-11 | AudioStreamOGGVorbis: Expose loop and loop_offset as properties | Rémi Verschelde |
2019-11-11 | Merge pull request #33517 from madmiraal/fix-_MSG-macros | Rémi Verschelde |
2019-11-11 | Remove ERR_EXPLAIN macros and the scaffolding they needed. | Marcel Admiraal |
2019-11-11 | Remove all uses of ERR_EXPLAIN macros. | Marcel Admiraal |
2019-11-10 | Merge pull request #33516 from qarmin/small_fixes | Rémi Verschelde |
2019-11-10 | Memory leak and crash fixes | Rafał Mikrut |
2019-11-09 | Update opus to 1.3.1 and opusfile to 0.11 | unknown |
2019-11-07 | Add setting to exclude addons from script warnings | mashumafi |
2019-11-07 | Merge pull request #32477 from aaronfranke/equal-approx-separate | Rémi Verschelde |
2019-11-07 | Merge pull request #33160 from aaronfranke/alphabetize-mathf | Rémi Verschelde |
2019-11-07 | Merge pull request #33257 from aaronfranke/printraw | Rémi Verschelde |
2019-11-07 | Merge pull request #32853 from OsamaElHariri/visual_script_setter_props_fix | Rémi Verschelde |
2019-11-05 | Updated assimp to 308db73 from https://github.com/assimp/assimp/ | RevoluPowered |
2019-11-05 | FBX Importer Generation 3 | RevoluPowered |
2019-11-04 | Merge pull request #33330 from nekomatata/fix-label-autowrap-size | Rémi Verschelde |
2019-11-04 | Fixed cases where labels with autowrap can overflow the editor ui | PouleyKetchoupp |
2019-11-04 | Merge pull request #33266 from Xrayez/inst2dict-original-path | Rémi Verschelde |
2019-11-02 | Merge pull request #33258 from aaronfranke/color8 | Rémi Verschelde |
2019-11-02 | Restore GDNative compatibility by moving new functions introduced in #33210 t... | bruvzg |
2019-11-02 | Use GDScript resource path over script path for `inst2dict` | Andrii Doroshenko (Xrayez) |
2019-11-02 | Document behavior of printraw | Aaron Franke |