789 Commits

Author SHA1 Message Date
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
Jon Atkins
01a5c0da6d fix small bug from #713 - and also use method rather than private data for lat/lng 2014-01-05 22:42:57 +00:00
Jon Atkins
8049e43451 Merge branch 'patch-1' of https://github.com/bradgarner/ingress-intel-total-conversion into bradgarner-patch-1 2014-01-05 22:32:57 +00:00
Jon Atkins
86c49bde56 fix non-utf8 characters from new plugin #722 2014-01-05 22:08:41 +00:00
Jon Atkins
088cd500a2 Merge pull request #722 from Fly33/master
Added: new plugin fly-links
2014-01-05 14:06:45 -08:00
Jon Atkins
1a3d4faebe Merge pull request #718 from nexushoratio/proofreading
Fix a number of typos in comments and site content
2014-01-05 14:04:44 -08:00
Fragger
b85594b4e8 Add a black blank map layer. Also make the blank tiles smaller and drop them in the images folder. 2014-01-05 01:42:37 -08:00
fly
08ebe1e519 Added: new plugin fly-links 2014-01-04 17:41:50 +04:00
nexushoratio
537eeef539 Fix a number of typos in comments and site content 2013-12-29 04:09:37 -08:00
Jon Atkins
4c85482c80 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-12-28 08:20:40 +00:00
Jon Atkins
f69038cd06 new highlighter: highlight just L6/7/8 portals, on orange/red/purple
better than proper level colours for easily spotting the higher level portals
2013-12-28 08:00:59 +00:00
Jon Atkins
f3adc7177c Merge pull request #712 from nexushoratio/proofreading
fix typo: s/egisterdPlugins/egisteredPlugins/
2013-12-27 21:11:20 -08:00
Jon Atkins
882200f09d ap stats plugin: add some more details in a tooltip 2013-12-26 23:04:04 +00:00
bradgarner
c6b6ff2b86 Propose adding title tooltip to the markers
Added using the 'title:' option of the L.marker
not 100% sure line 858 is correct
(my first fork proposal so be gentle #n00b)
2013-12-26 03:20:07 -05:00
nexushoratio
ac74a4f777 fix typo: s/egisterdPlugins/egisteredPlugins/ 2013-12-25 00:48:56 -08:00
Jon Atkins
6557720549 portal-defense plugin: permanant removal 2013-12-24 04:53:35 +00:00
Jon Atkins
0bbf0d3dfc players-resonators plugin: permanant removal due to lack of data 2013-12-24 04:52:20 +00:00
Jon Atkins
9c80d182b4 compute-ap-statistics: updated for the api changes 2013-12-24 04:44:32 +00:00
Jon Atkins
7e479d4a5b Merge pull request #710 from nexushoratio/proofreading
Number of changes to plugin descriptions, mostly for consistency.
2013-12-23 18:58:53 -08:00
nexushoratio
57475f9228 Return to previous description, it is better. 2013-12-23 18:05:55 -08:00
Jon Atkins
fd33750d28 yandex map layer: add dummy layers to the map immediately, then add the yandex layers once the external JS library has loaded 2013-12-24 01:00:52 +00:00
nexushoratio
703382f3b8 Consistency in how highlighters are described. 2013-12-21 23:20:08 -08:00
nexushoratio
79ba485866 Make the beginning of the descriptions consistent. 2013-12-21 22:29:59 -08:00
nexushoratio
b024fc51dc s/Shows/Show/ 2013-12-20 22:50:01 -08:00
nexushoratio
a400913162 s/Uses/Use/ 2013-12-20 22:49:08 -08:00
nexushoratio
bfac36701d Sync has been around for a while, so reflect that. 2013-12-20 22:35:20 -08:00
Jon Atkins
2361de0411 portals-list: set 'nowrap' on portal table - improves things on mobile 2013-12-19 04:10:09 +00:00
Jon Atkins
0dff718f1f Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-12-18 22:44:48 +00:00
Jon Atkins
c96e6ab799 portals-list: more changes
- add AP column - destroy+capture AP, with tooltip showing details
- clean up handling of truncated portal names - removes unnecessary wrapper <div>
- shortened resonator column title
- add/remove tooltip and help cursor where it makes sense
- add % to health column
2013-12-18 22:42:49 +00:00
Philipp Schaefer
2b358c710a Merge branch 'desktop-mode' of git://github.com/fkloft/ingress-intel-total-conversion into fkloft/desktop-mode 2013-12-18 10:20:27 +01:00
fkloft
a2501f518f Show a little red dot on the northern resonator (details pane + mobile status bar) 2013-12-18 00:30:02 +01:00
fkloft
f2b3f3466e mobile: Fix desktop mode
(plugins would not be reachable)
2013-12-17 21:35:00 +01:00
Jon Atkins
f1aaad3c22 digital bumper sticker: fix so it doesn't cause JS errors when IITC is running 2013-12-17 17:54:21 +00:00
fkloft
eb393cefd2 guess-player-levels: improved tooltip
- include player nickname (in case the nickname is too long to be fully visible)
- use level colors (similar to the player tracker tooltip)
2013-12-17 17:19:51 +01:00
Jon Atkins
2f4aa2ae11 portals-list: more cleanups
- columns have a default sort order which is always used when first selecting one - a second select toggles the order
- display '-' instead of '0' for no links/fields (any suggestions for resonator count, to make botu '8' and '0' visibly distinct?)
- pre-convert portal names to lower case, to avoid ecxessive conversion in soting
2013-12-17 06:05:36 +00:00
Jon Atkins
1413dd13eb portals list plugin: various cleanups/tweaks to earlier changes 2013-12-17 03:47:06 +00:00
Jon Atkins
1043ff49b0 use the correct hook for portal details loaded 2013-12-17 03:25:50 +00:00
Jon Atkins
e71c83aeaa Merge pull request #702 from fkloft/portal-counts
Portal counts
2013-12-15 10:00:12 -08:00
fkloft
508a892341 portal-counts: Some fixes for mobile 2013-12-15 18:45:48 +01:00
fkloft
d16101e848 portal-counts: display graphs for level distribution 2013-12-15 18:44:23 +01:00
fkloft
69aad81933 mobile: show portal counts in nav drawer 2013-12-15 16:11:07 +01:00
Jon Atkins
83c5972502 digital bumper sticker
- use smaller logo, fine tune position
- change z-index so it doesn't cover up the detailed AP tooltip
2013-12-15 02:38:57 +00:00
Jon Atkins
a765e4bd1c stock intel plugin to add the "I'd rather be using IITC" logo onto the map 2013-12-14 20:08:29 +00:00
Jon Atkins
92e8c5c6a1 portals list plugin
- level colour background on level numbers
- abbreviated faction to 3 characters, to save space
- increased portal name column width
2013-12-14 05:22:29 +00:00
Jon Atkins
48713823d7 resonators plugin - redraw selected portal resonators after zooming out and then back in again 2013-12-14 00:25:53 +00:00
Jon Atkins
1279179407 plugin draw-resonators: clear resonators when portal is deselected. changed hooks used to handle things in a more logical way 2013-12-13 05:49:17 +00:00
fkloft
010682ffa6 Revert "Revert "Naive attempt to make bookmarks compatible with nav drawer. @ZasoGD - please have a look, if necessary undo this commit and do it right""
This reverts commit 67f273fd6d4b1db7d3ac2363305a1d30e3729ac4.
2013-12-10 14:55:46 +01:00