Commit Graph

  • d6e5629840 Fixed exception when selecting a neutral portal fkloft 2013-12-01 18:08:06 +01:00
  • 1d3c768a4f Fix guess-player-levels fkloft 2013-12-01 17:59:05 +01:00
  • 5a2771eb92 fix portal 40m range circle and link distance circle Jon Atkins 2013-12-01 15:53:21 +00:00
  • 2b68487c4b plugin: max-links - fix for API changes - change to perform triangulation in screen coordinates, rather than lat/lng treated as x/y coords. gives better triangulation - ignore portals outside the viewport for triangulation purposes - prevents artifact portals adding long triangles off the edge of the screen Jon Atkins 2013-12-01 15:34:06 +00:00
  • 3bfd83a0c2 method to attempt to find a portal lat/lng from guid, even if the portal data isn't available (we can also search through links and fields) - minimal testing added note concerning unfinished/temporary nature of the portal details API Jon Atkins 2013-12-01 15:18:44 +00:00
  • 4dc7868a58 plugin: missing resonators fixed Jon Atkins 2013-12-01 14:09:00 +00:00
  • d7159f2b42 plugin: zaprange updated for data changes Jon Atkins 2013-12-01 13:48:21 +00:00
  • 19bfccdbbc plugin: bugfix: zero health IS possible for a very badly damaged portal (one resonator under 1% health) Jon Atkins 2013-12-01 13:46:07 +00:00
  • c4a9af9966 for all of the plugins moved to plugins/broken, add a dummy placeholder file this contains the userscript header, but with @category Deleted, @description CURRENTLY UNAVAILABLE this is so users wondering where a script has gone have some information Jon Atkins 2013-12-01 06:05:45 +00:00
  • 52d1869983 plugin: bookmarks fix Jon Atkins 2013-12-01 03:36:15 +00:00
  • 25fe86b43c plugin: player tracker. something odd was happening in the case of $.each and 'this' in the loop function - so changed to use parameters to functions Jon Atkins 2013-12-01 03:31:53 +00:00
  • b17b4c6a78 plugin: player tracker - bump version number Jon Atkins 2013-12-01 03:13:43 +00:00
  • f8c0517490 Merge pull request #664 from strobel1x/master Jon Atkins 2013-11-30 19:12:33 -08:00
  • 2cdef94b77 remove file execute bit - not sure why it was set! Jon Atkins 2013-12-01 03:04:58 +00:00
  • 27fefb22fd plugin: fix infrastructure problem highlighter Jon Atkins 2013-12-01 03:04:18 +00:00
  • baa8f4bbcc tweaks to level number plugin Jon Atkins 2013-12-01 02:57:32 +00:00
  • ad85d93381 plugin: level colour highlighter fixed Jon Atkins 2013-12-01 02:57:08 +00:00
  • fad6d18099 bugfix: the new map data format returns unclaimed portals as level 1 - but IITC needs them handled as level 0 Jon Atkins 2013-12-01 02:55:40 +00:00
  • 24e11b483a plugin: portal-counts fixed also reformatted the table a little - moved totals into the columns below the L8 to L1 lists, then neutral after that Jon Atkins 2013-12-01 02:11:52 +00:00
  • 4a3f667223 fix for new player id field in plext Carsten 2013-12-01 02:38:49 +01:00
  • 436eefd44a plugin: fix portal-highlighter-needs-recharge also added colour variations to indicate severity at a glance Jon Atkins 2013-12-01 01:24:45 +00:00
  • 8a6320c44b plugin: debug-raw-data fixed Jon Atkins 2013-12-01 01:14:24 +00:00
  • 55f6644f89 plugin: portal-names fixed Jon Atkins 2013-12-01 00:50:08 +00:00
  • efd447b227 plugin: portal-level-numbers fixed Jon Atkins 2013-12-01 00:45:39 +00:00
  • 138a37d777 first attempt at loading portal details, and displaying in the sidebar once loaded Jon Atkins 2013-12-01 00:08:25 +00:00
  • e935902c49 misc fixes - some untested - no GUIDs in chat for players or portal details - so remove player GUID related functions - remove player guid code from COMM - update portal_info functions to compare to player name rather than guid Jon Atkins 2013-11-30 23:19:46 +00:00
  • d647e8786f fix artifact list Jon Atkins 2013-11-30 22:32:11 +00:00
  • 7a19d30173 first update of sidebar for new data format: show the info available from the brief portal data TODO: retrieve the full portal data and update to include that Jon Atkins 2013-11-30 22:26:40 +00:00
  • c197f74945 change portal map data storage to match the method used for links/fields the detailed portal data, now retreived separately from the map, will be handled by separate code, and not stored within the portals Jon Atkins 2013-11-30 21:06:02 +00:00
  • 1de7819982 move a bunch of plugins into a 'broken' subfolder, for now this is a quick way to remove them from test builds as they're unlikely to be practical to fix for 0.16.0 release Jon Atkins 2013-11-30 06:06:29 +00:00
  • f899cdbe69 bump version for mobile app too - just so it's clear it's separate from the broken 0.9 release no app changes made Jon Atkins 2013-11-30 05:57:15 +00:00
  • f7cd691355 bump version number Jon Atkins 2013-11-30 05:56:03 +00:00
  • 8c810e4e73 decrease retry count on failed requests, and increase delay before retrying. another step to help reduce issues when IITC breaks due to site changes Jon Atkins 2013-11-30 05:48:33 +00:00
  • 184e451bd3 if munge detection fails, don't guess and try set 0 - instead fail, and throw an exception this will prevent IITC making any requests to the server when a munge set cannot be found - safer than sending bad requests Jon Atkins 2013-11-30 05:47:31 +00:00
  • b9c8e9c6c5 new reduced map data: first pass at loading the new format Jon Atkins 2013-11-30 04:15:17 +00:00
  • 20b4a10347 json example: artifacts Jon Atkins 2013-11-30 04:14:35 +00:00
  • b44a00174c json_examples - get_portal_details (request+response) Jon Atkins 2013-11-30 03:17:19 +00:00
  • e5837ae500 website: removed downloads - added brief note to news post Jon Atkins 2013-11-30 01:30:11 +00:00
  • 5bd796dd53 deleted the existing JSON examples - many were out of date added a new request and response example for map data - more to come for other requests Jon Atkins 2013-11-30 01:29:13 +00:00
  • 20dba803eb website: minor fix Jon Atkins 2013-11-29 19:16:19 +00:00
  • b593eec10e website: add news of severe IITC breakage Jon Atkins 2013-11-28 15:06:41 +00:00
  • 511d7b99c7 partial update of munge set - it doesn't get things working though Jon Atkins 2013-11-28 00:31:01 +00:00
  • 45ae91c97b Merge pull request #661 from nexushoratio/to-push Jon Atkins 2013-11-27 09:29:12 -08:00
  • 6c54002d3a Merge pull request #4 from nexushoratio/master nexushoratio 2013-11-27 00:32:44 -08:00
  • 0ddc8b5d4e Merge pull request #3 from jonatkins/master nexushoratio 2013-11-27 00:30:39 -08:00
  • 7a07f622de Fix a variety of typos. Mike Castle 2013-11-26 23:55:08 -08:00
  • 0b17e6f3ec Merge pull request #660 from nexushoratio/to-push Jon Atkins 2013-11-26 13:27:29 -08:00
  • 02ced0df52 don't declare app theme again and again...use theme from parent (application) Philipp Schaefer 2013-11-26 19:28:08 +01:00
  • 9090b810c0 removed accounts/credential permission since weblogin still doesn't work Philipp Schaefer 2013-11-26 16:19:52 +01:00
  • 78499a0e3a use iitcm base theme for share activity Philipp Schaefer 2013-11-26 16:18:55 +01:00
  • 6fcbd90588 s/mazZoom/maxZoom/ Mike Castle 2013-11-24 23:16:53 -08:00
  • 8d2f4c0c3a Change likely typo in variable names to be consistent. Mike Castle 2013-11-24 23:04:27 -08:00
  • 5f3962f39e Merge pull request #2 from nexushoratio/master nexushoratio 2013-11-24 22:54:45 -08:00
  • 5bfe719c13 Merge pull request #1 from jonatkins/master nexushoratio 2013-11-24 22:53:32 -08:00
  • 9d16b03632 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion Jon Atkins 2013-11-24 21:18:17 +00:00
  • 01cfda1077 bumpped jquery + jqueryui versions. now the stock intel site no longer includes any version of these there are no advantages to non-current releases Jon Atkins 2013-11-24 21:17:10 +00:00
  • b1622edd23 Merge pull request #658 from nexushoratio/to-push Jon Atkins 2013-11-24 13:16:31 -08:00
  • 4a9b13eade Spell checking, s-z, plus a couple of missed ones. Mike Castle 2013-11-24 00:19:25 -08:00
  • f22d185b5b updates to the portal detail level handling - iitc now defaults to lower detail than the standard intel site when zoomed out - it loads much faster, shows more than enough for general use, and is less likely to trigger 'excessive requests' issues - show more portals plugin: updated for interface changes - show-less-portals-zoomed-out: deleted (this is now the IITC default) - new plugin: default-intel-detail - restores the original IITC behaviour on zoom to portal detail level mapping. not recommended Jon Atkins 2013-11-24 04:59:41 +00:00
  • 1f25428388 Merge pull request #657 from nexushoratio/to-push Jon Atkins 2013-11-23 19:35:54 -08:00
  • 27806a3be7 Spell check, missed one. Mike Castle 2013-11-23 19:24:43 -08:00
  • bba6519860 Spell checking, h-r. Mike Castle 2013-11-23 19:16:20 -08:00
  • 47d453793c re-order the common method name & version parameters in the JSON requests to match the stock intel site for #656 Jon Atkins 2013-11-24 01:48:00 +00:00
  • 1bfe89c041 reduce the number of 'all' comm messages retrieved in one go to 50 at a time related to #656 no 2 Jon Atkins 2013-11-24 01:34:13 +00:00
  • d58ba079b8 COMM: correctly use the ascendingTimestampOrder flag when retrieving new COMM messages. this matches the stock intel site, and prevents gaps occuring when filling in entries after resuming from idle related to #656 no 2 Jon Atkins 2013-11-24 01:32:46 +00:00
  • 1501f98f9b limit the number of player names resolved in one go, to prevent excessive requests for #656 number 4 Jon Atkins 2013-11-24 01:04:45 +00:00
  • 44ee4c7200 request munging: call the stock site nemesis.dashboard.requests.normalizeParamCount function, to add in dummy parameters to requests for #656 number 1 Jon Atkins 2013-11-24 01:03:45 +00:00
  • 0060e8b5fc Merge pull request #655 from nexushoratio/to-push Jon Atkins 2013-11-23 16:27:27 -08:00
  • df108ebb57 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion Jon Atkins 2013-11-23 09:05:12 +00:00
  • e6305a0aa9 getAvgResDist - return a small, but non-zero, value for zero distance resonator deployments (zero is already assumed to be no resonators deployed) portal-highlighter-bad-deployment-distance: highlight colour based on resonatror range: purple: likely 0m deployment (spoofer?), red <10m, orange under 24m, yellow under 36m otherwise no highlight Jon Atkins 2013-11-23 09:01:22 +00:00
  • a4a90c9fd1 Merge remote-tracking branch 'upstream/master' into to-push Mike Castle 2013-11-22 23:42:13 -08:00
  • 27bb6f058e Spell checking, d-g. Mike Castle 2013-11-22 23:31:05 -08:00
  • 3131cf758a Merge pull request #654 from nexushoratio/to-push Jon Atkins 2013-11-22 21:25:32 -08:00
  • c31fa3d46d Spell checking, a-c. Mike Castle 2013-11-22 20:14:23 -08:00
  • cd6f17fad3 cache bing maps metadata - without this likely to exceed free quota for map tiles Jon Atkins 2013-11-23 00:05:31 +00:00
  • 85255f476b basemap cleanups - updated Google, Bing and Yandex externals from https://github.com/shramov/leaflet-plugins - also renamed Google file, removed internal hacks for INGRESS map type - used external included file for Bing maps, instead of embedded in the plugin - used Google map tile API to set the options for the INGRESS and 'Google Grey' map layers Jon Atkins 2013-11-22 20:46:03 +00:00
  • 34115cb04e Merge pull request #653 from nexushoratio/to-push Jon Atkins 2013-11-22 08:25:00 -08:00
  • 336c52b830 Fix a couple of typos. Mike Castle 2013-11-21 23:11:49 -08:00
  • 662cb4c662 leaflet 0.7 release hopefully improves things further, especially on kitkat Jon Atkins 2013-11-22 06:07:23 +00:00
  • e6c0c9a51a geodesic lines: improve the handling for lines that extend beyond the antimeridian. no odd straight line segments leaflet doesn't have particularly great handling for this, but this is a reasonable measure for now Jon Atkins 2013-11-21 05:30:21 +00:00
  • 08b7a5ec6f ensure we don't break for artifacts without jarvis data (e.g. a future artifact type) make shard marker semi-transparent - avoids the harsh white outline and makes the underlying portal and it's colour partly visible Jon Atkins 2013-11-20 06:20:30 +00:00
  • 2e16a001b9 sort artifact list by shard number, then by target portals Jon Atkins 2013-11-20 05:57:00 +00:00
  • 8f06d3678b always exit app when map is focused and back button is pressed (fix for #650) Philipp Schaefer 2013-11-19 21:10:12 +01:00
  • 9a654ae8fa bookmarks plugin - fix auto draw to pass the right options (line/polygon) - otherwise geodesic lines can show a fill due to the curve - add note about API needed in draw tools plugin for this to use Jon Atkins 2013-11-18 07:33:35 +00:00
  • 792acc33ed bookmarks plugin: fix error caused by missing hook parameters. i've guessed as to what was expected here, but they don't seem to be used much anyway Jon Atkins 2013-11-18 07:01:33 +00:00
  • 10e48fe449 increase parallel requests - this matces behaviour of stock intel site, and speeds things up a bit Jon Atkins 2013-11-18 06:59:25 +00:00
  • 19ef029a65 Merge pull request #647 from Fragger/sortfix Jon Atkins 2013-11-16 12:09:59 -08:00
  • 8acc6c0d70 disable JS on kitkat too if mDisableJs is true Philipp Schaefer 2013-11-15 19:16:19 +01:00
  • 58eb9c0a0a some code formatting Philipp Schaefer 2013-11-15 19:02:22 +01:00
  • c5251d22c5 Don't add on click events on dialog open Instead add them once durring setup This fixes an issue where click events would fire x amount of times depending on how many times the dialog was opened and closed, on even times sort would run twice and not toggle. Fragger 2013-11-14 16:37:25 -08:00
  • dae674d63f Show frequently used intents on top fkloft 2013-11-04 23:59:23 +01:00
  • b63d3311f6 Sort intents in share activity fkloft 2013-11-04 18:26:18 +01:00
  • d7cee2eb22 Use static initializer instead of private static method fkloft 2013-11-05 00:46:15 +01:00
  • f421302776 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion Jon Atkins 2013-11-14 07:40:51 +00:00
  • 7fc13f0c9e portal highlighter system - add an alternative API that includes a setSelected callback, so highlighters know when they're turned on/off - fix bug where highlighters were selected multiple times - a few other cleanups Jon Atkins 2013-11-14 07:39:33 +00:00
  • 1e35d027d9 playertracker: don't close tooltip on touchdevices...touchdevices don't have a tooltip for player markers Philipp Schaefer 2013-11-14 01:05:32 +01:00
  • 37a54507af playertracker: close all tooltips before markers are redrawn fixes tooltip fragments on firefox Philipp Schaefer 2013-11-14 00:51:04 +01:00
  • be5f365ff6 add (back) code to enxure tooltips close in player tracker - some browsers are buggy without it Jon Atkins 2013-11-13 20:37:27 +00:00
  • 694325a39b some cleanups on build.py - in preperation for not updating date/time in file versions when no other changes occur Jon Atkins 2013-11-13 02:24:40 +00:00
  • 91c561b8c5 try to use the stock intel site map zoom->detail level loopup, to allow that to be changed at the Niantic end and IITC to match catch errors and fallback to the currently known values (is this a good idea? good question...) Jon Atkins 2013-11-13 00:09:13 +00:00