summaryrefslogtreecommitdiffstats
path: root/platform/uwp/export/export.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace NULL with nullptrlupoDharkael2020-04-021-18/+18
* 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-011-2/+2
* 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
* Enable warnings=extra on clang and GCC testers.marxin2019-04-021-1/+1
* Fix directory check when exporting projectvolzhs2019-03-061-1/+1
* Fixes misleading error message when trying to exportRicardo Lüders2019-03-051-0/+4
* Platform: Ensure classes match their header filenameRémi Verschelde2019-02-121-10/+10
* ExportDialog: Make error messages translatableRémi Verschelde2019-01-211-13/+13
* Fixed a typo in 'uwp_device_capabilites'M. Huri2019-01-191-3/+3
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* uwp export: fix existing template checkAndrea Beconcini2018-11-271-1/+1
* Export for OS X on OS X now lets you select .dmg or .zipMarcelo Fernandez2018-11-011-2/+4
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-7/+7
* Fix file hintsMarcin Zawiejski2018-08-231-2/+2
* BPTC supportelasota2018-08-211-0/+3
* Add PROPERTY_HINT_PLACEHOLDER_TEXT for String propertiesRémi Verschelde2018-08-201-9/+9
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-50/+50
* For uwp the ARM architecture needs to be in lower caseHein-Pieter van Braam2018-05-091-2/+2
* Fix Coverity reports of uninitialized scalar variableRémi Verschelde2018-04-191-0/+8
* Fix typos with codespellluz.paz2018-02-211-1/+1
* Merge pull request #15246 from vnen/uwp-gdnativeGeorge Marques2018-01-011-0/+11
|\
| * Make GDNative DLLs work on UWPGeorge Marques2018-01-011-0/+11
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/
* Add option to sign UWP exports with signtoolGeorge Marques2017-12-261-1/+69
* Updated Linux template extensions to match architecture.Nathan Warden2017-12-121-1/+1
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-12/+12
* Use new XDG folders to dehardcode pathsRémi Verschelde2017-11-191-3/+3
* EditorSettings: Rename settings_path to settings_dirRémi Verschelde2017-11-171-3/+3
* Rename pos to position in user facing methods and variablesletheed2017-09-201-3/+3
* Fix unused variable warningsHein-Pieter van Braam2017-09-081-2/+0
* Fix use of unitialized variablesHein-Pieter van Braam2017-09-021-1/+3
* Fix signed and unsigned comparisonsHein-Pieter van Braam2017-09-011-4/+4
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-14/+14