Age | Commit message (Expand) | Author |
2019-07-23 | Fix some code found by Coverity Scan and PVS Studio | qarmin |
2019-07-22 | Fix type mismatch in iOS interface orientation checks | Rémi Verschelde |
2019-07-22 | SCons: Enable C++11 on the whole codebase | Rémi Verschelde |
2019-07-22 | SCons: Fix uses of [].append instead of env.add_source_files() | Rémi Verschelde |
2019-07-22 | doc: Sync classref with current source | Rémi Verschelde |
2019-07-22 | Mono: Fix editor API assembly not being updated | Ignacio Etcheverry |
2019-07-20 | Merge pull request #30710 from neikeq/issue-30526 | Ignacio Roldán Etcheverry |
2019-07-20 | Fix mono module build errors for release templates | Ignacio Etcheverry |
2019-07-20 | Merge pull request #30693 from Chaosus/lerp_angle | Rémi Verschelde |
2019-07-20 | Merge pull request #30698 from Anutrix/assimp-pass-by-ref | Rémi Verschelde |
2019-07-20 | Merge pull request #30576 from qarmin/lgtm_coverage | Rémi Verschelde |
2019-07-20 | Added lerp_angles built-in function | Chaosus |
2019-07-20 | Changed some code showed in LGTM and Coverage | qarmin |
2019-07-20 | Changed large const string values to string ref in some assimp functions | unknown |
2019-07-19 | Remove added pluginscript resource format loaders and savers on cleanup | Ivan Hilaire |
2019-07-19 | Merge pull request #23310 from aaronfranke/posmod-int | Rémi Verschelde |
2019-07-19 | Visualscript: Add types for base type get and set. | K. S. Ernest (iFIre) Lee |
2019-07-18 | Add integer posmod and rename default arg names | Aaron Franke |
2019-07-18 | Merge pull request #30648 from NilsIrl/useless_casts | Rémi Verschelde |
2019-07-17 | Fix stack underflows when yielding twice | Bojidar Marinov |
2019-07-17 | Fix BMP loader to distinguish between compression types | Andrii Doroshenko (Xrayez) |
2019-07-17 | Remove useless casts to String | Nils ANDRÉ-CHANG |
2019-07-17 | Fix BMP loader incorrectly interpreting color table size | Andrii Doroshenko (Xrayez) |
2019-07-16 | Merge pull request #30567 from NilsIrl/static_func_inside_class | Rémi Verschelde |
2019-07-15 | doc: Sync classref with current source | Rémi Verschelde |
2019-07-15 | Show static functions inside classes in method list | Nils ANDRÉ-CHANG |
2019-07-15 | Merge pull request #30552 from kawa-yoiko/match-unreachable | Rémi Verschelde |
2019-07-14 | Merge pull request #30584 from neikeq/yatta | Ignacio Roldán Etcheverry |
2019-07-14 | Mono: Better handling of missing/outdated API assemblies | Ignacio Etcheverry |
2019-07-13 | Fix unreachable code detection in match statements | Shiqing |
2019-07-11 | Merge pull request #30129 from fire/xatlas_update | Rémi Verschelde |
2019-07-11 | Some small fixes to warnings in python scripts | unknown |
2019-07-11 | Mono: Add old TTRs to GodotTools | Ignacio Etcheverry |
2019-07-11 | pcre2: Update to upstream version 10.33 | Rémi Verschelde |
2019-07-10 | Merge pull request #30502 from neikeq/chotto-matte-kudasai | Ignacio Roldán Etcheverry |
2019-07-10 | Merge pull request #30501 from neikeq/dispose-godotsharpexport | Ignacio Roldán Etcheverry |
2019-07-10 | Mono: Fix Api HintPath and update old game projects | Ignacio Etcheverry |
2019-07-10 | Mono: Fix null dereference in EditorExportPlatformAndroid | Ignacio Etcheverry |
2019-07-10 | Merge pull request #30486 from neikeq/fix-indexoutofbounds-msbuildfinder | Ignacio Roldán Etcheverry |
2019-07-10 | Merge pull request #30455 from qarmin/const_reference | Rémi Verschelde |
2019-07-10 | Merge pull request #30489 from neikeq/fix-nullexc-on-gengameproj | Ignacio Roldán Etcheverry |
2019-07-10 | Mono: Fix null exception in GenerateGameProject | Ignacio Etcheverry |
2019-07-10 | Merge pull request #30485 from neikeq/remove-frameworkpathoverride-from-scons | Ignacio Roldán Etcheverry |
2019-07-10 | Fix IndexOutOfBounds in FindMsBuildToolsPathOnWindows | Ignacio Etcheverry |
2019-07-10 | SCons no longer passes FrameworkPathOverride to MSBuild | Ignacio Etcheverry |
2019-07-10 | Mono: Add missing GodotTools.sln | Ignacio Etcheverry |
2019-07-10 | Use reference to constant in functions | qarmin |
2019-07-09 | Update xatlas to b7d7bb. | K. S. Ernest (iFire) Lee |
2019-07-09 | Fix EditorNavigationMeshGenerator registered in Core API | Ignacio Etcheverry |
2019-07-09 | Merge pull request #30463 from neikeq/fix-search-dirs | Rémi Verschelde |