53 Commits

Author SHA1 Message Date
fkloft
f2b3f3466e mobile: Fix desktop mode
(plugins would not be reachable)
2013-12-17 21:35:00 +01:00
Jon Atkins
2f4aa2ae11 portals-list: more cleanups
- columns have a default sort order which is always used when first selecting one - a second select toggles the order
- display '-' instead of '0' for no links/fields (any suggestions for resonator count, to make botu '8' and '0' visibly distinct?)
- pre-convert portal names to lower case, to avoid ecxessive conversion in soting
2013-12-17 06:05:36 +00:00
Jon Atkins
1413dd13eb portals list plugin: various cleanups/tweaks to earlier changes 2013-12-17 03:47:06 +00:00
Jon Atkins
92e8c5c6a1 portals list plugin
- level colour background on level numbers
- abbreviated faction to 3 characters, to save space
- increased portal name column width
2013-12-14 05:22:29 +00:00
Jon Atkins
c676354a15 Merge pull request #681 from nexushoratio/to-push
Introduce some consistency in grammar and punctuation into @description.
2013-12-04 16:25:11 -08:00
Philipp Schaefer
b4fe2a4c0b new icon for portals-list 2013-12-04 11:50:27 +01:00
Mike Castle
511a02f9a1 Introduce some consistency in grammar and punctuation into @description. 2013-12-03 23:51:54 -08:00
fkloft
b0d1ec84de mobile: make portals-list appear appear in nav drawer 2013-12-04 00:42:25 +01:00
Jon Atkins
89b23e8fbc decrease width from 800 to 700 pixels - resolves issues on mobile 2013-12-03 23:34:53 +00:00
maubry
18bacd956a accidental copy and pasta!
plugin: portals list - fix for changes to Niantc data
Issue #668
2013-12-03 17:47:28 -05:00
maubry
7a12681fab Iteration two, using TEAM_* constant, level with 0 base, getLatLng and fields/links count.
plugin: portals list - fix for changes to Niantc data
Issue #668
2013-12-03 11:11:10 -05:00
maubry
03fadb3078 plugin: portals list - fix for changes to Niantc data
Issue #668
2013-12-03 00:24:10 -05:00
Jon Atkins
c4a9af9966 for all of the plugins moved to plugins/broken, add a dummy placeholder file
this contains the userscript header, but with @category Deleted, @description CURRENTLY UNAVAILABLE
this is so users wondering where a script has gone have some information
2013-12-01 06:05:45 +00:00
Jon Atkins
1de7819982 move a bunch of plugins into a 'broken' subfolder, for now
this is a quick way to remove them from test builds as they're unlikely to be practical to fix for 0.16.0 release
2013-11-30 06:06:29 +00:00
Mike Castle
4a9b13eade Spell checking, s-z, plus a couple of missed ones. 2013-11-24 00:19:25 -08:00
Mike Castle
27bb6f058e Spell checking, d-g. 2013-11-22 23:31:05 -08:00
Fragger
c5251d22c5 Don't add on click events on dialog open
Instead add them once durring setup
This fixes an issue where click events would fire x amount of times
depending on how many times the dialog was opened and closed, on even
times sort would run twice and not toggle.
2013-11-14 16:37:25 -08:00
Jon Atkins
750b9aca99 add missing player name resolving calls to scoreboard and portals-list 2013-11-06 02:45:33 +00:00
Jon Atkins
9ee42fcf49 minor tweak to portals-list
- remove unneeded console.log
- css change so copy+paste works better - one line per table row
2013-10-20 23:00:54 +01:00
Jon Atkins
64d056bb8b portals-list: move style for fixing width of portal names to the rest of it
cleans things up, and done to understand why mobile is an issue
2013-10-09 07:36:20 +01:00
Peter Sorger
12f8c89fb4 Added Mitigation column
Added mitigation column to portals list
2013-09-25 10:20:28 +02:00
Jon Atkins
81d0cb0ed8 create function to get portal image URL from details - and perform any necessary default URL replacement and https conversion 2013-08-27 18:16:02 +01:00
Peter Sorger
ccdf680864 Add "!" to old shields
Show old shields on portals with exclamation mark.
The old series of shields had mitigation values of 6, 8 and 10 (now it's 10, 20 and 30).
2013-07-23 16:07:59 +02:00
Jon Atkins
38392a80d5 portals list bugfix from pull request
- ensure uncaptured portals have an age of 0 so they sort correctly
- add missing quotes to style/title for portal age
2013-07-17 18:09:16 +01:00
Gabriel Sjöberg
b0d22c7264 Add 'age' column to display how long each portal has been controlled by its current owner. 2013-07-16 12:16:37 -05:00
Jon Atkins
154c995f60 portals-list. fix so width 800px actually works (style.css forces dialogs to max-width 700px in most cases) 2013-07-13 20:02:19 +01:00
Peter Sorger
02829b9c1e added rarity background color to mods according to #401
#401
2013-07-04 10:59:23 +02: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
teo96
9a7856e28e 0.0.14: Add support to new mods (S:Shield - T:Turret - LA:Link Amp - H:Heat-sink - M:Multi-hack - FA:Force Amp) 2013-06-12 22:40:33 +02:00
Philipp Schaefer
51be5bee04 added plugin categories (see #358) 2013-06-08 18:50:26 +02:00
goodsoft
cfc47706a8 Portals list: Order by second resonator if first one is equal, etc. 2013-05-28 23:48:01 +03:00
Jon Atkins
5e4e8fee6b portals list plugin only includes portals in the view - to match portals-count 2013-05-22 14:31:08 +01:00
Jon Atkins
84cb73d8e1 add @grant none to userscript headers - as recommended by greasemonkey 2013-05-20 03:12:19 +01:00
Morgan Jones
dfadadd296 IITC Dialog Overhaul, part 2
Core changes
* window_management.js => panes.js (clarity, distinction from dialogs)
* Make portal preview use dialogs instead of the large preview "window"
* Use `open' callback instead of `create' callback for all dialogs
* Replace collapse/close buttons with themed buttons inspired by the AP Gain plugin
* Dialogs can now gain and lose focus, with changing title bar
* Tweak the Poslinks window to use dialogs
* Add collapseCallback, expandCallback, collapseExpandCallback, focusCallback, and blurCallback
* Fix http <img> in About dialog that caused Chrome to complain

Plugin changes
* guess-player-level 0.4.1: Use dialogs with titles, typo fix
* portal-counts 0.0.8: Use dialogs with titles, typo fix
* portals-list 0.0.12: Don't hijack every single dialog onscreen, add titles, typo fix
* scoreboard 0.1.8: Use dialogs with titles
2013-05-08 03:39:36 -06:00
Jon Atkins
9ef803b600 some spelling fixes and cleanups of plugin descriptions 2013-04-28 18:45:45 +01:00
Kevin
f370e23a2d Add number of links and another NaN fix 2013-04-24 14:59:18 -07:00
Kevin
4adf3d6e79 Opps on a nit, reverted. 2013-04-16 23:28:00 -07:00
Kevin
cebb94842f Remove all code left behind for exporting portals 2013-04-16 23:25:45 -07:00
Kevin
262bce2d73 Add nominal energy column, and nits 2013-04-16 23:24:21 -07:00
Kevin
05e46b8b69 Fix NaN bug for reso energy percent when no resonator was present 2013-04-16 22:46:03 -07:00
Kevin
7bd7275106 Fix sort breaking when opened even amounts of times
Event listeners were added everytime and never removed, even amounts of
times cased them to reverse themselves.
2013-04-16 22:33:26 -07:00
Kevin
f38c04f13a Portals-list code cleanup, change four to two space line indent 2013-04-16 21:11:34 -07:00
Jon Atkins
f2dfeb29bb cleanups to the toolbox
- remove &nbsp; - use style sheets to prevent wrapping within links
- make more consistant with the cleanups made to the .linkdetails links
for #135
2013-04-13 21:45:30 +01:00
Jon Atkins
04b5e3e52b minor cleanups to the #toolbox
- ensure each added item in plugins has a space before
- use &nbsp; in links so they're not split over lines
- make case consistant between core IITC and plugins
2013-04-12 14:55:08 +01:00
Kevin
19a42b7c24 Fix plugins that use alert with css styling, remove unused divs in body 2013-04-10 05:36:33 -07: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
teo96
63eb4f82f2 Update portals-list.user.js 2013-03-27 21:54:36 +01:00
teo96
db71116928 version 0.0.9 : tooltips and new column
more informations avalaible via tooltips (who deployed, energy, ...)
new Energy/AP column
2013-03-27 21:41:31 +01:00
teo96
6a52800168 Update portals-list.user.js 2013-03-27 21:39:15 +01:00
teo96
c643bf91d2 change sort function and commit from git 2013-03-21 08:54:55 +01:00