3884 Commits

Author SHA1 Message Date
reckter
3b3a372945 Merge pull request #2 from jonatkins/master
pulling latest changes
2015-05-08 11:19:50 +02:00
Jon Atkins
a5f2296f82 bump version after new release 2015-05-08 03:19:50 +01:00
Jon Atkins
d313ecc9e5 website: update for new release 2015-05-08 03:18:50 +01:00
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
Jon Atkins
bb5d263a73 allow max zoom of 21 - two portals 18cm apart only show at z=21 2015-05-06 17:08:20 +01:00
Hannes
3527cf1acb tweaked bookmark generateID function, so it's collision free 2015-05-01 20:35:39 +02:00
reckter
98d50fe66d Merge pull request #1 from jonatkins/master
updated to newest code
2015-05-01 20:30:44 +02:00
Jon Atkins
d9abda87f3 remove confirm prompt on server-returned javascript
more people ask about what this prompt is about, and answering 'no' generally breaks botguard at this point.

if you don't like the possibility of IITC running server-returned code, then disable the botguard interface completely - we're already running it on page load, so there's no more risk doing it here too
2015-04-27 21:56:23 +01:00
fkloft
522eb8d38c [missions] fix desktop version 2015-04-25 13:11:00 +02:00
Jon Atkins
439fcae210 artifacts: lightman shards (guessed - but image URLs work so probably OK) 2015-04-22 02:48:08 +01: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
2933f596e9 [core] small changes to cookie handling
- dynamic cookie expiration date
- remove cookie cache (which is not updated when a cookie is set)
2015-04-13 21:58:05 +02:00
fkloft
d25b7c5dd7 [missions] open mission from permalink 2015-04-13 21:57:19 +02:00
fkloft
90eb283f78 [mobile] support for mission permalinks 2015-04-13 20:55:58 +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
Jon Atkins
47ccdf8218 Merge branch 'fkloft-dialogs' 2015-04-10 00:12:03 +01:00
Jon Atkins
a6f23ada6a Merge branch 'dialogs' of https://github.com/fkloft/ingress-intel-total-conversion into fkloft-dialogs 2015-04-10 00:08:22 +01:00
fkloft
acccccc968 Clean up previous commit 2015-04-10 01:06:30 +02:00
Jon Atkins
d99df3b24e Merge branch 'dialogs' of https://github.com/fkloft/ingress-intel-total-conversion into fkloft-dialogs 2015-04-09 23:56:46 +01:00
fkloft
9092a2a038 override default JS dialog handling (which is broken in Lollipop)
should fix #970
2015-04-10 00:48:56 +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
1171651991 Merge pull request #976 from Meaglin/unaccounted
Fix some tiles not getting returned at all by map requests.
2015-04-08 18:08:18 +01:00
Joseph Verburg
aa48e18639 Fix some tiles not getting returned at all by map requests, causing a tile to never be requeued. 2015-04-08 16:36:07 +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
Jon Atkins
9e6cdf93c7 Merge pull request #973 from Meaglin/missions
Full mission support
2015-04-07 21:52:07 +01:00
Jon Atkins
1fcf7c51a1 bump version after release 2015-04-04 01:14:26 +01:00