1948 Commits

Author SHA1 Message Date
Philipp Schaefer
48e60f809a remove dialog from dialogStack if it is closed with 'ok' or 'close'
button
2013-06-14 00:42:27 +02:00
Giacinto Garcea
6df39749f5 Bookmarks 0.1.55: add support to IITC_MOBILE
- the plugin work on mobile (the open/close folders script is disabled);
- add a category plugin: "Controls";
- fixed on firefox accidental click event on the bookmark's link when
the bookmark is dragged
- edit z-index of the ribbon: now it's shown below the chat;
2013-06-13 22:05:21 +02:00
Jon Atkins
f6714a73c8 Merge pull request #376 from teo96/patch-1
0.0.14: Add support to new mods (S:Shield - T:Turret - LA:Link Amp - H:H...
2013-06-13 06:15:34 -07:00
Philipp Schaefer
561de8e4e0 let favorite portal plugin work on mobile 2013-06-13 12:15:57 +02:00
teo96
9a7856e28e 0.0.14: Add support to new mods (S:Shield - T:Turret - LA:Link Amp - H:Heat-sink - M:Multi-hack - FA:Force Amp) 2013-06-12 22:40:33 +02:00
Philipp Schaefer
b535d77539 use above declared strings for plugin js replacements 2013-06-12 21:44:07 +02:00
Philipp Schaefer
0f92d694e6 added iitc source preference summary to strings 2013-06-12 21:13:45 +02:00
Philipp Schaefer
b98a9a1d0c changed wrapper to stay consistent with other plugins (see #357) 2013-06-12 21:12:39 +02:00
Philipp Schaefer
40a94f5265 Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion 2013-06-12 19:46:16 +02:00
Philipp Schaefer
1b3ef846e7 use gps location for 'get location' if 'display user location' is enabled. this provides a better location without any costs 2013-06-12 19:46:03 +02:00
Jon Atkins
5322b2148d fix download path for plugins - oops 2013-06-12 18:26:48 +01:00
Jon Atkins
ec8d305bcb bump version after 0.12.1 release, in preperation for the future 2013-06-12 18:12:39 +01:00
Jon Atkins
50edc8924c update website for 0.12.1 2013-06-12 18:06:03 +01:00
Jon Atkins
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
Jon Atkins
20ce15d126 Merge pull request #368 from integ3r/dialog-code-tweaks
Add support for new mods, tweak dialogs
2013-06-11 21:30:46 -07:00
Jon Atkins
e85a01b284 minimap plugin - move to bottom-right on mobile 2013-06-12 05:27:07 +01:00
Philipp Schaefer
0abb1e4128 Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion 2013-06-11 01:22:27 +02:00
Philipp Schaefer
b3a42783fa close dialogs onBackPressed (fixes #363) 2013-06-11 01:21:36 +02:00
Jon Atkins
740f13a287 minimap plugin - display a small map in the corner of the screen 2013-06-10 22:27:17 +01:00
Jon Atkins
0dc148dc9e add an empty div to the leaflet control areas, approximately matching the chat panel area
this will allow leaflet controls placed bottomleft to appear above the chat bar
2013-06-10 22:25:59 +01:00
Morgan Jones
1eb785af1c * Add unusual XM objects 2013-06-10 13:57:30 -06:00
Morgan Jones
18e7a8f970 * Add new mods from June 10
* Attractive slidetoggle for dialog windows
2013-06-10 13:37:55 -06:00
Jon Atkins
81f5c04ac8 overhaul of the max-links plugin
- rather than drawing each triangle completely, draw each edge just once. prevents overdraw
- use dashed lines for edges - allows existing links to be seen
- change to calculate on lat/lng directly, rather than the odd offset-to-positive latE6/lngE6 used before
- change the event used for detecting portals added to map - was using one fired before portals added to the map before
2013-06-10 16:52:01 +01:00
Jon Atkins
28e3ee075a Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion
Conflicts:
	website/page/code/desktop-download.php
2013-06-10 04:48:44 +01:00
Jon Atkins
c2eedbfefa more plugin category tweaks 2013-06-10 04:46:04 +01:00
Jon Atkins
3abca8720c minor tweak to bucket allocation for data tiles. may help reduce response sizes and load on niantic servers 2013-06-10 04:44:57 +01:00
Philipp Schaefer
391a8770d8 some more code formatting 2013-06-09 02:53:03 +02:00
Philipp Schaefer
c0058f5580 fixed typo 2013-06-09 02:41:59 +02:00
Philipp Schaefer
b4e87cc38d removed not used imports and fixed whitespaces 2013-06-09 02:38:00 +02:00
Philipp Schaefer
4fbb455175 multiline support for checkbox preferences (see #358) 2013-06-09 02:36:47 +02:00
Jon Atkins
98f6f19731 clear document.body.onload at startup, to remove error from remains of stock intel initialisation 2013-06-08 20:29:19 +01:00
Jon Atkins
2a52f2e002 website - ensure plugin list is sorted by it's ID (the filename without extension) 2013-06-08 19:53:42 +01:00
Jon Atkins
e3d8611f09 some plugin category additions/changes 2013-06-08 19:19:08 +01:00
Jon Atkins
362406f529 add plugin category display support to the website 2013-06-08 19:18:33 +01:00
Jon Atkins
4073e56856 convert underscores to spaces in stat names returned from the server 2013-06-08 19:17:21 +01:00
Philipp Schaefer
51be5bee04 added plugin categories (see #358) 2013-06-08 18:50:26 +02:00
Jon Atkins
ffbf82a44e updated bookmarks plugin, as submitted by the author with stylesheet fixes
(some non-standard indentation at the moment though)
2013-06-07 17:49:10 +01:00
Jon Atkins
508c2543f4 only clear and refresh past chat messages if the bounding box has changed by over 10% - reduces network requests for chat data after small map movements 2013-06-07 05:35:18 +01:00
Jon Atkins
468665f8d6 Merge pull request #354 from Xosofox/patch-1
Required update to work with latest version of IPAS
2013-06-06 17:41:19 -07:00
Peter Dietrich
05903c90db Required update to work with latest version of IPAS
Adjustments in passing of the shields, to comply with "old" and "new" shields
2013-06-07 03:33:37 +03:00
Jon Atkins
28c124b020 a bookmark plugin - submitted by someone via G+
it has non-standard dialog opening, non-standard activation methods, and the dialog background isn't working
(this could be due to me breaking things when splitting it up into separate image/css/js files - it was submitted as a single file)
2013-06-07 01:20:36 +01:00
Jon Atkins
cb64b4dbfc replace generated link data with no creator with the more complete data when available. often occurs when zooming in on a region.
also, some comments to clarify things
2013-06-06 23:19:14 +01:00
Jon Atkins
3b46f5d54e log when response map tiles have individual tile errors
for debugging #320
2013-06-05 03:37:41 +01:00
Jon Atkins
266b4cbb95 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-06-05 01:00:50 +01:00
Jon Atkins
935d78fc5f update leaflet to the latest master - wondering if it improves the troublesome mobile experience 2013-06-05 01:00:15 +01:00
Philipp Schaefer
44ca14eba8 do not reload iitc immediately after pref change because
* some options do not need a reload
* of more performance, since all enabled js scripts are parsed on reload
- pref selection should be much faster now
2013-06-04 23:00:49 +02:00
Jon Atkins
efa077cb44 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-06-02 22:04:33 +01:00
Jon Atkins
4d18ada692 rewrite shield mitigation calculations so it multiplies together the amount of damage through each shield in turn - rather than a simple summing of mitigation values
fix #344
2013-06-02 22:03:33 +01:00
Philipp Schaefer
be1e4b9afe corrected typo 2013-06-02 17:46:41 +02:00
Jon Atkins
c9b1795051 Merge pull request #305 from soulBit/master
Plugin: Favorite Portals
2013-06-01 11:36:55 -07:00