Commit Graph
172 Commits
Author SHA1 Message Date
oldnapalmandGitHub 7afa77ecac Exclude import 'Tkinter'
https://github.com/pyinstaller/pyinstaller/wiki/Recipe-remove-tkinter-tcl
2020-06-15 12:19:44 -03:00
oldnapalmandGitHub ada795ec62 Merge pull request #63 from oldnapalm/master
Update to Zwift 1.0.51959
zoffline_1.0.51959
2020-06-12 23:04:31 -03:00
oldnapalmandGitHub 57ca5534b7 Update to Zwift 1.0.51959 2020-06-12 22:28:21 -03:00
oldnapalmandGitHub 1231958e18 Group ghosts, check course, road and direction 2020-06-12 19:36:50 -03:00
oldnapalmandGitHub f84021735d Set default player_id on except 2020-06-07 14:51:55 -03:00
oldnapalmandGitHub 62a4161917 Fix misplaced increment
Caused the bug mentioned here
https://github.com/zoffline/zwift-offline/issues/56#issuecomment-634803848
2020-06-05 15:59:10 -03:00
oldnapalmandGitHub f495f15378 Update to Zwift 1.0.51298 zoffline_1.0.51298 2020-06-04 09:15:57 -03:00
oldnapalmandGitHub 48039acb56 Update to Zwift 1.0.51298 2020-06-04 09:14:21 -03:00
zoffline 03bf76b0e9 Exclude vcruntime140.dll from pyinstaller upx compressing
Can corrupt it, preventing building, e.g.:
https://github.com/pyinstaller/pyinstaller/issues/1565
https://github.com/pyinstaller/pyinstaller/issues/2659
https://github.com/zoffline/zwift-offline/pull/58
zoffline_1.0.50775
2020-05-31 17:37:01 -04:00
zoffline 25683afbe7 Add updated generated proto file 2020-05-31 17:34:50 -04:00
zoffline b65f171b8d Merge branch 'oldnapalm-master' 2020-05-31 17:33:18 -04:00
oldnapalmandGitHub 5eedd08513 Update udp-node-msgs.proto 2020-05-29 13:32:20 -03:00
oldnapalmandGitHub a5aef5380e Update udp-node-msgs.proto 2020-05-28 22:03:52 -03:00
oldnapalmandGitHub 952ad13151 Update to Zwift 1.0.50775 2020-05-28 21:56:07 -03:00
zofflineandGitHub d61e4e685b Update README.md 2020-05-27 19:01:08 -04:00
zofflineandGitHub c48714a8a8 Update README.md 2020-05-27 18:59:38 -04:00
zoffline edaa269b2b Generate updated protobuf files Zwift_1.0.49821_r2 2020-05-27 18:49:05 -04:00
zoffline 8d9c60cfb9 Merge branch 'oldnapalm-master' 2020-05-27 18:38:09 -04:00
oldnapalmandGitHub 6d01c050b4 Set player_id on timeout 2020-05-27 12:47:15 -03:00
oldnapalmandGitHub ca1097630d Redundant checks 2020-05-24 20:51:18 -03:00
oldnapalmandGitHub ac455ae7cf Add ghosts feature 2020-05-24 17:36:33 -03:00
oldnapalmandGitHub 8763f7e0aa Update db version in initialize_db.sql 2020-05-17 19:37:20 -03:00
zoffline 0a29eae6fa Update README Zwift_1.0.49821_r1 2020-05-15 23:24:24 -04:00
zoffline 0c00bcedca comment typo fix 2020-05-15 23:23:42 -04:00
zoffline 4ed7ca4a8c comments 2020-05-15 23:11:06 -04:00
zoffline 7bbae898b4 Add TCP protobuf structures 2020-05-15 23:08:59 -04:00
zoffline d35f7f3afd Make generated protobuf code friendly for older runtimes 2020-05-15 21:29:06 -04:00
zoffline d5a309f237 Merge branch 'oldnapalm-master' 2020-05-15 21:25:06 -04:00
oldnapalmandGitHub b41431bcd9 Fix mistake in TCP packet 2020-05-14 14:49:58 -03:00
oldnapalmandGitHub 915ab2fb28 Update Makefile 2020-05-14 12:30:53 -03:00
oldnapalmandGitHub 0d65afe5ee Add hash seeds 2020-05-14 12:28:11 -03:00
oldnapalmandGitHub 3702d07a7d Update attributes POST
Returning a protobuf is causing this error in Zwift log:
Error parsing JSON: * Line 1, Column 1
Syntax error: value, object or array expected.
2020-05-13 16:55:23 -03:00
oldnapalmandGitHub e6bb0b24b1 Disable telemetry 2020-05-13 16:47:04 -03:00
oldnapalmandGitHub c57d6d549c Proposed fix for issue #1 2020-05-13 16:34:40 -03:00
zoffline b5bd6afc0e Update to Zwift 1.0.49821 Zwift_1.0.49821 2020-04-30 21:29:07 -04:00
zofflineandGitHub 944f81f741 Merge pull request #51 from oldnapalm/master
Update to Zwift 1.0.49777
Zwift_1.0.49777
2020-04-30 16:31:24 -04:00
oldnapalmandGitHub ff9e40df7e Fix for Python 3
File "standalone.py", line 57, in do_GET
TypeError: a bytes-like object is required, not 'str'
2020-04-30 16:51:31 -03:00
oldnapalmandGitHub f6f0046040 Update to Zwift 1.0.49777 2020-04-30 16:17:32 -03:00
zoffline 081e29ed24 readme nit 2020-04-29 23:33:12 -04:00
zoffline bb62c6a9f6 Couple of fixes for Python 3 Zwift_1.0.49751 2020-04-29 23:06:10 -04:00
zoffline 77ff84e980 Support Python 3 2020-04-29 22:52:15 -04:00
zofflineandGitHub 1f30cecd59 Merge pull request #50 from oldnapalm/master
Update to Zwift 1.0.49751
2020-04-29 22:48:48 -04:00
oldnapalmandGitHub e15c9bd6df Update to Zwift 1.0.49751 2020-04-29 23:41:58 -03:00
zofflineandGitHub 9e236c1945 Merge pull request #48 from oldnapalm/master
Fix ANSI color in Windows 10
2020-04-29 21:25:25 -04:00
oldnapalmandGitHub ad1967dcf6 Fix ANSI color in Windows 10 2020-04-29 13:48:45 -03:00
oldnapalmandGitHub eda4302779 Workaround for Windows client crash (#45)
* Workaround for Windows client crash
Zwift_1.0.48969_r1
2020-04-28 12:16:08 -04:00
zoffline 25fbc429b4 nit in launcher screen 2020-04-25 19:58:34 -04:00
zoffline 49b24dc138 Switch docker to use standalone.py instead of apache 2020-04-24 21:23:54 -04:00
zoffline 86a76605a5 Add a schedule passthrough fallback option to standalone 2020-04-24 20:45:33 -04:00
zoffline 664fcf88de Update README.md 2020-04-24 19:22:30 -04:00