84fab79127
[missions] Use dotted lines for non-sequential missions
2015-04-13 23:35:38 +02:00
531f707a7c
[mission] Don't remove permalink in mission details
2015-04-13 23:20:03 +02:00
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
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
d25b7c5dd7
[missions] open mission from permalink
2015-04-13 21:57:19 +02:00
90eb283f78
[mobile] support for mission permalinks
2015-04-13 20:55:58 +02:00
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
79953c6494
[missions] show distance to mission (using distance-to-portal)
2015-04-12 02:07:14 +02:00
735a0fee85
[missions] use webkit vendor prefix for transform (Android doesn't yet support unprefixed transforms)
2015-04-12 02:06:15 +02:00
d7ce5b2c58
[mission] show mission type
2015-04-12 01:11:30 +02:00
9b951fbc7c
[missions] draw trace to portals, even if they aren't currently loaded
2015-04-12 00:34:17 +02:00
8ac1305110
[missions] use DOM instead of HTML string manipulation
2015-04-12 00:18:41 +02:00
8fff4e3be9
[missions] fix indentation; typo
2015-04-11 20:35:04 +02:00
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
47ccdf8218
Merge branch 'fkloft-dialogs'
2015-04-10 00:12:03 +01:00
a6f23ada6a
Merge branch 'dialogs' of https://github.com/fkloft/ingress-intel-total-conversion into fkloft-dialogs
2015-04-10 00:08:22 +01:00
acccccc968
Clean up previous commit
2015-04-10 01:06:30 +02:00
d99df3b24e
Merge branch 'dialogs' of https://github.com/fkloft/ingress-intel-total-conversion into fkloft-dialogs
2015-04-09 23:56:46 +01:00
9092a2a038
override default JS dialog handling (which is broken in Lollipop)
...
should fix #970
2015-04-10 00:48:56 +02:00
06124dda83
Merge pull request #967 from imsaguy/patch-1
...
Basic style edits
2015-04-09 03:21:05 +02:00
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
de5b689ee6
Added remove events for portals/links/fields.
2015-04-08 17:03:53 +02:00
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
c7595c85f8
add missing <aside> needed for correct styles
2015-04-07 21:59:05 +01:00
977482a2f5
minor tweaks to wording - less verbose
2015-04-07 21:55:17 +01:00
9e6cdf93c7
Merge pull request #973 from Meaglin/missions
...
Full mission support
2015-04-07 21:52:07 +01:00
1fcf7c51a1
bump version after release
2015-04-04 01:14:26 +01:00
0bdfd84217
website: update for new release
2015-04-04 01:11:51 +01:00
658344a832
additional message asking users to direct their 'show more portals' issues towards niantic
2015-04-04 01:05:30 +01:00
2e906b41f0
as well as 9000 and 36000, allow the interbediate 18000 when detecting map tile params
...
this value was live for a short period of time, and they may revert back to it
2015-04-03 22:35:05 +01:00
b4f9c3e2fe
add some initialisation for deciding if to use detected tile params or those embedded in the code
...
console warnings when it fails to detect values from stock, or the internal defaults don't match
disable show-more-portals plugin if it would result in more requests - damn niantic!
2015-04-03 21:20:36 +01:00
e2cd19a9c3
commit missing MIN_ZOOM
2015-04-03 21:13:49 +01:00
3e7724afe6
first pass at changing map tile params for latest site update
2015-04-03 20:50:10 +01:00
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
f6246f840c
Basic style edits
...
This is just to cleanup the code to follow proper coding styles.
2015-03-31 15:33:11 -05:00
5845c37daf
change tile loading delays to zero. stock intel doesn't wait, and the current tile params for further out zooms need a large number of requests, making any delays here add up quickly
2015-03-28 18:32:40 +00:00
96190be481
extract TILES_PER_EDGE and ZOOM_TO_LEVEL from stock intel
...
Niantic have been tweaking the values after server overload during Shonin - I expect them to change again...
2015-03-28 18:27:06 +00:00
a169176bad
map params adjusted due to server overload of shonin anomaly
2015-03-28 16:27:48 +00:00
e7a136ec04
bump version after release
2015-03-20 23:33:11 +00:00
7e7622584d
website: update for 0.22.1 release
2015-03-20 21:33:15 +00:00
5e8ddb2344
move portal entity array decoding into one place, and share the code for the common array elements
...
TODO: move link and field entities into here too
2015-03-20 20:54:44 +00:00
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
d98546a173
fix chat after intel change
2015-03-20 21:30:52 +01:00
c5b068eda1
ignore portals returned in the map data that are below the portal level requested
...
this shouldn't be needed - the stock intel map completely ignores these so they shouldn't be returned - but since niantic added mission portals to the map they bypass all portal level filtering code, for some reason
2015-03-12 21:33:22 +00:00
522ef34f77
earth radius: change leaflet and leaflet-draw to use the radius value used by the s2 geometry library
...
this library is used in the ingress backend, so distance calculation, etc are far closer if we use the value from that
2015-03-12 20:47:05 +00:00
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
2f67616c5d
unknown_10/11 flags - renamed to the mission status they represent
2015-03-12 20:26:15 +00:00
d96ee8de50
distance-to-portal: fix case where current location is not set
2015-03-09 00:04:55 +00:00
7157eceae3
distance-to-portal plugin: integrate with portals list
2015-03-09 00:02:29 +00:00
052d208783
increase latlng to guid cache size
2015-03-07 16:55:01 +00:00