r47-release

Details

  • Filename
    CooldownIcons_Revamped-r47-release.zip
  • Uploaded by
  • Uploaded
    Dec 5, 2010
  • Size
    138.73 KB
  • Downloads
    31
  • MD5
    48ae18e04e628c6cc410f4527d83152c

Supported WoW Retail Versions

  • 4.0.3a

Changelog

------------------------------------------------------------------------
r47 | xhatix | 2010-12-05 20:21:21 +0000 (Sun, 05 Dec 2010) | 1 line
Changed paths:
   A /tags/r47-release (from /trunk:46)

Tagging as r47-release.
------------------------------------------------------------------------
r46 | xhatix | 2010-12-05 20:20:48 +0000 (Sun, 05 Dec 2010) | 1 line
Changed paths:
   M /trunk/timer.lua

dum dum dum debug-print ...
------------------------------------------------------------------------
r44 | xhatix | 2010-12-05 20:19:34 +0000 (Sun, 05 Dec 2010) | 2 lines
Changed paths:
   M /trunk/CIREnv.lua
   M /trunk/Options/icon_settings.lua
   M /trunk/timer.lua

Fix: SpellOnCooldown(spellID or spellName) should now work properly.
Fix: script changes are now recognized correctly.
------------------------------------------------------------------------
r42 | xhatix | 2010-12-05 14:55:04 +0000 (Sun, 05 Dec 2010) | 2 lines
Changed paths:
   M /trunk/CIREnv.lua
   M /trunk/Options/help.lua
   M /trunk/Options/icon_settings.lua
   M /trunk/icon.lua
   M /trunk/timer.lua

help is now sorted by alphabet
Fix: Ticket#20 - High memory usage on using select() or local in scripts
------------------------------------------------------------------------
r41 | xhatix | 2010-12-04 21:42:52 +0000 (Sat, 04 Dec 2010) | 1 line
Changed paths:
   M /trunk/pulse.lua

missed removing a print <.<
------------------------------------------------------------------------
r40 | xhatix | 2010-12-04 21:42:25 +0000 (Sat, 04 Dec 2010) | 1 line
Changed paths:
   M /trunk/CIREnv.lua
   M /trunk/CooldownIcons_Revamped.toc
   M /trunk/Options/help.lua
   M /trunk/icon.lua
   A /trunk/pulse.lua

New ScriptCmds: InCombat(), gPulse(); read help (/cir) for more informations about them.
------------------------------------------------------------------------
r39 | xhatix | 2010-12-03 23:07:41 +0000 (Fri, 03 Dec 2010) | 3 lines
Changed paths:
   M /trunk/CIREnv.lua
   M /trunk/Options/help.lua
   M /trunk/timer.lua

PlayerBuff(name [, stack]) and TargetBuff(name [,stack]) reworked; read help for further infos
Move,ResetMove implemented ... forgot something here and there ...
Added: GetTime()
------------------------------------------------------------------------
r38 | xhatix | 2010-12-03 19:00:39 +0000 (Fri, 03 Dec 2010) | 1 line
Changed paths:
   M /trunk/Options/global_settings.lua
   M /trunk/timer.lua

added experimental lag tolerance option
------------------------------------------------------------------------
r36 | xhatix | 2010-12-03 16:48:14 +0000 (Fri, 03 Dec 2010) | 1 line
Changed paths:
   M /trunk/icon.lua

range module were kinda bugged ... should be fixed now
------------------------------------------------------------------------
r34 | xhatix | 2010-12-03 12:00:24 +0000 (Fri, 03 Dec 2010) | 1 line
Changed paths:
   M /trunk/timer.lua

Fix: weird login-error ...
------------------------------------------------------------------------
r32 | xhatix | 2010-12-03 11:32:30 +0000 (Fri, 03 Dec 2010) | 1 line
Changed paths:
   M /trunk/icon.lua
   M /trunk/main.lua
   M /trunk/timer.lua

Fix: GetSpellCooldown had "cached" duration/start for ~1s spells like Shield Slam even if their reset-buff procced
------------------------------------------------------------------------
r30 | xhatix | 2010-12-03 00:27:57 +0000 (Fri, 03 Dec 2010) | 1 line
Changed paths:
   M /trunk/CIREnv.lua

fixed glow bug - looks now nicer
------------------------------------------------------------------------
r29 | xhatix | 2010-12-02 21:22:44 +0000 (Thu, 02 Dec 2010) | 5 lines
Changed paths:
   M /trunk/CIREnv.lua
   M /trunk/Libs/LibCooldownIcons-1.0/LibCooldownIcons-1.0.lua
   M /trunk/Options/group_settings.lua
   M /trunk/Options/help.lua
   M /trunk/Options/icon_settings.lua
   M /trunk/icon.lua
   M /trunk/main.lua
   M /trunk/range.lua
   M /trunk/timer.lua

added Move(x,y) and ResetMove() - actually moves the icon to (x,y) location on the screen and resets it to setting one
fixed a bug in ResetRange()
changed LCI:inTable to use tContains (blizzard provided, guessing it is more efficient)
improved range-updater
improved timer, max. using 5 simultaneous running iterations
------------------------------------------------------------------------
r27 | xhatix | 2010-11-21 00:17:41 +0000 (Sun, 21 Nov 2010) | 1 line
Changed paths:
   M /trunk/CIREnv.lua

