Commit Graph

1746 Commits

Author SHA1 Message Date
7fbc9e70e9 update link to screenshot
The screenshot has been updated in the repository for ages, but GitHub still serves the old one. New link points to IITC’s AppEngine account I intend to use for serving purposes from now on. It should have enough free bandwidth for IITC.
2013-03-07 08:42:18 +01:00
4540709777 Merge branch 'gh-pages' of github.com:breunigs/ingress-intel-total-conversion into gh-pages 2013-03-07 08:39:38 +01:00
32da3163e8 update nightly builder and add app engine config and docs 2013-03-07 08:39:23 +01:00
e85d7e6751 Merge pull request #400 from Fragger/player-spiderfy-main
Player spiderfy main
2013-03-06 23:36:33 -08:00
0824334d5f Merge branch 'upstream' into redeem_dlg
Conflicts:
	code/redeeming.js
2013-03-07 08:35:44 +01:00
df42915a10 Merge pull request #402 from ccjon/gh-pages
issue 390
2013-03-06 23:33:44 -08:00
1623c3fa9a fixed indetion 2013-03-07 08:31:25 +01:00
19cd197cd4 Merge pull request #403 from vita10gy/tracker-link
Player Tracker: Ignore "Your Link" messages
2013-03-06 23:20:13 -08:00
8115f10e1f Ignore "Your Link" messages
Likely fix for #350
2013-03-06 22:25:48 -06:00
bef289eed7 Show a message if there's nothing to score
Also no longer needs a field to have a score board.
2013-03-06 20:47:12 -06:00
638eb5e326 Added total column and fix resonator count
Biffed the resonator count in about everyway possible
2013-03-06 20:27:04 -06:00
Jon
4e9a1682cb Issue #390:https protocol for perma link and zoom 2013-03-06 17:56:43 -08:00
a723004b0d Add attribution for oms 2013-03-06 16:55:23 -08:00
28bd62d0ee Update to main needed to spiderfy player tracker icons 2013-03-06 13:43:11 -08:00
ad57f52415 Merge branch 'gh-pages' of github.com:breunigs/ingress-intel-total-conversion into gh-pages 2013-03-06 18:46:35 +01:00
1b737c6699 reduce limit for auto reload 2013-03-06 18:46:24 +01:00
b3eb961956 Merge pull request #396 from neuhaus/patch-1
Update README.md
2013-03-06 00:00:47 -08:00
3c6332624b Update README.md
remove bogus return that breaks the link
2013-03-06 08:48:52 +01:00
3de9c582eb Added to readme 2013-03-06 01:44:21 -06:00
888c910253 Ditch a console dump 2013-03-06 01:32:16 -06:00
a80833801c Finishing up release .1 2013-03-06 01:26:52 -06:00
bc55deb47a Merge pull request #393 from Xelio/bugfix-handleDataResponse
Bug fix: handleDataResponse in map_data
2013-03-05 21:40:41 -08:00
adc845c2ff fix user guide due to recent patches 2013-03-06 06:37:11 +01:00
d591b714a3 Bug fix: handleDataResponse in map_data
It throw error when val.deletedGameEntityGuids or val.gameEntities is null
2013-03-06 13:35:18 +08:00
a12e0326bf Merge pull request #391 from vita10gy/weak-sh
Lower the impact missing sheilds have
2013-03-05 21:32:56 -08:00
fa5c12a428 Merge branch 'gh-pages' into scoreboard 2013-03-05 22:55:33 -06:00
8573675d98 sync 2013-03-05 22:55:26 -06:00
55a9c92121 Weaken the impact sheilds have
Now that shields can be exploded, lower their impact to roughly the
equivilent of 3% more energy each. Hopefully this addresses issue #385
2013-03-05 22:44:17 -06:00
b30ac36ffa fix style nits 2013-03-06 00:02:28 +01:00
7cd1e2c73b Merge pull request #389 from integ3r/dev
Fix display of HTTP error messages for code redemption
2013-03-05 14:59:32 -08:00
3936410f56 Merge branch 'gh-pages' of github.com:breunigs/ingress-intel-total-conversion into gh-pages 2013-03-05 23:23:46 +01:00
0d5275c385 typo that prevented smartphone style from being loaded 2013-03-05 23:23:26 +01:00
a448912500 Fix display of HTTP error messages for code redemption 2013-03-05 16:15:46 -06:00
29a5a4585f Merge pull request #382 from Xelio/css-update
Make style of buttons in dialog consistant.
2013-03-05 13:36:26 -08:00
5b6450d601 Merge pull request #387 from Xelio/fix-bug-isSameResonator
Bug fix in "isSameResonator"
2013-03-05 10:40:38 -08:00
dbda13112e Bug fix in "isSameResonator"
It was throwing error when only one of the resonator is null.
2013-03-05 23:10:49 +08:00
967578f7ea fixed codingstyle and removed coda font 2013-03-05 13:35:09 +01:00
4024c67f3a Make style of buttons in dialog consistant. 2013-03-05 16:23:38 +08:00
90ca848690 fixed indention 2013-03-05 08:56:46 +01:00
f167cd83ea changed "redeemed" to "accepted" 2013-03-05 08:55:15 +01:00
ba730111c4 Changed AP / XM Message to "+ 100 XM" 2013-03-05 08:52:56 +01:00
0afc26af4a new redeem dialog content 2013-03-05 08:52:46 +01:00
48c9ebd7b3 Merge pull request #375 from boombuler/dialog_style
new style for dialogs + tooltips
2013-03-04 14:40:52 -08:00
a65c561195 Merge pull request #379 from integ3r/dev
Make passcode redemption error messages much more descriptive
2013-03-04 14:25:52 -08:00
3c1c596a6a * Add detailed error messages for redemption errors (including rate-limiting, which happens sometimes).
* Reverse XMPs and resonators in redemption display
2013-03-04 15:55:01 -06:00
492f0846f8 Fixed some style issues 2013-03-04 21:02:25 +01:00
dc1bf39740 Merge pull request #377 from Xelio/hook-requestFinished
Add hook: requestFinished
2013-03-04 11:39:07 -08:00
eb3ec79852 Add hook: requestFinished
Called after each request finished. Argument is {success: boolean} indicated the request success or fail.
2013-03-05 03:17:46 +08:00
f50a7eb63c new style for alert windows 2013-03-04 12:32:22 +01:00
45bed379ec implement scale bar plugin (fix #291) 2013-03-04 09:46:30 +01:00