summaryrefslogtreecommitdiffstats
path: root/platform/uwp/export
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-281-7/+7
* Make platform feature tag names lowercaseHugo Locurcio2021-08-311-1/+1
* Split uwp platform export template into multiple filesSergey Minakov2021-08-125-1402/+1571
* Misc cleanup of header includesRémi Verschelde2021-07-151-1/+0
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-2/+2
* UWP: Keep upstream names for capabilities preset settings to avoid mismatchGromph2021-06-171-3/+3
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-2/+2
* Implement shader cachingreduz2021-05-311-3/+3
* Rename File::get_len() get_length()Marcel Admiraal2021-05-251-3/+3
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-1/+1
* Fix EditorExportPlugin _export_begin and _export_end functions not being call...Gromph2021-04-141-0/+2
* Rename Texture.get_data() to get_image()Marcel Admiraal2021-03-281-10/+10
* CI: Update to clang-format 11 and apply ternary operator changesRémi Verschelde2021-01-121-1/+1
* Split OS::execute into two methodsMarcel Admiraal2021-01-091-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-012-4/+4
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-6/+6
* Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-4/+2
* Export: Reorder options for consistency across platformsRémi Verschelde2020-11-201-3/+3
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-3/+3
* Refactor MethodBind to use variadic templatesreduz2020-10-181-1/+2
* Fixed an issue in UWP export caused by duplicate entry for extensions in cont...unknown2020-10-081-1/+1
* Adds PCK encryption support (using script encryption key for export).bruvzg2020-09-051-1/+1
* Add override keywords.Marcel Admiraal2020-07-101-10/+10
* Export: Rename 'Windows Universal' to 'UWP'Rémi Verschelde2020-06-191-2/+2
* Simplify some code in platform/uwp/exportAaron Franke2020-06-111-17/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-35/+58
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-42/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-14/+8
* New lightmapperJuan Linietsky2020-05-101-23/+23
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-13/+26
* Replace NULL with nullptrlupoDharkael2020-04-021-18/+18
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* Texture refactorJuan Linietsky2020-02-111-1/+1
* Merge pull request #35886 from doot24/fix_#35871Rémi Verschelde2020-02-061-1/+1
|\
| * fixed godot not recognising 150x150 icon for uwp exportD00T242020-02-031-1/+1
* | Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-3/+3
|/
* Export: Improve usability of command line interfaceRémi Verschelde2020-01-071-31/+18
* Update copyright statements to 2020Rémi Verschelde2020-01-012-4/+4
* Fix inverted value check in UWP export packagerGeorge Marques2019-11-251-1/+1
* [UWP] [Export] added additional checks for blank valuespiratesephiroth2019-11-091-0/+10
* Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-251-1/+1
|\
| * Added some obvious errors explanationsqarmin2019-09-251-1/+1
* | Changed some code found by Clang Tidy and Coverityqarmin2019-09-221-4/+4
|/
* Move CryptoCore to it's own folder.Fabio Alessandrelli2019-08-191-1/+1
* Export: Remove temp files from cache after exportRémi Verschelde2019-08-121-36/+21
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner2019-08-091-8/+4
* Fix some code found by Coverity Scan and PVS Studioqarmin2019-07-231-1/+3
* CryptoCore class to access to base crypto utils.Fabio Alessandrelli2019-07-021-9/+5
* Fix memory leak after closing filesqarmin2019-06-051-4/+0
* Allow project export to be canceledGeorge Marques2019-05-181-14/+32