29 Commits

Author SHA1 Message Date
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
170a370099 performance improvement: compute ap stats runs less often during rendering, as it's relatively expensive and slows things down 2014-01-26 17:50:24 +00:00
Jon Atkins
882200f09d ap stats plugin: add some more details in a tooltip 2013-12-26 23:04:04 +00:00
Jon Atkins
9c80d182b4 compute-ap-statistics: updated for the api changes 2013-12-24 04:44:32 +00:00
Jon Atkins
c4a9af9966 for all of the plugins moved to plugins/broken, add a dummy placeholder file
this contains the userscript header, but with @category Deleted, @description CURRENTLY UNAVAILABLE
this is so users wondering where a script has gone have some information
2013-12-01 06:05:45 +00:00
Jon Atkins
1de7819982 move a bunch of plugins into a 'broken' subfolder, for now
this is a quick way to remove them from test builds as they're unlikely to be practical to fix for 0.16.0 release
2013-11-30 06:06:29 +00:00
Jon Atkins
c1b338d86b fix compute-ap-stats to use the hooks API, rather than a bad (and now broken) method of hooking into IITC 2013-08-29 06:35:50 +01:00
Jon Atkins
772b980808 fix compute-ap-stats plugin - linkedEdges and linkedFields may not exist in portal data 2013-08-23 05:03:36 +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
Jon Atkins
c2eedbfefa more plugin category tweaks 2013-06-10 04:46:04 +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
9ef803b600 some spelling fixes and cleanups of plugin descriptions 2013-04-28 18:45:45 +01: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
aabe76661c Plugin Compute AP - Missing team resonators
Issue #358
2013-03-01 21:22:07 -06: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
b879f8955f bump version number 2013-02-23 09:11:37 +01:00
Stefan Breunig
0f78368040 make table display actually work 2013-02-23 09:09:06 +01:00
Stefan Breunig
f9834d929b fix indention/whitespace 2013-02-23 09:03:15 +01:00
Dave Frame
19990b940b small fixes:
hooking the data response handler instead of the map update so we only calcuate with complete data.
scrubbing the portal list for out of view portals to avoid counting out of bounds portals
2013-02-22 14:34:25 -07:00
Dave Frame
8517e128d1 fixed code review bugs noted by breunigs 2013-02-22 11:22:36 -07:00
Dave Frame
4d374ac7ad updated the compute-ap-stats plugin to auto-calcuate on window change, and display in the sidebar
updated the #portaldetails min-height to 569 to correct a pre-existing sizing bug.
2013-02-21 21:25:05 -07:00
Hollow011
d9604db155 Update plugins/compute-ap-stats.user.js 2013-02-20 23:56:50 -07:00
Hollow011
100e3868f2 Update plugins/compute-ap-stats.user.js 2013-02-20 23:16:46 -07:00
Hollow011
f827ae5286 Update plugins/compute-ap-stats.user.js
Updated basic code style by request of parent branch repo owner.
2013-02-20 00:16:42 -07:00
Dave Frame
84390e7b66 updated to comply with code review comments from breunigs 2013-02-19 17:48:15 -07:00