Commit Graph

87 Commits

Author SHA1 Message Date
JustArchi
40b79ddda0 Misc 2019-10-20 21:38:55 +02:00
JustArchi
a0dfb28e59 R# cleanup 2019-10-13 17:21:40 +02:00
JustArchi
0a6392cd2b Closes #1460 2019-10-13 13:10:07 +02:00
Łukasz Domeradzki
5b4867c387 Update ASF to .NET Core 3.0 (#1427)
* Initial bump to .net core 3.0

* Update cc.sh

* Update appveyor.yml

* Update ArchiSteamFarm.csproj

* Update appveyor.yml

* Update .travis.yml

* Build corrections

* Cleanup

* Update .travis.yml

* Don't publish trimmed for now

* Update ArchiSteamFarm.csproj
2019-09-26 20:28:25 +02:00
Vitaliy
737aa622b7 Fix wallet code redeeming due to Steam changes (#1358)
* Fix wallet code redeeming due to Steam changes

* Revert "Fix wallet code redeeming due to Steam changes"

This reverts commit a993b26e

* Add AssumeWalletKeyOnBadActivationCode parameter to RedeemingPreferences, add according flags for redeem^
2019-08-05 14:41:37 +02:00
JustArchi
178ca64cfa Implement non-blocking IO saving for databases 2019-07-25 17:09:20 +02:00
JustArchi
81eafd448b Misc 2019-07-18 15:57:48 +02:00
JustArchi
06d2680438 Enhance addlicense in a similar way
Thanks for idea @ryzhehvost
2019-07-04 15:44:53 +02:00
JustArchi
dbffb536d2 Misc 2019-07-03 01:03:10 +02:00
JustArchi
3955cd96d1 Make owns types case-insensitive 2019-07-03 00:54:12 +02:00
JustArchi
4ec4eaa8ab Make use of cache for gameName as well 2019-07-02 22:04:28 +02:00
JustArchi
86de831062 Misc 2019-07-02 21:50:18 +02:00
JustArchi
db1d5256af How many mistakes I can do in this function? 2019-07-02 21:40:37 +02:00
JustArchi
7f64190100 Misc 2019-07-02 21:30:55 +02:00
JustArchi
8b1cc1030e Include game name in the output stats 2019-07-02 21:22:28 +02:00
JustArchi
e947bac0e7 Final touches 2019-07-02 21:17:27 +02:00
JustArchi
96061f14c5 Misc 2019-07-02 20:51:18 +02:00
JustArchi
0d7a9c27e5 Misc 2019-07-02 15:28:37 +02:00
JustArchi
b30e3f3b5d Improve owns command to take into account owned packageIDs
Idea thanks to @ryzhehvost
2019-07-02 15:06:01 +02:00
JustArchi
22c1b6130a Closes #1290 2019-06-23 17:30:34 +02:00
JustArchi
2ce3156f41 Misc 2019-05-24 23:18:20 +02:00
JustArchi
caae02a986 Misc 2019-05-19 21:53:11 +02:00
JustArchi
b98268a465 R# cleanup, small code improvements 2019-05-19 15:38:06 +02:00
JustArchi
9b9f45f26a Misc 2019-04-26 15:42:53 +02:00
JustArchi
8c105b14d1 Misc 2019-04-24 11:27:09 +02:00
JustArchi
2c68e9f70e Further statistics improvements 2019-04-05 15:12:54 +02:00
JustArchi
9b01f7d8bf Bot-oriented misc 2019-04-03 16:41:47 +02:00
JustArchi
4920e28ac9 Misc string comparison optimizations 2019-04-02 20:43:17 +02:00
JustArchi
b231237554 Closes #1151
Apparently `Compare()` doesn't return -1/0/1 as expected from a comparer, but some kind of string distance, which is not what we wanted here.
2019-03-18 21:44:26 +01:00
JustArchi
000ddca825 Closes #1087 2019-03-06 23:01:15 +01:00
JustArchi
7cdb9e265c Closes #1131 2019-03-01 23:14:51 +01:00
JustArchi
36fa2b8b4d Add BGR command + API info
@mrburrburr you might want to somehow make use of it (maybe show next to key icon? I don't know)
2019-02-26 19:59:04 +01:00
JustArchi
5e4a90bb70 Allow to find bots by SteamID in selected functions 2019-02-25 23:49:20 +01:00
JustArchi
97496653b0 Misc 2019-02-24 18:40:27 +01:00
JustArchi
effb7a471a Misc 2019-02-24 17:13:39 +01:00
JustArchi
b27a19462a Closes #1114 2019-02-24 17:11:47 +01:00
JustArchi
65968b4302 Respect custom BotsComparer when navigating through bot names 2019-02-23 08:40:56 +01:00
JustArchi
cebda5b689 Always distribute from the current bot onwards
Forwarding stays the same
2019-02-23 08:35:48 +01:00
JustArchi
6241e283b5 Increase contextID to 64 bits 2019-02-22 04:42:36 +01:00
JustArchi
b677ba8202 Code/style cleanup 2019-02-16 17:34:17 +01:00
JustArchi
2347925b1c Closes #951 2019-02-10 06:35:20 +01:00
JustArchi
4f71732ec2 Misc 2019-02-01 22:25:28 +01:00
JustArchi
c594da5acb Add 2FA actions to ASF API 2019-01-23 17:58:37 +01:00
JustArchi
08b1d4190d Expose version in update API 2019-01-18 17:07:00 +01:00
JustArchi
18d5f1938f Open configs for public API 2019-01-14 21:50:23 +01:00
JustArchi
e1e9a9f457 Rider cleanup 2019-01-14 19:11:17 +01:00
JustArchi
92431c1d3e Update public API of access 2019-01-12 18:48:00 +01:00
JustArchi
7aff2ecbb1 Misc 2019-01-12 17:48:56 +01:00
JustArchi
3547f09464 Deconstruct KeyValuePairs globally
And add support for doing this in .NET Framework
2019-01-11 00:16:20 +01:00
JustArchi
192656cd02 Implement basic code contracts 2019-01-10 23:44:32 +01:00