fix that Glow isn't spammed on you
------------------------------------------------------------------------
r26 | xhatix | 2010-11-20 17:36:25 +0000 (Sat, 20 Nov 2010) | 1 line
Changed paths:
   M /trunk/CIREnv.lua
   M /trunk/icon.lua
   M /trunk/timer.lua

fix some weird stuff i did yesterday
------------------------------------------------------------------------
r25 | xhatix | 2010-11-20 00:38:03 +0000 (Sat, 20 Nov 2010) | 2 lines
Changed paths:
   M /trunk/CIREnv.lua
   M /trunk/Options/help.lua
   M /trunk/Options/icon_settings.lua
   M /trunk/timer.lua

ticket #17 fix

------------------------------------------------------------------------
r24 | xhatix | 2010-11-19 22:11:44 +0000 (Fri, 19 Nov 2010) | 1 line
Changed paths:
   M /trunk/CIREnv.lua
   M /trunk/Options/global_settings.lua
   M /trunk/Options/help.lua
   M /trunk/Options/icon_settings.lua

New functions: Glow(), UnGlow() - display/hide a glowing circle around the icon like blizzard did for Overpower, Revenge etc.
------------------------------------------------------------------------
r22 | xhatix | 2010-11-19 20:07:41 +0000 (Fri, 19 Nov 2010) | 2 lines
Changed paths:
   M /trunk/Options/global_settings.lua
   M /trunk/Options/options.lua
   M /trunk/icon.lua
   M /trunk/main.lua
   M /trunk/timer.lua

fix ticket #14
fix various bugs mainly related through new GCD fix/unfix stuff (cd resets like Lava Surge, reduces like Feedback)
------------------------------------------------------------------------
r20 | xhatix | 2010-11-13 19:55:58 +0000 (Sat, 13 Nov 2010) | 1 line
Changed paths:
   M /trunk/CIREnv.lua
   M /trunk/Options/icon_settings.lua

forgot to remove some debugging stuff <.<
------------------------------------------------------------------------
r18 | xhatix | 2010-11-13 17:11:00 +0000 (Sat, 13 Nov 2010) | 5 lines
Changed paths:
   M /trunk/CIREnv.lua
   M /trunk/Options/global_settings.lua
   M /trunk/Options/help.lua
   M /trunk/Options/icon_settings.lua
   M /trunk/icon.lua
   M /trunk/main.lua
   M /trunk/timer.lua

new available functions: InBattleground(), IsUsableSpell(spellName or spellID)
fixed an issue on spec changing
displayType == 1 nolonger forces the icon to be shown even if Hide() is applied to the icon
updated help.lua
[Global] Display Type now applies properly to all icons
------------------------------------------------------------------------
r16 | xhatix | 2010-11-12 23:28:26 +0000 (Fri, 12 Nov 2010) | 5 lines
Changed paths:
   M /trunk/CIREnv.lua
   M /trunk/CooldownIcons_Revamped.toc
   M /trunk/Options/global_settings.lua
   A /trunk/Options/help.lua
   M /trunk/Options/icon_settings.lua
   M /trunk/Options/options.lua
   M /trunk/icon.lua
   M /trunk/main.lua
   M /trunk/timer.lua

implemented init version of ingame help
TargetPower() now returns a percentage value - as non-percentage ones are senseless for usage (my opinion)
added Script-Cmds:
    HasTarget(), HasPet(), InBattleground()
fixed gcd bug, also added option to 'cause the bug' if desired - Fix disabled by default
------------------------------------------------------------------------
r14 | xhatix | 2010-11-06 03:11:43 +0000 (Sat, 06 Nov 2010) | 7 lines
Changed paths:
   M /trunk/CIREnv.lua
   M /trunk/CooldownIcons_Revamped.toc
   M /trunk/Options/global_settings.lua
   M /trunk/Options/group_settings.lua
   M /trunk/Options/icon_settings.lua
   M /trunk/Options/options.lua
   M /trunk/icon.lua
   M /trunk/main.lua
   M /trunk/range.lua
   M /trunk/timer.lua

additions:
    new timeformat "None"
    added error msg for unvalid input in item(x1) & spell(x1)
fixes:
    new missingID algorithm
    ButtonID nolonger is global ...
    range-error if you've entered an id for spells
------------------------------------------------------------------------
r13 | xhatix | 2010-10-31 16:10:27 +0000 (Sun, 31 Oct 2010) | 4 lines
Changed paths:
   M /trunk/CIREnv.lua
   M /trunk/CooldownIcons_Revamped.toc
   M /trunk/Libs/LibCooldownIcons-1.0/LibCooldownIcons-1.0.lua
   M /trunk/Options/global_settings.lua
   M /trunk/Options/group_settings.lua
   M /trunk/Options/icon_settings.lua
   M /trunk/icon.lua
   M /trunk/main.lua
   M /trunk/range.lua
   M /trunk/timer.lua

some minor bug-fixes
added script cmds: Hide(), Show()
fixed ticket#12
deletion "works" but not to 100% implemented (removing of last icon works without any problems) - lack of time might a fast-commit will fix it today otherwise next week full implenentation
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
40.85 KB Dec 5, 2010 4.0.3a 37