3235 Commits

Author SHA1 Message Date
Jon Atkins
236c47fa03 bump version numbers for next release 2014-05-10 01:16:18 +01:00
Jon Atkins
cfb482ddcf website update for 0.16.9 2014-05-10 01:15:36 +01:00
Jon Atkins
8b7d031208 for some reason SEND_PLEXT no longer munges it's parameters - but everything else does still!
no idea if it's permanant, or an accident - so we'll handle either munged or unmunged parameters now
2014-05-10 00:36:44 +01:00
Jon Atkins
d7207137ab Merge pull request #800 from ZasoGD/Bookmarks-2.9
Bookmarks 2.9
2014-05-06 04:59:44 +01:00
Jon Atkins
3e82e10d44 bump version numbers after a release, ready for the next... 2014-05-06 02:24:04 +01:00
Jon Atkins
83117ca798 website update for new release 2014-05-06 02:07:36 +01:00
Jon Atkins
7138e3e5cd update game score to support changed format 2014-05-06 01:56:19 +01:00
Jon Atkins
abb0fcd638 latest stock site update changed the quadkey construction - updated to match 2014-05-06 01:44:10 +01:00
Giacinto Garcea
7bfd6bfbb9 Bookmarks 2.9
- rename a folder (bookmarks opt);
- for IITCm: move a bookmark into a folder;
2014-05-05 22:33:08 +02:00
Jon Atkins
937fedcad9 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2014-05-04 03:12:31 +01:00
Jon Atkins
7ee40b5b45 make the 'default intel detail level' act more like the stock map - a partial workaround for some portals not being returned for zoom levels 16/17 sometimes
also, 'show more portals' plugin has less impact in this case too
2014-05-04 03:10:50 +01:00
Philipp Schaefer
94dceae694 more fine granular portal marker scaling on mobile devices (see #311) 2014-05-03 13:44:32 +02:00
Jon Atkins
ae2c9ad4aa bumpped version numbers to 0.16.8/mobile 0.10.8 - as a release has just been made 2014-04-29 04:55:49 +01:00
Jon Atkins
06ec9b36e7 update website for 0.16.7 release 2014-04-29 04:52:41 +01:00
Jon Atkins
1e58fbbd44 missed a level-related change from previous commit 2014-04-29 04:33:45 +01:00
Jon Atkins
395502dcef update code to support extra level-related parameters supplied in the PLAYER object, negating the need for lists of XM and AP values per level 2014-04-29 01:09:30 +01:00
Jon Atkins
f0134d45f1 update munge code for 2014-04-29 site update 2014-04-29 00:28:36 +01:00
Jon Atkins
80348dd074 quick fix for importing draw tools, etc files - text/* works so much better than file/*
it should probably be passed through from the javascript side though...
2014-04-23 00:18:39 +01:00
Jon Atkins
86dab0384c Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2014-04-22 10:22:46 +01:00
Jon Atkins
e090bdefae remove some unused constants 2014-04-22 10:22:22 +01:00
Philipp Schaefer
41e60d5adc load plugins in alphabetical order, load main script last 2014-04-21 15:31:57 +02:00
Philipp Schaefer
0ad03742d1 Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion 2014-04-21 15:25:48 +02:00
Jon Atkins
4a040e2db2 simplify display of incoming/outgoing links
- use words rather than symbols
- place outgoing first - it's more important
- tooltip gives a few more details, including outgoing limit and total link count
2014-04-14 23:00:09 +01:00
Philipp Schaefer
0bbd1987d6 reverted portal-lvl-numbers plugin changes commited by accident 2014-04-01 14:33:37 +02:00
Philipp Schaefer
c8a004e1e1 Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion 2014-04-01 14:30:13 +02:00
Jon Atkins
22299adcef update portals-list to use current permalink format (ll & pll) rather than the ancient latE6/lngE6/pguid format
fix #788
2014-03-31 18:15:46 +01:00
Jon Atkins
f045cd5714 fix portals-list for portals with no title
fix #789
2014-03-31 18:11:26 +01:00
Philipp Schaefer
c2823c7dab updated mobile README 2014-03-31 14:57:33 +02:00
Jon Atkins
a9d58bc646 website: re-order the test builds page so mobile is first 2014-03-27 21:02:12 +00:00
Jon Atkins
6bc18d6c86 make all region lines non-clickable 2014-03-27 00:33:01 +00:00
Philipp Schaefer
16212b2032 remove redundant layer check...it's done in removeLabel function too 2014-03-25 01:09:10 +01:00
Philipp Schaefer
e6c7858eca bumped version number of portal lvl plugin 2014-03-25 00:24:52 +01:00
Philipp Schaefer
64bd129c02 bugfix: update portal level layer if it already exists instead of ignoring the addLabel call 2014-03-25 00:24:12 +01:00
Jon Atkins
5a033a971a Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2014-03-23 20:57:04 +00:00
Jon Atkins
4a4346a419 max-links: only count portals visible on screen against the portal limit. the recent larger data tiles for map data pull in more off-screen data, making the old test unreliable in some cases 2014-03-23 20:55:32 +00:00
fkloft
6408a1151c [plugins/bookmarks-by-zaso] audo draw: show distance between selected portals
/cc @ZasoGD
2014-03-23 21:24:18 +01:00
Jon Atkins
95ed0ddd7b some refactoring and improvements in rendering
- don't render portals or links outside the bounds. the backend returns lots of link, and some portals, outside of the data tiles
- moved more of the render pass start process inside startRenderPass function, rather than having to call separate functions in the data request code
2014-03-23 01:23:36 +00:00
Jon Atkins
f47b1211d2 canvas render plugin: add setting to window object outside of wrapper - this makes it work on mobile despite order potentially being wrong
note: also unsafeWindow version attempted, for tampermonkey/greasemonkey - but this doesn't work for some reason
2014-03-22 20:06:45 +00:00
Jon Atkins
fb7eae8473 don't enable canvas rendering by default. add a plugin to change the setting instead 2014-03-22 19:07:57 +00:00
Jon Atkins
2084117bd8 with canvas based L.Paths, it's inefficient to draw too frequently, so reduce the debug tile refresh rate even further 2014-03-22 03:43:52 +00:00
Jon Atkins
4d72137e12 render queue: when using canvas-based L.Path-s, it's most efficient to draw as much as possible every time - so quick-n-dirty change to the batch limits 2014-03-22 03:42:59 +00:00
Jon Atkins
427614ccca mobile - show-user-location
1. if canvas-based layers are in use, don't draw the hack range marker (as any leaflet path-based drawing is slow, and they don't support SVG styles)
2. only add/remove the circle marker layer when needed - as the leaflet library doesn't document what will happen if a removed layer is removed again, or an added layer is added again
2014-03-22 03:34:46 +00:00
Jon Atkins
ffc056505f switch to non-minified leaflet-src.js (see 480381d5e970452a275aa44a0d3d168b0fd9cc2b) and enabled L_PREFER_CANVAS 2014-03-22 03:05:27 +00:00
Jon Atkins
480381d5e9 leaflet: modify to handle canvas-based path redrawing better. the correct fix is only in the 0.8-dev at this time, but that's not stable enough to use
NOTE: only leaflet-src.js updated, and NOT the minified leaflet.js
2014-03-22 03:03:51 +00:00
Jon Atkins
c0d0d87946 bookmarks plugin: clicking a bookmark icon selects the portal 2014-03-22 02:53:28 +00:00
Jon Atkins
a275ea1673 geodesic: remove dependancy on L.LatLng.DEG_TO_RAD/RAD_TO_DEG, in preperation for leaflet 0.8 2014-03-22 01:46:51 +00:00
Jon Atkins
42ed6566e4 DEG_TO_RAD and RAD_TO_DEG removed from L.LatLng in 0.8-dev builds 2014-03-22 01:04:00 +00:00
Jon Atkins
a341aeb8f8 player tracker: multiPolyLine removed in leaflet 0.8-dev - so let's work without it 2014-03-22 01:02:39 +00:00
Jon Atkins
aaaf2f0b46 Merge pull request #785 from fkloft/chat
Remove CHAT_MIN_RANGE
2014-03-22 01:00:50 +00:00
fkloft
2e5da846a0 Remove CHAT_MIN_RANGE 2014-03-21 22:30:32 +01:00