62 Commits

Author SHA1 Message Date
d2cb5b6439 add elapsed time to patch views 2023-07-20 21:50:50 -04:00
ff7f0f09ef Merge branch 'main' of https://dev.sp-tarkov.com/waffle.lord/Patcher Patcher2.9.3 2022-07-04 11:12:58 -04:00
567e79caf6 version bump 2022-07-04 11:12:43 -04:00
bb730aaa0d Update 'README.md'
added PatchFailed to exit codes
2022-07-04 15:07:02 +00:00
7136dcdf3c make patch client exit if an error occurs 2022-07-04 11:03:59 -04:00
164e2f55f9 Merge pull request 'fix for missing directory causing errors' (#11) from CWX/Patcher:main into main
Reviewed-on: #11
2022-07-04 12:51:24 +00:00
CWX
eb2d40547a fix for missing directory causing errors 2022-07-03 23:39:10 +01:00
91bbdac891 add os info to logs 2022-06-16 09:13:14 -04:00
b6aa4463f4 add missing logging, version bump Patcher2.9.1 Patcher2.9.2 2022-06-15 14:01:47 -04:00
8a2a3422bf bump version 2022-06-14 21:34:26 -04:00
767e857eb9 adding basic logging Patcher2.9 2022-06-14 21:26:23 -04:00
717de4f3d4 Merge pull request 'Update 'README.md'' (#9) from update/readme into main
Reviewed-on: #9
Patcher2.8
2022-06-05 21:23:44 +00:00
c4fc62b4f8 Merge branch 'main' into update/readme 2022-06-05 21:23:37 +00:00
9d822a80f2 fixing my bullshit 2022-06-05 17:22:56 -04:00
2397f3cca9 Merge pull request 'Lower startup params' (#10) from fix/generator-startup-args-to-lower into main
Reviewed-on: #10
2022-06-05 19:06:39 +00:00
ef6451661a Update 'README.md' 2022-05-17 12:14:35 +00:00
3494a1fb92 Lower startup params 2022-05-17 12:12:51 +00:00
3c6568f6d6 Merge pull request 'add autoclose parameter to patch generator with exit codes' (#8) from feature/generator-autoclose into main
Reviewed-on: #8
2022-05-17 11:52:54 +00:00
a7345f533c add autoclose parameter to patch generator with exit codes 2022-05-16 17:33:37 -04:00
37f3be1a7b update exit codes Patcher2.7 2022-05-15 18:59:26 -04:00
80f1712475 fix args out of range exception 2022-05-15 18:12:50 -04:00
33232e83b6 Merge pull request 'version bump' (#7) from feature/client-startup-args into main
Reviewed-on: #7
2022-05-15 21:44:33 +00:00
79e0d868fb version bump 2022-05-15 17:44:00 -04:00
2647019952 Merge pull request 'add patch client exit codes and startup arg to auto-close' (#6) from feature/client-startup-args into main
Reviewed-on: #6
2022-05-15 21:38:53 +00:00
7145a2a458 add patch client exit codes and startup arg to auto-close 2022-05-15 17:36:16 -04:00
9e427421a5 Merge pull request 'add check for eft exe' (#5) from fix/no-eft-exe-check into main
Reviewed-on: #5
Patcher2.6
2022-05-01 17:05:55 +00:00
d25b0e5dfe add check for eft exe 2022-05-01 13:04:52 -04:00
8374a0d815 Merge pull request 'fix/no-patch-folder-check' (#4) from fix/no-patch-folder-check into main
Reviewed-on: #4
Patcher2.5
2022-04-30 16:14:21 +00:00
6be7688dd4 add patch folder check to client, updated client resource 2022-04-30 12:05:13 -04:00
9bcbb42f83 update message view with textblock to wrap text 2022-04-30 12:03:09 -04:00
165ddb4990 remove duplicate reactiveUI calls 2022-04-30 12:02:16 -04:00
aa80a3d2aa forgot to mark client as embedded resource Patcher2.4 2022-02-23 09:07:11 -05:00
bcbc95f468 update files to have versions, replace temp files if they exist 2022-02-23 09:04:50 -05:00
c1f8b7e3ee possibly fix patcher bug preventing patching from starting Patcher2.3 2022-02-11 15:38:08 -05:00
2beec228da Add slight delay before autozipping to allow files to unlock, added dispatcher invocations to UI based property updates Patcher2.2 2021-12-29 20:28:03 -05:00
b842c6031c move resources to correct projects 2021-12-29 11:04:02 -05:00
7d87ff7291 I'm dumb 2021-12-28 21:16:24 -05:00
bf496d50b3 Replace ViewNavigator with ReactiveUI RouterState, Fix PatchHelper rasing progress changed with no remaining source files, fix view load race conditions Patcher2.1 2021-12-28 19:44:25 -05:00
6dbd1da61b Merge pull request 'avalonia-port' (#3) from avalonia-port into main
Reviewed-on: #3
Patcher2.0
2021-12-26 01:26:57 +00:00
1221e1e012 finished port, replace old project files 2021-12-25 20:24:00 -05:00
17325571ad its 1am idk man, I did some things. Patch Generator WIP 2021-12-25 01:17:01 -05:00
f57abbb64a updating avalonia, WIP patch generator 2021-12-22 23:15:14 -05:00
2339f5d9b9 update projects to .net6 2021-12-22 14:36:18 -05:00
d54a41ca9d add comments to PatchHelper, fix compare hash logic 2021-12-21 10:57:17 -05:00
c76e8329fc finish patch client styling, remove test method 2021-12-21 10:21:55 -05:00
3cb2b9cfae updating port to use xdelta, fixed line item progress not updating to 100%, styling WIP 2021-12-19 21:37:31 -05:00
eb27dc51a6 Merge pull request 'main' (#2) from main into avalonia-port
Reviewed-on: #2
2021-12-19 16:24:12 +00:00
705a4fd0b7 Merge pull request 'implement xdelta' (#1) from xdelta into main
Reviewed-on: #1
Patcher1.4
2021-12-18 05:04:38 +00:00
b71e2874e2 finish quick xdelta implementation 2021-12-18 00:03:07 -05:00
644a2fb4e9 quick implementation of xdelta 2021-12-17 16:02:31 -05:00