Commit Graph

65 Commits

Author SHA1 Message Date
3fb686e7f6 reformat shielding tooltip - should be more logical 2014-06-16 17:40:55 +01:00
79b3782e97 fix resonator handling when less than 8 are provided - we can't work out which is in which slot any more
and silly mistake in last night's quick fix for the 8 slot case
2014-05-25 01:11:14 +01:00
9882157f45 fix: mod owner not displayed 2014-05-24 23:58:33 +01:00
492d16b446 remove broken resonator distance from tooltip 2014-05-24 04:53:45 +01:00
20ed666552 add empty mod slots - server no longer returns all 4, and it looks odd with empty space 2014-05-24 04:30:00 +01:00
3ee03778ef fix several issues
- resonator energy
- portal owner & capture date
- mod type filtering code
2014-05-24 01:14:39 +01:00
b595af30ad more work on fixing things for the 2014-05-23 changes
it's a big job - much is still broken
2014-05-23 23:50:37 +01:00
86327fa578 niantic removed controllingTeam from the portal details - we have to use the team from the summary data 2014-05-17 00:27:15 +01:00
350175b235 the removal stickyness stat is now being used - so don't hide it when it's zero 2014-03-07 19:30:32 +00:00
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
2e1c15c82f Replace mitigation with shielding 2013-12-26 12:37:27 +02:00
2419868f54 portal details ap: missed change from earlier commit - now funally includes field counts in calculations 2013-12-18 21:27:48 +00:00
a2501f518f Show a little red dot on the northern resonator (details pane + mobile status bar) 2013-12-18 00:30:02 +01:00
7f194b2197 add back portal image tooltip, and description in large image view 2013-12-01 18:01:48 +00:00
138a37d777 first attempt at loading portal details, and displaying in the sidebar once loaded 2013-12-01 00:08:25 +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
2013-11-30 22:26:40 +00:00
a33bdcbf38 Show link range details for partially deployed portals.
Calculates the link range for portals with <8 resonators as well, but uses a dashed circle and a striked-through range value for those.

The tooltip over the range value in the details pane shows base range, link amp boost and total range.

The range for portals with missing resonators can be important because links with shorter lengths might originate here. Those will collapse when the total link range drops below their length, but not as soon as a resonator is destroyed.
2013-10-16 19:29:05 +02:00
54997ac9bc add portal hack counts/cooldown time, and mitigation values, to the portal details panel 2013-09-19 00:51:28 +01:00
90047abee0 remove all signs of portal photo submitter info when there's no photo submitter information supplied
for #514
2013-08-29 01:10:44 +01:00
4caea29fd3 don't try and display an address when none is available
fix #454
2013-07-28 18:39:12 +01:00
9cf2dd391e Add cover photo submitter, cover photo votes, and portal details to large portal display dialog. 2013-07-09 17:03:19 -05:00
d9936ab1d6 display portal mod stats in a more useful format
(however, it doesn't take account of how multiple mods of a type stack - some are linear add, others multiply percentages)
2013-06-28 17:14:35 +01:00
c552742def add link amp mod range calculation to portal range
(it involves some guessing, as only 'rare' ones have been seen so far)
alternative to #392
part of #374
2013-06-26 21:53:02 +01:00
2f427ce26b make portal mod display much more generic. should handle all the new mods, and likely to handle any future mods too
for #373
2013-06-12 16:15:52 +01:00
4073e56856 convert underscores to spaces in stat names returned from the server 2013-06-08 19:17:21 +01:00
4f8164ffd7 add direction arrows after compas direction 2013-05-21 05:36:15 +01:00
1dfeb791b0 Friendly/Enemy AP gain
Should merge now.
2013-03-11 05:39:08 -04:00
f3606d6f0f Fix neutral portals have broken random details 2013-03-02 22:54:30 -08:00
03da82b34e add "nickname" class to all nicknames within the page 2013-03-01 19:47:35 -08:00
f2bdcb9fc9 Fixing nits 2013-02-19 23:15:46 -08:00
ba0ff06771 Refactored getDestroyAP
- Split the calculations into getAttackApGain. Allows for other
functions to get the AP data.
- Renamed to getAttackApGainText as it isn't just destroying it is also
capturing. Originally the method only calculated the destroy values.
2013-02-19 20:41:04 -08:00
9cb2722eb2 replace half space with normal space because some browsers do not support it 2013-02-16 13:43:05 +01:00
2023e33567 more work for #179.
Due to changed display of the portal image it now doesn’t flicker anymore,
which simplifies code a lot.
2013-02-16 10:02:18 +01:00
662214c853 fixed AP Gain calculation
sorry, I messed it up a bit while rewriting it to constants
issue #166
2013-02-15 08:50:15 +01:00
99a4a884c9 fix #121 2013-02-14 08:51:00 +01:00
6cca87a1d9 fix left over typo from previous commit 2013-02-13 18:48:21 +01:00
d9463de1e4 typo 2013-02-13 16:17:31 +01:00
5876d0cab6 use constants 2013-02-13 16:10:24 +01:00
63127f7890 Added capture AP to AP Gain
Added AP for capturing a portal (500), deploying a resonator (8×125) and Competition bonus (250).
Actually no more shield AP's in Ingress.
2013-02-13 15:21:52 +01:00
039f9c14b5 * The jQuery UI js/css file is now taken from ajax.googleapis.com instead of code.jquery.com
* Table or not is now autodetected, removed data-tooltip attributes
* Empty table cells are now possible
* Removed duplicated \t's on some titles
* Some tooltip code cleanup
2013-02-12 23:16:12 +01:00
e0bb10f989 Added missing space between 'span' and 'title' 2013-02-12 19:46:04 +01:00
10da1dee83 Added jQuery UI tooltips 2013-02-12 19:34:16 +01:00
de89e689bf fix range link not working 2013-02-11 19:25:02 +01:00
5e4b3c94ba clean up Pirozek 'show AP' patch a bit and handle random details differently. 2013-02-11 14:22:14 +01:00
c5dfbabc3a Merge branch 'gh-pages' of https://github.com/breunigs/ingress-intel-total-conversion into gh-pages 2013-02-11 13:54:16 +01:00
2850d44dac Added field count formula 2013-02-11 13:53:35 +01:00
781ee0dd3b be less verbose about sidebar updates 2013-02-11 11:29:17 +01:00
63bdff0eb9 fix 'report issue' for places with single or double quotes in their names. Fixes #68 2013-02-10 14:08:35 +01:00
eb74f55f95 Merge branch 'gh-pages' of github.com:breunigs/ingress-intel-total-conversion into gh-pages 2013-02-10 00:21:47 +01:00
5bbb764133 resonators are now roughly ordered by their octant (fixes #35)
N    NE
     NW    E
      W    SE
     SW    S
2013-02-10 00:20:45 +01:00