Xelio
ab80e08036
Plugin AP List: Added a "Unselect all" button in header
2013-03-31 01:48:20 +08:00
Jon Atkins
ea8293e533
Merge pull request #81 from Xelio/plugin-ap-list-patch-8
...
Plugin AP List: Add stats tooltip to show total AP, average EL of selected portals
2013-03-27 11:31:06 -07:00
Jon Atkins
3d6379caad
Merge pull request #82 from Xelio/plugin-keys-bug-1
...
Plugin Keys: Bug fix - undefined vaule in localStorage cause the plugin fail
2013-03-27 11:28:52 -07:00
Xelio
11f016434c
Plugin Keys: Bug fix - undefined vaule in localStorage cause the plugin fail
2013-03-28 02:20:57 +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
Jon Atkins
e14baa9f3f
Merge pull request #74 from Xelio/plugin-keys
...
New Plugins: Keys and Keys on map
2013-03-27 09:59:23 -07:00
Jon Atkins
a83af045fc
Merge pull request #62 from YenkyK/master
...
Added new Plugin: Portal Count
2013-03-27 09:43:11 -07:00
Jon Atkins
ab321bcc6f
Merge pull request #78 from vita10gy/pttime
...
Player Tracker: Format time as #h#m
2013-03-26 22:39:37 -07:00
Jon Atkins
51804c80dd
allow forcing of mobile/desktop site with vp=m or vp=f URL parameters
...
this will allow the IITC Mobile app to include an option to choose desktop/mobile versions of IITC
for regular desktop browsers, don't expect it to work well with vp=m
2013-03-27 05:37:30 +00:00
vita10gy
23320ccb26
More Mins - Whoops
2013-03-26 22:56:24 -05:00
Xelio
3caaaf5164
Plugin Keys On Map: Show message when the plugin disabled.
2013-03-27 11:39:29 +08:00
vita10gy
84a3a9e165
Format time as #h#m
2013-03-26 22:38:14 -05:00
Xelio
6cef4d99e4
Plugin Keys: Add tooltip to show message that this plugin can't get key count from Ingress
2013-03-27 11:33:17 +08:00
Xelio
308cea39f8
Plugin Keys On Map: Disable if Plugin Keys is not there
2013-03-27 11:15:18 +08:00
Jon Atkins
432974f6fa
Merge pull request #68 from Xelio/plugin-ap-list-patch-7
...
Plugin AP List: New Feature - Pagination and Sorting
2013-03-26 09:00:56 -07:00
Jon Atkins
e7f3323225
Merge pull request #72 from vita10gy/weakness
...
Give Portal Weakness Opacity more range
2013-03-26 08:59:54 -07:00
Xelio
9a2e004ab8
Plugin Keys and Keys On Map: Add screenshot
2013-03-26 20:01:15 +08:00
Xelio
c6db453bba
Plugin Keys: Code restructure
2013-03-26 19:55:38 +08:00
YenkyK
0697adb89f
Ignoring out of bounds portals by current bounds (better than manipulating default value)
2013-03-26 12:48:52 +01:00
Xelio
930c6f9521
New Plugin: Keys on map
...
Show the keys of Keys plugin on portals in the map.
2013-03-26 19:46:55 +08:00
Xelio
b34adc79fb
New Plugin: Keys
...
Let user input number of keys and store in localstorage of the browser.
2013-03-26 19:45:15 +08:00
YenkyK
cb780b6100
Added new screenshot
...
changed table layout
removed unused classes
2013-03-26 09:02:05 +01:00
Stefan Breunig
570ff062c4
Merge pull request #73 from vita10gy/poslinks
...
Show portal title in gmaps
2013-03-26 00:26:19 -07:00
vita10gy
0314fe90d5
Show portal title in gmaps
...
Closes issue #40
2013-03-25 23:43:08 -05:00
vita10gy
b14776498c
Give Portal Weakness Opacity more range
...
Should help complaints that opacities are "too similar"
2013-03-25 22:52:13 -05:00
YenkyK
1cf3fbe15d
reverse show order of portals
...
using MAX_PORTAL_LEVEL now for array
changed table layout to be more compact
cleaned up code
2013-03-25 22:23:46 +01:00
Jon Atkins
a9aacd12de
Merge pull request #69 from Xelio/plugin-show-linked-portals-bug-fix-1
...
Plugin Show Linked Portals: Fix uncaught error of undefined "imageUrl"
2013-03-25 13:06:38 -07:00
Xelio
c60cf76639
Plugin Show Linked Portals: Use default portal image if linked portal has no image
2013-03-26 04:02:34 +08:00
Xelio
7e647228ce
Plugin Show Linked Portals: Fix uncaught error of undefined "imageUrl"
2013-03-26 03:54:11 +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
Jon Atkins
1e4d304890
bump version number in preperation for new release with all resources embedded
2013-03-25 19:30:07 +00:00
Jon Atkins
0d79665db2
version number to a.b.c.date.time format
2013-03-25 18:37:56 +00:00
Jon Atkins
f9183ccae2
Merge pull request #54 from Fragger/build-max-links
...
Update max links to include dependencies
2013-03-25 11:35:13 -07: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
fran1987
10dc1a6ef1
overflow-y: hidden -> auto
...
Fixed the sidebar scrolling problem for Opera users.
2013-03-25 18:52:47 +01:00
YenkyK
328360c7e7
Added zoom level information
...
Added @@DATETIMEVERSION@@ macro
2013-03-25 17:27:55 +01:00
Jon Atkins
edd03dcdb6
build.py fix for differences in string handling in python 2 and python 3
...
fix #65
2013-03-25 16:27:40 +00: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
YenkyK
187a90ce40
fixed incorrect rounded portal levels
...
adjusted viewport to be closer
2013-03-25 15:56:55 +01:00
Jon Atkins
095fe2f1e1
Merge branch 'chatbar' of https://github.com/vita10gy/ingress-intel-total-conversion into temp
2013-03-25 14:54:55 +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
vita10gy
e6cb0e75fc
Likely Fix for px gap
...
Char bar was using padding from default input. This will probably fix
it, but I can't build it anymore.
2013-03-25 09:11:14 -05:00
YenkyK
29ad7ea301
Added screenshot
2013-03-25 14:08:18 +01:00
YenkyK
2f6334f4ed
Fixed reset of portal count if map is moved
2013-03-25 13:59:11 +01:00
YenkyK
14fffeb33e
Plugin Portal Count: Show a list of portals by faction and level
2013-03-25 13:05:51 +01:00