WoWInterface SVN PhanxWatchFrame

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 20 to Rev 21
    Reverse comparison

Rev 20 → Rev 21

trunk/LICENSE.txt File deleted
trunk/Animations.lua
1,7 → 1,13
--[[--------------------------------------------------------------------
PhanxWatchFrame
Copyright (c) 2009-2014 Phanx <addons@phanx.net>. All rights reserved.
See the accompanying LICENSE file for details.
 
Please DO NOT upload this addon to other websites, or post modified
versions of it. However, you are welcome to use any/all of its code
in your own addon, as long as you do not use my name or the name of
this addon ANYWHERE in your addon, including in its name, outside of
an optional attribution. You are also welcome to include this addon
WITHOUT CHANGES in compilations posted on Curse and/or WoWInterface.
----------------------------------------------------------------------]]
 
local FADE_IN_ALPHA = 1
trunk/QuestLog.lua
1,7 → 1,13
--[[--------------------------------------------------------------------
PhanxWatchFrame
Copyright (c) 2009-2014 Phanx <addons@phanx.net>. All rights reserved.
See the accompanying LICENSE file for details.
 
Please DO NOT upload this addon to other websites, or post modified
versions of it. However, you are welcome to use any/all of its code
in your own addon, as long as you do not use my name or the name of
this addon ANYWHERE in your addon, including in its name, outside of
an optional attribution. You are also welcome to include this addon
WITHOUT CHANGES in compilations posted on Curse and/or WoWInterface.
----------------------------------------------------------------------]]
 
hooksecurefunc("QuestLogTitleButton_OnClick", function(self)
trunk/PhanxWatchFrame.toc
5,8 → 5,8
 
## Author: Phanx
## X-Email: addons@phanx.net
## X-Copyright: Copyright (c) 2009-2014 Phanx. All rights reserved.
## X-License: See the accompanying LICENSE file for details.
## X-Copyright: Copyright (c) 2009-2014 Phanx.
## X-License: All rights reserved.
 
Addon.lua
Animations.lua
trunk/Addon.lua
1,7 → 1,13
--[[--------------------------------------------------------------------
PhanxWatchFrame
Copyright (c) 2009-2014 Phanx <addons@phanx.net>. All rights reserved.
See the accompanying LICENSE file for details.
 
Please DO NOT upload this addon to other websites, or post modified
versions of it. However, you are welcome to use any/all of its code
in your own addon, as long as you do not use my name or the name of
this addon ANYWHERE in your addon, including in its name, outside of
an optional attribution. You are also welcome to include this addon
WITHOUT CHANGES in compilations posted on Curse and/or WoWInterface.
----------------------------------------------------------------------]]
 
hooksecurefunc("WatchFrameItem_UpdateCooldown", function(button)