884 Commits

Author SHA1 Message Date
mcben
86d44bdd00 new plugin: cross links
this plugin colors links red if they are crossing a drawnline.
any yellow if they are inside a drawn polygon.
(requires DrawTools)
2014-06-05 14:31:56 +02:00
Jon Atkins
590eeb6876 plugin: remove excess draw-tools logging 2014-06-01 05:54:21 +01:00
Jon Atkins
dff0c91735 plugin: fix level guessing from portal details, and opening the guessed player dialog 2014-05-30 23:02:29 +01:00
Jon Atkins
a05ac61cb4 update default and plugin base maps to allow zooming up to level 21, and scale the tiles when they don't support such a resolution 2014-05-29 01:23:25 +01:00
Jon Atkins
6c35c8d238 cloudmade no longer offer free accounts for a small number of map tiles, so template plugin is pointless now 2014-05-29 01:22:16 +01:00
Jon Atkins
6001285df1 limit by my level highlighter to no more than L8, as portals cannot be higher than this, but players now can 2014-05-27 23:58:26 +01:00
Jon Atkins
4e38518e67 delete ipas-link plugin - there's not enough data to support it any more 2014-05-25 00:00:44 +01:00
Jon Atkins
9882157f45 fix: mod owner not displayed 2014-05-24 23:58:33 +01:00
Jon Atkins
4b40c9344c fix out of date section of plugin description 2014-05-24 04:08:55 +01:00
Jon Atkins
5bb46a8acb fix show-linked-portals plugin 2014-05-24 03:32:56 +01:00
Jon Atkins
3ee03778ef fix several issues
- resonator energy
- portal owner & capture date
- mod type filtering code
2014-05-24 01:14:39 +01:00
Jon Atkins
b595af30ad more work on fixing things for the 2014-05-23 changes
it's a big job - much is still broken
2014-05-23 23:50:37 +01:00
Jon Atkins
589fd83b93 first pass of fixes for 2014-05-23
still need to fix name changes in response for portal details
2014-05-23 22:21:36 +01:00
Jon Atkins
86327fa578 niantic removed controllingTeam from the portal details - we have to use the team from the summary data 2014-05-17 00:27:15 +01:00
Jon Atkins
e9943a0a81 nokia basemap: change satellite imagery to use jpg rather than png - makes more sense! 2014-05-11 19:33:02 +01:00
Giacinto Garcea
7bfd6bfbb9 Bookmarks 2.9
- rename a folder (bookmarks opt);
- for IITCm: move a bookmark into a folder;
2014-05-05 22:33:08 +02:00
Jon Atkins
22299adcef update portals-list to use current permalink format (ll & pll) rather than the ancient latE6/lngE6/pguid format
fix #788
2014-03-31 18:15:46 +01:00
Jon Atkins
f045cd5714 fix portals-list for portals with no title
fix #789
2014-03-31 18:11:26 +01:00
Jon Atkins
6bc18d6c86 make all region lines non-clickable 2014-03-27 00:33:01 +00:00
Philipp Schaefer
16212b2032 remove redundant layer check...it's done in removeLabel function too 2014-03-25 01:09:10 +01:00
Philipp Schaefer
e6c7858eca bumped version number of portal lvl plugin 2014-03-25 00:24:52 +01:00
Philipp Schaefer
64bd129c02 bugfix: update portal level layer if it already exists instead of ignoring the addLabel call 2014-03-25 00:24:12 +01:00
Jon Atkins
5a033a971a Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2014-03-23 20:57:04 +00:00
Jon Atkins
4a4346a419 max-links: only count portals visible on screen against the portal limit. the recent larger data tiles for map data pull in more off-screen data, making the old test unreliable in some cases 2014-03-23 20:55:32 +00:00
fkloft
6408a1151c [plugins/bookmarks-by-zaso] audo draw: show distance between selected portals
/cc @ZasoGD
2014-03-23 21:24:18 +01:00
Jon Atkins
f47b1211d2 canvas render plugin: add setting to window object outside of wrapper - this makes it work on mobile despite order potentially being wrong
note: also unsafeWindow version attempted, for tampermonkey/greasemonkey - but this doesn't work for some reason
2014-03-22 20:06:45 +00:00
Jon Atkins
fb7eae8473 don't enable canvas rendering by default. add a plugin to change the setting instead 2014-03-22 19:07:57 +00:00
Jon Atkins
c0d0d87946 bookmarks plugin: clicking a bookmark icon selects the portal 2014-03-22 02:53:28 +00:00
Jon Atkins
a341aeb8f8 player tracker: multiPolyLine removed in leaflet 0.8-dev - so let's work without it 2014-03-22 01:02:39 +00:00
Jon Atkins
c6e557a557 another piece of experimental marker drawing code - not 100% working. committing for future reference if needed 2014-03-21 17:49:13 +00:00
Jon Atkins
2334166e69 moved experimental alternative marker plugin - it performs very poorly on mobile compared to the regular SVG circle markers 2014-03-21 17:48:24 +00:00
Jon Atkins
01990b8e73 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2014-03-21 16:26:19 +00:00
Jon Atkins
5cb01b5afe experimental code: alternative marker rendering system, using canvas to create icon marker bitmaps, displaying as an L.Icon 2014-03-21 16:22:57 +00:00
Philipp Schaefer
1d55d68278 tweaked portal levels plugin. reduced level markers and prefer high level portals. 2014-03-21 15:26:50 +01:00
Jon Atkins
3232aa5c10 fix @player level tooltip - was looking for player with the '@' - which failed 2014-03-15 17:21:12 +00:00
fkloft
8c55c1eea6 [plugin/guess-player-levels] Fix error in algorithm; skip calculations if player is already known to be L8 2014-03-13 22:02:11 +01:00
fkloft
047fce5225 [plugins/guess-player-levels] EXPERIMENTAL: search log to determine player level by burster range 2014-03-12 23:06:34 +01:00
fkloft
57720b270a [portal-counts] show percentage 2014-03-10 19:51:12 +01:00
Jon Atkins
03cabcbdb6 portal counts plugin: warn that numbers can be inaccurate when zoomed out
for #774
2014-03-03 16:37:00 +00:00
Philipp Schaefer
1d71bc6eeb moved scale bar to the bottom right on mobile. ATM the bottom right corner is used for nothing so it shouldn't clash with any other plugin 2014-02-28 11:34:19 +01:00
Jon Atkins
333c1a6daf add tweaks of data retrieval zoom level, to make better use of the cache and be friendlier to the API in some cases
also, default-intel-detail and show-more-portals plugins fixed - the logic has been moved into IITC core, with the plugins just setting flags to change behaviour
2014-02-22 19:30:12 +00:00
Jon Atkins
336393a76d update plugin descriptions from "PLUGIN CURRENTLY UNAVAILABLE" to something more descriptive. Hopefully will reduce questions in the community concerning these ones 2014-02-22 04:10:15 +00:00
Jon Atkins
bfb0775360 temp disable show more portals and default intel detail plugins - the code changes needed for protocol changes have broken them, and i need a bit of time to study the details before fixing them 2014-02-22 02:59:32 +00:00
Jon Atkins
fd17b4a278 portal-names - use different delays for data loading updates and user events - improves performance 2014-02-21 16:35:48 +00:00
fkloft
b8eb21bc0a [bookmarks-by-zaso] remove old comments (saveFile was backported) 2014-02-14 00:24:02 +01:00
Philipp Schaefer
903fa4f904 added support for draw tools file export on Android < 4.4 2014-02-13 23:59:44 +01:00
fkloft
c0b1ad987e [draw-tools] implement save to/load from storage on Android 2014-02-13 22:48:42 +01:00
fkloft
e1443e3648 [draw-tools] fix error on mobile (Leaflet is not available until setup() is called) 2014-02-13 22:47:52 +01:00
fkloft
fc571ecf7e [bookmarks-by-zaso] show only available actions; allow to save/load bookmarks to/from storage on Android 2014-02-13 22:33:41 +01:00
Jon Atkins
fcb1217517 Merge branch 'pull_request/draw-marker-colors' of https://github.com/strguntbr/ingress-intel-total-conversion into strguntbr-pull_request/draw-marker-colors 2014-02-12 23:38:58 +00:00