6.0.0.53-Beta

Details

  • Filename
    Cork-6.0.0.53-Beta.zip
  • Uploaded by
  • Uploaded
    Oct 19, 2014
  • Size
    66.98 KB
  • Downloads
    432
  • MD5
    5458d188059285186be63dfb135f2f6c

Supported WoW Retail Versions

  • 6.0.2

Changelog

tag 6.0.0.53-Beta
bc20b544af6e852073a24b62194ccf0db8600ccc
tekkub :bear:  <tekkub@gmail.com>
2014-10-19 17:12:03 -0700

Weekly build

--------------------

tekkub :bear: :
    - Weekly build 6.0.0.53-Beta
    - Update changelog for 6.0.0.53-Beta
    - Updating TOC to 60000
    - Something on wod broke the empty tip
    - Update externals
    - GOOD RIDDANCE
    - Fix tooltip scanning on initial login
    - Merge openable item stuff into one file
    - Simplify down the item scanner
    - Bring in tooltip scanner external
    - Tabs for indents!
Daniel Pittman:
    - Implement tooltip scanning based item opener
    This replaces the hard-coded item openers with a tooltip scanning version;
    instead of coding up a hand maintained list of items that can be opened we
    scan for the global string injected into the tooltip by WoW.
    
    This is reasonably fast, and only needs invocation when inventory changes.
    To avoid encoding complexities like lockboxes that become openable, but only
    after being picked, we don't cache data at present.
    
    In testing, this is fast enough that I am unable to detect either a frame rate
    drop cost from this change, or enough CPU use to register in a significant
    fashion in the built-in CPU profiling tools.
    
    The implementation is generic enough that it can be reused with more than one
    opener, and will only scan each item tooltip once no matter how many patterns
    are active on each change.
    
    Signed-off-by: Daniel Pittman <daniel@isara.local>
tekkub :bear: :
    - Better handling of maxlevel in darkmoon module
    - Don't warn about darkmoon if player has the hat buff
    - Externals update
    - Config refresh on spec change, thanks @Adirelle
    - Move corks modules into the new config tabs
    - Add some tabs to the config panel
    - Pull in ui-tabs external
Adirelle:
    - Update the configuration panel when switching spec.
    - Properly update checkboxes when showing the config panel.
    - Have the db values match the state of the checkboxes.
Kevin Ballard:
    - Allow poison application while stealthed
    - Avoid errors when item names are unknown
    When scanning items for opening, if an item isn't in the local cache it
    may not return a name. Avoid the lua error by showing such items as
    "Unknown".
Craig R. Hughes:
    - Combine Sparkling Shards to make Serpent's Eye (JC)
Kevin Ballard:
    - Update TOC to 5.3
    - Display party member buffs like raid member buffs
    When in a party, I don't need to see the same buff line for every party
    member. Collapse them into the RaidLine like we do with raid buffs.
    - Fix Priest Fort buffer
    The check for Dark Intent was done incorrectly.
Craig R. Hughes:
    - Combine motes into spirits of harmony
tekkub :bear: :
    - Eggs are openable too!
    - Dark intent now overwrites Fort... bastards
Kevin Ballard:
    - Fix macro generation for Paladins
    Seal of Righteousness doesn't exist anymore. Use another spell that
    does.
tekkub :bear: :
    - Don't show mage gem when resting
    - 80col