Commit Graph

1215 Commits

Author SHA1 Message Date
297cac1a18 * Proper digit formatting for passcode redemptions
* Add redeeming example used in pull request comments to json_examples/redeeming.js
2013-04-25 04:40:23 -05:00
2d662f9e79 = IITC Passcode Redemption overhaul, part 2
* Display random words of encouragement for successfully redeemed passcodes
* Refactor redeeming into smaller functions, using more jQuery logic
* Add redeem "handlers" - combinations of "decoders" and "formatters" for each taxonomy of item
* Add heuristic item guessing. If IITC can't figure out directly what an item is, try to guess what taxonomy of item it would be closest to. (For instance, if an item is truly unknown, but has a "rarity" attribute, it's going to be close to a modResource. Likewise, if an unknown item has a "level" attribute, it's going to be close to a resourceWithLevels.
** Tailor formatting and decoding based upon that guess. Worst case: the item is truly a mystery. Don't discard it: display it in a default format.
** Let the user know if we tried to heuristically guess an item. This won't happen unless something changes on the Ingress backend.
2013-04-25 02:11:04 -05:00
a80617e6e7 * Coding style tweaks 2013-04-24 01:11:38 -05:00
7600c7a40d Merge git://github.com/jonatkins/ingress-intel-total-conversion into dev 2013-04-23 20:30:11 -05:00
00523fc03d Completely overhauled passcode redemption.
* Show table by default, offer plaintext option for reward copy-pasting
* Use recommendations from https://plus.google.com/115907431535033114848/posts/PVV9j4fTR2m for item plaintext listing
* Break passcode redemption responses and errors into window.REDEEM_* variables
* If an item isn't known, don't simply let it slip into the Aurbis. Log it separately.
* Don't show AP or XM if the passcode didn't give any.
2013-04-23 20:21:48 -05:00
8f45a2a884 bump version number to 0.11.0 2013-04-24 02:16:29 +01:00
2df9bdc5a7 remove commented out code 2013-04-24 02:15:55 +01:00
d58306ec06 Updated quadkey calculations for new protocol 2013-04-24 03:40:53 +03:00
59094e48bc looks like ingress.com/intel is in the process of changing the protocol. passing in zoom level rather than minLevelOfDetail parameters when requesting entities 2013-04-23 21:45:01 +01:00
13448ca786 add assets/plugins/ to mobile .gitignore - they're copied there in the build process 2013-04-23 21:32:02 +01:00
c1dcd588ad fixed typo 2013-04-23 17:38:42 +02:00
959c031f37 updated internal poslink click handle (see #149) 2013-04-23 17:29:41 +02:00
4a9c10f044 bugfix: http2https 2013-04-23 17:29:13 +02:00
473ae4bf39 Merge pull request #174 from Fragger/about-attribution
Add ATTRIBUTION.md to About IITC pop up
2013-04-22 15:28:37 -07:00
0f04acbc36 show plugin name instead of file name 2013-04-22 20:35:01 +02:00
99a18444bf added plugin functionality for iitc mobile 2013-04-22 16:35:15 +02:00
31d6855535 Build script fixes to work on both python 2 and 3 2013-04-22 02:08:51 -07:00
c3f37f949f handle internal clicked poslinks correctly 2013-04-22 11:03:26 +02:00
c4dc899eeb Merge pull request #165 from Fragger/at-player-name-click
Make any nickname class element clickable to fill @ nick in chat
2013-04-21 07:19:01 -07:00
1df3f11c8d Merge pull request #182 from Xelio/patch-ap-list-10
Plugin AP List: Update description to reflect function changes
2013-04-21 06:44:48 -07:00
e5079bc991 increase length of scale bar 2013-04-21 14:38:54 +01:00
5eb7344895 increase maxZoom of google satellite/hybrid modes by two levels, so it matches max zoom of google maps 2013-04-21 02:13:52 +01:00
4b7a310307 bump ipas plugin version number 2013-04-20 03:09:31 +01:00
9ff255ffde Merge pull request #183 from Xosofox/master
IPAS plugin requires update to pass shield info
2013-04-19 19:08:09 -07:00
d9f968a4bb Update ipas plugin to pass shield info 2013-04-20 00:28:15 +02:00
92bfd70eb0 Plugin AP List: Update description to reflect function changes 2013-04-20 02:39:10 +08:00
f56f802d2c additional fix #175 - should be ok now 2013-04-18 15:46:52 +01:00
712096fc48 Merge pull request #175 from vita10gy/mobile_loc
Fix desktop geosearch on mobile
2013-04-18 07:42:18 -07:00
07a07b0e24 mapquest map tiles support for https access 2013-04-18 15:39:17 +01:00
14c0a1398c Merge pull request #177 from Fragger/https-portal-images
Change portal image urls to https if necessary in the portal object
2013-04-18 07:33:08 -07:00
86a7996db5 Change portal image urls to https if necessary in the portal object 2013-04-17 22:53:14 -07:00
0a18571308 Fix desktop geosearch on mobile
#154. Mobile seems messed up though. (Even without these changes.) Not
sure if something is off with my build, or if something else changed.

This should fix though.
2013-04-16 23:04:06 -05:00
60a65d227a More changes from gfm to md 2013-04-16 20:34:02 -07:00
f767b939ad Only need markdown and not GFM for .md files 2013-04-16 20:30:25 -07:00
d59e2e2816 Use already read file instead of rereading 2013-04-16 20:22:09 -07:00
ae8200d7be Add ATTRIBUTION.md to About IITC pop up 2013-04-16 20:18:21 -07:00
bec7ae8c95 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-04-16 23:54:05 +01:00
9d350b206e add background colour to large portal images - as some (e.g. zipcar) have transparency 2013-04-16 23:51:35 +01:00
901d30287a fixed typo 2013-04-17 00:13:39 +02:00
acc0db1ce8 one more update for HACKING.md 2013-04-17 00:12:44 +02:00
6b04ee4939 Don't modify nicknameClicked function, pull name in event calling function 2013-04-16 15:04:26 -07:00
b7329a611c updated mobile README.md 2013-04-17 00:00:56 +02:00
88ee267c66 updated HACKING.md 2013-04-16 23:48:12 +02:00
4ebade1245 updated mobile readme 2013-04-16 23:40:05 +02:00
83a20f3f0b updated mobile hacking.md 2013-04-16 23:37:53 +02:00
3daa7f1192 Merge pull request #168 from Fragger/show-linked-portals-quote
Show linked portals quote bugfix
2013-04-16 12:35:23 -07:00
bbc1196e17 Merge pull request #166 from vita10gy/location
Current Location - Title and pointer
2013-04-15 06:15:26 -07:00
032f70eb6f Show linked portals quote bugfix 2013-04-15 02:03:42 -07:00
594e55cdc6 Merge branch 'master' into location 2013-04-15 00:14:56 -05:00
2719d3bc98 extras 2013-04-15 00:13:57 -05:00