32 Commits

Author SHA1 Message Date
Jon Atkins
8988852eb8 correct maths in updated portal weakness - oops 2013-12-01 20:04:32 +00:00
Jon Atkins
1452a1c534 fix missing resonators highlight opacity - was backwards
portal weakness highlighter - combination of missing resonators and needs recharge. the best that can be done with available data
2013-12-01 19:35:39 +00:00
Jon Atkins
7344e19265 fix 'show portal weakness, so it sets the fill, rather than border, colour when marking a not-weak portal 2013-08-26 00:56:41 +01:00
Jon Atkins
4f5f47831a remove pointless change of selected portal highlight colour in all highlighter plugins - make it the default instead
also tweaks to the show-more-portals plugin
2013-08-23 04:27:16 +01:00
vita10gy
137bfce45e Make it not so shieldy 2013-06-19 00:19:02 -05:00
vita10gy
f0a11dc362 Mod Highlighters
Issue #375. Also type check in weakness highlighter
2013-06-18 22:02:38 -05: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
84cb73d8e1 add @grant none to userscript headers - as recommended by greasemonkey 2013-05-20 03:12:19 +01:00
vita10gy
bd151c68f3 AP highlighter and tweaks. 2013-04-05 00:17:48 -05:00
vita10gy
d646f2df6b Portal Highlighter - Initial Check in 2013-04-04 23:08:59 -05:00
vita10gy
b14776498c Give Portal Weakness Opacity more range
Should help complaints that opacities are "too similar"
2013-03-25 22:52:13 -05: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
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
vita10gy
55a9c92121 Weaken the impact sheilds have
Now that shields can be exploded, lower their impact to roughly the
equivilent of 3% more energy each. Hopefully this addresses issue #385
2013-03-05 22:44:17 -06:00
vita10gy
831ef240d4 Put colors back if need be 2013-03-01 20:33:35 -06:00
Kevin
591dd8108a Fix bump version number 2013-03-01 04:52:06 -08:00
Kevin
6924933288 Bump Version Number 2013-03-01 02:49:17 -08:00
Kevin
e76fd84238 Update portal coloring on new data
Change Highlight Weakened Portals to update portal coloring on new data
for portals being loaded.  Before a page refresh was needed to see
portal color changes when a portal was recharged.
2013-02-28 17:31:43 -08: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
vita10gy
af5bb02db7 Nits 2013-02-24 16:08:12 -06:00
vita10gy
ad234ce84d More Nits 2013-02-23 18:44:57 -06:00
vita10gy
48ee7ce2af Missed one 2013-02-23 17:36:55 -06:00
vita10gy
335e84e7ce Fixing Nits 2013-02-23 17:27:54 -06:00
vita10gy
9035e966f1 Portal Weakness Colors 2013-02-23 16:01:38 -06:00
Sven Neuhaus
22d32a18f3 Update plugins/show-portal-weakness.user.js
fix typo in updateURL and downloadURL
2013-02-22 14:31:01 +01:00
vita10gy
7eec420ba1 Deleted unused function 2013-02-16 00:24:56 -06:00
Xelio
1a00840f45 Modify to dashArray
Make each hole in dash represent a missing resonator
2013-02-14 14:21:07 +08:00
vita10gy
7e70c0a8bb Ditched orange, introduced dashes
Ditched orange as the indicator of missing resonator in favor of dashed
circle.

Corrected /plugin/Readme.md
2013-02-12 23:44:10 -06:00
vita10gy
195dc611b2 Weak Portal Plugin
At a glance high level indicator of portals in disrepair. Opacity is
used to denote how much it's hurting. (Bright means needs the most
attention.) Factors in current energy, missing shields, or missing
resonators. Red means it needs attention. Orange means the same thing,
except that it's down at least one resonator.

I realise this is in opposition to game convention where dim == almost
dead, but I tried it that way, and it just made no sense to me to do it
that way. The whole point is a high level way to quickly identify
portals that most need repairing. If opacity isn't done this way your
eyes are most drawn to the portals that least need your attention.
2013-02-12 00:21:49 -06:00