999 Commits

Author SHA1 Message Date
Jon Atkins
a1fc33dcc7 sync plugin: bump version number for merged change 2014-11-17 16:37:30 +00:00
Jon Atkins
c3bc255691 Merge branch 'patch-1' of https://github.com/Blaisorblade/ingress-intel-total-conversion 2014-11-17 16:25:49 +00:00
Jon Atkins
53a6dee20b plugin 'done links': changed link highlight colour to that of the link faction. more subtle, but works better on some map colours, and the faction is often very important 2014-11-09 00:29:31 +00:00
Paolo G. Giarrusso
9181ea5f8a #896: Ensure updateMap calls endCompoundOperation
Ensure endCompoundOperation is called whenever beginCompoundOperation completes, even if removeRange (or anything in the range) fails. Moreover, call removeRange only when there is text to remove, since apparently the realtime API complains otherwise.
2014-11-08 19:11:44 +01:00
Jon Atkins
199a9f15dd plugin done-links: a companion to cross-links - highlights any links that match any drawn lines/polygons 2014-11-08 14:36:00 +00:00
Jon Atkins
dbcdd969fc Merge pull request #877 from Guria/patch-1
Fixed links in plugins/README.md
2014-11-02 19:15:33 +00:00
Jon Atkins
670f44e981 Merge pull request #880 from nexushoratio/whitespace
Remove some trailing whitespace.
2014-11-02 19:15:12 +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
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
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
fkloft
da0e42f5c5 remove old code from obsolete nickname resolving 2014-10-05 22:29:42 +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
6da6cd2259 plugin: highlight 'ornament' portals. makes them easier to see in cluttered areas 2014-09-28 04:51:26 +01:00
Mike Castle
80e06ce9b7 Remove some trailing whitespace. 2014-09-19 22:07:40 -07:00
Guria
8bfdd118a6 Fixed links in plugins/README.md 2014-09-16 16:56:00 +04:00
fkloft
45a72c9935 [uniques] Portals wouldn't be marked as captured from comm parser 2014-09-15 19:10:34 +02:00
Kevin
5990300ed6 [uniques] Re-enable COMM parsing, since position-to-guid cache used now 2014-09-15 11:12:02 -05: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
df5f17a1f9 [uniques] Use position-to-guid cache 2014-09-13 21:07:04 +02:00
fkloft
bdb95a703b Merge pull request #867 from fkloft/portals-list
new framework for portals-list
2014-09-13 19:06:39 +02:00
fkloft
628410b176 Merge pull request #866 from fkloft/layercount
new plugin: layer count
2014-09-13 19:06:33 +02:00
fkloft
97220fd447 [uniques] forgot to bump version 2014-09-13 18:23:16 +02:00
fkloft
8027847da6 [uniques] Disable COMM parsing for now, since GUIDs have been removed 2014-09-13 17:56:52 +02:00
Jon Atkins
074eab268a player tracker plugin
- rename pguid to plrname - players haven't had GUIDs for ages, and it's easy to confuse with portal GUIDs
- portal GUIDs removed. create a temporary unique string from the portal lat/lng - will be fine for player tracker itself
2014-09-13 03:30:03 +01:00
fkloft
999149895a [portals-list] bugfix 2014-08-30 19:08:02 +02:00
fkloft
b7d17991b7 [bookmarks-by-zaso] support for stars in portals-list 2014-08-29 23:11:45 +02:00
fkloft
5339e55542 [keys] fix layout of buttons in portals-list on mobile 2014-08-29 20:41:20 +02:00
fkloft
de999f43c0 [portals-list] Fix filter on mobile 2014-08-29 20:41:11 +02:00
fkloft
7dc2dfacad [uniques] show visited/capture state in portals-list 2014-08-29 18:12:37 +02:00
fkloft
4644e6ee83 [keys] show keys in portals-list 2014-08-29 18:12:37 +02:00
fkloft
547dc07be3 [portals-list] updated comment 2014-08-29 18:12:36 +02:00
fkloft
5b1e8ec000 [portals-list] rewrite large parts, making it more extensible 2014-08-29 18:12:36 +02:00
fkloft
25741b5467 updated comments 2014-08-29 18:08:54 +02:00
fkloft
2229454f8d use predefined constants 2014-08-29 17:52:21 +02:00
fkloft
b89bce6fb6 new plugin: layer-count
fixes #821
2014-08-15 10:11:09 +02:00
fkloft
31c01d0b4c Add tooltips for accesskeys 2014-08-12 22:33:04 +02:00
fkloft
b4053c2800 [uniques] make sync work (hopefully)
If it doesn't work, try to delete the file "uniques[uniques]" in your Google Drive. Be sure to delete it from the trash as well.
2014-08-12 21:39:45 +02:00
Jon Atkins
e81dead91f version check plugin - use https URLs for version check when intel loaded over https 2014-08-12 19:08:13 +01:00
Jon Atkins
d82791bfa7 actually delete the temporary test plugin 2014-08-11 15:55:51 +01:00
Jon Atkins
51ca72eaf1 mark the plugin as 'deleted' and remove all code
will be really deleted before the next release build, but as a fair few probably installed it from the test builds it seems a good idea for this intermediate state
2014-08-07 13:48:19 +01:00
Jon Atkins
e077bb0d88 cross-links plugin: ensure disabled flag is initialised correctly for layer state
fix #823
2014-08-07 12:21:59 +01:00
Jon Atkins
40d2b3ebb0 report the version code when it doesn't need changing - useful to track down issues 2014-08-06 01:43:13 +01:00
Jon Atkins
ef9f26dc5e temporary change to the bad-version plugin, using internal list of fixes rather than externally loaded one
let's see if this works better for users...
2014-08-05 18:01:37 +01:00
Jon Atkins
bf586282e6 fix version code error check dialog in game_score.js
add plugin, and matching external js file for the website, to fix known bad version codes
2014-08-03 19:01:34 +01:00