|
d60c9097ab
|
🐛 Fix promise not resolving after file download
|
2018-09-30 14:38:46 +02:00 |
|
|
6394de57f4
|
♻ Extract file download from preparation steps
|
2018-09-30 14:35:25 +02:00 |
|
|
facf0d12c9
|
🐛 Fix patch installation of deleted files
|
2018-09-16 04:04:34 +02:00 |
|
|
d4920a36ef
|
🐎 Restrict to 3 concurrent tasks for improved performance
|
2018-09-16 03:07:24 +02:00 |
|
|
496a9500a7
|
🐛 Fix patch install failure
|
2018-09-16 03:04:08 +02:00 |
|
|
6500b7a8c7
|
🐎 Offload file extraction to patch-installer instead of piping it back
|
2018-09-16 02:57:25 +02:00 |
|
|
f074739579
|
🚚 Rename patcher-installer to patch-installer
|
2018-09-14 18:55:41 +02:00 |
|
|
69759e5709
|
🎨 Even for newly added files, use .tmp file extension
|
2018-09-14 06:37:51 +02:00 |
|
|
110be7f94c
|
🐛 Improve error handling
|
2018-09-14 06:31:13 +02:00 |
|
|
ce4850e852
|
🐛 Add error message
|
2018-09-14 06:25:59 +02:00 |
|
|
822b7d3b2e
|
🐛 Fix task manager
|
2018-09-14 06:22:55 +02:00 |
|
|
a7532a92af
|
🐛 Fix bug causing task manager to exit early
|
2018-09-14 06:14:46 +02:00 |
|
|
19f00442b5
|
🐎 Add task manager to avoid using too much CPU
|
2018-09-14 06:11:00 +02:00 |
|
|
93c47e2fbc
|
🐛 Fix patch verification
|
2018-09-14 05:20:27 +02:00 |
|
|
b984512a75
|
🐛 Fix patch verification
|
2018-09-14 05:15:58 +02:00 |
|
|
a59a6bd767
|
🐛 Fix patch verification to handle *_version.txt case
|
2018-09-14 05:14:14 +02:00 |
|
|
34cccd0d04
|
🐛 Fix error message
|
2018-09-14 04:52:50 +02:00 |
|
|
59ffb39d8a
|
🚧 Add debugging message
|
2018-09-14 04:44:44 +02:00 |
|
|
2cd936e6c2
|
🐎 Use patcher-installer to install from previous patch as well
|
2018-09-14 04:23:11 +02:00 |
|
|
1fb738505e
|
🎨 Supply decryption keys as comma-delimited string and not as three args
|
2018-09-14 01:52:26 +02:00 |
|
|
a605e78715
|
🐛 Use command line options when calling patcher-installer
|
2018-09-14 00:50:59 +02:00 |
|
|
e22c27aa31
|
🗑 Remove unneeded code
|
2018-08-09 17:17:31 +02:00 |
|
|
6a4c73ba7f
|
🐎 Use executable for installation instead of JS
|
2018-08-09 17:16:34 +02:00 |
|
|
cd3bef0017
|
👷 Update build script to include patcher-installer executable
|
2018-08-09 16:43:00 +02:00 |
|
|
442b576981
|
🐛 Fix decryption function
|
2018-08-07 15:23:49 +02:00 |
|
|
0a18475076
|
📓 Add comment
|
2018-07-16 03:19:29 +02:00 |
|
|
a39f428912
|
🎨 Improve error messaging
|
2018-07-10 00:59:31 +02:00 |
|
|
3a3fa68213
|
🐎 Improve performance
|
2018-07-09 19:10:19 +02:00 |
|
|
6bb8ccea22
|
🚀 Add xdelta3 support
|
2018-07-09 18:29:46 +02:00 |
|
|
b5037c2a71
|
✔ Fix checking of announce url
|
2018-07-09 16:06:33 +02:00 |
|
|
a7e9a288f2
|
🐛 Fixed download URL for retailclient products
|
2018-07-09 16:04:17 +02:00 |
|
|
d276d09634
|
✔ Allow for 128 KiB piece length
|
2018-07-09 16:02:39 +02:00 |
|
|
c4b7934013
|
✔ Fix check of reliable URL
|
2018-07-09 16:00:59 +02:00 |
|
|
fc9c441fa8
|
🐛 Fix typo
|
2018-07-09 15:57:16 +02:00 |
|
|
8dcd7b67f0
|
✔ Relax check of networkgroupid
|
2018-07-09 15:56:15 +02:00 |
|
|
05945575e8
|
🐛 Fix test for retailclient_swtor announce url
|
2018-07-09 15:54:14 +02:00 |
|
|
1183a87b53
|
✔ Relax checking of announce URL to allow snxd.com
|
2018-07-09 15:51:03 +02:00 |
|
|
440611913d
|
🚀 Update getPatch to write files to disk
|
2018-07-09 15:23:11 +02:00 |
|
|
b6eccc2dab
|
📓 Update install instructions, document future features
|
2018-07-09 01:58:10 +02:00 |
|
|
edc2b2672f
|
🗑 Remove debugging output
|
2018-07-08 23:46:01 +02:00 |
|
|
0f224523d4
|
🚀 Add getSolidPkgZip endpoint
|
2018-07-08 23:44:15 +02:00 |
|
|
40346cadae
|
✨ Allow installPatch to be configurable
|
2018-07-08 23:38:10 +02:00 |
|
|
2548b00684
|
🗑 Remove more debugging output
|
2018-07-08 23:32:22 +02:00 |
|
|
52169d6160
|
🗑 Remove various debugging features
|
2018-07-08 23:31:14 +02:00 |
|
|
eb8366abdc
|
🐛 Fix modify password function
|
2018-07-08 23:29:53 +02:00 |
|
|
58cd6801c7
|
🚧 Testing another file for decompression
|
2018-07-08 23:07:34 +02:00 |
|
|
a07d719d4f
|
🚧 manually decompress file to debug
|
2018-07-08 22:59:31 +02:00 |
|
|
864b6dc6f6
|
🚧 Write compressed files to disk for debugging
|
2018-07-08 22:49:56 +02:00 |
|
|
32b0c39444
|
🚧 Some more possible decryption fixes
|
2018-07-08 22:32:08 +02:00 |
|
|
ddeb9f190f
|
🚧 Possible fix to decryption errors
|
2018-07-08 22:29:03 +02:00 |
|