16 Commits

Author SHA1 Message Date
Mike Castle
4a9b13eade Spell checking, s-z, plus a couple of missed ones. 2013-11-24 00:19:25 -08: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
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
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
YenkyK
0697adb89f Ignoring out of bounds portals by current bounds (better than manipulating default value) 2013-03-26 12:48:52 +01:00
YenkyK
cb780b6100 Added new screenshot
changed table layout
removed unused classes
2013-03-26 09:02:05 +01: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
YenkyK
328360c7e7 Added zoom level information
Added @@DATETIMEVERSION@@ macro
2013-03-25 17:27:55 +01:00
YenkyK
187a90ce40 fixed incorrect rounded portal levels
adjusted viewport to be closer
2013-03-25 15:56:55 +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
YenkyK
2863316524 Added new plugin portal-counts 2013-03-25 12:52:57 +01:00