3589 Commits

Author SHA1 Message Date
Jon Atkins
670f44e981 Merge pull request #880 from nexushoratio/whitespace
Remove some trailing whitespace.
2014-11-02 19:15:12 +00:00
Jon Atkins
9a6c31adb5 Merge pull request #895 from sollie/kartverket
Basemap Kartverket
2014-11-02 19:12:34 +00:00
Pål Sollie
f3ff52fd25 Added subdomains for the tile server for load balancing requests 2014-10-31 11:10:07 +01:00
Pål Sollie
eb0a148072 Basemap Kartverket
Plugin for color and grayscale topo tiles for Norway.

Based on OSM plugin.
Data from http://kartverket.no/en/
2014-10-31 09:57:14 +01:00
Jon Atkins
bff9dc65ee bump version numbers after new release 2014-10-24 02:15:49 +01:00
Jon Atkins
f5c5b08a4d the recent increase of TILES_PER_REQUEST means more error: TIMEOUT responses for tiles. they are, again, 'normal'
so reduce the retry delay on these close to the delay used after successful requests.
2014-10-24 01:46:18 +01:00
Jon Atkins
caff9340d3 various tweaks to how IITC requests data tiles from the servers
- change TILES_PER_REQUEST to 25, instead of 10 - to match current stock intel site
- modify the zoom level faking IITC does. it still makes good use of IITC's caching, but no longer switches to a zoom level with larger tiles. recent changes to tile parameters for L8 portals on the standard intel site suggests that it's nicer to the servers to request more, but smaller, tiles, than fewer but larger ones
- restored the 'show less portals when zoomed out' plugin. however, this works differently now. rather than faking the zoom level for larger tiles, it now effectively applies the portal level filter used by the standard site. just as many requests as stock, but much smaller responses with fewer portals, so faster rendering
2014-10-24 00:59:31 +01:00
Jon Atkins
66cc162e38 draw-tools: create clones of latlng objects - otherwise drawn items end up with copies of thise form portals, which editing can cause the portal merkers to move! 2014-10-21 19:36:51 +01:00
Jon Atkins
1ff02d02db Revert "[draw-tools] Fire native drawtools events in import/reset/snap; smaller bugfixes"
This reverts commit 1f8f5360406e1b2b0597915357096f968ed5fc0c.
2014-10-21 16:26:41 +01:00
Jon Atkins
749c7b3b5c fix gamescore loading - minor data format change 2014-10-17 18:15:47 +01:00
Jon Atkins
5d8b68747b update tiles-per-edge to match change to stock site 2014-10-14 18:02:29 +01:00
Jon Atkins
3af8df0743 neutral portal colour: change to a slightly redder orange - so that anomaly portals with cluster markers in orange don't get quite so lost. it's not so red that the red cluster portals become an issue 2014-10-10 05:05:08 +01:00
Jon Atkins
cffdb0cdef fix debug log: it's getEntities now, not getThinnedEntities 2014-10-10 04:34:47 +01:00
fkloft
47c1bc97d6 [sync] bugfix (file wasn't created if not found)
also, set sync delay to 5 seconds
2014-10-09 20:21:35 +02:00
fkloft
1f8f536040 [draw-tools] Fire native drawtools events in import/reset/snap; smaller bugfixes 2014-10-08 22:46:33 +02:00
Jon Atkins
b1e1258a28 draw-tools plugin: new feature - snap points to portals
useful to fix badly placed lines/polygons
2014-10-08 00:19:19 +01:00
Jon Atkins
fce0f7af81 bump version number after new release 2014-10-06 15:50:04 +01:00
Jon Atkins
98c502d101 website: update for new 0.18.1 release 2014-10-06 15:49:33 +01:00
fkloft
da0e42f5c5 remove old code from obsolete nickname resolving 2014-10-05 22:29:42 +02:00
fkloft
c4117b3c29 [core] passcode contents are displayed correctly
Includes some other small fixes regarding passcodes.

Fixes #883
2014-10-05 22:24:15 +02:00
Jon Atkins
2ec481b673 player tracker plugin: update to use new method to register interest in background COMM when needed
fix #885
2014-10-04 07:07:08 +01:00
Jon Atkins
3d798615ca COMM code: add method to request access to a COMM channel even when not viewed by the player 2014-10-04 07:06:27 +01:00
Jon Atkins
24f058bf4e botguard interface fixes:
- stock site was updated to ignore entries in the pending data queue after a time
- correctly process the 'c' response from the server - it's an array, not a single item (oops!)
2014-10-01 23:49:55 +01:00
Jon Atkins
2446060dad comm: fix name for the 'all' channel (it's not just 'public' COMM, but also alerts, system (aka 'full'), etc) 2014-09-28 04:52:07 +01:00
Jon Atkins
6da6cd2259 plugin: highlight 'ornament' portals. makes them easier to see in cluttered areas 2014-09-28 04:51:26 +01:00
Jon Atkins
1ca24d6a42 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2014-09-25 20:25:39 +01:00
Jon Atkins
299ae1cadc niantic have increased the tiles-per-request setting to, at least, 10
(with some experiments of larger values - 25 and 50 - that have been reverted for now)
2014-09-25 20:24:52 +01:00
fkloft
a64f76c862 initial implementation of ornaments 2014-09-25 20:53:05 +02:00
Philipp Schaefer
c44f4793cf fixed iitc path (fixes #879) 2014-09-23 15:55:14 +02:00
Philipp Schaefer
89079a2903 bugfix: correct classicWebView detection 2014-09-22 19:19:36 +02:00
Mike Castle
80e06ce9b7 Remove some trailing whitespace. 2014-09-19 22:07:40 -07:00
Philipp Schaefer
d23b870276 workaround: catch IllegalStateException if classic webview is used on android 4.4+ devices 2014-09-18 17:22:25 +02:00
Jon Atkins
09e8e62e1d bump version number after new release 2014-09-17 21:29:52 +01:00
Jon Atkins
0d218705ea update website for new release 2014-09-17 21:29:22 +01:00
Jon Atkins
5f778ad05a formatting/comment changes 2014-09-17 17:25:20 +01:00
Jon Atkins
0a197d91be change the google maps link - ll=lat,lng parameter added.
'borrowed' this link format from wikipedia's google maps links
2014-09-17 17:24:04 +01:00
Jon Atkins
5dd108c922 COMM fixes
- when on global view, clamp the lat/lng so it's not beyond +-180 E/W and +-90 N/S - otherwise the server no longer returns data
- fix refresh on chat tab changing - it was firing too early on first page load
2014-09-16 01:50:50 +01:00
Jon Atkins
5710cb511a bump version, as botguard stuff is a major update 2014-09-15 20:52:11 +01:00
Jon Atkins
93e310efca Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2014-09-15 20:51:31 +01:00
Jon Atkins
92aae954a8 botguard: first pass at full implementation. fingers crossed... 2014-09-15 20:50:58 +01:00
Jon Atkins
bbbc3493c9 botguard: work in progress
response processing - untested
2014-09-15 20:01:09 +01:00
fkloft
45a72c9935 [uniques] Portals wouldn't be marked as captured from comm parser 2014-09-15 19:10:34 +02:00
fkloft
09a110386a Merge pull request #874 from lablua/master
[uniques] Re-enable COMM parsing, since position-to-guid cache used now
2014-09-15 18:29:29 +02:00
Kevin
5990300ed6 [uniques] Re-enable COMM parsing, since position-to-guid cache used now 2014-09-15 11:12:02 -05:00
Jon Atkins
d469c83d4b botguard interface: fix extra_request_params 2014-09-14 05:24:21 +01:00
Jon Atkins
2579536f78 work in progress: intel site 'botguard' interface.
not yet complete. initialisation is probably right - but need to check/complete the request param creation, and implement the response processing
2014-09-14 05:15:07 +01:00
fkloft
819762451d [guess-player-levels] fix accidentally commited code 2014-09-13 21:36:43 +02:00
fkloft
5ccc42245b [player-tracker] rename "guid" where no guid is available; fix marker click not selecting portal 2014-09-13 21:30:54 +02:00
fkloft
ad53f785d3 improve cache 2014-09-13 21:23:19 +02:00
fkloft
df5f17a1f9 [uniques] Use position-to-guid cache 2014-09-13 21:07:04 +02:00