Dave Ingram
32e455f4e8
Update all URLs to match *.ingress.com (fixes failure to load)
2016-10-02 11:17:03 -07:00
fkloft
eba7d388a0
Enable IITC on mission permalink
...
Hint: to change a lot of scripts, execute this:
sed -r '/\/\/ @match\s+http:\/\/www.ingress.com\/intel/r /tmp/includefile' -i~ *.user.js
`/tmp/includefile` should contain these lines: (no trailing newline!)
// @include https://www.ingress.com/mission/ *
// @include http://www.ingress.com/mission/ *
// @match https://www.ingress.com/mission/ *
// @match http://www.ingress.com/mission/ *
2015-04-13 17:28:30 +02:00
Jon Atkins
5298c98fdd
minor api change for chat callbacks, and plugins fixed to use the new changes
...
(which broke after today's niantic site update anyway)
2015-03-20 20:53:45 +00:00
Jon Atkins
22ef6a62a1
indentation fix
2015-03-04 01:03:30 +00:00
Jon Atkins
b42b19b983
player tracker: guess player levels integration: remove special case for L8, as in the earlier commit for guess player levels - this plugin does it's own formatting
2015-02-27 02:03:43 +00:00
Jon Atkins
1afc04b45c
player tracher search - ignore leading @ character, to give reasonable behaviour when used like the old search system
2015-02-27 00:26:50 +00:00
fkloft
22b58b790d
[player-tracker] use markup for seach results and prevent chat from handling events
2015-02-14 14:51:47 +01:00
fkloft
754dfc6192
[player-tracker] open popup when clicking on a player
2015-02-12 16:38:10 +01:00
fkloft
4dd877fdb8
[player-tracker] Use new search
2015-02-12 16:30:57 +01:00
fkloft
2cab4f71f9
[player-tracker] don't select portal when clicking the marker; instead, make portal names in popup clickable
2015-01-19 22:35:01 +01:00
fkloft
74f051fef3
[player-tracker] portal selection doesn't work if portal is offscreen
2015-01-16 20:56:07 +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
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
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
daf6d7b5a4
Forgot to update versions
2014-06-13 13:51:09 +02:00
fkloft
042129095b
Fix some bugs regarding OMS by introducing a new helper function
2014-06-10 20:52:20 +02:00
fkloft
d3fca8612c
Move OverlappingMarkerSpiderfier from player-tracker to core. Implement for bookmarks and draw tools
...
(Markers added to OMS shouldn't use the "click" event but "spiderfiedclick")
2014-06-09 21:08:06 +02: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
a341aeb8f8
player tracker: multiPolyLine removed in leaflet 0.8-dev - so let's work without it
2014-03-22 01:02:39 +00:00
Mike Castle
511a02f9a1
Introduce some consistency in grammar and punctuation into @description.
2013-12-03 23:51:54 -08:00
fkloft
89e43734fb
Bump versions
2013-12-01 21:43:55 +01:00
fkloft
65ee4b367d
Show detailed player level
2013-12-01 21:42:48 +01:00
Jon Atkins
25fe86b43c
plugin: player tracker. something odd was happening in the case of $.each and 'this' in the loop function - so changed to use parameters to functions
2013-12-01 03:31:53 +00:00
Jon Atkins
b17b4c6a78
plugin: player tracker - bump version number
2013-12-01 03:13:43 +00:00
Carsten
4a3f667223
fix for new player id field in plext
...
Signed-off-by: Carsten <strobel.carsten@gmail.com>
2013-12-01 02:38:49 +01:00
Mike Castle
bba6519860
Spell checking, h-r.
2013-11-23 19:16:20 -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
52550209ee
player tracker: add the age of the last entry to the short tooltip
2013-11-10 19:21:17 +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
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
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
fkloft
2dd77a2057
player tracker: use opacity to indicate last activity
2013-10-16 23:12:05 +02:00
fkloft
4055bb8638
Implement per faction player tracker
...
Fixes #604
2013-10-16 21:34:41 +02:00
Jon Atkins
b0ad122800
Merge pull request #459 from gnarf/meta-key
...
Also allow meta click on nickname for player tracker to support os x
2013-08-05 06:41:05 -07:00
Jon Atkins
3c60e4dd40
update player tracker for internal team name change
2013-07-31 20:21:21 +01:00
Corey Frang
6a0a795f32
Also allow meta click on nickname for player tracker to support os x
2013-07-30 21:50:02 -04:00
Jon Atkins
b0dd95e694
make guessed player levels still show "(guessed)" for level 8 - as since the introduction of jarvis virus/ada refactor it can be wrong
2013-07-21 17:15:55 +01:00
Jon Atkins
40e41739ff
some plugin description tweaks
2013-07-14 18:57:21 +01:00
Jon Atkins
7d75a928cf
plugin wrapper code - convert to use build.py macros. this ensures it's identical in all plugins, so the mobile app can remove/modify it without issues. also makes it easy to change if required
2013-06-14 20:27:54 +01:00
Philipp Schaefer
51be5bee04
added plugin categories (see #358 )
2013-06-08 18:50:26 +02:00
Jon Atkins
9dffadada6
plugins - ensure they pass a default for shown/hidden when being added to the map
2013-05-24 15:54:05 +01:00
Jon Atkins
84cb73d8e1
add @grant none to userscript headers - as recommended by greasemonkey
2013-05-20 03:12:19 +01:00
Jon Atkins
6e8dd15052
update several plugins to use window.addLayerGroup, instead of manually adding the layer to the map and Layer control.
...
this gives automatic handling of remembering shown/hidden layers
also, draw tools plugin hides the controls while the drawn items layer is hidden
2013-05-18 03:42:56 +01:00