promotional bannermobile promotional banner

Awesome Interrupt Rotations

Abandoned
Interrupt Rotation Manager and announcer for raid encounters

File Details

v0.9.7beta

  • B
  • Feb 27, 2011
  • 48.22 KB
  • 64
  • 4.0.6
  • Retail

File Name

AwesomeInterruptRotations-v0.9.7beta.zip

Supported Versions

  • 4.0.6

------------------------------------------------------------------------
r255 | plaga | 2011-02-27 15:58:26 +0000 (Sun, 27 Feb 2011) | 1 line
Changed paths:
   A /tags/v0.9.7beta (from /trunk:254)

Tagging as v0.9.7beta
------------------------------------------------------------------------
r254 | plaga | 2011-02-27 15:57:00 +0000 (Sun, 27 Feb 2011) | 5 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Changes to _Archive(), when receiving a broadcast of an already existing rotation the last broadcast index should work correctly
Doing a getrotation while AIR.rotation == nil will result on reporting "#CLEAR" instead of ""
Minor code tweaks (non functional) to AddonMessage and other parts
Added AIR_List()
Added/changed LOTS of comments and rearranged some code.
------------------------------------------------------------------------
r253 | plaga | 2011-02-26 00:31:57 +0000 (Sat, 26 Feb 2011) | 2 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Added specific messages when received a clear request or a rotation including members of the current rotation
Some code cleaning
------------------------------------------------------------------------
r252 | plaga | 2011-02-25 23:44:01 +0000 (Fri, 25 Feb 2011) | 2 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

