1383 Commits

Author SHA1 Message Date
Kevin
898f0c37ce One more nit 2013-03-03 01:21:50 -08:00
Kevin
e3b9a2b1ec Fix up nits 2013-03-03 01:08:46 -08:00
Stefan Breunig
4926b5450c Merge pull request #369 from Fragger/neutral-portals-fix
Fix #366 Neutral portals have broken random details
2013-03-03 00:43:49 -08:00
Kevin
f3606d6f0f Fix neutral portals have broken random details 2013-03-02 22:54:30 -08:00
Kevin
9889e0988f Fix to use identity operators 2013-03-02 22:27:45 -08:00
Kevin
321c744658 Merge remote-tracking branch 'upstream/gh-pages' into gh-pages 2013-03-02 21:56:42 -08:00
Kevin
7c019e1eb8 Fix tabs and add comment about crazy equation 2013-03-02 21:51:12 -08:00
Kevin
d4903c6ce7 Code breaking bug fix 2013-03-02 21:38:13 -08:00
Kevin
5513ea13eb Resolve conflict and sync 2013-03-02 21:31:12 -08:00
Kevin
0ba8631b82 MU counts for fields with limiting for small fields
Only at higher zoom levels will counts for small fields show.
2013-03-02 21:25:03 -08:00
Stefan Breunig
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
sutepasu
612006a7d6 Change label 'Average' to 2013-03-03 02:52:21 +07:00
sutepasu
8067d20117 v0.3, fix divide-by-zero, change tabs to space 2013-03-03 02:39:25 +07:00
Stefan Breunig
637a395feb Merge pull request #365 from vita10gy/data-save
Save Game info with links and fields
2013-03-02 09:02:50 -08:00
vita10gy
420ec8de16 Save Game info with links and fields
Useful for plugins/extending
2013-03-02 10:23:38 -06:00
sutepasu
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
vita10gy
62cf315797 Link data 2013-03-02 10:16:38 -06:00
vita10gy
95c040eeec Merge branch 'gh-pages' into scoreboard 2013-03-02 10:07:19 -06:00
Stefan Breunig
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
Stefan Breunig
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
Kevin
1e21bbb94d Add thousands separator and bug fix 2013-03-02 06:29:35 -08:00
Kevin
75dea672f3 Inital stab at mu counts for fields
Still needs work on when not to display, maybe based on field area and
zoom level?
2013-03-02 05:56:29 -08:00
Cameron Moon
eca1f51c76 added to userguide 2013-03-03 00:18:28 +11:00
Kevin
94773a0cc4 Merge remote-tracking branch 'upstream/gh-pages' into gh-pages 2013-03-02 05:03:54 -08:00
Kevin
2f5339114b Merge remote-tracking branch 'upstream/gh-pages' into field-mu 2013-03-02 05:00:13 -08:00
Stefan Breunig
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
Stefan Breunig
a80ab19df4 Merge branch 'gh-pages' of github.com:breunigs/ingress-intel-total-conversion into gh-pages 2013-03-02 12:04:05 +01:00
Stefan Breunig
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
Stefan Breunig
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
Kevin
880b15a769 Merge remote-tracking branch 'upstream/gh-pages' into gh-pages 2013-03-01 23:50:13 -08:00
Stefan Breunig
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
Stefan Breunig
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
Stefan Breunig
064f55d40d really fix #355
previous patch added the option to the wrong hash
2013-03-01 19:47:40 -08:00
Stefan Breunig
1f85d1f8b2 most likely fix #355 (thanks @yoshimo) 2013-03-01 19:47:37 -08:00
boombuler
03da82b34e add "nickname" class to all nicknames within the page 2013-03-01 19:47:35 -08:00
vita10gy
aabe76661c Plugin Compute AP - Missing team resonators
Issue #358
2013-03-01 21:22:07 -06:00
vita10gy
831ef240d4 Put colors back if need be 2013-03-01 20:33:35 -06:00
Stefan Breunig
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
Stefan Breunig
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
Stefan Breunig
4be5efe306 really fix #355
previous patch added the option to the wrong hash
2013-03-02 00:55:25 +01:00
Stefan Breunig
e6b62d6010 Merge branch 'gh-pages' of github.com:breunigs/ingress-intel-total-conversion into gh-pages 2013-03-02 00:42:33 +01:00
Stefan Breunig
f664d60da3 most likely fix #355 (thanks @yoshimo) 2013-03-02 00:41:38 +01:00
Stefan Breunig
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
boombuler
087964847e moved nickname css class commit to different branch.
This reverts commit 341b3d4a7d1191c0c99079c803569c83cf6a0eee.
2013-03-01 22:12:04 +01:00
boombuler
971cbef11f add "nickname" class to all nicknames within the page 2013-03-01 22:11:04 +01:00
boombuler
59371e09a3 added some comments 2013-03-01 22:08:22 +01:00
Stefan Breunig
0e3e88d3d7 Merge pull request #354 from Fragger/gh-pages
Update portal coloring on data loaded
2013-03-01 05:49:54 -08:00
Kevin
591dd8108a Fix bump version number 2013-03-01 04:52:06 -08:00
Kevin
6924933288 Bump Version Number 2013-03-01 02:49:17 -08:00
Xelio
4113991201 Code restructure 3 2013-03-01 15:31:15 +08:00