204 Commits

Author SHA1 Message Date
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
Jon Atkins
eb3dc21835 Merge pull request #59 from Xelio/plugin-ap-list-patch-table-width
Plugin AP List: Fix table width problem in Firefox
2013-03-25 08:08:23 -07:00
Jon Atkins
126f10a193 change version number to a.b.c.date.time format - an a.b.date.time format won't update correctly 2013-03-25 15:05:05 +00:00
Jon Atkins
2509032561 keep plugin version number as a.b.c.date.time format - otherwise 0.3.20121231.123456 is higher than 0.3.1.20121231.123456 2013-03-25 14:48:10 +00:00
Stefan Breunig
450ad8caf3 Update draw-tools.user.js 2013-03-25 09:40:25 +01:00
Kevin
67fe78af04 nits 2013-03-25 01:18:46 -07:00
Xelio
e97925b7f0 Plugin AP List: Fix table width problem in Firefox 2013-03-25 15:10:46 +08:00
Kevin
3f719cc630 Update draw tools plugin to include dependencies 2013-03-24 23:01:27 -07:00
Jon Atkins
8a7ed3dfb2 Merge branch 'views' of https://github.com/vita10gy/ingress-intel-total-conversion into temp 2013-03-25 03:22:42 +00: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
Jon Atkins
0b376493a7 Merge pull request #27 from Xelio/plugin-ap-list-patch-4
Plugin AP List: New Feature - Effective portal level
2013-03-24 09:09:09 -07:00
Fragger
9e7a3c2f82 Fix a few nits 2013-03-23 11:03:45 -07:00
Fragger
e45e694533 Add click listener on player markers to open up closest portal details 2013-03-23 11:03:43 -07:00
Kevin
c7e94a1a25 Update player-tracker to spiderfy players when they are close or stacked 2013-03-23 11:01:50 -07:00
vita10gy
5199b841cc Clean up some wasted vertical space in sidebar
Clean up some wasted vertical space in sidebar and make other small
changes so more fits on 1366x768 screens (most common res) without
scrolling.
2013-03-23 00:00:12 -05:00
fstopienski
84ad940176 new plugin to display linked portals (image, title and address) in selected portal detail view
- via mouse click on the linked portal jumps to the portal
2013-03-22 22:59:15 +01:00
Jon Atkins
0bb457ceda add the standard 'build-version' @@..@@ macros to the plugin description 2013-03-22 14:41:39 +00: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
vita10gy
8036240d85 Merge branch 'master' into scoreboard 2013-03-22 00:54:28 -05:00
vita10gy
9498e1faa8 Scoreboard Update: Link Length, Field Area 2013-03-22 00:41:17 -05:00
Jon Atkins
aea6f38b40 Merge pull request #14 from Xelio/plugin-ap-list-patch-3
Plugin AP List patch
2013-03-21 22:30:35 -07:00
Jon Atkins
c2742429c0 revert player tracker line colour change (from yellow, back to magenta) - fix #23 2013-03-22 05:26:46 +00:00
Xelio
bb1ace48b0 Plugin AP List: Move css rules to ap-list.css 2013-03-21 22:31:08 +08:00
teo96
c643bf91d2 change sort function and commit from git 2013-03-21 08:54:55 +01: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
27f02cd46e missed userscript header updates 2013-03-21 02:14:32 +00:00
Jon Atkins
1a3a9581d4 update userscript header to match the others 2013-03-21 01:21:47 +00:00
Jon Atkins
f94e9a477d new plugin - portals list (from @teo96) 2013-03-21 01:19:56 +00: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
46bfed5d2f use @@..@@ replacements for hard-coded URLs in plugins 2013-03-19 22:51:51 +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
6b77227a78 render limit plugin: increase to 5 times the IITC defaults 2013-03-17 01:37:04 +00:00
Jon Atkins
9a581061e1 player tracker
- line colour changed to yellow - easier to see on map
- track time changed from 1 to 3 hours
2013-03-17 01:33:33 +00:00
Jon Atkins
8c40a72e27 fix some more github URLs 2013-03-16 21:03:15 +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
vita10gy
cd0cf5aebe Mu Bar Kicked onto 2 lines when ratio was 1/99 2013-03-11 23:58:29 -05:00
vita10gy
fa31239a7e Scoreboard - Uncapped Portal Error
Will close  #439.
2013-03-11 09:30:08 -05:00
Stefan Breunig
205f2465ba Merge pull request #383 from Xelio/plugin-ap-list-cached
Plugin: AP List
2013-03-11 07:07:17 -07: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
Stefan Breunig
7485cd6040 Merge pull request #334 from boombuler/player_lvl_on_infoscreen
Fixed the guess player level plugin on the portaldetails
2013-03-11 01:32:55 -07:00
Stefan Breunig
957a9aec42 Merge pull request #395 from vita10gy/scoreboard
New Plugin: Scoreboard
2013-03-10 23:55:05 -07:00