49 Commits

Author SHA1 Message Date
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
Jon Atkins
88fdb63f06 fix description of player tracker to match behaviour 2013-05-14 16:52:09 +01:00
Jon Atkins
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
Jon Atkins
fc3dde2b7a player tracker - bump version number. missed from previous commit 2013-05-01 04:29:14 +01:00
Jon Atkins
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
Philipp Schaefer
488b68df2e simulate map button click on mobile @player search 2013-04-25 21:53:08 +02:00
Jon Atkins
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
Jon Atkins
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
Julien Roncaglia
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
vita10gy
881a034168 Doh! 2013-03-31 00:36:50 -05:00
vita10gy
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
vita10gy
7977a1a315 Forgot to bump version numbers 2013-03-28 21:22:37 -05:00
vita10gy
8296b4db5b Player level In player traker 2013-03-28 20:30:10 -05:00
Kevin
f9300ba801 Merge latest for clean apply in pull 2013-03-27 16:55:01 -07:00
vita10gy
23320ccb26 More Mins - Whoops 2013-03-26 22:56:24 -05:00
vita10gy
84a3a9e165 Format time as #h#m 2013-03-26 22:38:14 -05:00
Fragger
29511b0158 Fix version number to a.b.c.date.time format 2013-03-25 13:50:26 -07:00
Fragger
8a58b12d4e Move player tracker dependencies into plugin 2013-03-25 11:43:56 -07:00
Jon Atkins
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
Fragger
9e7a3c2f82 Fix a few nits 2013-03-23 11:03:45 -07:00
Fragger
e45e694533 Add click listener on player markers to open up closest portal details 2013-03-23 11:03:43 -07:00
Kevin
c7e94a1a25 Update player-tracker to spiderfy players when they are close or stacked 2013-03-23 11:01:50 -07:00
Jon Atkins
c2742429c0 revert player tracker line colour change (from yellow, back to magenta) - fix #23 2013-03-22 05:26:46 +00:00
Jon Atkins
380bbfda32 more build tweaks
- make update URLS https - required by firefox+greasemonkey
- add build name + date/time to description of all plugins, and moved to front for main IITC
- ensure all plugins have a A.B.C. version number format - required now they append the date+time digits
- no smooth upgrade path from current 'dist' folder - so changed to 'release'. users will have to manually update this time, but will be fine fron now onwards (in theory!)
2013-03-20 04:34:16 +00:00
Jon Atkins
4ce0da5056 large chunk of work towards a nicer build system
- plugins are now parsed for @@..@@ replacements
- main script and plugins have separate .meta.js files created - less web server load for update checks
- build script has variables for resource URL, update URL, etc, substituted via @@..@@ into main script and all plugins
2013-03-19 22:39:16 +00:00
Jon Atkins
9a581061e1 player tracker
- line colour changed to yellow - easier to see on map
- track time changed from 1 to 3 hours
2013-03-17 01:33:33 +00:00
Jon Atkins
1d4d125605 update plugin URLS for my branch + dist server
bump version numbers for this reason
also, allow plugins for both http and https URLs, in preperation for supporting both
2013-03-16 19:59:46 +00:00
Stefan Breunig
0b056df07d disable player tracker when zooming out too far 2013-03-10 12:47:53 +01:00
vita10gy
8115f10e1f Ignore "Your Link" messages
Likely fix for #350
2013-03-06 22:25:48 -06:00
boombuler
492f0846f8 Fixed some style issues 2013-03-04 21:02:25 +01:00
Stefan Breunig
01796f2aa2 bump version number for all plugins since their match/include URL has been updated 2013-02-26 01:12:51 +01:00
Stefan Breunig
538b57c7f7 Due to ingress.com/intel now force-redirecting to the HTTPS version,
loading dependencies just got a lot harder. External JS and CSS files
are now included directly in the file while building. This does not yet
work for plugins. I will make an emergency release soon, so at least
main works.
2013-02-25 23:58:07 +01:00
Stefan Breunig
286a4ba376 update position method when players attack multiple portals at once. It now takes repetition into account, e.g. if one burster destroys 4 resos on porta A and only one on B she is now placed closer to A rather than in the middle of both. 2013-02-25 09:21:48 +01:00
Stefan Breunig
71d769c3ec fix #255 (by tpenner) 2013-02-23 13:59:25 +01:00
Stefan Breunig
188522dc19 Merge branch 'gh-pages' of github.com:breunigs/ingress-intel-total-conversion into gh-pages 2013-02-22 08:33:28 +01:00
Stefan Breunig
03c852bfce bump player tracker’s version number 2013-02-22 08:33:15 +01:00
vita10gy
39df466c4f Make player tracker line dashed
Making the "where have they been" path dashed makes it so you can see
links that might exist.
2013-02-21 22:20:29 -06:00
Stefan Breunig
c80d650bba player tracker ignored destroy resonators, even though it should only ignore destroyed links. Fixes #238 2013-02-21 00:27:12 +01:00
Stefan Breunig
2396f34e7a fix text wrapping style issues in player tracker (fixes #212) 2013-02-19 08:50:28 +01:00
Stefan Breunig
a6e8a13b4e release player tracker. Fixes #72 2013-02-18 13:04:20 +01:00