export.cpp 48 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477
  1. /*************************************************************************/
  2. /* export.cpp */
  3. /*************************************************************************/
  4. /* This file is part of: */
  5. /* GODOT ENGINE */
  6. /* https://godotengine.org */
  7. /*************************************************************************/
  8. /* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */
  9. /* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */
  10. /* */
  11. /* Permission is hereby granted, free of charge, to any person obtaining */
  12. /* a copy of this software and associated documentation files (the */
  13. /* "Software"), to deal in the Software without restriction, including */
  14. /* without limitation the rights to use, copy, modify, merge, publish, */
  15. /* distribute, sublicense, and/or sell copies of the Software, and to */
  16. /* permit persons to whom the Software is furnished to do so, subject to */
  17. /* the following conditions: */
  18. /* */
  19. /* The above copyright notice and this permission notice shall be */
  20. /* included in all copies or substantial portions of the Software. */
  21. /* */
  22. /* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */
  23. /* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */
  24. /* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/
  25. /* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */
  26. /* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */
  27. /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
  28. /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
  29. /*************************************************************************/
  30. #include "export.h"
  31. #include "core/bind/core_bind.h"
  32. #include "core/crypto/crypto_core.h"
  33. #include "core/io/marshalls.h"
  34. #include "core/io/zip_io.h"
  35. #include "core/object.h"
  36. #include "core/os/dir_access.h"
  37. #include "core/os/file_access.h"
  38. #include "core/project_settings.h"
  39. #include "core/version.h"
  40. #include "editor/editor_export.h"
  41. #include "editor/editor_node.h"
  42. #include "platform/uwp/logo.gen.h"
  43. #include "thirdparty/minizip/unzip.h"
  44. #include "thirdparty/minizip/zip.h"
  45. #include <zlib.h>
  46. // Capabilities
  47. static const char *uwp_capabilities[] = {
  48. "allJoyn",
  49. "codeGeneration",
  50. "internetClient",
  51. "internetClientServer",
  52. "privateNetworkClientServer",
  53. NULL
  54. };
  55. static const char *uwp_uap_capabilities[] = {
  56. "appointments",
  57. "blockedChatMessages",
  58. "chat",
  59. "contacts",
  60. "enterpriseAuthentication",
  61. "musicLibrary",
  62. "objects3D",
  63. "picturesLibrary",
  64. "phoneCall",
  65. "removableStorage",
  66. "sharedUserCertificates",
  67. "userAccountInformation",
  68. "videosLibrary",
  69. "voipCall",
  70. NULL
  71. };
  72. static const char *uwp_device_capabilities[] = {
  73. "bluetooth",
  74. "location",
  75. "microphone",
  76. "proximity",
  77. "webcam",
  78. NULL
  79. };
  80. class AppxPackager {
  81. enum {
  82. FILE_HEADER_MAGIC = 0x04034b50,
  83. DATA_DESCRIPTOR_MAGIC = 0x08074b50,
  84. CENTRAL_DIR_MAGIC = 0x02014b50,
  85. END_OF_CENTRAL_DIR_MAGIC = 0x06054b50,
  86. ZIP64_END_OF_CENTRAL_DIR_MAGIC = 0x06064b50,
  87. ZIP64_END_DIR_LOCATOR_MAGIC = 0x07064b50,
  88. P7X_SIGNATURE = 0x58434b50,
  89. ZIP64_HEADER_ID = 0x0001,
  90. ZIP_VERSION = 20,
  91. ZIP_ARCHIVE_VERSION = 45,
  92. GENERAL_PURPOSE = 0x00,
  93. BASE_FILE_HEADER_SIZE = 30,
  94. DATA_DESCRIPTOR_SIZE = 24,
  95. BASE_CENTRAL_DIR_SIZE = 46,
  96. EXTRA_FIELD_LENGTH = 28,
  97. ZIP64_HEADER_SIZE = 24,
  98. ZIP64_END_OF_CENTRAL_DIR_SIZE = (56 - 12),
  99. END_OF_CENTRAL_DIR_SIZE = 42,
  100. BLOCK_SIZE = 65536,
  101. };
  102. struct BlockHash {
  103. String base64_hash;
  104. size_t compressed_size;
  105. };
  106. struct FileMeta {
  107. String name;
  108. int lfh_size;
  109. bool compressed;
  110. size_t compressed_size;
  111. size_t uncompressed_size;
  112. Vector<BlockHash> hashes;
  113. uLong file_crc32;
  114. ZPOS64_T zip_offset;
  115. FileMeta() :
  116. lfh_size(0),
  117. compressed(false),
  118. compressed_size(0),
  119. uncompressed_size(0),
  120. file_crc32(0),
  121. zip_offset(0) {}
  122. };
  123. String progress_task;
  124. FileAccess *package;
  125. Set<String> mime_types;
  126. Vector<FileMeta> file_metadata;
  127. ZPOS64_T central_dir_offset;
  128. ZPOS64_T end_of_central_dir_offset;
  129. Vector<uint8_t> central_dir_data;
  130. String hash_block(const uint8_t *p_block_data, size_t p_block_len);
  131. void make_block_map(const String &p_path);
  132. void make_content_types(const String &p_path);
  133. _FORCE_INLINE_ unsigned int buf_put_int16(uint16_t p_val, uint8_t *p_buf) {
  134. for (int i = 0; i < 2; i++) {
  135. *p_buf++ = (p_val >> (i * 8)) & 0xFF;
  136. }
  137. return 2;
  138. }
  139. _FORCE_INLINE_ unsigned int buf_put_int32(uint32_t p_val, uint8_t *p_buf) {
  140. for (int i = 0; i < 4; i++) {
  141. *p_buf++ = (p_val >> (i * 8)) & 0xFF;
  142. }
  143. return 4;
  144. }
  145. _FORCE_INLINE_ unsigned int buf_put_int64(uint64_t p_val, uint8_t *p_buf) {
  146. for (int i = 0; i < 8; i++) {
  147. *p_buf++ = (p_val >> (i * 8)) & 0xFF;
  148. }
  149. return 8;
  150. }
  151. _FORCE_INLINE_ unsigned int buf_put_string(String p_val, uint8_t *p_buf) {
  152. for (int i = 0; i < p_val.length(); i++) {
  153. *p_buf++ = p_val.utf8().get(i);
  154. }
  155. return p_val.length();
  156. }
  157. Vector<uint8_t> make_file_header(FileMeta p_file_meta);
  158. void store_central_dir_header(const FileMeta &p_file, bool p_do_hash = true);
  159. Vector<uint8_t> make_end_of_central_record();
  160. String content_type(String p_extension);
  161. public:
  162. void set_progress_task(String p_task) { progress_task = p_task; }
  163. void init(FileAccess *p_fa);
  164. Error add_file(String p_file_name, const uint8_t *p_buffer, size_t p_len, int p_file_no, int p_total_files, bool p_compress = false);
  165. void finish();
  166. AppxPackager();
  167. ~AppxPackager();
  168. };
  169. ///////////////////////////////////////////////////////////////////////////
  170. String AppxPackager::hash_block(const uint8_t *p_block_data, size_t p_block_len) {
  171. unsigned char hash[32];
  172. char base64[45];
  173. CryptoCore::sha256(p_block_data, p_block_len, hash);
  174. size_t len = 0;
  175. CryptoCore::b64_encode((unsigned char *)base64, 45, &len, (unsigned char *)hash, 32);
  176. base64[44] = '\0';
  177. return String(base64);
  178. }
  179. void AppxPackager::make_block_map(const String &p_path) {
  180. FileAccess *tmp_file = FileAccess::open(p_path, FileAccess::WRITE);
  181. tmp_file->store_string("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>");
  182. tmp_file->store_string("<BlockMap xmlns=\"http://schemas.microsoft.com/appx/2010/blockmap\" HashMethod=\"http://www.w3.org/2001/04/xmlenc#sha256\">");
  183. for (int i = 0; i < file_metadata.size(); i++) {
  184. FileMeta file = file_metadata[i];
  185. tmp_file->store_string(
  186. "<File Name=\"" + file.name.replace("/", "\\") + "\" Size=\"" + itos(file.uncompressed_size) + "\" LfhSize=\"" + itos(file.lfh_size) + "\">");
  187. for (int j = 0; j < file.hashes.size(); j++) {
  188. tmp_file->store_string("<Block Hash=\"" + file.hashes[j].base64_hash + "\" ");
  189. if (file.compressed)
  190. tmp_file->store_string("Size=\"" + itos(file.hashes[j].compressed_size) + "\" ");
  191. tmp_file->store_string("/>");
  192. }
  193. tmp_file->store_string("</File>");
  194. }
  195. tmp_file->store_string("</BlockMap>");
  196. tmp_file->close();
  197. memdelete(tmp_file);
  198. }
  199. String AppxPackager::content_type(String p_extension) {
  200. if (p_extension == "png")
  201. return "image/png";
  202. else if (p_extension == "jpg")
  203. return "image/jpg";
  204. else if (p_extension == "xml")
  205. return "application/xml";
  206. else if (p_extension == "exe" || p_extension == "dll")
  207. return "application/x-msdownload";
  208. else
  209. return "application/octet-stream";
  210. }
  211. void AppxPackager::make_content_types(const String &p_path) {
  212. FileAccess *tmp_file = FileAccess::open(p_path, FileAccess::WRITE);
  213. tmp_file->store_string("<?xml version=\"1.0\" encoding=\"UTF-8\"?>");
  214. tmp_file->store_string("<Types xmlns=\"http://schemas.openxmlformats.org/package/2006/content-types\">");
  215. Map<String, String> types;
  216. for (int i = 0; i < file_metadata.size(); i++) {
  217. String ext = file_metadata[i].name.get_extension().to_lower();
  218. if (types.has(ext))
  219. continue;
  220. types[ext] = content_type(ext);
  221. tmp_file->store_string("<Default Extension=\"" + ext + "\" ContentType=\"" + types[ext] + "\" />");
  222. }
  223. // Appx signature file
  224. tmp_file->store_string("<Default Extension=\"p7x\" ContentType=\"application/octet-stream\" />");
  225. // Override for package files
  226. tmp_file->store_string("<Override PartName=\"/AppxManifest.xml\" ContentType=\"application/vnd.ms-appx.manifest+xml\" />");
  227. tmp_file->store_string("<Override PartName=\"/AppxBlockMap.xml\" ContentType=\"application/vnd.ms-appx.blockmap+xml\" />");
  228. tmp_file->store_string("<Override PartName=\"/AppxSignature.p7x\" ContentType=\"application/vnd.ms-appx.signature\" />");
  229. tmp_file->store_string("<Override PartName=\"/AppxMetadata/CodeIntegrity.cat\" ContentType=\"application/vnd.ms-pkiseccat\" />");
  230. tmp_file->store_string("</Types>");
  231. tmp_file->close();
  232. memdelete(tmp_file);
  233. }
  234. Vector<uint8_t> AppxPackager::make_file_header(FileMeta p_file_meta) {
  235. Vector<uint8_t> buf;
  236. buf.resize(BASE_FILE_HEADER_SIZE + p_file_meta.name.length());
  237. int offs = 0;
  238. // Write magic
  239. offs += buf_put_int32(FILE_HEADER_MAGIC, &buf.write[offs]);
  240. // Version
  241. offs += buf_put_int16(ZIP_VERSION, &buf.write[offs]);
  242. // Special flag
  243. offs += buf_put_int16(GENERAL_PURPOSE, &buf.write[offs]);
  244. // Compression
  245. offs += buf_put_int16(p_file_meta.compressed ? Z_DEFLATED : 0, &buf.write[offs]);
  246. // File date and time
  247. offs += buf_put_int32(0, &buf.write[offs]);
  248. // CRC-32
  249. offs += buf_put_int32(p_file_meta.file_crc32, &buf.write[offs]);
  250. // Compressed size
  251. offs += buf_put_int32(p_file_meta.compressed_size, &buf.write[offs]);
  252. // Uncompressed size
  253. offs += buf_put_int32(p_file_meta.uncompressed_size, &buf.write[offs]);
  254. // File name length
  255. offs += buf_put_int16(p_file_meta.name.length(), &buf.write[offs]);
  256. // Extra data length
  257. offs += buf_put_int16(0, &buf.write[offs]);
  258. // File name
  259. offs += buf_put_string(p_file_meta.name, &buf.write[offs]);
  260. // Done!
  261. return buf;
  262. }
  263. void AppxPackager::store_central_dir_header(const FileMeta &p_file, bool p_do_hash) {
  264. Vector<uint8_t> &buf = central_dir_data;
  265. int offs = buf.size();
  266. buf.resize(buf.size() + BASE_CENTRAL_DIR_SIZE + p_file.name.length());
  267. // Write magic
  268. offs += buf_put_int32(CENTRAL_DIR_MAGIC, &buf.write[offs]);
  269. // ZIP versions
  270. offs += buf_put_int16(ZIP_ARCHIVE_VERSION, &buf.write[offs]);
  271. offs += buf_put_int16(ZIP_VERSION, &buf.write[offs]);
  272. // General purpose flag
  273. offs += buf_put_int16(GENERAL_PURPOSE, &buf.write[offs]);
  274. // Compression
  275. offs += buf_put_int16(p_file.compressed ? Z_DEFLATED : 0, &buf.write[offs]);
  276. // Modification date/time
  277. offs += buf_put_int32(0, &buf.write[offs]);
  278. // Crc-32
  279. offs += buf_put_int32(p_file.file_crc32, &buf.write[offs]);
  280. // File sizes
  281. offs += buf_put_int32(p_file.compressed_size, &buf.write[offs]);
  282. offs += buf_put_int32(p_file.uncompressed_size, &buf.write[offs]);
  283. // File name length
  284. offs += buf_put_int16(p_file.name.length(), &buf.write[offs]);
  285. // Extra field length
  286. offs += buf_put_int16(0, &buf.write[offs]);
  287. // Comment length
  288. offs += buf_put_int16(0, &buf.write[offs]);
  289. // Disk number start, internal/external file attributes
  290. for (int i = 0; i < 8; i++) {
  291. buf.write[offs++] = 0;
  292. }
  293. // Relative offset
  294. offs += buf_put_int32(p_file.zip_offset, &buf.write[offs]);
  295. // File name
  296. offs += buf_put_string(p_file.name, &buf.write[offs]);
  297. // Done!
  298. }
  299. Vector<uint8_t> AppxPackager::make_end_of_central_record() {
  300. Vector<uint8_t> buf;
  301. buf.resize(ZIP64_END_OF_CENTRAL_DIR_SIZE + 12 + END_OF_CENTRAL_DIR_SIZE); // Size plus magic
  302. int offs = 0;
  303. // Write magic
  304. offs += buf_put_int32(ZIP64_END_OF_CENTRAL_DIR_MAGIC, &buf.write[offs]);
  305. // Size of this record
  306. offs += buf_put_int64(ZIP64_END_OF_CENTRAL_DIR_SIZE, &buf.write[offs]);
  307. // Version (yes, twice)
  308. offs += buf_put_int16(ZIP_ARCHIVE_VERSION, &buf.write[offs]);
  309. offs += buf_put_int16(ZIP_ARCHIVE_VERSION, &buf.write[offs]);
  310. // Disk number
  311. for (int i = 0; i < 8; i++) {
  312. buf.write[offs++] = 0;
  313. }
  314. // Number of entries (total and per disk)
  315. offs += buf_put_int64(file_metadata.size(), &buf.write[offs]);
  316. offs += buf_put_int64(file_metadata.size(), &buf.write[offs]);
  317. // Size of central dir
  318. offs += buf_put_int64(central_dir_data.size(), &buf.write[offs]);
  319. // Central dir offset
  320. offs += buf_put_int64(central_dir_offset, &buf.write[offs]);
  321. ////// ZIP64 locator
  322. // Write magic for zip64 central dir locator
  323. offs += buf_put_int32(ZIP64_END_DIR_LOCATOR_MAGIC, &buf.write[offs]);
  324. // Disk number
  325. for (int i = 0; i < 4; i++) {
  326. buf.write[offs++] = 0;
  327. }
  328. // Relative offset
  329. offs += buf_put_int64(end_of_central_dir_offset, &buf.write[offs]);
  330. // Number of disks
  331. offs += buf_put_int32(1, &buf.write[offs]);
  332. /////// End of zip directory
  333. // Write magic for end central dir
  334. offs += buf_put_int32(END_OF_CENTRAL_DIR_MAGIC, &buf.write[offs]);
  335. // Dummy stuff for Zip64
  336. for (int i = 0; i < 4; i++) {
  337. buf.write[offs++] = 0x0;
  338. }
  339. for (int i = 0; i < 12; i++) {
  340. buf.write[offs++] = 0xFF;
  341. }
  342. // Size of comments
  343. for (int i = 0; i < 2; i++) {
  344. buf.write[offs++] = 0;
  345. }
  346. // Done!
  347. return buf;
  348. }
  349. void AppxPackager::init(FileAccess *p_fa) {
  350. package = p_fa;
  351. central_dir_offset = 0;
  352. end_of_central_dir_offset = 0;
  353. }
  354. Error AppxPackager::add_file(String p_file_name, const uint8_t *p_buffer, size_t p_len, int p_file_no, int p_total_files, bool p_compress) {
  355. if (p_file_no >= 1 && p_total_files >= 1) {
  356. if (EditorNode::progress_task_step(progress_task, "File: " + p_file_name, (p_file_no * 100) / p_total_files)) {
  357. return ERR_SKIP;
  358. }
  359. }
  360. FileMeta meta;
  361. meta.name = p_file_name;
  362. meta.uncompressed_size = p_len;
  363. meta.compressed_size = p_len;
  364. meta.compressed = p_compress;
  365. meta.zip_offset = package->get_position();
  366. Vector<uint8_t> file_buffer;
  367. // Data for compression
  368. z_stream strm;
  369. FileAccess *strm_f = NULL;
  370. Vector<uint8_t> strm_in;
  371. strm_in.resize(BLOCK_SIZE);
  372. Vector<uint8_t> strm_out;
  373. if (p_compress) {
  374. strm.zalloc = zipio_alloc;
  375. strm.zfree = zipio_free;
  376. strm.opaque = &strm_f;
  377. strm_out.resize(BLOCK_SIZE + 8);
  378. deflateInit2(&strm, Z_DEFAULT_COMPRESSION, Z_DEFLATED, -15, 8, Z_DEFAULT_STRATEGY);
  379. }
  380. int step = 0;
  381. while (p_len - step > 0) {
  382. size_t block_size = (p_len - step) > BLOCK_SIZE ? (size_t)BLOCK_SIZE : (p_len - step);
  383. for (uint64_t i = 0; i < block_size; i++) {
  384. strm_in.write[i] = p_buffer[step + i];
  385. }
  386. BlockHash bh;
  387. bh.base64_hash = hash_block(strm_in.ptr(), block_size);
  388. if (p_compress) {
  389. strm.avail_in = block_size;
  390. strm.avail_out = strm_out.size();
  391. strm.next_in = (uint8_t *)strm_in.ptr();
  392. strm.next_out = strm_out.ptrw();
  393. int total_out_before = strm.total_out;
  394. int err = deflate(&strm, Z_FULL_FLUSH);
  395. ERR_FAIL_COND_V(err < 0, ERR_BUG); // Negative means bug
  396. bh.compressed_size = strm.total_out - total_out_before;
  397. //package->store_buffer(strm_out.ptr(), strm.total_out - total_out_before);
  398. int start = file_buffer.size();
  399. file_buffer.resize(file_buffer.size() + bh.compressed_size);
  400. for (uint64_t i = 0; i < bh.compressed_size; i++)
  401. file_buffer.write[start + i] = strm_out[i];
  402. } else {
  403. bh.compressed_size = block_size;
  404. //package->store_buffer(strm_in.ptr(), block_size);
  405. int start = file_buffer.size();
  406. file_buffer.resize(file_buffer.size() + block_size);
  407. for (uint64_t i = 0; i < bh.compressed_size; i++)
  408. file_buffer.write[start + i] = strm_in[i];
  409. }
  410. meta.hashes.push_back(bh);
  411. step += block_size;
  412. }
  413. if (p_compress) {
  414. strm.avail_in = 0;
  415. strm.avail_out = strm_out.size();
  416. strm.next_in = (uint8_t *)strm_in.ptr();
  417. strm.next_out = strm_out.ptrw();
  418. int total_out_before = strm.total_out;
  419. deflate(&strm, Z_FINISH);
  420. //package->store_buffer(strm_out.ptr(), strm.total_out - total_out_before);
  421. int start = file_buffer.size();
  422. file_buffer.resize(file_buffer.size() + (strm.total_out - total_out_before));
  423. for (uint64_t i = 0; i < (strm.total_out - total_out_before); i++)
  424. file_buffer.write[start + i] = strm_out[i];
  425. deflateEnd(&strm);
  426. meta.compressed_size = strm.total_out;
  427. } else {
  428. meta.compressed_size = p_len;
  429. }
  430. // Calculate file CRC-32
  431. uLong crc = crc32(0L, Z_NULL, 0);
  432. crc = crc32(crc, p_buffer, p_len);
  433. meta.file_crc32 = crc;
  434. // Create file header
  435. Vector<uint8_t> file_header = make_file_header(meta);
  436. meta.lfh_size = file_header.size();
  437. // Store the header and file;
  438. package->store_buffer(file_header.ptr(), file_header.size());
  439. package->store_buffer(file_buffer.ptr(), file_buffer.size());
  440. file_metadata.push_back(meta);
  441. return OK;
  442. }
  443. void AppxPackager::finish() {
  444. // Create and add block map file
  445. EditorNode::progress_task_step("export", "Creating block map...", 4);
  446. const String &tmp_blockmap_file_path = EditorSettings::get_singleton()->get_cache_dir().plus_file("tmpblockmap.xml");
  447. make_block_map(tmp_blockmap_file_path);
  448. FileAccess *blockmap_file = FileAccess::open(tmp_blockmap_file_path, FileAccess::READ);
  449. Vector<uint8_t> blockmap_buffer;
  450. blockmap_buffer.resize(blockmap_file->get_len());
  451. blockmap_file->get_buffer(blockmap_buffer.ptrw(), blockmap_buffer.size());
  452. add_file("AppxBlockMap.xml", blockmap_buffer.ptr(), blockmap_buffer.size(), -1, -1, true);
  453. blockmap_file->close();
  454. memdelete(blockmap_file);
  455. // Add content types
  456. EditorNode::progress_task_step("export", "Setting content types...", 5);
  457. const String &tmp_content_types_file_path = EditorSettings::get_singleton()->get_cache_dir().plus_file("tmpcontenttypes.xml");
  458. make_content_types(tmp_content_types_file_path);
  459. FileAccess *types_file = FileAccess::open(tmp_content_types_file_path, FileAccess::READ);
  460. Vector<uint8_t> types_buffer;
  461. types_buffer.resize(types_file->get_len());
  462. types_file->get_buffer(types_buffer.ptrw(), types_buffer.size());
  463. add_file("[Content_Types].xml", types_buffer.ptr(), types_buffer.size(), -1, -1, true);
  464. types_file->close();
  465. memdelete(types_file);
  466. // Cleanup generated files.
  467. DirAccess::remove_file_or_error(tmp_blockmap_file_path);
  468. DirAccess::remove_file_or_error(tmp_content_types_file_path);
  469. // Pre-process central directory before signing
  470. for (int i = 0; i < file_metadata.size(); i++) {
  471. store_central_dir_header(file_metadata[i]);
  472. }
  473. // Write central directory
  474. EditorNode::progress_task_step("export", "Finishing package...", 6);
  475. central_dir_offset = package->get_position();
  476. package->store_buffer(central_dir_data.ptr(), central_dir_data.size());
  477. // End record
  478. end_of_central_dir_offset = package->get_position();
  479. Vector<uint8_t> end_record = make_end_of_central_record();
  480. package->store_buffer(end_record.ptr(), end_record.size());
  481. package->close();
  482. memdelete(package);
  483. package = NULL;
  484. }
  485. AppxPackager::AppxPackager() {}
  486. AppxPackager::~AppxPackager() {}
  487. ////////////////////////////////////////////////////////////////////
  488. class EditorExportPlatformUWP : public EditorExportPlatform {
  489. GDCLASS(EditorExportPlatformUWP, EditorExportPlatform);
  490. Ref<ImageTexture> logo;
  491. enum Platform {
  492. ARM,
  493. X86,
  494. X64
  495. };
  496. bool _valid_resource_name(const String &p_name) const {
  497. if (p_name.empty())
  498. return false;
  499. if (p_name.ends_with("."))
  500. return false;
  501. static const char *invalid_names[] = {
  502. "CON", "PRN", "AUX", "NUL", "COM1", "COM2", "COM3", "COM4", "COM5", "COM6", "COM7",
  503. "COM8", "COM9", "LPT1", "LPT2", "LPT3", "LPT4", "LPT5", "LPT6", "LPT7", "LPT8", "LPT9",
  504. NULL
  505. };
  506. const char **t = invalid_names;
  507. while (*t) {
  508. if (p_name == *t)
  509. return false;
  510. t++;
  511. }
  512. return true;
  513. }
  514. bool _valid_guid(const String &p_guid) const {
  515. Vector<String> parts = p_guid.split("-");
  516. if (parts.size() != 5)
  517. return false;
  518. if (parts[0].length() != 8)
  519. return false;
  520. for (int i = 1; i < 4; i++)
  521. if (parts[i].length() != 4)
  522. return false;
  523. if (parts[4].length() != 12)
  524. return false;
  525. return true;
  526. }
  527. bool _valid_bgcolor(const String &p_color) const {
  528. if (p_color.empty())
  529. return true;
  530. if (p_color.begins_with("#") && p_color.is_valid_html_color())
  531. return true;
  532. // Colors from https://msdn.microsoft.com/en-us/library/windows/apps/dn934817.aspx
  533. static const char *valid_colors[] = {
  534. "aliceBlue", "antiqueWhite", "aqua", "aquamarine", "azure", "beige",
  535. "bisque", "black", "blanchedAlmond", "blue", "blueViolet", "brown",
  536. "burlyWood", "cadetBlue", "chartreuse", "chocolate", "coral", "cornflowerBlue",
  537. "cornsilk", "crimson", "cyan", "darkBlue", "darkCyan", "darkGoldenrod",
  538. "darkGray", "darkGreen", "darkKhaki", "darkMagenta", "darkOliveGreen", "darkOrange",
  539. "darkOrchid", "darkRed", "darkSalmon", "darkSeaGreen", "darkSlateBlue", "darkSlateGray",
  540. "darkTurquoise", "darkViolet", "deepPink", "deepSkyBlue", "dimGray", "dodgerBlue",
  541. "firebrick", "floralWhite", "forestGreen", "fuchsia", "gainsboro", "ghostWhite",
  542. "gold", "goldenrod", "gray", "green", "greenYellow", "honeydew",
  543. "hotPink", "indianRed", "indigo", "ivory", "khaki", "lavender",
  544. "lavenderBlush", "lawnGreen", "lemonChiffon", "lightBlue", "lightCoral", "lightCyan",
  545. "lightGoldenrodYellow", "lightGreen", "lightGray", "lightPink", "lightSalmon", "lightSeaGreen",
  546. "lightSkyBlue", "lightSlateGray", "lightSteelBlue", "lightYellow", "lime", "limeGreen",
  547. "linen", "magenta", "maroon", "mediumAquamarine", "mediumBlue", "mediumOrchid",
  548. "mediumPurple", "mediumSeaGreen", "mediumSlateBlue", "mediumSpringGreen", "mediumTurquoise", "mediumVioletRed",
  549. "midnightBlue", "mintCream", "mistyRose", "moccasin", "navajoWhite", "navy",
  550. "oldLace", "olive", "oliveDrab", "orange", "orangeRed", "orchid",
  551. "paleGoldenrod", "paleGreen", "paleTurquoise", "paleVioletRed", "papayaWhip", "peachPuff",
  552. "peru", "pink", "plum", "powderBlue", "purple", "red",
  553. "rosyBrown", "royalBlue", "saddleBrown", "salmon", "sandyBrown", "seaGreen",
  554. "seaShell", "sienna", "silver", "skyBlue", "slateBlue", "slateGray",
  555. "snow", "springGreen", "steelBlue", "tan", "teal", "thistle",
  556. "tomato", "transparent", "turquoise", "violet", "wheat", "white",
  557. "whiteSmoke", "yellow", "yellowGreen",
  558. NULL
  559. };
  560. const char **color = valid_colors;
  561. while (*color) {
  562. if (p_color == *color)
  563. return true;
  564. color++;
  565. }
  566. return false;
  567. }
  568. bool _valid_image(const StreamTexture *p_image, int p_width, int p_height) const {
  569. if (!p_image) {
  570. return false;
  571. }
  572. // TODO: Add resource creation or image rescaling to enable other scales:
  573. // 1.25, 1.5, 2.0
  574. return p_width == p_image->get_width() && p_height == p_image->get_height();
  575. }
  576. Vector<uint8_t> _fix_manifest(const Ref<EditorExportPreset> &p_preset, const Vector<uint8_t> &p_template, bool p_give_internet) const {
  577. String result = String::utf8((const char *)p_template.ptr(), p_template.size());
  578. result = result.replace("$godot_version$", VERSION_FULL_NAME);
  579. result = result.replace("$identity_name$", p_preset->get("package/unique_name"));
  580. result = result.replace("$publisher$", p_preset->get("package/publisher"));
  581. result = result.replace("$product_guid$", p_preset->get("identity/product_guid"));
  582. result = result.replace("$publisher_guid$", p_preset->get("identity/publisher_guid"));
  583. String version = itos(p_preset->get("version/major")) + "." + itos(p_preset->get("version/minor")) + "." + itos(p_preset->get("version/build")) + "." + itos(p_preset->get("version/revision"));
  584. result = result.replace("$version_string$", version);
  585. Platform arch = (Platform)(int)p_preset->get("architecture/target");
  586. String architecture = arch == ARM ? "arm" : (arch == X86 ? "x86" : "x64");
  587. result = result.replace("$architecture$", architecture);
  588. result = result.replace("$display_name$", String(p_preset->get("package/display_name")).empty() ? (String)ProjectSettings::get_singleton()->get("application/config/name") : String(p_preset->get("package/display_name")));
  589. result = result.replace("$publisher_display_name$", p_preset->get("package/publisher_display_name"));
  590. result = result.replace("$app_description$", p_preset->get("package/description"));
  591. result = result.replace("$bg_color$", p_preset->get("images/background_color"));
  592. result = result.replace("$short_name$", p_preset->get("package/short_name"));
  593. String name_on_tiles = "";
  594. if ((bool)p_preset->get("tiles/show_name_on_square150x150")) {
  595. name_on_tiles += " <uap:ShowOn Tile=\"square150x150Logo\" />\n";
  596. }
  597. if ((bool)p_preset->get("tiles/show_name_on_wide310x150")) {
  598. name_on_tiles += " <uap:ShowOn Tile=\"wide310x150Logo\" />\n";
  599. }
  600. if ((bool)p_preset->get("tiles/show_name_on_square310x310")) {
  601. name_on_tiles += " <uap:ShowOn Tile=\"square310x310Logo\" />\n";
  602. }
  603. String show_name_on_tiles = "";
  604. if (!name_on_tiles.empty()) {
  605. show_name_on_tiles = "<uap:ShowNameOnTiles>\n" + name_on_tiles + " </uap:ShowNameOnTiles>";
  606. }
  607. result = result.replace("$name_on_tiles$", name_on_tiles);
  608. String rotations = "";
  609. if ((bool)p_preset->get("orientation/landscape")) {
  610. rotations += " <uap:Rotation Preference=\"landscape\" />\n";
  611. }
  612. if ((bool)p_preset->get("orientation/portrait")) {
  613. rotations += " <uap:Rotation Preference=\"portrait\" />\n";
  614. }
  615. if ((bool)p_preset->get("orientation/landscape_flipped")) {
  616. rotations += " <uap:Rotation Preference=\"landscapeFlipped\" />\n";
  617. }
  618. if ((bool)p_preset->get("orientation/portrait_flipped")) {
  619. rotations += " <uap:Rotation Preference=\"portraitFlipped\" />\n";
  620. }
  621. String rotation_preference = "";
  622. if (!rotations.empty()) {
  623. rotation_preference = "<uap:InitialRotationPreference>\n" + rotations + " </uap:InitialRotationPreference>";
  624. }
  625. result = result.replace("$rotation_preference$", rotation_preference);
  626. String capabilities_elements = "";
  627. const char **basic = uwp_capabilities;
  628. while (*basic) {
  629. if ((bool)p_preset->get("capabilities/" + String(*basic))) {
  630. capabilities_elements += " <Capability Name=\"" + String(*basic) + "\" />\n";
  631. }
  632. basic++;
  633. }
  634. const char **uap = uwp_uap_capabilities;
  635. while (*uap) {
  636. if ((bool)p_preset->get("capabilities/" + String(*uap))) {
  637. capabilities_elements += " <uap:Capability Name=\"" + String(*uap) + "\" />\n";
  638. }
  639. uap++;
  640. }
  641. const char **device = uwp_device_capabilities;
  642. while (*device) {
  643. if ((bool)p_preset->get("capabilities/" + String(*device))) {
  644. capabilities_elements += " <DeviceCapability Name=\"" + String(*device) + "\" />\n";
  645. }
  646. device++;
  647. }
  648. if (!((bool)p_preset->get("capabilities/internetClient")) && p_give_internet) {
  649. capabilities_elements += " <Capability Name=\"internetClient\" />\n";
  650. }
  651. String capabilities_string = "<Capabilities />";
  652. if (!capabilities_elements.empty()) {
  653. capabilities_string = "<Capabilities>\n" + capabilities_elements + " </Capabilities>";
  654. }
  655. result = result.replace("$capabilities_place$", capabilities_string);
  656. Vector<uint8_t> r_ret;
  657. r_ret.resize(result.length());
  658. for (int i = 0; i < result.length(); i++)
  659. r_ret.write[i] = result.utf8().get(i);
  660. return r_ret;
  661. }
  662. Vector<uint8_t> _get_image_data(const Ref<EditorExportPreset> &p_preset, const String &p_path) {
  663. Vector<uint8_t> data;
  664. StreamTexture *image = NULL;
  665. if (p_path.find("StoreLogo") != -1) {
  666. image = p_preset->get("images/store_logo").is_zero() ? NULL : Object::cast_to<StreamTexture>(((Object *)p_preset->get("images/store_logo")));
  667. } else if (p_path.find("Square44x44Logo") != -1) {
  668. image = p_preset->get("images/square44x44_logo").is_zero() ? NULL : Object::cast_to<StreamTexture>(((Object *)p_preset->get("images/square44x44_logo")));
  669. } else if (p_path.find("Square71x71Logo") != -1) {
  670. image = p_preset->get("images/square71x71_logo").is_zero() ? NULL : Object::cast_to<StreamTexture>(((Object *)p_preset->get("images/square71x71_logo")));
  671. } else if (p_path.find("Square150x150Logo") != -1) {
  672. image = p_preset->get("images/square150x150_logo").is_zero() ? NULL : Object::cast_to<StreamTexture>(((Object *)p_preset->get("images/square150x150_logo")));
  673. } else if (p_path.find("Square310x310Logo") != -1) {
  674. image = p_preset->get("images/square310x310_logo").is_zero() ? NULL : Object::cast_to<StreamTexture>(((Object *)p_preset->get("images/square310x310_logo")));
  675. } else if (p_path.find("Wide310x150Logo") != -1) {
  676. image = p_preset->get("images/wide310x150_logo").is_zero() ? NULL : Object::cast_to<StreamTexture>(((Object *)p_preset->get("images/wide310x150_logo")));
  677. } else if (p_path.find("SplashScreen") != -1) {
  678. image = p_preset->get("images/splash_screen").is_zero() ? NULL : Object::cast_to<StreamTexture>(((Object *)p_preset->get("images/splash_screen")));
  679. } else {
  680. ERR_PRINT("Unable to load logo");
  681. }
  682. if (!image)
  683. return data;
  684. String tmp_path = EditorSettings::get_singleton()->get_cache_dir().plus_file("uwp_tmp_logo.png");
  685. Error err = image->get_data()->save_png(tmp_path);
  686. if (err != OK) {
  687. String err_string = "Couldn't save temp logo file.";
  688. EditorNode::add_io_error(err_string);
  689. ERR_FAIL_V_MSG(data, err_string);
  690. }
  691. FileAccess *f = FileAccess::open(tmp_path, FileAccess::READ, &err);
  692. if (err != OK) {
  693. String err_string = "Couldn't open temp logo file.";
  694. // Cleanup generated file.
  695. DirAccess::remove_file_or_error(tmp_path);
  696. EditorNode::add_io_error(err_string);
  697. ERR_FAIL_V_MSG(data, err_string);
  698. }
  699. data.resize(f->get_len());
  700. f->get_buffer(data.ptrw(), data.size());
  701. f->close();
  702. memdelete(f);
  703. DirAccess::remove_file_or_error(tmp_path);
  704. return data;
  705. }
  706. static bool _should_compress_asset(const String &p_path, const Vector<uint8_t> &p_data) {
  707. /* TODO: This was copied verbatim from Android export. It should be
  708. * refactored to the parent class and also be used for .zip export.
  709. */
  710. /*
  711. * By not compressing files with little or not benefit in doing so,
  712. * a performance gain is expected at runtime. Moreover, if the APK is
  713. * zip-aligned, assets stored as they are can be efficiently read by
  714. * Android by memory-mapping them.
  715. */
  716. // -- Unconditional uncompress to mimic AAPT plus some other
  717. static const char *unconditional_compress_ext[] = {
  718. // From https://github.com/android/platform_frameworks_base/blob/master/tools/aapt/Package.cpp
  719. // These formats are already compressed, or don't compress well:
  720. ".jpg", ".jpeg", ".png", ".gif",
  721. ".wav", ".mp2", ".mp3", ".ogg", ".aac",
  722. ".mpg", ".mpeg", ".mid", ".midi", ".smf", ".jet",
  723. ".rtttl", ".imy", ".xmf", ".mp4", ".m4a",
  724. ".m4v", ".3gp", ".3gpp", ".3g2", ".3gpp2",
  725. ".amr", ".awb", ".wma", ".wmv",
  726. // Godot-specific:
  727. ".webp", // Same reasoning as .png
  728. ".cfb", // Don't let small config files slow-down startup
  729. ".scn", // Binary scenes are usually already compressed
  730. ".stex", // Streamable textures are usually already compressed
  731. // Trailer for easier processing
  732. NULL
  733. };
  734. for (const char **ext = unconditional_compress_ext; *ext; ++ext) {
  735. if (p_path.to_lower().ends_with(String(*ext))) {
  736. return false;
  737. }
  738. }
  739. // -- Compressed resource?
  740. if (p_data.size() >= 4 && p_data[0] == 'R' && p_data[1] == 'S' && p_data[2] == 'C' && p_data[3] == 'C') {
  741. // Already compressed
  742. return false;
  743. }
  744. // --- TODO: Decide on texture resources according to their image compression setting
  745. return true;
  746. }
  747. static Error save_appx_file(void *p_userdata, const String &p_path, const Vector<uint8_t> &p_data, int p_file, int p_total) {
  748. AppxPackager *packager = (AppxPackager *)p_userdata;
  749. String dst_path = p_path.replace_first("res://", "game/");
  750. return packager->add_file(dst_path, p_data.ptr(), p_data.size(), p_file, p_total, _should_compress_asset(p_path, p_data));
  751. }
  752. public:
  753. virtual String get_name() const {
  754. return "UWP";
  755. }
  756. virtual String get_os_name() const {
  757. return "UWP";
  758. }
  759. virtual List<String> get_binary_extensions(const Ref<EditorExportPreset> &p_preset) const {
  760. List<String> list;
  761. list.push_back("appx");
  762. return list;
  763. }
  764. virtual Ref<Texture> get_logo() const {
  765. return logo;
  766. }
  767. virtual void get_preset_features(const Ref<EditorExportPreset> &p_preset, List<String> *r_features) {
  768. r_features->push_back("s3tc");
  769. r_features->push_back("etc");
  770. switch ((int)p_preset->get("architecture/target")) {
  771. case EditorExportPlatformUWP::ARM: {
  772. r_features->push_back("arm");
  773. } break;
  774. case EditorExportPlatformUWP::X86: {
  775. r_features->push_back("32");
  776. } break;
  777. case EditorExportPlatformUWP::X64: {
  778. r_features->push_back("64");
  779. } break;
  780. }
  781. }
  782. virtual void get_export_options(List<ExportOption> *r_options) {
  783. r_options->push_back(ExportOption(PropertyInfo(Variant::STRING, "custom_template/debug", PROPERTY_HINT_GLOBAL_FILE, "*.zip"), ""));
  784. r_options->push_back(ExportOption(PropertyInfo(Variant::STRING, "custom_template/release", PROPERTY_HINT_GLOBAL_FILE, "*.zip"), ""));
  785. r_options->push_back(ExportOption(PropertyInfo(Variant::INT, "architecture/target", PROPERTY_HINT_ENUM, "arm,x86,x64"), 1));
  786. r_options->push_back(ExportOption(PropertyInfo(Variant::STRING, "command_line/extra_args"), ""));
  787. r_options->push_back(ExportOption(PropertyInfo(Variant::STRING, "package/display_name", PROPERTY_HINT_PLACEHOLDER_TEXT, "Game Name"), ""));
  788. r_options->push_back(ExportOption(PropertyInfo(Variant::STRING, "package/short_name", PROPERTY_HINT_PLACEHOLDER_TEXT, "Game Name"), ""));
  789. r_options->push_back(ExportOption(PropertyInfo(Variant::STRING, "package/unique_name", PROPERTY_HINT_PLACEHOLDER_TEXT, "Game.Name"), ""));
  790. r_options->push_back(ExportOption(PropertyInfo(Variant::STRING, "package/description"), ""));
  791. r_options->push_back(ExportOption(PropertyInfo(Variant::STRING, "package/publisher", PROPERTY_HINT_PLACEHOLDER_TEXT, "CN=CompanyName"), ""));
  792. r_options->push_back(ExportOption(PropertyInfo(Variant::STRING, "package/publisher_display_name", PROPERTY_HINT_PLACEHOLDER_TEXT, "Company Name"), ""));
  793. r_options->push_back(ExportOption(PropertyInfo(Variant::STRING, "identity/product_guid", PROPERTY_HINT_PLACEHOLDER_TEXT, "00000000-0000-0000-0000-000000000000"), ""));
  794. r_options->push_back(ExportOption(PropertyInfo(Variant::STRING, "identity/publisher_guid", PROPERTY_HINT_PLACEHOLDER_TEXT, "00000000-0000-0000-0000-000000000000"), ""));
  795. r_options->push_back(ExportOption(PropertyInfo(Variant::STRING, "signing/certificate", PROPERTY_HINT_GLOBAL_FILE, "*.pfx"), ""));
  796. r_options->push_back(ExportOption(PropertyInfo(Variant::STRING, "signing/password"), ""));
  797. r_options->push_back(ExportOption(PropertyInfo(Variant::INT, "signing/algorithm", PROPERTY_HINT_ENUM, "MD5,SHA1,SHA256"), 2));
  798. r_options->push_back(ExportOption(PropertyInfo(Variant::INT, "version/major"), 1));
  799. r_options->push_back(ExportOption(PropertyInfo(Variant::INT, "version/minor"), 0));
  800. r_options->push_back(ExportOption(PropertyInfo(Variant::INT, "version/build"), 0));
  801. r_options->push_back(ExportOption(PropertyInfo(Variant::INT, "version/revision"), 0));
  802. r_options->push_back(ExportOption(PropertyInfo(Variant::BOOL, "orientation/landscape"), true));
  803. r_options->push_back(ExportOption(PropertyInfo(Variant::BOOL, "orientation/portrait"), true));
  804. r_options->push_back(ExportOption(PropertyInfo(Variant::BOOL, "orientation/landscape_flipped"), true));
  805. r_options->push_back(ExportOption(PropertyInfo(Variant::BOOL, "orientation/portrait_flipped"), true));
  806. r_options->push_back(ExportOption(PropertyInfo(Variant::STRING, "images/background_color"), "transparent"));
  807. r_options->push_back(ExportOption(PropertyInfo(Variant::OBJECT, "images/store_logo", PROPERTY_HINT_RESOURCE_TYPE, "StreamTexture"), Variant()));
  808. r_options->push_back(ExportOption(PropertyInfo(Variant::OBJECT, "images/square44x44_logo", PROPERTY_HINT_RESOURCE_TYPE, "StreamTexture"), Variant()));
  809. r_options->push_back(ExportOption(PropertyInfo(Variant::OBJECT, "images/square71x71_logo", PROPERTY_HINT_RESOURCE_TYPE, "StreamTexture"), Variant()));
  810. r_options->push_back(ExportOption(PropertyInfo(Variant::OBJECT, "images/square150x150_logo", PROPERTY_HINT_RESOURCE_TYPE, "StreamTexture"), Variant()));
  811. r_options->push_back(ExportOption(PropertyInfo(Variant::OBJECT, "images/square310x310_logo", PROPERTY_HINT_RESOURCE_TYPE, "StreamTexture"), Variant()));
  812. r_options->push_back(ExportOption(PropertyInfo(Variant::OBJECT, "images/wide310x150_logo", PROPERTY_HINT_RESOURCE_TYPE, "StreamTexture"), Variant()));
  813. r_options->push_back(ExportOption(PropertyInfo(Variant::OBJECT, "images/splash_screen", PROPERTY_HINT_RESOURCE_TYPE, "StreamTexture"), Variant()));
  814. r_options->push_back(ExportOption(PropertyInfo(Variant::BOOL, "tiles/show_name_on_square150x150"), false));
  815. r_options->push_back(ExportOption(PropertyInfo(Variant::BOOL, "tiles/show_name_on_wide310x150"), false));
  816. r_options->push_back(ExportOption(PropertyInfo(Variant::BOOL, "tiles/show_name_on_square310x310"), false));
  817. // Capabilities
  818. const char **basic = uwp_capabilities;
  819. while (*basic) {
  820. r_options->push_back(ExportOption(PropertyInfo(Variant::BOOL, "capabilities/" + String(*basic).camelcase_to_underscore(false)), false));
  821. basic++;
  822. }
  823. const char **uap = uwp_uap_capabilities;
  824. while (*uap) {
  825. r_options->push_back(ExportOption(PropertyInfo(Variant::BOOL, "capabilities/" + String(*uap).camelcase_to_underscore(false)), false));
  826. uap++;
  827. }
  828. const char **device = uwp_device_capabilities;
  829. while (*device) {
  830. r_options->push_back(ExportOption(PropertyInfo(Variant::BOOL, "capabilities/" + String(*device).camelcase_to_underscore(false)), false));
  831. device++;
  832. }
  833. }
  834. virtual bool can_export(const Ref<EditorExportPreset> &p_preset, String &r_error, bool &r_missing_templates) const {
  835. String err;
  836. bool valid = false;
  837. // Look for export templates (first official, and if defined custom templates).
  838. Platform arch = (Platform)(int)(p_preset->get("architecture/target"));
  839. String platform_infix;
  840. switch (arch) {
  841. case EditorExportPlatformUWP::ARM: {
  842. platform_infix = "arm";
  843. } break;
  844. case EditorExportPlatformUWP::X86: {
  845. platform_infix = "x86";
  846. } break;
  847. case EditorExportPlatformUWP::X64: {
  848. platform_infix = "x64";
  849. } break;
  850. }
  851. bool dvalid = exists_export_template("uwp_" + platform_infix + "_debug.zip", &err);
  852. bool rvalid = exists_export_template("uwp_" + platform_infix + "_release.zip", &err);
  853. if (p_preset->get("custom_template/debug") != "") {
  854. dvalid = FileAccess::exists(p_preset->get("custom_template/debug"));
  855. if (!dvalid) {
  856. err += TTR("Custom debug template not found.") + "\n";
  857. }
  858. }
  859. if (p_preset->get("custom_template/release") != "") {
  860. rvalid = FileAccess::exists(p_preset->get("custom_template/release"));
  861. if (!rvalid) {
  862. err += TTR("Custom release template not found.") + "\n";
  863. }
  864. }
  865. valid = dvalid || rvalid;
  866. r_missing_templates = !valid;
  867. // Validate the rest of the configuration.
  868. if (!_valid_resource_name(p_preset->get("package/short_name"))) {
  869. valid = false;
  870. err += TTR("Invalid package short name.") + "\n";
  871. }
  872. if (!_valid_resource_name(p_preset->get("package/unique_name"))) {
  873. valid = false;
  874. err += TTR("Invalid package unique name.") + "\n";
  875. }
  876. if (!_valid_resource_name(p_preset->get("package/publisher_display_name"))) {
  877. valid = false;
  878. err += TTR("Invalid package publisher display name.") + "\n";
  879. }
  880. if (!_valid_guid(p_preset->get("identity/product_guid"))) {
  881. valid = false;
  882. err += TTR("Invalid product GUID.") + "\n";
  883. }
  884. if (!_valid_guid(p_preset->get("identity/publisher_guid"))) {
  885. valid = false;
  886. err += TTR("Invalid publisher GUID.") + "\n";
  887. }
  888. if (!_valid_bgcolor(p_preset->get("images/background_color"))) {
  889. valid = false;
  890. err += TTR("Invalid background color.") + "\n";
  891. }
  892. if (!p_preset->get("images/store_logo").is_zero() && !_valid_image((Object::cast_to<StreamTexture>((Object *)p_preset->get("images/store_logo"))), 50, 50)) {
  893. valid = false;
  894. err += TTR("Invalid Store Logo image dimensions (should be 50x50).") + "\n";
  895. }
  896. if (!p_preset->get("images/square44x44_logo").is_zero() && !_valid_image((Object::cast_to<StreamTexture>((Object *)p_preset->get("images/square44x44_logo"))), 44, 44)) {
  897. valid = false;
  898. err += TTR("Invalid square 44x44 logo image dimensions (should be 44x44).") + "\n";
  899. }
  900. if (!p_preset->get("images/square71x71_logo").is_zero() && !_valid_image((Object::cast_to<StreamTexture>((Object *)p_preset->get("images/square71x71_logo"))), 71, 71)) {
  901. valid = false;
  902. err += TTR("Invalid square 71x71 logo image dimensions (should be 71x71).") + "\n";
  903. }
  904. if (!p_preset->get("images/square150x150_logo").is_zero() && !_valid_image((Object::cast_to<StreamTexture>((Object *)p_preset->get("images/square150x150_logo"))), 150, 150)) {
  905. valid = false;
  906. err += TTR("Invalid square 150x150 logo image dimensions (should be 150x150).") + "\n";
  907. }
  908. if (!p_preset->get("images/square310x310_logo").is_zero() && !_valid_image((Object::cast_to<StreamTexture>((Object *)p_preset->get("images/square310x310_logo"))), 310, 310)) {
  909. valid = false;
  910. err += TTR("Invalid square 310x310 logo image dimensions (should be 310x310).") + "\n";
  911. }
  912. if (!p_preset->get("images/wide310x150_logo").is_zero() && !_valid_image((Object::cast_to<StreamTexture>((Object *)p_preset->get("images/wide310x150_logo"))), 310, 150)) {
  913. valid = false;
  914. err += TTR("Invalid wide 310x150 logo image dimensions (should be 310x150).") + "\n";
  915. }
  916. if (!p_preset->get("images/splash_screen").is_zero() && !_valid_image((Object::cast_to<StreamTexture>((Object *)p_preset->get("images/splash_screen"))), 620, 300)) {
  917. valid = false;
  918. err += TTR("Invalid splash screen image dimensions (should be 620x300).") + "\n";
  919. }
  920. r_error = err;
  921. return valid;
  922. }
  923. virtual Error export_project(const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &p_path, int p_flags = 0) {
  924. ExportNotifier notifier(*this, p_preset, p_debug, p_path, p_flags);
  925. String src_appx;
  926. EditorProgress ep("export", "Exporting for UWP", 7, true);
  927. if (p_debug)
  928. src_appx = p_preset->get("custom_template/debug");
  929. else
  930. src_appx = p_preset->get("custom_template/release");
  931. src_appx = src_appx.strip_edges();
  932. Platform arch = (Platform)(int)p_preset->get("architecture/target");
  933. if (src_appx == "") {
  934. String err, infix;
  935. switch (arch) {
  936. case ARM: {
  937. infix = "_arm_";
  938. } break;
  939. case X86: {
  940. infix = "_x86_";
  941. } break;
  942. case X64: {
  943. infix = "_x64_";
  944. } break;
  945. }
  946. if (p_debug) {
  947. src_appx = find_export_template("uwp" + infix + "debug.zip", &err);
  948. } else {
  949. src_appx = find_export_template("uwp" + infix + "release.zip", &err);
  950. }
  951. if (src_appx == "") {
  952. EditorNode::add_io_error(err);
  953. return ERR_FILE_NOT_FOUND;
  954. }
  955. }
  956. if (!DirAccess::exists(p_path.get_base_dir())) {
  957. return ERR_FILE_BAD_PATH;
  958. }
  959. Error err = OK;
  960. FileAccess *fa_pack = FileAccess::open(p_path, FileAccess::WRITE, &err);
  961. ERR_FAIL_COND_V_MSG(err != OK, ERR_CANT_CREATE, "Cannot create file '" + p_path + "'.");
  962. AppxPackager packager;
  963. packager.init(fa_pack);
  964. FileAccess *src_f = NULL;
  965. zlib_filefunc_def io = zipio_create_io_from_file(&src_f);
  966. if (ep.step("Creating package...", 0)) {
  967. return ERR_SKIP;
  968. }
  969. unzFile pkg = unzOpen2(src_appx.utf8().get_data(), &io);
  970. if (!pkg) {
  971. EditorNode::add_io_error("Could not find template appx to export:\n" + src_appx);
  972. return ERR_FILE_NOT_FOUND;
  973. }
  974. int ret = unzGoToFirstFile(pkg);
  975. if (ep.step("Copying template files...", 1)) {
  976. return ERR_SKIP;
  977. }
  978. EditorNode::progress_add_task("template_files", "Template files", 100);
  979. packager.set_progress_task("template_files");
  980. int template_files_amount = 9;
  981. int template_file_no = 1;
  982. while (ret == UNZ_OK) {
  983. // get file name
  984. unz_file_info info;
  985. char fname[16834];
  986. ret = unzGetCurrentFileInfo(pkg, &info, fname, 16834, NULL, 0, NULL, 0);
  987. String path = fname;
  988. if (path.ends_with("/")) {
  989. // Ignore directories
  990. ret = unzGoToNextFile(pkg);
  991. continue;
  992. }
  993. Vector<uint8_t> data;
  994. bool do_read = true;
  995. if (path.begins_with("Assets/")) {
  996. path = path.replace(".scale-100", "");
  997. data = _get_image_data(p_preset, path);
  998. if (data.size() > 0)
  999. do_read = false;
  1000. }
  1001. //read
  1002. if (do_read) {
  1003. data.resize(info.uncompressed_size);
  1004. unzOpenCurrentFile(pkg);
  1005. unzReadCurrentFile(pkg, data.ptrw(), data.size());
  1006. unzCloseCurrentFile(pkg);
  1007. }
  1008. if (path == "AppxManifest.xml") {
  1009. data = _fix_manifest(p_preset, data, p_flags & (DEBUG_FLAG_DUMB_CLIENT | DEBUG_FLAG_REMOTE_DEBUG));
  1010. }
  1011. print_line("ADDING: " + path);
  1012. err = packager.add_file(path, data.ptr(), data.size(), template_file_no++, template_files_amount, _should_compress_asset(path, data));
  1013. if (err != OK) {
  1014. return err;
  1015. }
  1016. ret = unzGoToNextFile(pkg);
  1017. }
  1018. EditorNode::progress_end_task("template_files");
  1019. if (ep.step("Creating command line...", 2)) {
  1020. return ERR_SKIP;
  1021. }
  1022. Vector<String> cl = ((String)p_preset->get("command_line/extra_args")).strip_edges().split(" ");
  1023. for (int i = 0; i < cl.size(); i++) {
  1024. if (cl[i].strip_edges().length() == 0) {
  1025. cl.remove(i);
  1026. i--;
  1027. }
  1028. }
  1029. if (!(p_flags & DEBUG_FLAG_DUMB_CLIENT)) {
  1030. cl.push_back("--path");
  1031. cl.push_back("game");
  1032. }
  1033. gen_export_flags(cl, p_flags);
  1034. // Command line file
  1035. Vector<uint8_t> clf;
  1036. // Argc
  1037. clf.resize(4);
  1038. encode_uint32(cl.size(), clf.ptrw());
  1039. for (int i = 0; i < cl.size(); i++) {
  1040. CharString txt = cl[i].utf8();
  1041. int base = clf.size();
  1042. clf.resize(base + 4 + txt.length());
  1043. encode_uint32(txt.length(), &clf.write[base]);
  1044. memcpy(&clf.write[base + 4], txt.ptr(), txt.length());
  1045. print_line(itos(i) + " param: " + cl[i]);
  1046. }
  1047. err = packager.add_file("__cl__.cl", clf.ptr(), clf.size(), -1, -1, false);
  1048. if (err != OK) {
  1049. return err;
  1050. }
  1051. if (ep.step("Adding project files...", 3)) {
  1052. return ERR_SKIP;
  1053. }
  1054. EditorNode::progress_add_task("project_files", "Project Files", 100);
  1055. packager.set_progress_task("project_files");
  1056. err = export_project_files(p_preset, save_appx_file, &packager);
  1057. EditorNode::progress_end_task("project_files");
  1058. if (ep.step("Closing package...", 7)) {
  1059. return ERR_SKIP;
  1060. }
  1061. unzClose(pkg);
  1062. packager.finish();
  1063. #ifdef WINDOWS_ENABLED
  1064. // Sign with signtool
  1065. String signtool_path = EditorSettings::get_singleton()->get("export/uwp/signtool");
  1066. if (signtool_path == String()) {
  1067. return OK;
  1068. }
  1069. if (!FileAccess::exists(signtool_path)) {
  1070. ERR_PRINTS("Could not find signtool executable at " + signtool_path + ", aborting.");
  1071. return ERR_FILE_NOT_FOUND;
  1072. }
  1073. static String algs[] = { "MD5", "SHA1", "SHA256" };
  1074. String cert_path = EditorSettings::get_singleton()->get("export/uwp/debug_certificate");
  1075. String cert_pass = EditorSettings::get_singleton()->get("export/uwp/debug_password");
  1076. int cert_alg = EditorSettings::get_singleton()->get("export/uwp/debug_algorithm");
  1077. if (!p_debug) {
  1078. cert_path = p_preset->get("signing/certificate");
  1079. cert_pass = p_preset->get("signing/password");
  1080. cert_alg = p_preset->get("signing/algorithm");
  1081. }
  1082. if (cert_path == String()) {
  1083. return OK; // Certificate missing, don't try to sign
  1084. }
  1085. if (!FileAccess::exists(cert_path)) {
  1086. ERR_PRINTS("Could not find certificate file at " + cert_path + ", aborting.");
  1087. return ERR_FILE_NOT_FOUND;
  1088. }
  1089. if (cert_alg < 0 || cert_alg > 2) {
  1090. ERR_PRINTS("Invalid certificate algorithm " + itos(cert_alg) + ", aborting.");
  1091. return ERR_INVALID_DATA;
  1092. }
  1093. List<String> args;
  1094. args.push_back("sign");
  1095. args.push_back("/fd");
  1096. args.push_back(algs[cert_alg]);
  1097. args.push_back("/a");
  1098. args.push_back("/f");
  1099. args.push_back(cert_path);
  1100. args.push_back("/p");
  1101. args.push_back(cert_pass);
  1102. args.push_back(p_path);
  1103. OS::get_singleton()->execute(signtool_path, args, true);
  1104. #endif // WINDOWS_ENABLED
  1105. return OK;
  1106. }
  1107. virtual void get_platform_features(List<String> *r_features) {
  1108. r_features->push_back("pc");
  1109. r_features->push_back("UWP");
  1110. }
  1111. virtual void resolve_platform_feature_priorities(const Ref<EditorExportPreset> &p_preset, Set<String> &p_features) {
  1112. }
  1113. EditorExportPlatformUWP() {
  1114. Ref<Image> img = memnew(Image(_uwp_logo));
  1115. logo.instance();
  1116. logo->create_from_image(img);
  1117. }
  1118. };
  1119. void register_uwp_exporter() {
  1120. #ifdef WINDOWS_ENABLED
  1121. EDITOR_DEF("export/uwp/signtool", "");
  1122. EditorSettings::get_singleton()->add_property_hint(PropertyInfo(Variant::STRING, "export/uwp/signtool", PROPERTY_HINT_GLOBAL_FILE, "*.exe"));
  1123. EDITOR_DEF("export/uwp/debug_certificate", "");
  1124. EditorSettings::get_singleton()->add_property_hint(PropertyInfo(Variant::STRING, "export/uwp/debug_certificate", PROPERTY_HINT_GLOBAL_FILE, "*.pfx"));
  1125. EDITOR_DEF("export/uwp/debug_password", "");
  1126. EDITOR_DEF("export/uwp/debug_algorithm", 2); // SHA256 is the default
  1127. EditorSettings::get_singleton()->add_property_hint(PropertyInfo(Variant::INT, "export/uwp/debug_algorithm", PROPERTY_HINT_ENUM, "MD5,SHA1,SHA256"));
  1128. #endif // WINDOWS_ENABLED
  1129. Ref<EditorExportPlatformUWP> exporter;
  1130. exporter.instance();
  1131. EditorExport::get_singleton()->add_export_platform(exporter);
  1132. }