Commit Graph

11 Commits

Author SHA1 Message Date
b5e2ad70b4 debug tiles: fade rather than instant clear 2014-03-03 01:13:52 +00:00
b173f778a5 debug tiles: clear on a timer rather than at the end of the requests 2014-03-02 01:33:22 +00:00
0a506d3027 debug tile display: remove the 'ok' tiles from screen when the refresh completes - makes it practical to leave the layer on at all times 2014-03-02 01:02:40 +00:00
16e56917c2 debug layer: default to off 2014-02-26 05:12:37 +00:00
e7fe4bb1dd first pass at a fix for protocol changes - #618 2013-10-29 20:29:08 +00:00
d2661874c6 some work-in-progress. from a read of the far-less-obfsucated code on the stock site it looks like map data can be retrieved as an update to an earlier query
i.e. pass the timestamp of the last data request, and the server should only send the changed data rather than everything
2013-10-07 20:29:05 +01:00
b83cf459c8 more tweaks to the request code
- delay briefly before retrying a timeout, and a bit longer before other errors
- also delay briefly before running the queue after a request, to give a chance of more than one request's requeued entries being handled atr once
- add a min tiles per request, to avoid sending multiple requests when only a few queued items remain
these are attempts to be nicer to the niantic servers, particularly in error cases, with some based on my best guess of the stock site behaviour, and others based on what seems reasonable to me
2013-09-06 22:32:57 +01:00
b8514ef3d0 tweak debug layer colours 2013-08-31 01:41:54 +01:00
de432a0aa3 more work on new render code. the new request class is now used - things are almost working right again
still need to change map refresh timer, add back resonators, and write a plugin for field MU count display
2013-08-27 02:43:58 +01:00
be97d72158 more work-in-progress... 2013-08-26 17:44:08 +01:00
7e3c310543 move map data debug tilers to a separate class 2013-08-26 15:51:16 +01:00