Jon Atkins
e63678c2e4
further updates to scoreboard region cell display
...
- iterate through all cells on screen
- use larger regional cell groups when zoomed out
i think names are still wrong in some regions
2014-01-20 17:09:18 +00:00
Jon Atkins
18f2e8b420
s2 geometry - add method to get neighbor cells
2014-01-20 17:08:22 +00:00
Jon Atkins
b7a4be7282
WORK IN PROGRESS plugin to draw the scoring regions on the map
...
for #741
2014-01-20 08:28:33 +00:00
Jon Atkins
3a2a2e452d
more s2geometry code
...
we have enough now to calculate the cell containing a lat/lng, and to calculate the lat/lng for a cell center/boundary
not certain the hibbert curve stuff is right yet...
2014-01-20 08:27:40 +00:00
Jon Atkins
ad5df28f37
undefimned fefault to true, rather than false, when adding a layer - more likely whats wanted
2014-01-20 08:22:59 +00:00
Jon Atkins
0afd23c022
WORK IN PROGRESS: s2 geometry functions - needed for the new regional scoreboards
2014-01-18 13:03:47 +00:00
fkloft
840c955e46
Leaflet might not be available while booting
2014-01-17 09:22:08 +01:00
Jon Atkins
14fc5a1a04
Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion
2014-01-15 19:34:09 +00:00
Jon Atkins
0861d5c35e
remove unused function - ingress API no longer uses full bounds-params - it requests by just quadkey now
2014-01-15 19:33:33 +00:00
Philipp Schaefer
437e1cdd08
corrected typo
2014-01-15 15:21:36 +01:00
Philipp Schaefer
5a6e898f36
Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion
2014-01-15 15:13:06 +01:00
Philipp Schaefer
08e9aac296
new notification for external plugins
2014-01-15 13:56:48 +01:00
Jon Atkins
b14c22cc9b
fix description of portal reakness highlighter
2014-01-14 15:22:05 +00:00
Jon Atkins
74c5259d50
update website for bugfix release
2014-01-14 12:01:10 +00:00
Jon Atkins
b85ce30904
bump mobile version in preperation for bugfix release
2014-01-14 10:43:55 +00:00
fkloft
9113c09fa7
Try to fix recent bug in IITCm
2014-01-14 08:55:32 +01:00
Jon Atkins
05cd342051
sort the queued tiles by the distance from the centre of the screen
...
this mirrors the changes to the stock intel site as of 2014-01-13 (and is something i'd been considering before they did this)
2014-01-13 22:25:18 +00:00
Philipp Schaefer
44f1df47f9
added offline tile management to FAQ
2014-01-13 22:00:37 +01:00
Jon Atkins
08dc8ca464
add 'TODO' comment
2014-01-13 20:37:52 +00:00
Jon Atkins
1bd5b50fdd
bump version
2014-01-13 20:34:44 +00:00
Jon Atkins
ba72b63a2c
website: news post for new release
2014-01-13 20:13:18 +00:00
Jon Atkins
ca9b6462f5
bump mobile version number, for new public release
2014-01-13 19:51:47 +00:00
Jon Atkins
e5157e80c7
munge fix: one function changed layout, breaking IITC's munge finding regular expressions
...
due to niantic site update 2014-01-13
2014-01-13 19:43:33 +00:00
Jon Atkins
8cec639612
Merge pull request #730 from nexushoratio/proofreading
...
Fix two typos.
2014-01-08 22:27:16 -08:00
nexushoratio
4775bca0d0
s/nxt/next/
2014-01-08 00:02:50 -08:00
nexushoratio
59fe671896
s/poral/portal/
2014-01-07 23:48:31 -08:00
Jon Atkins
adb1f0da93
Merge pull request #729 from Fly33/master
...
Fixed: don't do calculations when layers are off
2014-01-07 16:34:25 -08:00
fly
a3512854c4
Fixed: don't do calculations when layers are off
2014-01-08 02:53:58 +04:00
Jon Atkins
3a4b982fbf
Merge pull request #728 from Fly33/master
...
Some changes
2014-01-07 13:28:39 -08:00
fly
bb9791bd86
Added: fields layer
...
Removed: portal filtration
2014-01-08 00:58:31 +04:00
Jon Atkins
7997c9c8e3
change the commented out list of zoom to portal level mappings to match those in the intel site update of 2014-01-06
...
IITC still drops a zoom level slightly sooner at this time, but not so much now
(were niantic inspired by IITC here?)
2014-01-07 08:12:20 +00:00
Jon Atkins
ba89f9a665
Merge pull request #727 from strguntbr/master
...
Add support for property "style" to geoJson.
2014-01-07 00:00:40 -08:00
Marcus Winkler
a172b288da
Add support for property "style" to geoJson. CSS styles can be used to style geoJson features.
2014-01-06 22:57:20 +01:00
fkloft
3162d6f529
Disabled inputs are unselectable in Firefox. Change to readonly
2014-01-06 18:17:33 +01:00
Jon Atkins
698dee51e7
Merge pull request #726 from nexushoratio/proofreading
...
s/Highligher/Highlighter/
2014-01-05 22:45:03 -08:00
nexushoratio
cefbf95c85
s/Highligher/Highlighter/
2014-01-05 22:30:54 -08:00
Jon Atkins
f038693403
Merge pull request #725 from Fragger/fix-mobile-fc-null-host
...
Check for null host in shouldInterceptRequest to prevent FCs
2014-01-05 22:03:00 -08:00
Jon Atkins
4b66e4c7cc
Merge pull request #724 from nexushoratio/proofreading
...
Small bunch of proofreading edits.
2014-01-05 22:01:59 -08:00
Fragger
bc2f005155
Check for null host in shouldInterceptRequest to prevent FCs
...
base64 encoded image resources were causing .getHost() to return null and then a NullPointerException when .endswith was called on line 150
2014-01-05 19:49:59 -08:00
nexushoratio
95f225acf1
fix typo
2014-01-05 17:41:08 -08:00
nexushoratio
eabe2dae7d
Minor grammar tweak.
2014-01-05 17:34:34 -08:00
nexushoratio
b279c05a41
s/Detal/Detail/
2014-01-05 17:09:36 -08:00
nexushoratio
78d42fa957
Minor typo in new code.
2014-01-05 17:05:15 -08:00
fkloft
5d674eee40
Use new log system
2014-01-05 23:51:44 +01:00
Jon Atkins
b31d973cff
increase min line segments used for geodesic circles - improves portal range circles at smaller sizes
2014-01-05 22:45:23 +00:00
Jon Atkins
01a5c0da6d
fix small bug from #713 - and also use method rather than private data for lat/lng
2014-01-05 22:42:57 +00:00
Jon Atkins
8049e43451
Merge branch 'patch-1' of https://github.com/bradgarner/ingress-intel-total-conversion into bradgarner-patch-1
2014-01-05 22:32:57 +00:00
Jon Atkins
86c49bde56
fix non-utf8 characters from new plugin #722
2014-01-05 22:08:41 +00:00
Jon Atkins
088cd500a2
Merge pull request #722 from Fly33/master
...
Added: new plugin fly-links
2014-01-05 14:06:45 -08:00
Jon Atkins
1a3d4faebe
Merge pull request #718 from nexushoratio/proofreading
...
Fix a number of typos in comments and site content
2014-01-05 14:04:44 -08:00