17 Commits

Author SHA1 Message Date
fkloft
12f54e3582 [missions] more preparation for sync (including some renamed hooks) 2015-04-14 00:58:22 +02:00
fkloft
f58b0b06b7 [missions] separate storage for missions and waypoints (preparation for sync) 2015-04-14 00:06:45 +02:00
fkloft
84fab79127 [missions] Use dotted lines for non-sequential missions 2015-04-13 23:35:38 +02:00
fkloft
531f707a7c [mission] Don't remove permalink in mission details 2015-04-13 23:20:03 +02:00
fkloft
212b980683 [missions] add button to fit the mission onto the map and to open the mission creator 2015-04-13 22:41:55 +02:00
fkloft
d25b7c5dd7 [missions] open mission from permalink 2015-04-13 21:57:19 +02: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
fkloft
79953c6494 [missions] show distance to mission (using distance-to-portal) 2015-04-12 02:07:14 +02:00
fkloft
735a0fee85 [missions] use webkit vendor prefix for transform (Android doesn't yet support unprefixed transforms) 2015-04-12 02:06:15 +02:00
fkloft
d7ce5b2c58 [mission] show mission type 2015-04-12 01:11:30 +02:00
fkloft
9b951fbc7c [missions] draw trace to portals, even if they aren't currently loaded 2015-04-12 00:34:17 +02:00
fkloft
8ac1305110 [missions] use DOM instead of HTML string manipulation 2015-04-12 00:18:41 +02:00
fkloft
8fff4e3be9 [missions] fix indentation; typo 2015-04-11 20:35:04 +02:00
Jon Atkins
c7595c85f8 add missing <aside> needed for correct styles 2015-04-07 21:59:05 +01:00
Jon Atkins
977482a2f5 minor tweaks to wording - less verbose 2015-04-07 21:55:17 +01:00
Joseph Verburg
c6750a2615 Full mission support, uses proper requests and data to provide a mission interface just like the normal intel map. There are a few extras:
- Mark finished/visited waypoints.
- Mark finished missions.
- Allow event hooks :).
- Show portal status(level and health)
2015-04-03 14:12:10 +02:00
Jon Atkins
1dae89b4bc mission plugin: initial basic highlighter
debug highlighter: remove unknown_10/11 highlighters - not needed any more
2015-03-12 20:26:53 +00:00