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
Breezewish
06b2e422a2
added fix-googlemap-china-offset plugin
2014-02-07 13:37:52 +08:00
Jon Atkins
4b2ff75604
Merge pull request #754 from ZasoGD/Bookmarks-2.8
...
Bookmarks 2.8
2014-02-06 22:41:05 +00:00
Giacinto Garcea
daf75dbf72
Fixed css for mobile version
...
The Bookmarks Panel not closed. Now work.
2014-02-06 20:21:16 +01:00
Giacinto Garcea
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
Giacinto Garcea
53d04c70a5
Fixed number version
2014-02-06 10:08:16 +01:00
Jon Atkins
77cf149fef
data format change: portal details 'portalV2.descriptiveText' is now 'descriptiveText.map'. fields within this seem the same
...
needed to fix things after the stock intel site update of 2014-02-05
2014-02-06 05:08:18 +00:00
Marcus Winkler
2c743d0c17
replaced L.icon containing data-URI-images with L.divIcon
2014-02-06 00:40:54 +01:00
Jon Atkins
e92dd96334
score-cycle-times plugin: format time without milliseconds
2014-02-05 05:38:33 +00:00
Jensen Hornick
9ef7e95721
Update guess-player-levels.user.js
...
Plugin would hang if non-portal data was loaded (ex: deleted portal)
2014-02-04 11:35:55 -06:00
Giacinto Garcea
3f17320de9
'auto draw' support drawtools current color
2014-02-03 12:00:47 +01:00