Commit graph

4686 commits

Author SHA1 Message Date
JustArchi
14799c2733 Bump 2017-08-24 18:14:25 +02:00
JustArchi
031386ffb9 Closes #623 2017-08-24 17:55:25 +02:00
JustArchi
b561c3fc17 Misc 2017-08-23 17:32:58 +02:00
JustArchi
644f95e96c Bump 2017-08-23 17:11:41 +02:00
JustArchi
864c909760 Translations update 2017-08-23 17:11:15 +02:00
JustArchi
aacf491a0c Improve relability of CustomGamePlayed
It's freaking unbelievable that I found a root cause of that.
2017-08-23 17:04:12 +02:00
JustArchi
5ce219eb6e Misc 2017-08-23 16:09:03 +02:00
JustArchi
f1578a5174 Improve IdleRefundableGames
We didn't take into account 2 hours passed scenario.
2017-08-23 15:59:56 +02:00
JustArchi
1d7dbe3791 Misc, #615 2017-08-23 01:17:43 +02:00
JustArchi
5c121bee75 Misc complex algorithm optimization 2017-08-22 20:54:27 +02:00
JustArchi
6be0cff505 Bump 2017-08-22 16:13:15 +02:00
JustArchi
6281e258da Translations update 2017-08-22 15:49:25 +02:00
JustArchi
68110f2038 Misc 2017-08-22 15:48:00 +02:00
JustArchi
f423f35c62 Further fix 2017-08-21 15:16:55 +02:00
JustArchi
56246d3853 Fix GamesPlayedWhileIdle 2017-08-20 23:35:03 +02:00
JustArchi
f6cbd67206 CodeStyle update 2017-08-19 00:12:51 +02:00
JustArchi
720214016b Bump 2017-08-18 22:59:11 +02:00
JustArchi
55d7ccd28b Translations update 2017-08-18 22:56:01 +02:00
Łukasz Domeradzki
6d1ea0b20c AppVeyor/Travis: 2.0.0 runtime updates (#619) 2017-08-18 19:41:17 +02:00
JustArchi
40e8d85359 Bump 2017-08-16 01:14:45 +02:00
JustArchi
e397b7f7cc Bump IdleFarmingPeriod 2017-08-16 01:08:30 +02:00
JustArchi
4090b40ac7 Misc 2017-08-16 00:44:09 +02:00
JustArchi
05df0ee725 Add extra logic for disconnects 2017-08-16 00:42:20 +02:00
JustArchi
eaf56d0221 Optimize badges parsing
Currently we parse badge pages on account becoming free (both game lock and family lock), as well as on new game redeemed on account.

This can be further optimized by avoiding checking badge pages when we can be sure that it didn't change since our last run, so when we already confirmed that we have nothing to farm AND we didn't get disconnect in between. This would make it possible to avoid stupid checks e.g. when user is exiting game being played if we confirmed that there is nothing to farm and we didn't get new game being redeemed event.

If by any chance user will redeem new game while playing something, this will still work correctly and trigger badge check after he's done playing.
2017-08-16 00:19:23 +02:00
JustArchi
1fc9b96f83 Slightly help with !owns, #586 2017-08-15 16:08:18 +02:00
JustArchi
462020f842 Misc 2017-08-15 15:10:27 +02:00
Łukasz Domeradzki
b4e8e24921 Merge pull request #615 from KlappPc/master
Allow cross site access, (for example via javascript) for IPC
2017-08-15 15:07:35 +02:00
Florian Lang
84129da691 moved cross origin to writeAsync 2017-08-15 14:52:00 +02:00
JustArchi
141673409f Closes #613 2017-08-15 14:30:59 +02:00
Florian Lang
2ad10a5946 Merge remote-tracking branch 'upstream/master' 2017-08-15 11:24:59 +02:00
Florian Lang
495b7594f9 allow cross site acces from file:/// 2017-08-15 11:24:32 +02:00
JustArchi
1727492e07 Misc 2017-08-14 19:02:06 +02:00
JustArchi
82e38d78eb CI: Slightly improve speed 2017-08-14 18:26:00 +02:00
JustArchi
55af650da5 Bump 2017-08-14 18:10:06 +02:00
JustArchi
a062e98f2d crowdin-cli 2.0.18 2017-08-14 18:00:35 +02:00
JustArchi
8b8671c679 Use TCP by default
We'll play it safe, websocket/udp is not fully tested yet.
2017-08-14 17:58:30 +02:00
JustArchi
5e4f6a7926 Revert "Test"
This reverts commit 57b2c8f1cf.
2017-08-14 06:24:27 +02:00
JustArchi
57b2c8f1cf Test 2017-08-14 06:17:57 +02:00
JustArchi
02e7f2144f Misc 2017-08-14 05:32:22 +02:00
JustArchi
c13fd10bd8 Implement BackgroundGCPeriod
Tough decision to make, but I promised going for full performance, so there is that.
2017-08-14 05:31:01 +02:00
JustArchi
7fe0b4499b Misc 2017-08-12 20:17:00 +02:00
JustArchi
94160bdc42 Packages update 2017-08-12 01:22:52 +02:00
JustArchi
c01c0f7cd1 General cleanup of #609 2017-08-12 01:16:44 +02:00
Łukasz Domeradzki
65b06ae3b9 Merge pull request #609 from KlappPc/master
Transfer command (easy version, flexible loot)
2017-08-12 01:02:41 +02:00
Florian Lang
5d443f3ed2 simplified 2017-08-12 00:45:05 +02:00
Florian Lang
6a6c903d7d tradetoken 2017-08-12 00:31:51 +02:00
Florian Lang
52f5ef2a39 misc 2017-08-12 00:19:08 +02:00
Florian Lang
b92a4ea505 switched to tab as intend 2017-08-11 22:51:27 +02:00
Florian Lang
8ae9db3a34 transfer command easy version 2017-08-11 22:36:03 +02:00
JustArchi
388c72052c Misc optimization
I had to miss this one.
2017-08-10 00:05:00 +02:00