Commit Graph

48 Commits

Author SHA1 Message Date
Jon Atkins
70030998bf more plugins disabled, as they're going to be hard to fix with the recent changes
also fix missing category from players-resonators dummy deleted plugin
2013-12-01 18:37:14 +00:00
Mike Castle
bba6519860 Spell checking, h-r. 2013-11-23 19:16:20 -08:00
Mike Castle
27bb6f058e Spell checking, d-g. 2013-11-22 23:31:05 -08:00
Jon Atkins
ba0aebde50 Merge pull request #532 from Xelio/patch-plugin-ap-list-1
Update Plugin AP List
2013-09-03 09:28:32 -07:00
Xelio
27aa405c9c Plugin AP List: add checking for changing in fields 2013-09-04 00:03:28 +08:00
Jon Atkins
2eea5a3502 remove check for portal guid type. completely unnecessaty now - only portals will evewr be in this object 2013-09-03 16:55:29 +01:00
Xelio
cf985d872e Plugin AP List: add comments 2013-09-03 22:02:06 +08:00
Xelio
05cd054d50 Plugin AP List: Change entry hook to mapDataRefreshEnd 2013-09-03 21:52:48 +08:00
Xelio
a5523280ad Plugin AP List: use timestamp to check update of portal data. 2013-09-03 21:50:28 +08:00
Jon Atkins
fdf690fd5c ap-list plugin: fix missing isSameResonator function - was removed from IITC core
fix #529
2013-09-03 04:10:22 +01:00
Jon Atkins
92433c5d4b merge patch from #491, that updates things to getThinnedEntitiesV4
also a couple of plugins that were missed
2013-08-16 17:36:17 +01:00
Jon Atkins
c151a53285 bump plugin version numbers for thise that needed getThinnedEntntiesV3 changes 2013-08-14 02:12:47 +01:00
Jon Atkins
3ea40952ce niantic are tweaking the web protocol. so far, seen getThinnedEntitiesV2 renamed to V3 - but no changes in request/response format?! 2013-08-13 21:11:32 +01:00
Jon Atkins
7d75a928cf plugin wrapper code - convert to use build.py macros. this ensures it's identical in all plugins, so the mobile app can remove/modify it without issues. also makes it easy to change if required 2013-06-14 20:27:54 +01:00
Philipp Schaefer
51be5bee04 added plugin categories (see #358) 2013-06-08 18:50:26 +02:00
Jon Atkins
4d18ada692 rewrite shield mitigation calculations so it multiplies together the amount of damage through each shield in turn - rather than a simple summing of mitigation values
fix #344
2013-06-02 22:03:33 +01:00
Jon Atkins
84cb73d8e1 add @grant none to userscript headers - as recommended by greasemonkey 2013-05-20 03:12:19 +01:00
Xelio
92bfd70eb0 Plugin AP List: Update description to reflect function changes 2013-04-20 02:39:10 +08:00
Jon Atkins
baaaf3e3f1 remove unnecessary absolute URLs. site-relative are used where possible (e.g. permalinks, rpc calls) - and a couple of protocol-relative one for automatic http/https matching 2013-04-08 05:09:01 +01:00
Xelio
ab80e08036 Plugin AP List: Added a "Unselect all" button in header 2013-03-31 01:48:20 +08:00
Xelio
023c1d3ec8 Plugin AP List: Add stats tooltip to show total AP, average EL of selected portals. 2013-03-28 02:06:23 +08:00
Xelio
f6d5cc621e Plugin AP List: Bump version number 2013-03-26 03:41:32 +08:00
Xelio
26cd8b2a8d Plugin AP List: Fix some minor bugs and add comments 2013-03-26 03:39:54 +08:00
Xelio
8f9049fdf3 Plugin AP List: Update current page number if total page name updated to lower than current page number. 2013-03-26 02:20:46 +08:00
Xelio
6897da0cb8 Plugin AP List: Add sorting function
Clicking header of AP or EL will sort by correspond column.
2013-03-26 02:15:10 +08:00
Xelio
440a199b5b Plugin AP List: Add pagination function 2013-03-25 23:57:42 +08:00
Xelio
81d9d5b76d Plugin AP List: Add pagination controls 2013-03-25 23:55:05 +08:00
Xelio
e97925b7f0 Plugin AP List: Fix table width problem in Firefox 2013-03-25 15:10:46 +08:00
Xelio
3220099449 Plugin AP List: Add comments and reordering code 2013-03-25 01:58:38 +08:00
Xelio
810092dc3c Plugin AP List: Include capture and completion bonus for friendly portals. 2013-03-25 01:42:58 +08:00
Xelio
f0720ee21f Plugin AP List: Fix - neutral portal should show in friendly portal list. 2013-03-25 01:20:22 +08:00
Xelio
05d42e0866 Plugin AP List: nit 2013-03-22 17:15:47 +08:00
Xelio
4c26eac9ab Plugin AP List: Add table header and change how the table is bulit 2013-03-22 16:44:05 +08:00
Xelio
4011f7ca21 Plugin AP List: New Feature - Effective portal level 2013-03-22 14:20:10 +08:00
Xelio
bb1ace48b0 Plugin AP List: Move css rules to ap-list.css 2013-03-21 22:31:08 +08:00
Xelio
34847236df Plugin AP List: New Features 2
Add indicator of portal after single click on portal name. Which is a circle decreasing from size of screen to size of portal. For quickly locate clicked portal.
2013-03-21 15:53:34 +08:00
Xelio
8bf54a4ae6 Plugin AP List: Restructure styles of element to css rules 2013-03-21 15:53:28 +08:00
Xelio
de284ec883 Plugin AP List: New Features
Clicking the current "Enemy" or "Friendly" label again will scroll the sidebar to top.
2013-03-21 15:52:57 +08:00
Jon Atkins
380bbfda32 more build tweaks
- make update URLS https - required by firefox+greasemonkey
- add build name + date/time to description of all plugins, and moved to front for main IITC
- ensure all plugins have a A.B.C. version number format - required now they append the date+time digits
- no smooth upgrade path from current 'dist' folder - so changed to 'release'. users will have to manually update this time, but will be fine fron now onwards (in theory!)
2013-03-20 04:34:16 +00:00
Jon Atkins
4ce0da5056 large chunk of work towards a nicer build system
- plugins are now parsed for @@..@@ replacements
- main script and plugins have separate .meta.js files created - less web server load for update checks
- build script has variables for resource URL, update URL, etc, substituted via @@..@@ into main script and all plugins
2013-03-19 22:39:16 +00:00
Jon Atkins
1d4d125605 update plugin URLS for my branch + dist server
bump version numbers for this reason
also, allow plugins for both http and https URLs, in preperation for supporting both
2013-03-16 19:59:46 +00:00
Xelio
afb8c78a05 Plugin AP List: New function - Simulating the AP change of other portals when a portal is destroyed. Change: Show counts of Resonators, Links, Control Fields of a portal in enemy portal AP breakdown. 2013-03-14 01:58:15 +08:00
Xelio
190b713c9d Plugin AP List: Add "getAttackApGain" to plugin to make it work with release version <=0.8.1 and development version 2013-03-11 21:35:10 +08:00
Xelio
30c30d4910 Plugin AP List: Code restructure and change handling of top portals 2013-03-10 21:27:47 +08:00
Xelio
138d26b9a6 Plugin AP List: Change cache function to auto enable when zooming in, and disable after out of the bounds which stored when cache enabled. 2013-03-10 01:38:42 +08:00
Xelio
99afec4aa8 Plugin AP List: typo 2013-03-10 01:38:42 +08:00
Xelio
a3e923344f Plugin AP List: Code restructure 2013-03-10 01:38:42 +08:00
Xelio
52a188fe0d Plugin: AP List
List top 10 portals by AP of either faction.
2013-03-10 01:38:01 +08:00