308 Commits

Author SHA1 Message Date
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
Jon Atkins
19638dfc39 Merge pull request #215 from Xelio/patch-plugin-keysonmap-1
Plugin Keys On Map: Keys layer stay display/hide as previous session.
2013-04-30 11:30:39 -07:00
Jon Atkins
cb207468df Merge pull request #104 from rongou/portal-level-numbers
Add a new plugin to display portal levels as numbers, directly on the map
2013-04-28 19:17:30 -07:00
Jon Atkins
9ef803b600 some spelling fixes and cleanups of plugin descriptions 2013-04-28 18:45:45 +01:00
Xelio
abe902015b Bump version to 0.2.0 2013-04-29 00:38:55 +08:00
Xelio
b8b3c62dad Plugin Keys On Map: Keys layer stay display/hide as previous session. 2013-04-29 00:28:02 +08:00
Philipp Schaefer
488b68df2e simulate map button click on mobile @player search 2013-04-25 21:53:08 +02:00
vita10gy
362b2eb1d9 Bump Version 2013-04-25 01:51:50 -05:00
vita10gy
7a41d60d20 Scoreboard Fix
Links don't always seem to have creators anymore, for some reason.
2013-04-25 01:50:16 -05:00
Jon Atkins
e3d6b135ce Merge pull request #176 from Fragger/portals-list-nom-energy
Portals list nom energy, bugs, nits
2013-04-24 22:17:16 -07:00
Kevin
f370e23a2d Add number of links and another NaN fix 2013-04-24 14:59:18 -07: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
1df3f11c8d Merge pull request #182 from Xelio/patch-ap-list-10
Plugin AP List: Update description to reflect function changes
2013-04-21 06:44:48 -07:00
Jon Atkins
e5079bc991 increase length of scale bar 2013-04-21 14:38:54 +01:00
Jon Atkins
4b7a310307 bump ipas plugin version number 2013-04-20 03:09:31 +01:00
Peter Dietrich
d9f968a4bb Update ipas plugin to pass shield info 2013-04-20 00:28:15 +02:00
Xelio
92bfd70eb0 Plugin AP List: Update description to reflect function changes 2013-04-20 02:39:10 +08:00
Kevin
4adf3d6e79 Opps on a nit, reverted. 2013-04-16 23:28:00 -07:00
Kevin
cebb94842f Remove all code left behind for exporting portals 2013-04-16 23:25:45 -07:00
Kevin
262bce2d73 Add nominal energy column, and nits 2013-04-16 23:24:21 -07:00
Kevin
05e46b8b69 Fix NaN bug for reso energy percent when no resonator was present 2013-04-16 22:46:03 -07:00
Kevin
7bd7275106 Fix sort breaking when opened even amounts of times
Event listeners were added everytime and never removed, even amounts of
times cased them to reverse themselves.
2013-04-16 22:33:26 -07:00
Kevin
f38c04f13a Portals-list code cleanup, change four to two space line indent 2013-04-16 21:11:34 -07:00
Kevin
032f70eb6f Show linked portals quote bugfix 2013-04-15 02:03:42 -07: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
Kevin
e091923d64 Bump ipas version number 2013-04-13 22:58:06 -07:00
Jon Atkins
326df3af26 add a close button to the portal detail display - some people like to be able to hide it
show linked portals updated - the positioning needed changing
2013-04-14 01:23:35 +01:00
Jon Atkins
f2dfeb29bb cleanups to the toolbox
- remove   - use style sheets to prevent wrapping within links
- make more consistant with the cleanups made to the .linkdetails links
for #135
2013-04-13 21:45:30 +01:00
Jon Atkins
99d52dad8a various cleanups to the portal detail display links
- removed 'donate'
- made case consistant - upper case 1st letter
- shortened excessively long links (IAPS) - but added title text on links with more detailed descriptions
inspired by #135
2013-04-13 21:18:26 +01:00
Jon Atkins
04b5e3e52b minor cleanups to the #toolbox
- ensure each added item in plugins has a space before
- use   in links so they're not split over lines
- make case consistant between core IITC and plugins
2013-04-12 14:55:08 +01:00
Kevin
fd564696c8 Indentation fix only 2013-04-11 23:41:35 -07:00
Kevin
515fc27a0d Bug fix to get plugin working again 2013-04-11 23:40:28 -07:00
Jon Atkins
f80c30cf36 Merge pull request #144 from wrycta/master
Bugfix to ipas-link plugin for the case of missing resonators on the portal
2013-04-11 08:42:17 -07:00
Jon Atkins
00feade73e Merge pull request #142 from Fragger/plugin-alert-css-fix
Fix plugins that use alert with css styling, remove unused divs in body
2013-04-11 08:32:24 -07:00
wrycta
56e79fe10c Fixes ipas-link in the case that resos are missing
Adds dummy values to the hash, with energyTotal=0 for that resonator
2013-04-11 10:34:57 +08:00
Kevin
19a42b7c24 Fix plugins that use alert with css styling, remove unused divs in body 2013-04-10 05:36:33 -07: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
Jon Atkins
f45ee1162a plugin: force redirect to https when accessed via http 2013-04-08 05:20:33 +01:00
Jon Atkins
baaaf3e3f1 remove unnecessary absolute URLs. site-relative are used where possible (e.g. permalinks, rpc calls) - and a couple of protocol-relative one for automatic http/https matching 2013-04-08 05:09:01 +01:00
Peter Dietrich
a04214b74b change link layout and wording 2013-04-04 13:38:01 +02:00
Peter Dietrich
711fc74ed6 new plugin ipas-link
For opening a portal in IPAS - Ingress Portal Attack Simulator
2013-04-04 11:18:49 +02:00
Kevin
b7e317bb02 Nits and fixes 2013-03-31 02:12:42 -07:00
Kevin
bf830c2992 New plugin add a zoom slider to map 2013-03-31 02:12:37 -07: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
Jon Atkins
dd84828d0d Merge pull request #105 from Xelio/plugin-ap-list-patch-9
Plugin AP List: Added a "Unselect all" button in header
2013-03-30 12:23:13 -07:00
Jon Atkins
a079456fd5 partial fix #52 - show-linked-portals not working for >8 links - it now supports up to 16 links 2013-03-30 18:18:42 +00:00
Xelio
ab80e08036 Plugin AP List: Added a "Unselect all" button in header 2013-03-31 01:48:20 +08:00
Jon Atkins
5558fcd64f Merge pull request #99 from Fragger/pancontrol-tweak
Make the pan control plugin show up a little nicer
2013-03-30 10:35:54 -07:00
rongou
9847dec568 Add a new plugin to display portal levels as numbers, directly on the map. 2013-03-30 07:59:37 -07:00