Age | Commit message (Expand) | Author |
2021-01-12 | CI: Update to clang-format 11 and apply ternary operator changes | Rémi Verschelde |
2021-01-09 | Split OS::execute into two methods | Marcel Admiraal |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-02 | Initialize class/struct variables with default values in platform/ and editor/ | Rafał Mikrut |
2020-11-20 | Export: Reorder options for consistency across platforms | Rémi Verschelde |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-10-18 | Refactor MethodBind to use variadic templates | reduz |
2020-10-08 | Fixed an issue in UWP export caused by duplicate entry for extensions in cont... | unknown |
2020-09-05 | Adds PCK encryption support (using script encryption key for export). | bruvzg |
2020-07-10 | Add override keywords. | Marcel Admiraal |
2020-06-19 | Export: Rename 'Windows Universal' to 'UWP' | Rémi Verschelde |
2020-06-11 | Simplify some code in platform/uwp/export | Aaron Franke |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-14 | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde |
2020-05-10 | New lightmapper | Juan Linietsky |
2020-05-10 | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-23 | Adding missing include guards to header files identified by LGTM. | Rajat Goswami |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-02-06 | Merge pull request #35886 from doot24/fix_#35871 | Rémi Verschelde |
2020-02-05 | Remove duplicate ERR_PRINT macro. | Marcel Admiraal |
2020-02-03 | fixed godot not recognising 150x150 icon for uwp export | D00T24 |
2020-01-07 | Export: Improve usability of command line interface | Rémi Verschelde |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-11-25 | Fix inverted value check in UWP export packager | George Marques |
2019-11-09 | [UWP] [Export] added additional checks for blank values | piratesephiroth |
2019-09-25 | Merge pull request #32051 from qarmin/some_error_explanation | Rémi Verschelde |
2019-09-25 | Added some obvious errors explanations | qarmin |
2019-09-22 | Changed some code found by Clang Tidy and Coverity | qarmin |
2019-08-19 | Move CryptoCore to it's own folder. | Fabio Alessandrelli |
2019-08-12 | Export: Remove temp files from cache after export | Rémi Verschelde |
2019-08-09 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"... | Robin Hübner |
2019-07-23 | Fix some code found by Coverity Scan and PVS Studio | qarmin |
2019-07-02 | CryptoCore class to access to base crypto utils. | Fabio Alessandrelli |
2019-06-05 | Fix memory leak after closing files | qarmin |
2019-05-18 | Allow project export to be canceled | George Marques |
2019-04-02 | Enable warnings=extra on clang and GCC testers. | marxin |
2019-03-06 | Fix directory check when exporting project | volzhs |
2019-03-05 | Fixes misleading error message when trying to export | Ricardo Lüders |
2019-02-12 | Platform: Ensure classes match their header filename | Rémi Verschelde |
2019-01-21 | ExportDialog: Make error messages translatable | Rémi Verschelde |
2019-01-19 | Fixed a typo in 'uwp_device_capabilites' | M. Huri |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-11-27 | uwp export: fix existing template check | Andrea Beconcini |
2018-11-01 | Export for OS X on OS X now lets you select .dmg or .zip | Marcelo Fernandez |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-23 | Fix file hints | Marcin Zawiejski |
2018-08-21 | BPTC support | elasota |