669 Commits

Author SHA1 Message Date
Mike Castle
6fcbd90588 s/mazZoom/maxZoom/ 2013-11-24 23:16:53 -08:00
Mike Castle
8d2f4c0c3a Change likely typo in variable names to be consistent. 2013-11-24 23:04:27 -08:00
Jon Atkins
b1622edd23 Merge pull request #658 from nexushoratio/to-push
Spell checking, s-z, plus a couple of missed ones.
2013-11-24 13:16:31 -08:00
Mike Castle
4a9b13eade Spell checking, s-z, plus a couple of missed ones. 2013-11-24 00:19:25 -08:00
Jon Atkins
f22d185b5b updates to the portal detail level handling
- iitc now defaults to lower detail than the standard intel site when zoomed out - it loads much faster, shows more than enough for general use, and is less likely to trigger 'excessive requests' issues
- show more portals plugin: updated for interface changes
- show-less-portals-zoomed-out: deleted (this is now the IITC default)
- new plugin: default-intel-detail - restores the original IITC behaviour on zoom to portal detail level mapping. not recommended

for #656 number 3
2013-11-24 04:59:41 +00:00
Jon Atkins
1f25428388 Merge pull request #657 from nexushoratio/to-push
Spell checking, h-r.
2013-11-23 19:35:54 -08:00
Mike Castle
bba6519860 Spell checking, h-r. 2013-11-23 19:16:20 -08:00
Jon Atkins
0060e8b5fc Merge pull request #655 from nexushoratio/to-push
Spell checking, d-g.
2013-11-23 16:27:27 -08:00
Jon Atkins
df108ebb57 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-11-23 09:05:12 +00:00
Jon Atkins
e6305a0aa9 getAvgResDist - return a small, but non-zero, value for zero distance resonator deployments (zero is already assumed to be no resonators deployed)
portal-highlighter-bad-deployment-distance: highlight colour based on resonatror range: purple: likely 0m deployment (spoofer?), red <10m, orange under 24m, yellow under 36m otherwise no highlight
2013-11-23 09:01:22 +00:00
Mike Castle
a4a90c9fd1 Merge remote-tracking branch 'upstream/master' into to-push 2013-11-22 23:42:13 -08:00
Mike Castle
27bb6f058e Spell checking, d-g. 2013-11-22 23:31:05 -08:00
Jon Atkins
3131cf758a Merge pull request #654 from nexushoratio/to-push
Spell checking, a-c.
2013-11-22 21:25:32 -08:00
Mike Castle
c31fa3d46d Spell checking, a-c. 2013-11-22 20:14:23 -08:00
Jon Atkins
85255f476b basemap cleanups
- updated Google, Bing and Yandex externals from https://github.com/shramov/leaflet-plugins
- also renamed Google file, removed internal hacks for INGRESS map type
- used external included file for Bing maps, instead of embedded in the plugin
- used Google map tile API to set the options for the INGRESS and 'Google Grey' map layers
2013-11-22 20:46:03 +00:00
Jon Atkins
9a654ae8fa bookmarks plugin
- fix auto draw to pass the right options (line/polygon) - otherwise geodesic lines can show a fill due to the curve
- add note about API needed in draw tools plugin for this to use
2013-11-18 07:33:35 +00:00
Jon Atkins
792acc33ed bookmarks plugin: fix error caused by missing hook parameters.
i've guessed as to what was expected here, but they don't seem to be used much anyway
2013-11-18 07:01:33 +00:00
Fragger
c5251d22c5 Don't add on click events on dialog open
Instead add them once durring setup
This fixes an issue where click events would fire x amount of times
depending on how many times the dialog was opened and closed, on even
times sort would run twice and not toggle.
2013-11-14 16:37:25 -08:00
Philipp Schaefer
1e35d027d9 playertracker: don't close tooltip on touchdevices...touchdevices don't have a tooltip for player markers 2013-11-14 01:05:32 +01:00
Philipp Schaefer
37a54507af playertracker: close all tooltips before markers are redrawn
fixes tooltip fragments on firefox
2013-11-14 00:51:04 +01:00
Jon Atkins
be5f365ff6 add (back) code to enxure tooltips close in player tracker - some browsers are buggy without it 2013-11-13 20:37:27 +00:00
Jon Atkins
72610aecbd update check plugin: include ts=TIMESTAMP parameter in URL, to ensure it's never the same twice on a device
This ensures that the aggressive caching used on mobile won't be a problem, and possibly helps avoid cache issues on desktop too
fix #637
2013-11-11 05:51:42 +00:00
Jon Atkins
f92accdd89 basemap-staman: changed from using their library to direct tile url references
this allows us to switch http/https as required, and fixes a bug with remembering default layers on IITC startup
2013-11-11 02:35:10 +00:00
Jon Atkins
52550209ee player tracker: add the age of the last entry to the short tooltip 2013-11-10 19:21:17 +00:00
Jon Atkins
4195d42214 update check plugin - set description to indicate work in progress - as there will be a new release before it's finished 2013-11-10 04:13:33 +00:00
Jon Atkins
9a4efad4f5 update check plugin: more mobile work 2013-11-09 23:03:42 +00:00
Jon Atkins
e6f4c6d2c9 update check plugin: start of work on mobile case 2013-11-09 20:33:41 +00:00
Jon Atkins
2b8c4327b5 move player tracker popup further up - to match the default placement. makes it easier to click/tap on other markers when things are close together 2013-11-09 06:27:50 +00:00
Jon Atkins
e60c3232c9 player tracker: tooltip for desktop with player name - not available on mobile 2013-11-08 21:40:00 +00:00
Jon Atkins
c602e42b2a basemap: nokia ovi maps 2013-11-07 01:45:42 +00:00
Jon Atkins
24581e5893 bing.com base map layers 2013-11-07 01:44:22 +00:00
Jon Atkins
6ea2e82637 new basemap plugin - a few from maps.stamen.com 2013-11-07 01:02:08 +00:00
Jon Atkins
ea3ca4264f Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion
Conflicts:
	plugins/player-tracker.user.js
