1090 Commits

Author SHA1 Message Date
Jon Atkins
2fce62117c restopre 'show more portals', but at one level of zoom boost instead of two 2015-05-06 18:28:08 +01:00
fkloft
522eb8d38c [missions] fix desktop version 2015-04-25 13:11:00 +02:00
fkloft
b2bc864d6a [missions] bugfix: markers weren't removed on mobile 2015-04-21 13:16:49 +02:00
fkloft
59659a944d [missions] use android panes. show missions in pane to allow switching between mission view and map
mission lists are still displayed in dialogs
2015-04-20 20:59:04 +02:00
fkloft
5bc45b43c3 [missions] fix: handle unavailable waypoints correctly 2015-04-20 15:58:47 +02:00
fkloft
92422363f2 [missions] Bump version to 1.0.0 2015-04-16 00:26:15 +02:00
fkloft
d682ba17c7 [missions] bugfix: mwpid now includes waypoint index
otherwise, you wouldn't be able to mark waypoints for hidden missions or duplicate portals (i.e. when a portal appears more than once in a mission)
2015-04-16 00:26:15 +02:00
fkloft
933843bd68 [missions] improved mission details, now including the mission's length (for non-hidden missions) 2015-04-14 15:48:58 +02:00
fkloft
d881a5a6a9 [show-linked-portal] use portal details for preview if cached 2015-04-14 03:22:14 +02:00
fkloft
4853542265 [show-linked-portals] use abbreviated length in box 2015-04-14 03:14:10 +02:00
fkloft
99a4fc412a [show-linked-portals] Also show link length in box along with "portal out of range" 2015-04-14 03:01:58 +02:00
fkloft
6b2fd44129 [show-linked-portals] show link length in tooltip 2015-04-14 02:50:48 +02:00
fkloft
4fdd6cc4f2 [uniques] Bugfix. Seems like sync was broken for quite some time? 2015-04-14 02:30:15 +02:00
fkloft
0b852cd09a [missions] support for sync \o/
(API for hooks had to change again. Only the mission ID or combined mission/waypoint ID is now passed)
2015-04-14 02:29:07 +02:00
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
fkloft
da0c866ac3 Remove call to plugin.drawTools.setOptions from bookmarks
- setOptions is usually only called once: when booting drawTools
- no need to call it repeatedly
- known to break a third party plugin (which we don't support, but no reason to make it hard)
2015-04-10 21:02:36 +02:00
fkloft
06124dda83 Merge pull request #967 from imsaguy/patch-1
Basic style edits
2015-04-09 03:21:05 +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
imsaguy
f6246f840c Basic style edits
This is just to cleanup the code to follow proper coding styles.
2015-03-31 15:33:11 -05:00
Jon Atkins
5298c98fdd minor api change for chat callbacks, and plugins fixed to use the new changes
(which broke after today's niantic site update anyway)
2015-03-20 20:53:45 +00: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
Jon Atkins
d96ee8de50 distance-to-portal: fix case where current location is not set 2015-03-09 00:04:55 +00:00
Jon Atkins
7157eceae3 distance-to-portal plugin: integrate with portals list 2015-03-09 00:02:29 +00:00
Jon Atkins
22ef6a62a1 indentation fix 2015-03-04 01:03:30 +00:00
Jon Atkins
58b9d1c7d3 hide ownership plugin: use core IITC function to get style, rather than hard-coding the parameters 2015-03-03 20:24:40 +00:00
Jon Atkins
5756db7623 oops - change new plugin @id firld 2015-02-28 05:15:16 +00:00
Jon Atkins
ef7640de6a debug highlighter plugin: a place for experimental/temporary highlighters
currently, highlighters for the unknown_10/11 flags recently added to the portal data
2015-02-28 04:47:03 +00:00
Jon Atkins
b42b19b983 player tracker: guess player levels integration: remove special case for L8, as in the earlier commit for guess player levels - this plugin does it's own formatting 2015-02-27 02:03:43 +00:00
Jon Atkins
b42fbe8574 guess-player-levels - remove special case for level 8 - since the new levels, 8 is the min guessed level, not the final level limit
of course, given all activity is based on L8 and lower gear, it'll never guess any higher...
2015-02-27 01:14:26 +00:00
Jon Atkins
1afc04b45c player tracher search - ignore leading @ character, to give reasonable behaviour when used like the old search system 2015-02-27 00:26:50 +00:00
Jon Atkins
0ce0a22c1b Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2015-02-23 19:18:07 +00:00
Jon Atkins
b0006ae5ad zaprange plugin: has had broken team support for a while - fixed
https://plus.google.com/104096045622750660984/posts/DMT25KG6ZFo
2015-02-23 19:16:46 +00: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