835 Commits

Author SHA1 Message Date
Jon Atkins
fcb1217517 Merge branch 'pull_request/draw-marker-colors' of https://github.com/strguntbr/ingress-intel-total-conversion into strguntbr-pull_request/draw-marker-colors 2014-02-12 23:38:58 +00:00
Breezewish
06b2e422a2 added fix-googlemap-china-offset plugin 2014-02-07 13:37:52 +08:00
Jon Atkins
4b2ff75604 Merge pull request #754 from ZasoGD/Bookmarks-2.8
Bookmarks 2.8
2014-02-06 22:41:05 +00:00
Giacinto Garcea
daf75dbf72 Fixed css for mobile version
The Bookmarks Panel not closed. Now work.
2014-02-06 20:21:16 +01:00
Giacinto Garcea
24dbeaca9a Fixed problem with jQuery UI sortable
- jQuery UI sortable drag initiation is slow when container has hidden
items;
- removed old code to open/close BookmarksBox in IITCm;
2014-02-06 19:56:56 +01:00
Giacinto Garcea
53d04c70a5 Fixed number version 2014-02-06 10:08:16 +01:00
Jon Atkins
77cf149fef data format change: portal details 'portalV2.descriptiveText' is now 'descriptiveText.map'. fields within this seem the same
needed to fix things after the stock intel site update of 2014-02-05
2014-02-06 05:08:18 +00:00
Marcus Winkler
2c743d0c17 replaced L.icon containing data-URI-images with L.divIcon 2014-02-06 00:40:54 +01:00
Jon Atkins
e92dd96334 score-cycle-times plugin: format time without milliseconds 2014-02-05 05:38:33 +00:00
Jensen Hornick
9ef7e95721 Update guess-player-levels.user.js
Plugin would hang if non-portal data was loaded (ex: deleted portal)
2014-02-04 11:35:55 -06:00
Giacinto Garcea
3f17320de9 'auto draw' support drawtools current color 2014-02-03 12:00:47 +01:00
Giacinto Garcea
fb09a53b07 Bookmarks 2.8
- vertical scrollbar;
- button to hide/show "x" buttons;
- bookmarks full-width in mobile (no margin-right);
- minor UI and UX fix;
2014-02-02 22:28:07 +01:00
Marcus Winkler
adb0baa46f added color support to serializing/deserializing drawn markers 2014-02-01 15:45:48 +01:00
Marcus Winkler
706d48db00 implemented color choosing support for markers 2014-02-01 14:54:31 +01:00
Philipp Schaefer
bb5c6ea6f6 removed bookmarks share button on iitcm
* call share interface from copy option
* a copy button and a share button are redundant since you can copy2clipboard from share interface too
* this way we stay consistent with the new draw tools options
2014-01-29 09:53:19 +01:00
Philipp Schaefer
f87e1621fd iitcm: use share interface on draw tools copy 2014-01-29 09:44:00 +01:00
Jon Atkins
5fc9bf7f8e draw tools:
- broken localStorage data won't prevent plugin from loading
- import: validate data better on import - json parse before erasing current items, try/catch around whole import process, and existing save method writes back to storage
2014-01-29 05:57:32 +00:00
Jon Atkins
f40cda384e draw-tools: use colour picker rather than input box 2014-01-29 05:31:23 +00:00
Jon Atkins
dbfaf19b91 fix colour setting, broken by my changes to #746 2014-01-29 02:56:40 +00:00
Jon Atkins
af491221dc some cleanups to #746 2014-01-29 02:17:51 +00:00
Jon Atkins
c174cbe20b Merge branch 'master' of https://github.com/enigmaquip/ingress-intel-total-conversion into enigmaquip-master 2014-01-29 00:20:04 +00:00
Jon Atkins
fb88413703 plugin: region borders
- zoomed out region groups colour changes
- move region labels inside the visible region when zoomed in enough
2014-01-28 20:22:04 +00:00
Jon Atkins
980e136508 portal marker scaling: when zoomed out, reduce the scale of portal markers
the stock intel map has done this for a while, so lets try it in IITC
2014-01-26 17:53:10 +00:00
Jon Atkins
9efe828ccb performance: portal names updates less often, as computing visibility gets expensive with lots of portals visible 2014-01-26 17:51:37 +00:00
Jon Atkins
170a370099 performance improvement: compute ap stats runs less often during rendering, as it's relatively expensive and slows things down 2014-01-26 17:50:24 +00:00
enigmaquip
09fa2be1fe Draw Tools Update
Updates to draw tools to add options menu (similar to bookmarks). Added
import/export/reset. Also added ability to set color of drawn items and
save color state
2014-01-25 09:51:23 -07:00
Jon Atkins
4abe18d323 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2014-01-22 19:20:35 +00:00
Jon Atkins
885489029e change naming of checkpoint times - 'start'+'end' don't make sense 2014-01-22 19:20:04 +00:00
fkloft
769c03e58e [bookmarks-by-zaso] Option to keep selected portals when using auto-draw
/cc @ZasoGD
2014-01-22 20:17:07 +01:00
Jon Atkins
a161c4e181 new plugin: show the current scoring cycle/checkpoint times on the sidebar 2014-01-22 04:15:28 +00:00
Jon Atkins
3d17f67e95 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2014-01-21 17:44:21 +00:00
Jon Atkins
68d3edf786 alternate opacity to #744 2014-01-21 17:43:13 +00:00
fkloft
0d9f2293fe Merge branch 'file_chooser' 2014-01-20 23:09:09 +01:00
fkloft
728144d46f use new file request api for add-kml 2014-01-20 22:53:30 +01:00
Jon Atkins
d645064a6d 'in' doesn't do what i thought it did for arrays - doh! 2014-01-20 19:50:12 +00:00
Jon Atkins
022a918084 flip i/j coords in calculating cell names - confirmed it's required (for two of the zones at least - no examples for southern yet)
also,
- add top-level cube face borders in a different colour
- only draw cells at sensible sizes
2014-01-20 19:33:40 +00:00
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
b7a4be7282 WORK IN PROGRESS plugin to draw the scoring regions on the map
for #741
2014-01-20 08:28:33 +00:00
fkloft
840c955e46 Leaflet might not be available while booting 2014-01-17 09:22:08 +01:00
Jon Atkins
b14c22cc9b fix description of portal reakness highlighter 2014-01-14 15:22:05 +00: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
fkloft
3162d6f529 Disabled inputs are unselectable in Firefox. Change to readonly 2014-01-06 18:17:33 +01:00
nexushoratio
cefbf95c85 s/Highligher/Highlighter/ 2014-01-05 22:30:54 -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