2013-11-07 00:22:56 +00:00
Jon Atkins
d14d666c54 change player tracker to always use a popup
some code changes related to interfacing with clicks and oms, doing things as recommended by the oms code
2013-11-07 00:17:18 +00:00
Philipp Schaefer
079ce89a20 bugfix: broken playertracker layout
- use popup instead of tooltip on desktop too (see #630)
2013-11-07 00:39:26 +01:00
Jon Atkins
750b9aca99 add missing player name resolving calls to scoreboard and portals-list 2013-11-06 02:45:33 +00:00
Philipp Schaefer
13475d94a3 Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion 2013-11-06 00:39:06 +01:00
Philipp Schaefer
e0a4eb4313 updated to SDK v19. still work in progreses... 2013-11-06 00:34:25 +01:00
Philipp Schaefer
154bf3c6ab modified player tracker. show leaflet popup instead of tooltip on mobile 2013-11-06 00:24:31 +01:00
Jon Atkins
d3c31ac3e3 add-kml plugin:
- fix version number so it's the x.y.z.yyyymmdd.hhmmss format (3 digits before date)
- change category to 'layer' - makes more sense there (or would 'controls' be better?)
2013-11-04 18:26:46 +00:00
Jon Atkins
0e4efe49ed update check plugin: change to table layout, change category - still not finished... 2013-10-31 06:47:04 +00:00
Jon Atkins
6ddbaf4959 update check plugin - basic functionality now done 2013-10-30 21:11:25 +00:00
Jon Atkins
0401d5dcc8 work in progress - update-check plugin
data retrieved - work on comparing with local version info started
2013-10-30 06:43:12 +00:00
Jon Atkins
6833c02ff4 Merge pull request #579 from nylonee/master
Plugin to add a KML, GPX or GeoJSON overlay over the map
2013-10-27 09:12:31 -07:00
fkloft
9248fe6221 Fix show-portal-address - display glitch since 767275f 2013-10-21 23:28:24 +02:00
fkloft
0a3984843b Fix show-linked-portals - portal level wasn't centered since 767275f 2013-10-21 23:24:29 +02:00
Jon Atkins
4447f1bef2 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-10-20 23:01:52 +01:00
Jon Atkins
9ee42fcf49 minor tweak to portals-list
- remove unneeded console.log
- css change so copy+paste works better - one line per table row
2013-10-20 23:00:54 +01:00
Jon Atkins
589bf93768 Merge pull request #609 from fkloft/player_tracker
Improved player tracker
2013-10-20 13:45:18 -07:00
Giacinto Garcea
fc5c2ab4a7 Bookmarks 2.5
- Repositioned bookmarks ribbon;
- Added a layer for bookmarked portals;
- Added a highlighter for bookmarked portals;
- Minor fix;
2013-10-17 22:44:53 +02:00