ingress-intel-total-conversion
ingress-intel-total-conversion copied to clipboard
intel.ingress.com total conversion user script with some new features. Should allow easier extension of the intel map.
Zazo`s is not developing plugins now, but he has given permission to add his plugins to our repository and change if necessary. He [has](https://www.giacintogarcea.com/ingress/items/) a lot of interesting plugins. I...
I have several conceptual questions regarding functions naming etc. So the 1st: 1. In all official plugins I see the same pattern of long-and-ugly namespace references, like `window.plugin.showLinkedPortal.previewOptions` (it's also...
As said in our documentation, _[iitc] 'exposes a plugin API which is rich and thoroughly undocumented.'_ In fact, iitc core is developed in special manner: **all** internal objects/functions exposed via...
Atm we have variety of home-brewed formatting functions, like [`unixTimeToString`], `unixTimeToDateTimeString`, `unixTimeToHHmm`, `formatInterval` (and perhaps a numerous local in-place formatting routines in plugins). It'd be great to use some standardized...
ES2015+?
It's 2019, and ES2015+ features supports is getting better among modern browsers. Several patches from #2 already using some ([mostly](https://github.com/iitc-project/ingress-intel-total-conversion/pull/1288/files) `let`/`const`). So it would be great if we decide which...
1. IITC colors are ugly. I hate background color most of all. Shouldn't we use default palette from Ingress intel? 2. IITC css is chaotic. Currently in order to overdrive...
IITC currently is pretty integrated with Leaflet. And Leaflet event system is powerfull, and definitely more comprehent than IITC custom homebrew hooks. But then we need some additional compatibility layer...
1. Scroll to bottom on command entered (to see the result) 2. Improve format of output, e.g. now when I run `window` in command line, I get 2 rows: ```...
Currently we use a bunch of different methods in order to detect similar things: - Leaflet's `L.`[`Browser`](https://leafletjs.com/reference-1.4.0.html#browser)`.mobile` (used in `portal-level-numbers.user.js` and in several parts of the core). There is also...
There are dialogs that do not fit. - [ ] Artifacts (easy to fix) - [ ] About (#113) - [ ] Auto draw (https://github.com/IITC-CE/IITC-Button/issues/16) - may be more **Edit**:...