511a02f9a1
Introduce some consistency in grammar and punctuation into @description.
2013-12-03 23:51:54 -08:00
89e43734fb
Bump versions
2013-12-01 21:43:55 +01:00
65ee4b367d
Show detailed player level
2013-12-01 21:42:48 +01:00
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
b17b4c6a78
plugin: player tracker - bump version number
2013-12-01 03:13:43 +00:00
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
bba6519860
Spell checking, h-r.
2013-11-23 19:16:20 -08:00
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
37a54507af
playertracker: close all tooltips before markers are redrawn
...
fixes tooltip fragments on firefox
2013-11-14 00:51:04 +01:00
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
52550209ee
player tracker: add the age of the last entry to the short tooltip
2013-11-10 19:21:17 +00:00
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
e60c3232c9
player tracker: tooltip for desktop with player name - not available on mobile
2013-11-08 21:40:00 +00:00
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
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
079ce89a20
bugfix: broken playertracker layout
...
- use popup instead of tooltip on desktop too (see #630 )
2013-11-07 00:39:26 +01:00
e0a4eb4313
updated to SDK v19. still work in progreses...
2013-11-06 00:34:25 +01:00
154bf3c6ab
modified player tracker. show leaflet popup instead of tooltip on mobile
2013-11-06 00:24:31 +01:00
2dd77a2057
player tracker: use opacity to indicate last activity
2013-10-16 23:12:05 +02:00
4055bb8638
Implement per faction player tracker
...
Fixes #604
2013-10-16 21:34:41 +02:00
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
3c60e4dd40
update player tracker for internal team name change
2013-07-31 20:21:21 +01:00
6a0a795f32
Also allow meta click on nickname for player tracker to support os x
2013-07-30 21:50:02 -04:00
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
40e41739ff
some plugin description tweaks
2013-07-14 18:57:21 +01:00
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
51be5bee04
added plugin categories (see #358 )
2013-06-08 18:50:26 +02:00
9dffadada6
plugins - ensure they pass a default for shown/hidden when being added to the map
2013-05-24 15:54:05 +01:00
84cb73d8e1
add @grant none to userscript headers - as recommended by greasemonkey
2013-05-20 03:12:19 +01:00
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
88fdb63f06
fix description of player tracker to match behaviour
2013-05-14 16:52:09 +01:00
9266283684
upgrade leaflet to the master version - taken 2013-05-12 - 3d3e2cd
...
should fix issues with layer control on mobile, and other improvements
also - the convention for marker filenames has changed from ...@2x.png to ...-2x.png for the double sized ones - so changed our files to match (we had a mix of ...@2x.png and ..._2x.png)
2013-05-12 17:18:58 +01:00
fc3dde2b7a
player tracker - bump version number. missed from previous commit
2013-05-01 04:29:14 +01:00
60dfd5d095
fix tooltips on player tracker after disabling+enabling the layer
...
fix #106 - inspired by pull request #146
2013-05-01 04:12:10 +01:00
488b68df2e
simulate map button click on mobile @player search
2013-04-25 21:53:08 +02:00
4a16668c6a
change player tracker display for unknown plyaer levels, to match that used in the guess player levels plugin
2013-04-24 02:40:53 +01:00
082125229d
player tracker: if guess player levels installed but returns undefined, assume level 1 rather than showing nothing
...
(maybe this should be interlal to the guess-plyaer-levels plugin instead?)
2013-04-14 18:54:59 +01:00
1f2fa7ac84
Add a find by name feature to player-tracker
...
It search for an user name and if the user is found, center the map on it's
last known position.
The feature can be triggered by:
- Entering the user nickname in the search box preceded by '@'
- Ctrl+Clicking on an user name in the chat
2013-04-09 22:44:16 +02:00
881a034168
Doh!
2013-03-31 00:36:50 -05:00
ea3c331296
Player Tracker: Use the portal name from chat
...
Uses the portal name function from the chat listing, which, for now,
renames the US Post Office portals so it doesn't look like.
20m ago US Post Office
25m ago Some portal
35m ago US Post Office
55m ago US Post Office
2013-03-30 21:18:37 -05:00
7977a1a315
Forgot to bump version numbers
2013-03-28 21:22:37 -05:00
8296b4db5b
Player level In player traker
2013-03-28 20:30:10 -05:00
f9300ba801
Merge latest for clean apply in pull
2013-03-27 16:55:01 -07:00
23320ccb26
More Mins - Whoops
2013-03-26 22:56:24 -05:00
84a3a9e165
Format time as #h#m
2013-03-26 22:38:14 -05:00
29511b0158
Fix version number to a.b.c.date.time format
2013-03-25 13:50:26 -07:00
8a58b12d4e
Move player tracker dependencies into plugin
2013-03-25 11:43:56 -07:00
126f10a193
change version number to a.b.c.date.time format - an a.b.date.time format won't update correctly
2013-03-25 15:05:05 +00:00
9e7a3c2f82
Fix a few nits
2013-03-23 11:03:45 -07:00
e45e694533
Add click listener on player markers to open up closest portal details
2013-03-23 11:03:43 -07:00