Commit Graph

979 Commits

Author SHA1 Message Date
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
4e38518e67 delete ipas-link plugin - there's not enough data to support it any more 2014-05-25 00:00:44 +01:00
9882157f45 fix: mod owner not displayed 2014-05-24 23:58:33 +01:00
4b40c9344c fix out of date section of plugin description 2014-05-24 04:08:55 +01:00
5bb46a8acb fix show-linked-portals plugin 2014-05-24 03:32:56 +01:00
3ee03778ef fix several issues
- resonator energy
- portal owner & capture date
- mod type filtering code
2014-05-24 01:14:39 +01:00
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
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
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
e9943a0a81 nokia basemap: change satellite imagery to use jpg rather than png - makes more sense! 2014-05-11 19:33:02 +01:00
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
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
f045cd5714 fix portals-list for portals with no title
fix #789
2014-03-31 18:11:26 +01:00
6bc18d6c86 make all region lines non-clickable 2014-03-27 00:33:01 +00:00
16212b2032 remove redundant layer check...it's done in removeLabel function too 2014-03-25 01:09:10 +01:00
e6c7858eca bumped version number of portal lvl plugin 2014-03-25 00:24:52 +01:00
64bd129c02 bugfix: update portal level layer if it already exists instead of ignoring the addLabel call 2014-03-25 00:24:12 +01:00
5a033a971a Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2014-03-23 20:57:04 +00:00
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
6408a1151c [plugins/bookmarks-by-zaso] audo draw: show distance between selected portals
/cc @ZasoGD
2014-03-23 21:24:18 +01:00
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
fb7eae8473 don't enable canvas rendering by default. add a plugin to change the setting instead 2014-03-22 19:07:57 +00:00
c0d0d87946 bookmarks plugin: clicking a bookmark icon selects the portal 2014-03-22 02:53:28 +00:00
a341aeb8f8 player tracker: multiPolyLine removed in leaflet 0.8-dev - so let's work without it 2014-03-22 01:02:39 +00:00
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
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
01990b8e73 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2014-03-21 16:26:19 +00:00
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
1d55d68278 tweaked portal levels plugin. reduced level markers and prefer high level portals. 2014-03-21 15:26:50 +01:00
3232aa5c10 fix @player level tooltip - was looking for player with the '@' - which failed 2014-03-15 17:21:12 +00:00
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
047fce5225 [plugins/guess-player-levels] EXPERIMENTAL: search log to determine player level by burster range 2014-03-12 23:06:34 +01:00
57720b270a [portal-counts] show percentage 2014-03-10 19:51:12 +01:00
03cabcbdb6 portal counts plugin: warn that numbers can be inaccurate when zoomed out
for #774
2014-03-03 16:37:00 +00:00
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
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
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
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
fd17b4a278 portal-names - use different delays for data loading updates and user events - improves performance 2014-02-21 16:35:48 +00:00
b8eb21bc0a [bookmarks-by-zaso] remove old comments (saveFile was backported) 2014-02-14 00:24:02 +01:00
903fa4f904 added support for draw tools file export on Android < 4.4 2014-02-13 23:59:44 +01:00
c0b1ad987e [draw-tools] implement save to/load from storage on Android 2014-02-13 22:48:42 +01:00
e1443e3648 [draw-tools] fix error on mobile (Leaflet is not available until setup() is called) 2014-02-13 22:47:52 +01:00
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
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
06b2e422a2 added fix-googlemap-china-offset plugin 2014-02-07 13:37:52 +08:00
4b2ff75604 Merge pull request #754 from ZasoGD/Bookmarks-2.8
Bookmarks 2.8
2014-02-06 22:41:05 +00:00
daf75dbf72 Fixed css for mobile version
The Bookmarks Panel not closed. Now work.
2014-02-06 20:21:16 +01:00
24dbeaca9a Fixed problem with jQuery UI sortable
- jQuery UI sortable drag initiation is slow when container has hidden
items;
- removed old code to open/close BookmarksBox in IITCm;
2014-02-06 19:56:56 +01:00
53d04c70a5 Fixed number version 2014-02-06 10:08:16 +01:00