Commit Graph

657 Commits

Author SHA1 Message Date
321c744658 Merge remote-tracking branch 'upstream/gh-pages' into gh-pages 2013-03-02 21:56:42 -08:00
ce450fa425 Merge pull request #364 from sutepasu/patch-1
Guess Player : Adding total level, total player and average level
2013-03-02 14:57:38 -08:00
612006a7d6 Change label 'Average' to 2013-03-03 02:52:21 +07:00
8067d20117 v0.3, fix divide-by-zero, change tabs to space 2013-03-03 02:39:25 +07:00
637a395feb Merge pull request #365 from vita10gy/data-save
Save Game info with links and fields
2013-03-02 09:02:50 -08:00
420ec8de16 Save Game info with links and fields
Useful for plugins/extending
2013-03-02 10:23:38 -06:00
c06682b991 Adding total level, total player and average level
Adding total level, total player and average level on each faction.

Adding line feed  and removing one tab on line 111 so the output will be properly generated.
2013-03-02 23:18:39 +07:00
bc089cd5c8 Merge pull request #344 from Xelio/patch-fix-portal-flicker
Fix flicker portal in portal render limit handler
2013-03-02 07:22:45 -08:00
ee05477b2b Merge pull request #353 from cmrn/signout-link
Added sign out link when hovering over name (fixes #352)
2013-03-02 07:11:43 -08:00
eca1f51c76 added to userguide 2013-03-03 00:18:28 +11:00
94773a0cc4 Merge remote-tracking branch 'upstream/gh-pages' into gh-pages 2013-03-02 05:03:54 -08:00
149878224d Merge pull request #361 from vita10gy/weakportal
Weak Portal plugin - Put colors back if need be
2013-03-02 03:08:14 -08:00
a80ab19df4 Merge branch 'gh-pages' of github.com:breunigs/ingress-intel-total-conversion into gh-pages 2013-03-02 12:04:05 +01:00
7207a1f50d most likely fix #341.
The fix has been ported to 0.7.x, too. The layer chooser should be
much more compact on chrome now.
2013-03-02 12:03:23 +01:00
2ee405956d Merge pull request #362 from vita10gy/ap-res
Plugin Compute AP - Missing team resonators (fixes #358)
2013-03-02 02:50:54 -08:00
880b15a769 Merge remote-tracking branch 'upstream/gh-pages' into gh-pages 2013-03-01 23:50:13 -08:00
e0fbff2826 - disable Leaflet’s zoom animation for GMaps Layers. It was wrong
anyway and due to the way Leaflet/GMaps worked, latter only
  started zooming after former was finished, making zooming very
  slow. This is an experimental change. Please report if you have
  problems.
- remove superfluous calls in LeafletGoogle
2013-03-01 19:47:44 -08:00
4788e1119e prevent LeafletGoogle from always triggering the resize event on GoogleMaps.
This is broken upstream, too, but the author of the project has been
unresponsive for the past half year.
2013-03-01 19:47:42 -08:00
064f55d40d really fix #355
previous patch added the option to the wrong hash
2013-03-01 19:47:40 -08:00
1f85d1f8b2 most likely fix #355 (thanks @yoshimo) 2013-03-01 19:47:37 -08:00
03da82b34e add "nickname" class to all nicknames within the page 2013-03-01 19:47:35 -08:00
aabe76661c Plugin Compute AP - Missing team resonators
Issue #358
2013-03-01 21:22:07 -06:00
831ef240d4 Put colors back if need be 2013-03-01 20:33:35 -06:00
bc7de777a2 - disable Leaflet’s zoom animation for GMaps Layers. It was wrong
anyway and due to the way Leaflet/GMaps worked, latter only
  started zooming after former was finished, making zooming very
  slow. This is an experimental change. Please report if you have
  problems.
- remove superfluous calls in LeafletGoogle
2013-03-02 01:52:32 +01:00
9418ac3f86 prevent LeafletGoogle from always triggering the resize event on GoogleMaps.
This is broken upstream, too, but the author of the project has been
unresponsive for the past half year.
2013-03-02 01:11:02 +01:00
4be5efe306 really fix #355
previous patch added the option to the wrong hash
2013-03-02 00:55:25 +01:00
e6b62d6010 Merge branch 'gh-pages' of github.com:breunigs/ingress-intel-total-conversion into gh-pages 2013-03-02 00:42:33 +01:00
f664d60da3 most likely fix #355 (thanks @yoshimo) 2013-03-02 00:41:38 +01:00
12ffa5400b Merge pull request #360 from boombuler/css_nickname_class
add "nickname" class to all nicknames within the page
2013-03-01 15:36:26 -08:00
971cbef11f add "nickname" class to all nicknames within the page 2013-03-01 22:11:04 +01:00
0e3e88d3d7 Merge pull request #354 from Fragger/gh-pages
Update portal coloring on data loaded
2013-03-01 05:49:54 -08:00
591dd8108a Fix bump version number 2013-03-01 04:52:06 -08:00
6924933288 Bump Version Number 2013-03-01 02:49:17 -08:00
4113991201 Code restructure 3 2013-03-01 15:31:15 +08:00
a679710198 Code restructure 2 2013-03-01 15:00:49 +08:00
c9d7300a05 Code Restructure 2013-03-01 14:40:30 +08:00
32ca78b1d7 Added sign out link when hovering over name (fixes #352) 2013-03-01 13:31:13 +11:00
e76fd84238 Update portal coloring on new data
Change Highlight Weakened Portals to update portal coloring on new data
for portals being loaded.  Before a page refresh was needed to see
portal color changes when a portal was recharged.
2013-02-28 17:31:43 -08:00
b1860ee921 Merge pull request #1 from breunigs/gh-pages
Update from Upstream
2013-02-28 16:16:12 -08:00
62c6f0e397 add note to user guide that this functionality is not yet available 2013-02-28 23:51:01 +01:00
6a2603d566 allow quickly (de)selecting all layers by shift/ctrl/alt/meta clicking an entry in the layer chooser (fixes #232) 2013-02-28 23:49:21 +01:00
be893d785a Merge branch 'gh-pages' of github.com:breunigs/ingress-intel-total-conversion into gh-pages 2013-02-28 22:03:55 +01:00
573562dffd undo always using https for the portal image because some images are taken from panoramio which do not support https properly 2013-02-28 22:03:12 +01:00
c0958546be Merge pull request #349 from winkelement/patch-1
Update README.md
2013-02-28 12:15:05 -08:00
22491157f9 Update README.md
Update Information about Tampermonkey auto update not working due to TM stable release which fixes that.
2013-02-28 20:46:20 +01:00
c75caa91dd Fix flicker portal in portal render limit handler
Change:
Extract portal handle process from "handleDataResponse" to "handlePortalData"
Add "action" property to object returned by $.ajax() to identity type of request
Delay low level portal render until no active request of map data.
2013-02-28 15:10:13 +08:00
49dafaa3d4 Merge pull request #338 from waynn/patch-1
add waynn as contributor
2013-02-27 15:11:07 -08:00
42e8af1c36 add waynn as contributor 2013-02-27 14:29:06 -08:00
258e9367e4 Merge pull request #328 from waynn/patch-1
edits to have consistent periods and some phrasing changes
2013-02-27 02:45:27 -08:00
bbe67a6573 Merge pull request #317 from Xelio/patch-portal-limit-reach-hide-low-level-2
New Feature: (method 2)Remove lower level portal when portal render limit reached
2013-02-27 02:44:47 -08:00