#clear now is in uppercase, #CLEAR
Code improvements and cleaning in parse and receivedbroadcast area or AIRRotation_
------------------------------------------------------------------------
r251 | plaga | 2011-02-25 23:04:20 +0000 (Fri, 25 Feb 2011) | 2 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Added /air clearbroadcast
Added AIRRotation_ShowHistory(), _ReceivedBroadcast() and _BroadcastCurrent(),
------------------------------------------------------------------------
r250 | plaga | 2011-02-25 22:24:41 +0000 (Fri, 25 Feb 2011) | 2 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Removed the /air set compatibility code, only the deprecated alert remains, it will be removed before 1.0
Removed debug messages and unused code
------------------------------------------------------------------------
r248 | plaga | 2011-02-23 17:05:42 +0000 (Wed, 23 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua
   M /trunk/AwesomeInterruptRotationsOptions.lua
   M /trunk/AwesomeInterruptRotationsOptions.xml
   A /trunk/sounds
   A /trunk/sounds/fiscasting.mp3

Added sound alert
------------------------------------------------------------------------
r247 | plaga | 2011-02-23 11:23:25 +0000 (Wed, 23 Feb 2011) | 2 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

NO FUNCTIONAL CHANGES
Finished encapsulation of AIR.rotation internals to AIRRotation_ functions.
------------------------------------------------------------------------
r245 | plaga | 2011-02-21 22:10:37 +0000 (Mon, 21 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Fixed autoaccepting broadcasts from promoted members
------------------------------------------------------------------------
r244 | plaga | 2011-02-19 16:28:35 +0000 (Sat, 19 Feb 2011) | 2 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

/air bcc will send the correct required version instead of 211
added AIR_SendMessage to replace the old SendAddonMessage
------------------------------------------------------------------------
r242 | plaga | 2011-02-18 18:40:12 +0000 (Fri, 18 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Changed version name
------------------------------------------------------------------------
r241 | plaga | 2011-02-18 18:33:53 +0000 (Fri, 18 Feb 2011) | 3 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

NO FUNCTIONAL CHANGES
AIR.lastinterrupter and AIR.lastinterrupt are now private variables inside AIR.rotation
Added AIRRotation_JustInterrupted() to provide the last interrupter and delay information.
------------------------------------------------------------------------
r240 | plaga | 2011-02-17 22:09:43 +0000 (Thu, 17 Feb 2011) | 2 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Fixed some text in /air ?
Improvements in /air history
------------------------------------------------------------------------
r239 | plaga | 2011-02-17 18:19:41 +0000 (Thu, 17 Feb 2011) | 2 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Morphed AIR.broadcasts into .archive
added initial version of /air history
------------------------------------------------------------------------
r238 | plaga | 2011-02-17 17:09:52 +0000 (Thu, 17 Feb 2011) | 3 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Added Feludius to the foes list
forced a resetlist on first login
Modified resetlist text to encourage an /air list to see the changes
------------------------------------------------------------------------
r237 | plaga | 2011-02-17 16:59:31 +0000 (Thu, 17 Feb 2011) | 2 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Added /air resetlist
/air list will sort the results alphabetically
------------------------------------------------------------------------
r236 | plaga | 2011-02-17 14:04:33 +0000 (Thu, 17 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Changed default value of AirDB.showbroadcastswithoutplayer to false
------------------------------------------------------------------------
r235 | plaga | 2011-02-17 13:59:51 +0000 (Thu, 17 Feb 2011) | 3 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Support for repeated players in the rotation
Broadcasting that kind of rotation will require a r235+, normal rotations will still require r211+
The 2 warnings cast by /air faketurn use _Warn instead of _Print
------------------------------------------------------------------------
r234 | plaga | 2011-02-17 12:24:40 +0000 (Thu, 17 Feb 2011) | 3 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

NO FUNCTIONAL CHANGES
Rearranged some code
removed AIRRotation_Next() and integrated the usefull part into AIRRotation_Interrupt(), since it was currently used only in that function
------------------------------------------------------------------------
r233 | plaga | 2011-02-17 11:48:58 +0000 (Thu, 17 Feb 2011) | 5 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

NO FUNCTIONAL CHANGES
removed AIR.turn added AIRRotation_Turn()
renamed _next() to _Next()
when the repeated names in rotation alert is removed, alert saying someone is not in your group will be casted once per player, not once per instance
AIRRotation_Turn() will always return a name if there's a rotation set, check for == nill should be replaced with some kind of if AIR.trackedcombat then...
------------------------------------------------------------------------
r231 | plaga | 2011-02-16 23:59:56 +0000 (Wed, 16 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Changed version name
------------------------------------------------------------------------
r230 | plaga | 2011-02-16 15:50:53 +0000 (Wed, 16 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Initial online check code
------------------------------------------------------------------------
r229 | plaga | 2011-02-16 15:23:56 +0000 (Wed, 16 Feb 2011) | 3 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Fixed lua error when exiting combat while no rotation is set
Delayed in_combat check will only occur in tracked combats
AIR.rotation.string will be uppercase only
------------------------------------------------------------------------
r228 | plaga | 2011-02-15 23:32:52 +0000 (Tue, 15 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua
   M /trunk/AwesomeInterruptRotationsOptions.lua
   M /trunk/AwesomeInterruptRotationsOptions.xml

Changed OP layout to adjust the new rotation options
------------------------------------------------------------------------
r227 | plaga | 2011-02-15 22:42:46 +0000 (Tue, 15 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Added /air broadcastcurrent
------------------------------------------------------------------------
r226 | plaga | 2011-02-15 15:40:23 +0000 (Tue, 15 Feb 2011) | 2 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua
   M /trunk/AwesomeInterruptRotationsOptions.lua
   M /trunk/AwesomeInterruptRotationsOptions.xml

Added OP option to show or not broadcasts the player is not in.
Chat alert when someone broadcasts a rotation player is not in will alert the player that accepting it will overwrite his current rotation if he has one.
------------------------------------------------------------------------
r225 | plaga | 2011-02-15 14:10:58 +0000 (Tue, 15 Feb 2011) | 2 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Autoaccept promoted option won't cause to autoaccept all broadcats.
If the broadcasted rotation is the same you are using, no message will be shown
------------------------------------------------------------------------
r224 | plaga | 2011-02-14 19:28:11 +0000 (Mon, 14 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Fixed rebuke spellid
------------------------------------------------------------------------
r223 | plaga | 2011-02-13 16:50:40 +0000 (Sun, 13 Feb 2011) | 2 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

NO FUNCTIONAL CHANGES
More work on AIR.rotation
------------------------------------------------------------------------
r222 | plaga | 2011-02-13 16:19:03 +0000 (Sun, 13 Feb 2011) | 2 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Rotations with duplicated members will throw a chat error
Initial push of revamped AIR.rotation it's indexed by a number, not by the name of the player. Some old variables removed (they are now part of AIR.rotation
------------------------------------------------------------------------
r221 | plaga | 2011-02-12 18:18:14 +0000 (Sat, 12 Feb 2011) | 3 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

NO FUNCTIONAL CHANGES
Lots of code rearrangements and renamed some functions (AIRCombat_ AIRRotation_ and some others)
Created AIRRotation_UnitDead() and AIRRotation_RezzCheck(), moved AIRRotation_RezzCheck from the combat event handler to the onupdate one for performance.
------------------------------------------------------------------------
r220 | plaga | 2011-02-12 16:11:34 +0000 (Sat, 12 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Added /air check
------------------------------------------------------------------------
r219 | plaga | 2011-02-12 14:09:35 +0000 (Sat, 12 Feb 2011) | 2 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Added compatibility patch to prevent reseting options upon upgrading from data v30 to v31.
Further changes to saved data will have a similar upgrade patches if possible, expect a lot less frequently data resets in the future.
------------------------------------------------------------------------
r218 | plaga | 2011-02-11 11:29:25 +0000 (Fri, 11 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua
   M /trunk/AwesomeInterruptRotationsOptions.lua
   M /trunk/AwesomeInterruptRotationsOptions.xml

Added OP checkbutton for autoaccept option
------------------------------------------------------------------------
r217 | plaga | 2011-02-11 01:25:52 +0000 (Fri, 11 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Autoaccepting a rotation will actually apply the rotation :p
------------------------------------------------------------------------
r216 | plaga | 2011-02-11 01:21:50 +0000 (Fri, 11 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

When accepting a rotation if you are not in it, you will emit a snooprotation instead of acceptrotation
------------------------------------------------------------------------
r215 | plaga | 2011-02-11 00:54:19 +0000 (Fri, 11 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Broadcasted rotation from the raid leader or a raid officer will be auto accepted
------------------------------------------------------------------------
r213 | plaga | 2011-02-10 16:31:49 +0000 (Thu, 10 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

When receiving a broadcast, the message will be different if the player is in the rotation or not.
------------------------------------------------------------------------
r212 | plaga | 2011-02-10 16:14:09 +0000 (Thu, 10 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

When someone accepts a broadcasted rotation, the sender will be notified
------------------------------------------------------------------------
r211 | plaga | 2011-02-10 15:39:40 +0000 (Thu, 10 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Initial broadcast system
------------------------------------------------------------------------
r210 | plaga | 2011-02-10 15:00:49 +0000 (Thu, 10 Feb 2011) | 2 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

NO FUNCTIONAL CHANGES
Added AIR_FirstWord
------------------------------------------------------------------------
r209 | plaga | 2011-02-09 21:28:24 +0000 (Wed, 09 Feb 2011) | 2 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

NO FUNCTIONAL CHANGES
Some functions renamed
------------------------------------------------------------------------
r208 | plaga | 2011-02-08 01:29:55 +0000 (Tue, 08 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Exit combat detection delayed 5 secs to ensure flags won't be reset after a combat res.
------------------------------------------------------------------------
r207 | plaga | 2011-02-08 00:00:29 +0000 (Tue, 08 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Dead & combat detection improvements
------------------------------------------------------------------------
r206 | plaga | 2011-02-07 21:12:54 +0000 (Mon, 07 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Darkened the green chat color
------------------------------------------------------------------------
r204 | plaga | 2011-02-07 17:42:09 +0000 (Mon, 07 Feb 2011) | 2 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Added ruRU Corrupting Adherent
changed version name to 0.9.2
------------------------------------------------------------------------
r203 | plaga | 2011-02-07 17:02:22 +0000 (Mon, 07 Feb 2011) | 2 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Added AIR_EnterTrackedCombat for DRY purposes
Fixed tracked combat flag not rising when an interrupt from the player landed on a tracked mob. (it wasn't a big problem, since it usually went up because it's the target, but in some cases it may be not)
------------------------------------------------------------------------
r202 | plaga | 2011-02-07 16:33:12 +0000 (Mon, 07 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Added AIR_Debug() and the initial resurrection check mechanism
------------------------------------------------------------------------
r201 | plaga | 2011-02-07 13:02:44 +0000 (Mon, 07 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Fixed lua error introduced in r200
------------------------------------------------------------------------
r200 | plaga | 2011-02-07 12:55:14 +0000 (Mon, 07 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Preliminary death detection: a chat warning will be cast when anyone in the rotation dies.
------------------------------------------------------------------------
r199 | plaga | 2011-02-07 12:47:53 +0000 (Mon, 07 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Player won't cast chat warnings if he interrupted but is alone in the rotation
------------------------------------------------------------------------
r198 | plaga | 2011-02-07 00:08:28 +0000 (Mon, 07 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

"XXXX interrupted" message will only appear for people in the rotation, not anyone interrupting
------------------------------------------------------------------------
r197 | plaga | 2011-02-06 23:39:01 +0000 (Sun, 06 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

ruRU foes list will only be loaded in ruRU client
------------------------------------------------------------------------
r196 | plaga | 2011-02-06 23:31:44 +0000 (Sun, 06 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Added Corrupting Adherent to foes list
------------------------------------------------------------------------
r195 | plaga | 2011-02-06 16:56:03 +0000 (Sun, 06 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Fixed Capitalize deleting the first char if it was a special char
------------------------------------------------------------------------
r194 | plaga | 2011-02-05 21:42:04 +0000 (Sat, 05 Feb 2011) | 2 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua
   M /trunk/images

CurseForge Ticket #1:
Added ruRU localization for AirDB.foes
------------------------------------------------------------------------
r193 | plaga | 2011-02-05 15:55:59 +0000 (Sat, 05 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua
   M /trunk/AwesomeInterruptRotationsOptions.lua

Blizzard's Color Picker anchor moved from AirOptions to InterfaceOptionsFramePanelContainer
------------------------------------------------------------------------
r192 | plaga | 2011-02-05 15:23:55 +0000 (Sat, 05 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Party and raid chat warnings won't be used if the player is not in a party or raid respectively.
------------------------------------------------------------------------
r190 | plaga | 2011-02-05 00:52:42 +0000 (Sat, 05 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Fixed pesky bug causing the frame to be shown until entering and leaving combat when a random dude casted an interrupt spell to any training dummy.
------------------------------------------------------------------------
r189 | plaga | 2011-02-04 18:11:48 +0000 (Fri, 04 Feb 2011) | 4 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua
   M /trunk/AwesomeInterruptRotationsOptions.lua

NO FUNCTIONAL CHANGES
Renamed some local variables starting with Air
renamed AirColorButton to AIR.colorbutton
the only variable left starting with Air should be AirDB
------------------------------------------------------------------------
r188 | plaga | 2011-02-04 17:55:06 +0000 (Fri, 04 Feb 2011) | 2 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

NO FUNCTIONAL CHANGES
Renamed all flags, variables and frame names from local AirWhatever to AIR.whatever
------------------------------------------------------------------------
r187 | plaga | 2011-02-04 16:50:46 +0000 (Fri, 04 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

<someone> interrupted message will appear when any player in the rotation but you interrupts, not just when the guy before you interrupts.
------------------------------------------------------------------------
r186 | plaga | 2011-02-04 16:43:26 +0000 (Fri, 04 Feb 2011) | 2 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Turn will be set to 1st player in rotation once entering combat.
Renamed AirInTrackedCombat to AirTrackedCombat.
------------------------------------------------------------------------
r185 | plaga | 2011-02-04 16:23:17 +0000 (Fri, 04 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Initial focus support
------------------------------------------------------------------------
r183 | plaga | 2011-02-04 02:12:53 +0000 (Fri, 04 Feb 2011) | 5 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua
   M /trunk/AwesomeInterruptRotationsOptions.lua

New rotation system!
AirDB.nextguy morphed into AIR.rotation
/air set & co are deprecated, added waring message
added /air rotation
whisper warnings when other interrupt works now
------------------------------------------------------------------------
r182 | plaga | 2011-02-02 21:20:23 +0000 (Wed, 02 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Removed unused code, added AIR_Warn() and AIR_Explode()
------------------------------------------------------------------------
r180 | plaga | 2011-02-02 20:45:28 +0000 (Wed, 02 Feb 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Fixed bug preventing the frame from reseting its text once exiting combat, causing potentially wrong message to be displayed at the beginning of the next combat
------------------------------------------------------------------------
r179 | plaga | 2011-02-01 17:11:20 +0000 (Tue, 01 Feb 2011) | 2 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

NO FUNCTIONAL CHANGES
Removed unused commented code
------------------------------------------------------------------------
r177 | plaga | 2011-01-29 16:56:39 +0000 (Sat, 29 Jan 2011) | 2 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Renamed the missing AIR_ frame functions to AIRFrame_
New frame drawing system: the frame will be redrawn only when needed, not every fps.
------------------------------------------------------------------------
r176 | plaga | 2011-01-29 16:21:48 +0000 (Sat, 29 Jan 2011) | 2 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua
   M /trunk/AwesomeInterruptRotationsOptions.lua

No functional changed
Rename AIR_ frame functions to AIRFrame_
------------------------------------------------------------------------
r175 | plaga | 2011-01-29 16:15:18 +0000 (Sat, 29 Jan 2011) | 2 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

AirPrefix moved to AIR.prefix
Yellow chat color changed a little.
------------------------------------------------------------------------
r174 | plaga | 2011-01-29 00:54:09 +0000 (Sat, 29 Jan 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Performance: Moved COMBAT_LOG_EVENT_UNFILTERED to the top of the "if event" chain.
------------------------------------------------------------------------
r173 | plaga | 2011-01-28 18:05:23 +0000 (Fri, 28 Jan 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Added color coding to version checks
------------------------------------------------------------------------
r172 | plaga | 2011-01-28 17:47:52 +0000 (Fri, 28 Jan 2011) | 2 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Added AIR_Print & co.
Revised all chat outputs.
------------------------------------------------------------------------
r171 | plaga | 2011-01-28 14:42:16 +0000 (Fri, 28 Jan 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua
   M /trunk/AwesomeInterruptRotationsOptions.lua
   M /trunk/AwesomeInterruptRotationsOptions.xml
   A /trunk/images
   A /trunk/images/AIR-UNLOCKED.tga

Added unlock icon
------------------------------------------------------------------------
r170 | plaga | 2011-01-27 17:48:27 +0000 (Thu, 27 Jan 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Performance improvement: moved the lock check to the draw once section of frame update.
------------------------------------------------------------------------
r169 | plaga | 2011-01-27 01:13:17 +0000 (Thu, 27 Jan 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua
   M /trunk/AwesomeInterruptRotationsOptions.lua

AirColorButton declaration moved to AwesomeInterruptRotationsOptions.lua
------------------------------------------------------------------------
r167 | plaga | 2011-01-27 00:46:17 +0000 (Thu, 27 Jan 2011) | 1 line
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Updated version number
------------------------------------------------------------------------
r166 | plaga | 2011-01-27 00:41:09 +0000 (Thu, 27 Jan 2011) | 2 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua
   M /trunk/AwesomeInterruptRotationsOptions.lua

Most of the code to draw the frame won't be continuously executed every frameupdate if not needed.
Added FullRedraw to ensure a full redraw of the frame
------------------------------------------------------------------------
r165 | plaga | 2011-01-26 21:41:00 +0000 (Wed, 26 Jan 2011) | 3 lines
Changed paths:
   M /trunk/AwesomeInterruptRotations.lua

Fixed lua errors when:
- clicking apply on Options Panel after login where addon was disabled
- /air reset after a login with the addon disabled
------------------------------------------------------------------------