WoWInterface SVN NeedToKnow-Updated

[/] [branches/] - Rev 59

Go to most recent revision | View Log | Feed

Last modification

  • Rev 59 2010-05-07 09:57:25 GMT
  • Author: Kitjan-211804
  • Log message:
    - Reorderd addon loaded code a little to remove race condition where totem code would call for totem variables that didn't exist yet if the addon was loaded with totems out
    - Replaced use of StatusBar widget with custom Texture management both because our bars have two textures and because Blizzard can't set their texture coordinates correctly any more
    - Handle sizing the textures when the bar resizes. This was done automatically for the main texture before, but not for the second. Now it's done for both, yay.
    - Removed the Dropdown popup menu handle from every bar. There is now just one global dropdown frame for NTK
    - The second texture gets image and color updated the same time the primary one does, meaning it will update without a /reload
    - Updating the bar appearance was being shortcut if the bar was currently blinking, so had to set the color twice.
    - Updated MemberDump to dump non-tables, and to do substring searches. MemberDump(NeedToKnow_Group1, true, "Get") for example
  • Compare with Previous
  • Show changed files