WoWInterface SVN OPieMasque

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 13 to Rev 14
    Reverse comparison

Rev 13 → Rev 14

trunk/UNLICENSE.txt File deleted \ No newline at end of file
trunk/Addon.lua
1,13 → 1,14
--[[--------------------------------------------------------------------
OPie Masque
Adds Masque skinning support to OPie.
Written by Phanx <addons@phanx.net>
See the accompanying README file for more information.
Copyright 2013-2014 Phanx <addons@phanx.net>
See the accompanying README and LICENSE files for more information.
http://www.wowinterface.com/downloads/info22226-OPieMasque.html
http://www.curse.com/addons/wow/opie-masque/
----------------------------------------------------------------------]]
 
local SPECIAL_COLOR_ALPHA = 0.75 -- 0 = invisible, 1 = fully visible
local SPECIAL_COLOR_ALPHA = 0.75
-- 0 = invisible, 1 = fully visible
 
------------------------------------------------------------------------
 
trunk/README.txt
1,35 → 1,60
OPie Masque
===========
==============
 
* Written by Phanx <addons@phanx.net>
* http://www.wowinterface.com/downloads/info22226-OPieMasque.html
* http://www.curse.com/addons/wow/opie-masque
Adds Masque skinning support to OPie.
 
OPie dropped built-in Masque support in version Lime 1. This plugin
restores it. Obviously, you must have both Masque and OPie installed.
There are no options^. Just install it, and you will once again be able
to use Masque to skin OPie.
 
Description
Also, you will be able to modify the numeric cooldown text using OmniCC
(and if you don't have OmniCC or something like it installed, you won't
see numeric cooldown text at all).
 
^ There is now one option, for controlling the visiblity of OPie's color
highlighting, because some Masque skins have really ugly "highlight"
textures. If you don't like how the color highlight looks, open the
Addon.lua file in Notepad and edit the value of the SPECIAL_COLOR_ALPHA
variable at the top. A value of 0 will completely hide the coloring, 1
will make it fully visible, and anything in between (eg. 0.5) will make
it partly transparent.
 
 
Download
-----------
 
Adds Masque skinning support to OPie.
* [WoWInterface](http://www.wowinterface.com/downloads/info22226-OPieMasque.html)
* [Curse](http://www.curse.com/addons/wow/opie-masque)
 
 
Localization
------------
---------------
 
Compatible with all locales. Does not require translations.
 
 
Feedback
--------
-----------
 
Bugs, errors, or other problems:
Please use the ticket system on either download page.
To report problems, suggest features, or give other feedback,
post a comment on [the WoWInterface download page](http://www.wowinterface.com/downloads/info22226#comments),
or post a thread on [the WowAce Addon Help forums](http://forums.wowace.com/forumdisplay.php?f=63)
 
Feature requests or other suggestions:
Please use the ticket system on either download page.
 
General questions or comments:
Post a comment on either download page.
Contact
----------
 
If you need to contact me privately for a reason other than those listed
above, you can send me a private message on either download site, or
email me at <addons@phanx.net>.
\ No newline at end of file +If you need to contact me privately for a reason NOT listed above, you +can send private messages to Phanx on either download site, or email me +at . + + +License +---------- + +Copyright 2013-2014 Phanx <>. + +See the accompanying LICENSE file for the terms under which this addon +is licensed. In particular, it may not be redistributed without prior +written permission. Do not upload it to other websites.
trunk/OPieMasque.toc
1,9 → 1,9
## Interface: 50400
## Version: 5.4.7.wowi:revision
## Version: 5.4.8.wowi:revision
 
## Title: OPie Masque
## Notes: Adds Masque skinning support to OPie.
## Notes-deDE: Masque ermöglichen, um das Aussehen von Opie zu verändern.
## Notes-deDE: Ermöglicht Masque, um das Aussehen von Opie zu verändern.
## Notes-esES: Capacita a Masque a cambiar la apariencia de OPie.
## Notes-esMX: Capacita a Masque a cambiar la apariencia de OPie.
## Notes-frFR: Accorde à Masque à modifier l'apparence du OPie.
12,7 → 12,8
 
## Author: Phanx
## X-Email: addons@phanx.net
## X-License: Public Domain
## X-Copyright: Copyright 2013-2014 A. "Phanx" Kinley.
## X-License: Do not redistribute. See accompanying LICENSE file for details.
## X-CompatibleLocales: deDE, enUS, esES, esMX, frFR, itIT, ptBR, koKR, ruRU, zhCN, zhTW
## X-Website: http://www.wowinterface.com/downloads/info22226-OPieMasque.html
## X-Curse-Project-Name: opie-masque
trunk/LICENSE.txt New file
0,0 → 1,34
Copyright (c) 2013-2014 A. "Phanx" Kinley <addons@phanx.net>
 
All rights reserved.
 
Permission is granted for anyone to use, read, or otherwise interpret
this software for any purpose, without any restrictions.
 
Permission is granted for anyone to modify this software or sample from
it, and to distribute such modified versions or derivative works as long
as neither the names of this software nor its authors are used in the
name or title of the work or in any other way that may cause it to be
confused with this software.
 
Permission is granted for anyone to aggregate this software with other
works not derived from this software for the purpose of creating a user
interface compilation for "World of Warcraft" and to distribute such
compilations as long as the software is not modified in any way,
including by modifying or removing any files.
 
This software may not be distributed standalone or in any other way, in
whole or in part, modified or unmodified, without specific prior written
permission from the authors of this software.
 
The names of this software and/or its authors may not be used to
promote or endorse works derived from this software without specific
prior written permission from the authors of this software.
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file