Commit Graph

  • 5a187be3a8 uniques: use owner information from portal details fkloft 2014-07-23 11:20:04 +02:00
  • c7da23bc88 uniques: simplify logic and css, change HTML content, link capture and visit info fkloft 2014-07-23 11:12:01 +02:00
  • 6f6d713418 Bump version, format metadata block fkloft 2014-07-23 09:54:45 +02:00
  • 4e5cdfdae5 Uniques: rename CSS file, replace s/hacked/visited/ fkloft 2014-07-23 09:51:18 +02:00
  • b26feb61d5 Merge pull request #809 from 3ch01c/uniques Jon Atkins 2014-07-23 06:58:27 +01:00
  • 57e972fe87 - don't hide layer-chooser in smartphone.css - it's hidden in boot.js if iitc is booted with the iitcm android app Philipp Schaefer 2014-07-23 02:35:56 +02:00
  • 5654eae8bd sort members fkloft 2014-07-22 00:55:24 +02:00
  • 18fe655c82 small changes, refactoring, etc fkloft 2014-07-22 00:49:35 +02:00
  • b96f054424 replaced copied AOSP code with own implementation Philipp Schaefer 2014-07-21 20:47:40 +02:00
  • 0218bd5565 removed not used import Philipp Schaefer 2014-07-16 13:05:40 +02:00
  • 578c367f5b added http proxy authentication (see #819) Philipp Schaefer 2014-07-16 12:57:47 +02:00
  • 4781ea9627 added persistent zoom level option ( see https://plus.google.com/112875802603603993788/posts/K5zLYyAWQkE ) Philipp Schaefer 2014-07-16 11:20:27 +02:00
  • 7c85e7247b Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion Jon Atkins 2014-07-14 20:45:03 +01:00
  • 88c404eca0 force re-render of the selected portal at the end of map rendering, to ensure any details that depend on map data are correct for #827 Jon Atkins 2014-07-14 20:44:20 +01:00
  • af90b25b48 Another accesskey: 'w' to close portal details (=deselect portal) fkloft 2014-07-11 13:29:52 +02:00
  • b9f9288567 keep track of which portal guids have a detail request in progress, to prevent sending additional requests while waiting for a response Jon Atkins 2014-07-09 05:43:15 +01:00
  • ed62714734 hide bookmarks tab for printing, with "@media print" css Jon Atkins 2014-07-09 05:42:26 +01:00
  • 8f2bb08a6a better printing support: hide all IITC UI elements when printing, with a css "@media print" Jon Atkins 2014-07-09 05:41:42 +01:00
  • 69f3fb211b try different vector overdraw amounts for different setups - canvas - overheads directly related to the number of drawn items, so limited overdraw - svg desktop - can handle large amounts of overdraw ok, so allow 100%, so known items don't vanish during most map panning - svg mobile - mobile struggles more, so limit svg overdraw Jon Atkins 2014-07-07 17:42:29 +01:00
  • 8434639be7 fix cross-links plugin to correctly remove links that have gone Jon Atkins 2014-07-05 18:16:51 +01:00
  • cfbe42e185 bump version after new release Jon Atkins 2014-07-05 05:31:08 +01:00
  • 32d75cea03 update website for 0.17.3 release Jon Atkins 2014-07-05 05:29:26 +01:00
  • 2b0a66c295 bump draw-tools plugin version - forgotten in earlier commit Jon Atkins 2014-07-05 05:07:53 +01:00
  • b77b4125ff cross links plugin: slightly darker red for link highlights - makes it easier to see when combined with red-heavy portal highlighters Jon Atkins 2014-07-05 04:59:20 +01:00
  • d0b3da0183 plugin cross_links: change reliance on Leaflet.Draw internals, instead use the new draw-tools hook for monitoring add/edit/delete/import also fixes cross_links not updating after an import/clear Jon Atkins 2014-07-04 19:40:03 +01:00
  • 5905ca1b38 plugin: draw tools: register plugin-specific hook, and call when drawn items are added/edited/deleted, and also when imported and cleared Jon Atkins 2014-07-04 19:39:04 +01:00
  • 2e4b54e868 helper function for plugins to create new hooks Jon Atkins 2014-07-04 19:38:21 +01:00
  • 2a35330fb7 and shortly after I removed the code that limited drawing of very short links... niantic chance the server and start returning them again! so probably better with this re-enabled Jon Atkins 2014-07-04 19:37:19 +01:00
  • 754e733852 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion Jon Atkins 2014-07-04 17:44:25 +01:00
  • d9d9ec4afc don't do mapDataRefreshEnd processing when layer is disabled - fix =823 clear layer when it's disabled - it would happen when re-enabled anyway, so might as well do it early to free resources Jon Atkins 2014-07-04 17:43:31 +01:00
  • ed4a04e97e Remove console logs fkloft 2014-07-03 21:46:44 +02:00
  • c6a6dc3105 Privacy view: accesskey (9) + fixes fkloft 2014-07-03 19:07:11 +02:00
  • c6392acb36 draw-tools: make dialog buttons tabbable fkloft 2014-07-03 11:34:32 +02:00
  • d10a1b1685 More accesskeys fkloft 2014-07-03 01:03:55 +02:00
  • 830f3825e1 Add accesskey: b - bookmark portal fkloft 2014-07-03 00:26:49 +02:00
  • ac50636138 bump version fkloft 2014-07-03 00:12:38 +02:00
  • fa8cd5cfb0 Provide shortcuts for draw tools fkloft 2014-07-02 23:59:42 +02:00
  • e1a1ec18d1 Provide keyboard shortcuts (usually Shift+Alt+Character or similar) fkloft 2014-07-02 22:49:26 +02:00
  • 5520f927a9 tweak leaflet map settings - no 'bounce' at zoom limits for touch devices. may prevent unnecessary redraws on mobile, which may help performance in some cases Jon Atkins 2014-07-02 03:10:40 +01:00
  • 19b504ef16 remove tooltip from name in portal list since the vast culling of data by niantic, there's no longer space issues, and the tooltip causes a bug fix #757 Jon Atkins 2014-07-02 03:03:44 +01:00
  • a06a28de7b switch to newer jquery and jquery-ui versions Jon Atkins 2014-06-28 06:05:22 +01:00
  • 549496fbc0 update leaflet to 0.7.3 - but also keeping our canvas-related changes Jon Atkins 2014-06-25 22:43:30 +01:00
  • d84e49d0e3 removed error margin attempts - tests show it doesn't help Jon Atkins 2014-06-25 18:08:48 +01:00
  • 9f695e303f fix link cross checking code to handle meridians (north-south) lines correctly possible fixes for issues seen on mobile (likely precision/rounding problems) Jon Atkins 2014-06-25 06:44:46 +01:00
  • d8cad49d84 add a max-height and overflow to layer chooser - so it doesn't drop off the bottom of the screen when overloaded by many plugins Jon Atkins 2014-06-24 15:06:14 +01:00
  • 25f9b9b19b tweaks to render queue - on mobile, increase the delay, rather than decreasing the number of items, to help speed things up Jon Atkins 2014-06-23 02:40:31 +01:00
  • 5a1ffc7d99 opacity 0.5 was a bit too transparent - 0.7 is better, while not quite as harsh as 0.8 Jon Atkins 2014-06-21 04:55:18 +01:00
  • 324ce15745 cross links plugin - complete rewrite of the geodesic intersection code. seems correct now, but still needs testing Jon Atkins 2014-06-21 04:17:01 +01:00
  • 2e87c4f4ac cross links plugin - fixed indentation - fixed off-by-one error on polygons - made lines dashed, and less opaque - so it's easier to see the colour of the link they're drawn on Jon Atkins 2014-06-21 03:05:08 +01:00
  • 77f0f6f167 cross_links: switch to 3 digit version numbers, as used for everything else Jon Atkins 2014-06-20 23:12:03 +01:00
  • 996d95bfa0 bump versions on test builds Jon Atkins 2014-06-20 23:10:01 +01:00
  • a2db58f494 fix description in new plugin (macros, and modified the text. marked as 'EXPERIMENTAL' for now until i've done additional work) Jon Atkins 2014-06-20 23:06:18 +01:00
  • 1484b4947e Merge branch 'McBen-master' Jon Atkins 2014-06-20 23:03:10 +01:00
  • 1d2255f6a9 Merge branch 'master' of https://github.com/McBen/ingress-intel-total-conversion into McBen-master Jon Atkins 2014-06-20 22:57:13 +01:00
  • e4628d7f9e Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion Jon Atkins 2014-06-20 22:56:01 +01:00
  • 31db34062a website: updated for latest release (overdue 'git add') Jon Atkins 2014-06-20 22:55:32 +01:00
  • 3eaad92955 Auto-draw: fire the "draw:created" event instead of using draw tool's internal methods fkloft 2014-06-19 16:30:42 +02:00
  • 418675a8f0 always show the full details of a portal - looks rather empty with just one line of data Jon Atkins 2014-06-16 20:17:49 +01:00
  • 3fb686e7f6 reformat shielding tooltip - should be more logical Jon Atkins 2014-06-16 17:40:55 +01:00
  • 73d5f3755c rearrange portal details, now we no longer have capture date or resonator ranges many more fields are now not displayed for uncaptured portals - not useful Jon Atkins 2014-06-16 17:38:49 +01:00
  • b3da632948 allow a higher number of tile retries if the config value exists in the stock site Jon Atkins 2014-06-16 17:16:00 +01:00
  • 958ca2758d quick fix for capture date removal - could do with re-formatting the sidebar data to use the space better Jon Atkins 2014-06-16 16:45:01 +01:00
  • fe2542902c reduce the delay between requests - now we always send 4 at a time, rather than larger batches, a shorter delay is better Jon Atkins 2014-06-16 16:39:42 +01:00
  • c2ffad80d7 niantic perform agressive filtering of short links - so no point in waisting time in IITC testing link length too Jon Atkins 2014-06-16 16:39:11 +01:00
  • ed46234573 cross-links: always bring layer to front McBen 2014-06-13 22:54:05 +02:00
  • 63e7be0cc2 cross-links: fixed create hook McBen 2014-06-13 22:04:25 +02:00
  • 07066c5711 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion Jon Atkins 2014-06-13 21:59:14 +01:00
  • 665dad0bab trying some tweaks to render queue processing... Jon Atkins 2014-06-13 21:58:50 +01:00
  • 22ab94ab07 cross-link: fixed delete links McBen 2014-06-13 22:04:06 +02:00
  • daf6d7b5a4 Forgot to update versions fkloft 2014-06-13 13:51:09 +02:00
  • 47cecc8c9b Merge branch 'spiderfy' fkloft 2014-06-13 13:47:25 +02:00
  • 63a0aa69b5 cross-links: process collision links only once (and delete if needed) McBen 2014-06-11 23:13:06 +02:00
  • e2135acf8b cross-links: replaced direct hooks by events McBen 2014-06-11 23:18:44 +02:00
  • e40249fcd0 cross-links: refactored collision test McBen 2014-06-11 23:12:37 +02:00
  • f47c9bb234 cross-links: better layer-order McBen 2014-06-11 23:08:01 +02:00
  • 042129095b Fix some bugs regarding OMS by introducing a new helper function fkloft 2014-06-10 20:52:20 +02:00
  • 62e1ee0cd6 cross-links: moved to extra layer McBen 2014-06-10 19:12:16 +02:00
  • c7c5df7134 cross-links: replaced intersection approximation McBen 2014-06-10 17:37:11 +02:00
  • f130483c52 Merge pull request #814 from Costaspap/scoreboard Jon Atkins 2014-06-09 22:40:56 +01:00
  • 7297d09662 completed build Costaspap 2014-06-10 00:38:59 +03:00
  • 78dab0a2bb built the plugin Costaspap 2014-06-10 00:20:16 +03:00
  • d3fca8612c Move OverlappingMarkerSpiderfier from player-tracker to core. Implement for bookmarks and draw tools fkloft 2014-06-09 21:08:06 +02:00
  • 7f26f8b6a8 website: plugin api - missed removal of these lines from previous commit somehow! Jon Atkins 2014-06-08 07:40:37 +01:00
  • 751001c6fa clear portal names immediately on a zoom end Jon Atkins 2014-06-08 07:39:59 +01:00
  • c23f902f48 plugin: add night scheme to nokia ovi maps Jon Atkins 2014-06-08 07:39:42 +01:00
  • 3dfe9df628 website plugin rpc: add cacheing - processing the data could be slow also reduce the amount of data in the bus routes list - no bounding box or end stop. it's enough to identify routes, and much faster Jon Atkins 2014-06-07 22:29:45 +01:00
  • 704968ae9e website: plugin api - tfl busses - more data, and add missing OSGB36 to WGS84 coordinate conversion Jon Atkins 2014-06-07 08:36:32 +01:00
  • f5096fd0c4 rpc api for potential iitc plugin to show London (UK) bus routes... Jon Atkins 2014-06-06 21:18:10 +01:00
  • 63633da499 phpcoord - osgb to lat/lng conversion, from http://www.jstott.me.uk/phpcoord/ Jon Atkins 2014-06-06 21:17:00 +01:00
  • bf36576dee made some more formation changes Costaspap 2014-06-05 19:27:34 +03:00
  • a682a4a11d made some formation changes Costaspap 2014-06-05 19:23:46 +03:00
  • 02c9d8cd6a added short description Costaspap 2014-06-05 17:39:23 +03:00
  • 16f1ce1fc6 check for scheme setting in intel-url generation Philipp Schaefer 2014-06-05 15:51:10 +02:00
  • 4e77e43f8d fixed some userscript mistakes Costaspap 2014-06-05 16:04:20 +03:00
  • bad6e8ffdd added display function Costaspap 2014-06-05 15:53:06 +03:00
  • 86d44bdd00 new plugin: cross links mcben 2014-06-05 14:31:56 +02:00
  • b7d3664bdc added the portaltable function,improved the documentation,fixed some bugs harisbitsakou 2014-06-05 00:36:56 +03:00
  • 1b0dc2393b use protocol-relative url for search - fixes mixed-content search failure on firefix (bug #811) Jon Atkins 2014-06-03 13:46:33 +01:00
  • fdda5bf1bd limit zoom on search to the level that shows all portals - prevents being zoomed in too far since changing most map layers to suppot zoom 21 Jon Atkins 2014-06-03 13:45:41 +01:00
  • 7b92b56a80 getlinks-fields methods Costaspap 2014-06-03 02:14:41 +03:00