Commit Graph
82 Commits
Author SHA1 Message Date
zofflineandGitHub 5db73e480d Mention possible password prompt in instructions. 2019-10-09 23:40:35 -04:00
zoffline 5aa1bf88c1 Update to Zwift 1.0.39812 Zwift_1.0.39812 2019-09-08 23:00:45 -04:00
zoffline 8b26a315fe Allow launching into a specific map from Launcher screen
May have to right click on Launcher and "Refresh" to see new screen.

This will not work with Docker installs (or apache installs).
1.0.39216_r1
2019-08-30 17:51:24 -04:00
zoffline 58987037cf Add script for generating MapSchedule 2019-08-30 17:51:02 -04:00
zoffline 4059c34ce6 Update offline MapSchedule 2019-08-30 17:50:41 -04:00
zofflineandGitHub 5c141565c2 Make simplest instructions match existing 2019-08-30 15:41:35 -04:00
zofflineandGitHub 4dbc3c3acb Mention waiting on standalone exe 2019-08-30 15:38:02 -04:00
zofflineandGitHub 7e0f1a2ea7 Fix README
(maybe)
2019-08-30 15:33:38 -04:00
zoffline ecb269f6c6 Support building a standalone executable Zwift_1.0.39216 2019-08-30 15:24:46 -04:00
zoffline 22ba61e170 "Support" zfile POSTs 2019-08-30 15:20:46 -04:00
zoffline 2561d87b3c Update db version in initialize_db.sql 2019-08-30 13:19:16 -04:00
zoffline a998d2e669 Merge branch 'master' of https://github.com/zoffline/zwift-offline 2019-08-29 20:00:28 -04:00
zoffline 1725c937d0 Update to Zwift 1.0.39216
The relay URL is now returned as part of the login response.
More fully implemented this response incl. adding relay url.
This should resolve issue #24
2019-08-29 19:59:55 -04:00
zoffline e73aa302ab Empty responses for GETs on zfiles and private_event feed
Just to clear the errors out of Zwift's log
2019-08-29 19:54:38 -04:00
zofflineandGitHub f2fdb73ed2 Clarify where Zwift state is stored in README 2019-08-25 13:49:51 -04:00
zoffline 73f59e0cac Update to Zwift 1.0.38296
I had to disable zoffline to apply the update otherwise I got
an error. If an error occurs do the same.
2019-08-21 17:47:25 -04:00
zoffline 1f567ef89c Clean up branch in init_database() 2019-07-03 22:09:55 -04:00
zoffline 47f93a86ff Merge branch 'master' of https://github.com/zoffline/zwift-offline 2019-07-03 21:53:08 -04:00
zoffline 5bde4298d0 Update database for e7b27d99's world_time change 2019-07-03 21:52:29 -04:00
zoffline c17c2cf3bd Return world time when world attributes are requested 2019-07-03 21:52:06 -04:00
zoffline 749f3587ce Only return the SegmentResult fields Zwift expects 2019-07-03 21:51:59 -04:00
zoffline e7b27d993a Use a rough estimate of Zwift's world time (possibly temporarily) 2019-07-03 21:51:46 -04:00
zofflineandGitHub f5c88b9150 Clarify Android install step 2019-06-22 23:02:45 -04:00
zofflineandGitHub 1d5046c0f2 Qualify last commit to only affect Linux 2019-06-22 22:55:28 -04:00
zofflineandGitHub 3b9d0c6806 Add link and documentation to "update" script
If Zwift is updated, link to a script that will automatically update zoffline to support it.
2019-06-22 22:52:40 -04:00
zofflineandGitHub 208211f125 Merge pull request #20 from oldnapalm/master
Update Strava authentication
2019-06-22 18:21:08 -04:00
oldnapalmandGitHub e249170539 Update README.md 2019-06-18 10:06:31 -03:00
oldnapalmandGitHub 6896ce6b7f Update zwift_offline.py 2019-06-18 10:03:48 -03:00
oldnapalmandGitHub 685cf253de Update strava_auth.py 2019-06-18 09:57:30 -03:00
zoffline 3de965cce1 Support only_best param when obtaining segment-results
Does not fix timing issue with segment results. The issue with that is
that it's calculated based off of world time and not sure exactly what
world time is or how it relates to real time.
2019-05-27 20:03:12 -04:00
zoffline 234130dc9c Update to Zwift 1.0.36387
I disabled zoffline prior to updating so I don't know if doing so is
required to prevent a crash as was the case with the 1.0.34042 update.
2019-05-14 22:01:04 -04:00
zoffline ff3f45e8e4 Update offline map schedule 2019-03-08 20:14:38 -05:00
zoffline 07151a6a26 Update to Zwift 1.0.34042
Updating to this from 1.0.31087 required that I disable zoffline for
the update (patcher error otherwise). Your mileage may vary.

Basic functionality and drop shop tested to work.
2019-03-08 20:08:23 -05:00
zoffline 43090ac201 Fix bug introduced in 2eb0c3 (issue #15)
Had singular and plural world responses swapped.
2018-10-30 20:39:58 -04:00
zoffline a661c282a2 Require a segment_id when requesting segments 2018-10-30 20:39:39 -04:00
zofflineandGitHub 85bc27ae9c Merge pull request #14 from oldnapalm/master
Make strava_auth.py executable
2018-10-28 17:10:24 -04:00
Cassio b02d0d46dc Make strava_auth.py executable 2018-10-28 13:02:08 -03:00
zoffline b005022b91 Add licenses for scripts 2018-10-26 23:32:36 -04:00
zofflineandGitHub 194a2929ff Merge pull request #13 from oldnapalm/master
Add script and instructions to obtain Strava API token
2018-10-26 23:30:44 -04:00
zoffline 2eb0c38164 Add support for Android devices (proper commit...) 2018-10-26 21:22:41 -04:00
zoffline 121bb976ec Add support for Android devices 2018-10-26 21:21:39 -04:00
oldnapalmandGitHub 26e1f797d0 Add instructions to obtain Strava API token 2018-10-26 18:42:30 -03:00
oldnapalmandGitHub 05ed7e758e Add Strava auth responder script 2018-10-26 18:38:11 -03:00
zoffline 8da3978fc1 Update to Zwift 1.0.31087
Will need to fill out the offline map schedule more after NYC frequency
is toned down.
2018-10-25 20:28:21 -04:00
zoffline 063646ac1a Remove debug print statement 2018-10-24 01:43:13 -04:00
zoffline ad6058dbc0 Clarification on install 2018-10-24 00:28:42 -04:00
zoffline bf7f46d69a Add Flask dependency 2018-10-24 00:03:43 -04:00
zoffline 2267c1108d Fix README format 2018-10-23 23:48:19 -04:00
zoffline 9d82149c9b Add a standalone functionality (pure python, cross platform, no Apache needed) 2018-10-23 23:43:49 -04:00
zoffline 94f4ab80f5 Prebuild protobuf files 2018-10-23 23:31:57 -04:00