Commit Graph

1251 Commits

Author SHA1 Message Date
25b6f239c2 Add contribs to About IITC, fix minor newline issue in loaderMD 2013-04-28 18:55:36 -07:00
764e31db4b add tracking to download events - if a track function exists
(it does on iitc.jonatkins.com, loaded from tracking.php)
2013-04-28 22:56:35 +01:00
f9eec96d65 Merge pull request #197 from integ3r/dev
Passcode redemption overhaul: now with plaintext copying, default display, JS console logging, heuristic item inference, and more
2013-04-28 14:01:57 -07:00
28233b8118 display user location on iitcm (see #179) 2013-04-28 22:46:18 +02:00
1048ce28eb removed unnecessary execute permossions 2013-04-28 19:16:48 +01:00
bb6585599f removed unnecessary execute bits 2013-04-28 19:15:36 +01:00
e3eb945b97 new website - first release 2013-04-28 19:14:10 +01:00
9ef803b600 some spelling fixes and cleanups of plugin descriptions 2013-04-28 18:45:45 +01:00
909c760061 * New passcode redemption plaintext format using Unicode chars
* Don't use digit format for plaintext redemption
* Remove unneecessary 'return true' statements
* Passcode guessing doesn't dirty up the results window as much
* Add asterisks to names for all types of guess
2013-04-27 22:37:21 -05:00
992c0edacb Merge git://github.com/jonatkins/ingress-intel-total-conversion into dev 2013-04-27 13:09:00 -05:00
4d0ca06836 the new IITC logo - source .svg and high resolution .png 2013-04-27 16:54:42 +01:00
be430acc7d increase zoom levels for google map layers to 20
add google terrain layer - max zoom possible here is 15
I did try experimenting with higher zoom for the MapQuest tiles. there was some success at 19, but not all tiles would load - reverted for now

alternative to merging #212
2013-04-27 16:45:42 +01:00
d42d4bb9ea looks like portals now use type .16, along with .11 and .12 already used 2013-04-27 15:18:27 +01:00
0906114a37 bump version number 2013-04-27 00:52:48 +02:00
28da9e1746 added query to new portal search intent 2013-04-27 00:47:49 +02:00
a208ba9083 send geo intent instead of gmaps intent on maps link click 2013-04-27 00:08:28 +02:00
488b68df2e simulate map button click on mobile @player search 2013-04-25 21:53:08 +02:00
5d73409693 Merge pull request #203 from vita10gy/score
Scoreboard Fix
2013-04-25 09:55:25 -07:00
28dce8a7bb set databasepath of IITC_WebView...fixes amnesia 2013-04-25 15:01:01 +02:00
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
362b2eb1d9 Bump Version 2013-04-25 01:51:50 -05:00
7a41d60d20 Scoreboard Fix
Links don't always seem to have creators anymore, for some reason.
2013-04-25 01:50:16 -05:00
e3d6b135ce Merge pull request #176 from Fragger/portals-list-nom-energy
Portals list nom energy, bugs, nits
2013-04-24 22:17:16 -07:00
f370e23a2d Add number of links and another NaN fix 2013-04-24 14:59:18 -07:00
494d388329 bump version number in preperation for next release 2013-04-24 13:55:16 +01:00
be957b3435 change zoom levels for portal level display to match stock intel site - this seems to be enforced by the backend now
fix #199
2013-04-24 13:54:16 +01:00
395c27a9d2 bump version number for fixed coordinate calculations 2013-04-24 13:32:15 +01:00
60413d3f35 Merge pull request #195 from goodsoft/patch-1
Recreate links omitted from Niantic data
2013-04-24 05:31:02 -07:00
f7f8e1ca94 Rewritten tile request calculation 2013-04-24 12:58:31 +03:00
a80617e6e7 * Coding style tweaks 2013-04-24 01:11:38 -05:00
0010626c91 Recreate links omitted from Niantic data
See #192
2013-04-24 06:17:36 +03:00
4a16668c6a change player tracker display for unknown plyaer levels, to match that used in the guess player levels plugin 2013-04-24 02:40:53 +01: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