* 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.
ingress intel total conversion (IITC)
Since the breunigs IITC branch was deleted, I've created this one to continue some development.
Users
Just want to download/install IITC? Go to http://iitc.jonatkins.com/
Developers
This Github page is for those interested in developing IITC further.
Roadmap
Assuming I don't get a takedown notice any time soon, the initial plans are:
- DONE Make it easy to rebuild IITC for a new server - will make it easier for development, plus allow others to fork the project for their own use
- DONE Clean up version number handling. Add fork/build info to both IITC and the plugins
- DONE Add separate meta.js files for update checking - reduces load on the web server
- Get IITC Mobile working, and easily rebuilt for custom development builds/forks
Plus, of course, pulling in any patches/bugfixes.
Description
Languages
JavaScript
69.3%
Java
15%
PHP
7.4%
CSS
3.8%
Hack
2.6%
Other
1.9%