r63

Details

  • Filename
    CooldownIcons_Revamped-r63.zip
  • Uploaded by
  • Uploaded
    Dec 28, 2010
  • Size
    147.40 KB
  • Downloads
    71
  • MD5
    0e65d73c50acce06b1c169a08c432764

Supported WoW Retail Versions

  • 4.0.3a

Changelog

------------------------------------------------------------------------
r63 | xhatix | 2010-12-28 16:19:43 +0000 (Tue, 28 Dec 2010) | 2 lines
Changed paths:
   M /trunk/Options/global_settings.lua
   M /trunk/Options/icon_settings.lua
   M /trunk/Options/options.lua
   M /trunk/icon.lua
   M /trunk/timer.lua

* added: popup for TimeFormat 4 ( Miliseconds if time < input )
* some fixes
------------------------------------------------------------------------
r62 | xhatix | 2010-12-26 23:10:55 +0000 (Sun, 26 Dec 2010) | 1 line
Changed paths:
   M /trunk/timer.lua

remove hooksecure func for GetSpellCooldown to fix some proc-resets of spells.
------------------------------------------------------------------------
r61 | xhatix | 2010-12-26 22:50:55 +0000 (Sun, 26 Dec 2010) | 3 lines
Changed paths:
   M /trunk/CIREnv.lua
   M /trunk/Options/group_settings.lua
   M /trunk/Options/help.lua
   M /trunk/main.lua
   M /trunk/pulse.lua
   M /trunk/timer.lua

some minor fixes + major fixes;
New Function: PlayerHP()
Function change: PlayerPower(+p) - added optional argument ; percentage value if true otherwise integer value
------------------------------------------------------------------------
r60 | xhatix | 2010-12-11 22:26:38 +0000 (Sat, 11 Dec 2010) | 1 line
Changed paths:
   M /trunk/CIREnv.lua
   M /trunk/icon.lua
   M /trunk/main.lua
   M /trunk/timer.lua

Fix: Ticket#22
------------------------------------------------------------------------
r59 | xhatix | 2010-12-10 10:58:04 +0000 (Fri, 10 Dec 2010) | 1 line
Changed paths:
   M /trunk/CIREnv.lua
   M /trunk/Options/help.lua

addedNew ScriptCmd:  PrimaryTalentTree(); read help (/cir) for more informations.
------------------------------------------------------------------------
r57 | xhatix | 2010-12-09 22:40:55 +0000 (Thu, 09 Dec 2010) | 1 line
Changed paths:
   M /trunk/CIREnv.lua
   M /trunk/main.lua

Fix: fixes some issue with Priest's Holy Word: Sanctuary & Serenity - they now can used properly by entering string or spellid
------------------------------------------------------------------------
r55 | xhatix | 2010-12-06 21:22:54 +0000 (Mon, 06 Dec 2010) | 1 line
Changed paths:
   M /trunk/CIREnv.lua

fixed bug in TargetDebuff
------------------------------------------------------------------------
r54 | xhatix | 2010-12-06 21:20:20 +0000 (Mon, 06 Dec 2010) | 2 lines
Changed paths:
   M /trunk/CIREnv.lua
   M /trunk/Options/help.lua

TargetBuff renamed to TargetDebuff - due to the fact it is only tracking debuffs
added TargetBuff now tracks Buffs on target, check syntax in ingame-help
------------------------------------------------------------------------
r52 | xhatix | 2010-12-06 20:25:08 +0000 (Mon, 06 Dec 2010) | 2 lines
Changed paths:
   M /trunk/CIREnv.lua
   M /trunk/Options/help.lua
   M /trunk/range.lua
   M /trunk/timer.lua

fixed typo-bug of r51
New script commands: CheckInteractDistance(interactType); see ingame-help for further informations/usage
------------------------------------------------------------------------
r51 | xhatix | 2010-12-06 09:57:15 +0000 (Mon, 06 Dec 2010) | 2 lines
Changed paths:
   M /trunk/CIREnv.lua
   M /trunk/CooldownIcons_Revamped.toc
   M /trunk/Options/help.lua
   M /trunk/range.lua
   M /trunk/timer.lua

changed description to match current status; some minor bug fixes
New script commands: IsSpellInRange(spellName or spellID); see ingame-help for further informations/usage
------------------------------------------------------------------------
r50 | xhatix | 2010-12-05 23:06:41 +0000 (Sun, 05 Dec 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta

New Lib added to packager: LibInternalCooldowns-1.0
------------------------------------------------------------------------
r48 | xhatix | 2010-12-05 22:47:46 +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/main.lua
   M /trunk/range.lua
   M /trunk/timer.lua

updatet TargetPower() ... overseen at overhaul
New script commands: UnitRessource(unit [,special]), PlayerCP(), targetCasting(), inRange() - see help for more informations about them.
------------------------------------------------------------------------
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
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
43.43 KB Dec 28, 2010 4.0.3a 37