Commit Graph

41 Commits

Author SHA1 Message Date
336393a76d update plugin descriptions from "PLUGIN CURRENTLY UNAVAILABLE" to something more descriptive. Hopefully will reduce questions in the community concerning these ones 2014-02-22 04:10:15 +00:00
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
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
27bb6f058e Spell checking, d-g. 2013-11-22 23:31:05 -08:00
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
750b9aca99 add missing player name resolving calls to scoreboard and portals-list 2013-11-06 02:45:33 +00:00
01e74b7bad Default Sort 2013-08-28 13:47:16 -07:00
cbf1f1e5d7 Scoreboard Fixes 2013-08-28 13:16:54 -07:00
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
51be5bee04 added plugin categories (see #358) 2013-06-08 18:50:26 +02:00
84cb73d8e1 add @grant none to userscript headers - as recommended by greasemonkey 2013-05-20 03:12:19 +01:00
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
362b2eb1d9 Bump Version 2013-04-25 01:51:50 -05:00
7a41d60d20 Scoreboard Fix
Links don't always seem to have creators anymore, for some reason.
2013-04-25 01:50:16 -05:00
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
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
19a42b7c24 Fix plugins that use alert with css styling, remove unused divs in body 2013-04-10 05:36:33 -07:00
9498e1faa8 Scoreboard Update: Link Length, Field Area 2013-03-22 00:41:17 -05:00
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
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
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
cd0cf5aebe Mu Bar Kicked onto 2 lines when ratio was 1/99 2013-03-11 23:58:29 -05:00
fa31239a7e Scoreboard - Uncapped Portal Error
Will close  #439.
2013-03-11 09:30:08 -05:00
b02d599d57 data-sort, firefox issue, column align 2013-03-10 17:38:07 -05:00
7e3f28baec Style changes - Use Largest field info 2013-03-10 12:06:10 -05:00
37d1e0d3cc Column sorting - No outside Lib needed
I added basic column sorting (mu default). No multisort, or ascending
sorts, but I'd argue that's overkill in this context.
2013-03-09 21:30:09 -06:00
bf97cd2c0d Column Sorting Pelim
Stopping for now
2013-03-09 16:25:05 -06:00
30ea9b31d7 Bump version number
I have some people testing it, so just in case this helps them out.
2013-03-08 18:49:00 -06:00
1b4a67e6c0 Sort By Player Name 2013-03-08 18:42:24 -06:00
53369caa98 On second thought...
After I converted and checked in the width nits I remembered that those
aren't supposed to be there period. They were just a proof of concept
type thing from before I had any styling set up.
2013-03-08 09:36:38 -06:00
8ec7d4bcd5 Nits anf such 2013-03-08 09:27:24 -06:00
bef289eed7 Show a message if there's nothing to score
Also no longer needs a field to have a score board.
2013-03-06 20:47:12 -06:00
638eb5e326 Added total column and fix resonator count
Biffed the resonator count in about everyway possible
2013-03-06 20:27:04 -06:00
888c910253 Ditch a console dump 2013-03-06 01:32:16 -06:00
a80833801c Finishing up release .1 2013-03-06 01:26:52 -06:00
0472973549 https 2013-02-26 21:04:56 -06:00
4e652742fb checkpoint 2013-02-24 16:04:25 -06:00
efd895e0d6 stopping for now 2013-02-23 19:49:12 -06:00
5f19ba0446 checkpoint 2013-02-23 18:43:17 -06:00
e835ed75ac checkin 2013-02-23 17:23:00 -06:00
4e445a7173 init 2013-02-23 16:58:22 -06:00