Commit Graph

112 Commits

Author SHA1 Message Date
9a8568d692 logging 2024-04-03 01:26:56 +02:00
bf7bd86934 add length check to arg_value 2024-03-30 18:48:11 +01:00
87535fb839 add delete support for dirs 2024-03-01 10:37:56 +01:00
4d6f056d7b use_https default true 2024-02-29 10:33:31 +01:00
bb66366f41 write games.json content to file on error 2024-02-20 19:54:16 +01:00
bd26533ae2 add debug print to get_body 2024-02-20 19:44:11 +01:00
55328a969b remove unused imports 2024-02-20 01:56:23 +01:00
512a073b07 remove debug print 2024-02-20 01:47:35 +01:00
99010664bf fix unix self_update::run 2024-02-20 01:37:46 +01:00
02c3004231 fully replace http_req with reqwest
close #43
Should also help to either resolve or at least investigate seemingly random TLS & IO errors #64 #77
2024-02-20 01:28:31 +01:00
dba849e3be add --ignore-required-files to --help 2024-02-15 01:05:42 +01:00
5ef075d4c3 add --ignore-required-files 2024-02-09 18:45:19 +01:00
e8aee89f45 check for required files 2024-02-07 12:53:43 +01:00
2760e2ab1e keep console open & exit process when game not found 2024-02-07 12:29:58 +01:00
d44ae36f86 whoopsie 2024-02-07 12:23:31 +01:00
6e3c06af86 remove unused src files 2024-02-07 12:06:11 +01:00
fcdc875272 add use_https
close #70
2024-02-07 12:05:57 +01:00
32d1b129c8 only download iw4x-sp if selected
close #63
2024-02-07 11:52:21 +01:00
1dd18317cf require references
close #67
2024-02-07 11:37:34 +01:00
1147e0673b use new cdn 2024-01-04 18:53:44 +01:00
0e8b9285c9 fix steamlocate beta.2 2024-01-02 11:44:34 +01:00
caaf73e9f3 add support for Game.delete 2024-01-02 11:22:18 +01:00
e4de326b41 v0.6.4 2023-12-18 16:51:20 +01:00
0728561eca remove iw4 files not present on remote 2023-12-18 16:49:57 +01:00
35a1d1866f iw4 default arg -stdout; add cfg.engine 2023-11-13 15:26:28 +01:00
3f6de0350b set useragent header 2023-11-07 17:14:40 +01:00
9fe9f58e70 fix linux 2023-11-06 22:33:58 +01:00
1e62b5ffad cleanup 2023-11-06 22:27:09 +01:00
f582cdd625 self restart 2023-11-06 03:20:46 +01:00
8cc1047367 don't panic if cleaning up left over files fails 2023-11-06 02:08:29 +01:00
f0a63a241a fix existing file hashes always being calculated 2023-11-06 01:56:26 +01:00
7c37334199 improve setup_env on Windows
(real)
935a72e05b
2023-11-04 11:48:04 +01:00
897c5dae4b lint 2023-11-04 11:35:19 +01:00
fdcf3d31bd import std::env 2023-11-04 07:48:40 +01:00
935a72e05b maint(win): improve setup_env on Windows 2023-11-04 07:27:58 +01:00
17454d4dc8 update iw4x first
so we don't have to pass the progressbar to iw4x just to not have it break by a little println
2023-11-02 11:44:08 +01:00
9a6b7b531a only show filename in pb 2023-11-02 11:31:50 +01:00
806118862f use String::default() for empty strings
as suggested by diamante quality control ™️
2023-11-02 11:27:43 +01:00
8c407de8fb consume 2023-11-02 10:43:36 +01:00
dacaf322d4 stream files to disk
- Greatly reduced memory usage while downloading
- Added progressbar, download rate
- Added async runtime
- Tweaks to allow usage of async download function
2023-11-02 10:39:58 +01:00
f609a53377 dc 2023-10-28 20:14:39 +02:00
24a745abff typo 2023-10-28 19:49:21 +02:00
58b57f48ad clippy 2023-10-28 19:38:53 +02:00
9c26679a5a print download size 2023-10-28 19:35:28 +02:00
ca836bbda6 add av info on permission denied 2023-10-26 06:25:12 +02:00
4bdecabbe5 misc 2023-10-06 08:34:42 +02:00
6a8c11b101 add changelog link 2023-10-06 08:30:29 +02:00
12526d7f36 handle notfound; give tips to fix permission denied 2023-10-02 15:49:01 +02:00
f3e7a42043 Create config path if it doesn't exist; don't panic 2023-10-02 15:48:22 +02:00
fddd146361 improve logging of http errors 2023-10-02 04:39:49 +02:00