1171651991
Merge pull request #976 from Meaglin/unaccounted
Jon Atkins
2015-04-08 18:08:18 +01:00
de5b689ee6
Added remove events for portals/links/fields.
Joseph Verburg
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.
Joseph Verburg
2015-04-08 16:36:07 +02:00
c7595c85f8
add missing <aside> needed for correct styles
Jon Atkins
2015-04-07 21:59:05 +01:00
977482a2f5
minor tweaks to wording - less verbose
Jon Atkins
2015-04-07 21:55:17 +01:00
9e6cdf93c7
Merge pull request #973 from Meaglin/missions
Jon Atkins
2015-04-07 21:52:07 +01:00
1fcf7c51a1
bump version after release
Jon Atkins
2015-04-04 01:14:26 +01:00
0bdfd84217
website: update for new release
Jon Atkins
2015-04-04 01:11:51 +01:00
658344a832
additional message asking users to direct their 'show more portals' issues towards niantic
Jon Atkins
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
Jon Atkins
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!
Jon Atkins
2015-04-03 21:20:36 +01:00
e2cd19a9c3
commit missing MIN_ZOOM
Jon Atkins
2015-04-03 21:13:49 +01:00
3e7724afe6
first pass at changing map tile params for latest site update
Jon Atkins
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)
Joseph Verburg
2015-04-03 14:12:10 +02: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
Jon Atkins
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...
Jon Atkins
2015-03-28 18:27:06 +00:00
a169176bad
map params adjusted due to server overload of shonin anomaly
Jon Atkins
2015-03-28 16:27:48 +00:00
e7a136ec04
bump version after release
Jon Atkins
2015-03-20 23:33:11 +00:00
7e7622584d
website: update for 0.22.1 release
Jon Atkins
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
Jon Atkins
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)
Jon Atkins
2015-03-20 20:53:45 +00:00
d98546a173
fix chat after intel change
fkloft
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
Jon Atkins
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
Jon Atkins
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
Jon Atkins
2015-03-12 20:26:53 +00:00
2f67616c5d
unknown_10/11 flags - renamed to the mission status they represent
Jon Atkins
2015-03-12 20:26:15 +00:00
d96ee8de50
distance-to-portal: fix case where current location is not set
Jon Atkins
2015-03-09 00:04:55 +00:00
7157eceae3
distance-to-portal plugin: integrate with portals list
Jon Atkins
2015-03-09 00:02:29 +00:00
052d208783
increase latlng to guid cache size
Jon Atkins
2015-03-07 16:55:01 +00:00
dd9f053ed3
Merge pull request #952 from eidyia/pr-guidCacheHWMbug
Jon Atkins
2015-03-07 16:38:54 +00:00
fe19227839
Eliminate CPU churning on cache highwater check
eidyia
2015-03-08 03:01:54 +11:00
b6c89c9575
tooltip tweaks - slightly cleaner this way, i think
Jon Atkins
2015-03-05 18:56:23 +00:00
54a6861aef
code to easily disable botguard, if desired not recommended for general use, but can be good for occasional troubleshooting
Jon Atkins
2015-03-05 18:55:28 +00:00
cabe7692fe
tweaks to shonin shards
Jon Atkins
2015-03-05 18:54:53 +00:00
e9d6436260
Support shonin shards
fkloft
2015-03-05 19:37:40 +01:00
9b530753d3
iitcm: update views on app start
Philipp Schaefer
2015-03-04 21:41:27 +01:00
55529c938e
indentation, and dead code removal
Jon Atkins
2015-03-04 01:03:55 +00:00
22ef6a62a1
indentation fix
Jon Atkins
2015-03-04 01:03:30 +00:00
3b96ed49ea
radius scaling less extreme - reduced scale increase on mobile, reduced scale decrease when zoomed out
Jon Atkins
2015-03-03 21:05:42 +00:00
ece5dac26f
portal markers: tweaks to the sizes used for different levels
Jon Atkins
2015-03-03 20:49:49 +00:00
58b9d1c7d3
hide ownership plugin: use core IITC function to get style, rather than hard-coding the parameters
Jon Atkins
2015-03-03 20:24:40 +00:00
6148ec4258
should have been local variables - no point in polluting the global namespace
Jon Atkins
2015-02-28 19:43:02 +00:00
5756db7623
oops - change new plugin @id firld
Jon Atkins
2015-02-28 05:15:16 +00:00
ef7640de6a
debug highlighter plugin: a place for experimental/temporary highlighters currently, highlighters for the unknown_10/11 flags recently added to the portal data
Jon Atkins
2015-02-28 04:47:03 +00:00
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
Jon Atkins
2015-02-27 02:03:43 +00:00
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...
Jon Atkins
2015-02-27 01:14:26 +00:00
92bbf1ec15
bump version numbers after release
Jon Atkins
2015-02-27 01:14:11 +00:00
caccfdf642
website: announcement post of new release
Jon Atkins
2015-02-27 00:50:36 +00:00
1afc04b45c
player tracher search - ignore leading @ character, to give reasonable behaviour when used like the old search system
Jon Atkins
2015-02-27 00:26:50 +00:00
2b932d4c69
bump version to 0.22.0 due to major search overhaul in this release
Jon Atkins
2015-02-27 00:09:28 +00:00
dd007c4015
Increase search result font size on mobile
fkloft
2015-02-27 00:28:02 +01:00
189f57afdd
Fix bug with search
fkloft
2015-02-26 23:56:21 +01:00
7be1575e50
also set 'unknown_11' for map data, as well as portal details
Jon Atkins
2015-02-26 22:32:31 +00:00
46275956cf
data cache: - reduce the expiry time (the niantic servers are no longer as unreliable as they were, so keeping old data is less useful than it once was) - add upper size limit on cache, as well as item count limit - add debug method to get cache size as a string
Jon Atkins
2015-02-22 17:00:18 +00:00
6ad6ee56cf
remove entities by render bounds - will improve performance, particularly in the case of repeated panning/zooming without letting the download complete
Jon Atkins
2015-02-22 16:44:37 +00:00
76ca083ad7
region search: don't force match to start/end of string
Jon Atkins
2015-02-22 00:41:34 +00:00
81e7251af9
regions plugin: support the new search api, for easy cell searching
Jon Atkins
2015-02-22 00:32:26 +00:00
600fe1f91c
experimental: JSON encode the data stored in the cache
Jon Atkins
2015-02-21 23:32:57 +00:00
f5b565b284
fix exception in bad http request on portal details
Jon Atkins
2015-02-21 23:32:00 +00:00
597d19acfc
search: pan to portal if position is off screen
fkloft
2015-02-21 22:37:50 +01:00
d53c31c2dd
[show-linked-portals] different border styles for incoming and outgoign links
fkloft
2015-02-21 22:37:07 +01:00
f6273d5644
[show-linked-portals] highlight portal and link
fkloft
2015-02-21 22:12:17 +01:00
badcdbdb18
add core functions to create a generic marker icon, of a specified colour.
Jon Atkins
2015-02-21 17:08:04 +00:00
e03bbf50f1
[user-location] update portal distance when GPS fix is available
fkloft
2015-02-21 14:22:29 +01:00
d55d363112
[distance-to-portal] add vendor-prefixes to transformations and implement updating the distance without re-rendering all portal details
fkloft
2015-02-21 14:19:33 +01:00
9c534c8898
[distance-to-portal] also show bearing
fkloft
2015-02-21 14:02:01 +01:00
227d1b18ac
[draw-tools] don't open dialog more than once
fkloft
2015-02-21 14:01:09 +01:00
9397171030
plugin: distance-to-portal new plugin: manually set your location, then the distance to the selected portal is shown intended to aid key management when at home (select a portal, find key in inventory by distance rather than name)
Jon Atkins
2015-02-21 05:21:59 +00:00