13 Commits

Author SHA1 Message Date
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
fkloft
7987a459eb [regions] instead of trying all cells, calculate x/y from distance according to the Hilbert curve
also, refactoring to reduce duplicate code for level 4/6 cells
2015-02-23 13:13:03 +01:00
fkloft
a98809ccd5 [regions] extended search
- support search for multiple cells separated by "," or ";"
- allow omitting the first two components of the cell name
- search for 4x4 cluster by omitting the last component
- icon for results
2015-02-22 20:07:48 +01:00
Jon Atkins
76ca083ad7 region search: don't force match to start/end of string 2015-02-22 00:41:34 +00:00
Jon Atkins
81e7251af9 regions plugin: support the new search api, for easy cell searching 2015-02-22 00:32:26 +00:00
Jon Atkins
db42f10ceb plugin regions: fix region name sometimes being positioned outside of the actual cell when a rotated (diamond-like) cell is just off the corners of the screen 2015-02-01 13:06:35 +00:00
Jon Atkins
6bc18d6c86 make all region lines non-clickable 2014-03-27 00:33:01 +00:00
Jon Atkins
fb88413703 plugin: region borders
- zoomed out region groups colour changes
- move region labels inside the visible region when zoomed in enough
2014-01-28 20:22:04 +00:00
Jon Atkins
68d3edf786 alternate opacity to #744 2014-01-21 17:43:13 +00:00
Jon Atkins
d645064a6d 'in' doesn't do what i thought it did for arrays - doh! 2014-01-20 19:50:12 +00:00
Jon Atkins
022a918084 flip i/j coords in calculating cell names - confirmed it's required (for two of the zones at least - no examples for southern yet)
also,
- add top-level cube face borders in a different colour
- only draw cells at sensible sizes
2014-01-20 19:33:40 +00:00
Jon Atkins
e63678c2e4 further updates to scoreboard region cell display
- iterate through all cells on screen
- use larger regional cell groups when zoomed out

i think names are still wrong in some regions
2014-01-20 17:09:18 +00:00
Jon Atkins
b7a4be7282 WORK IN PROGRESS plugin to draw the scoring regions on the map
for #741
2014-01-20 08:28:33 +00:00