3.3.5.7-nolib

Details

  • Filename
    Heatsink-3.3.5.7-nolib.zip
  • Uploaded by
  • Uploaded
    Sep 10, 2010
  • Size
    19.60 KB
  • Downloads
    40
  • MD5
    c9901544ca3244c988249df7d46cc6e9

Supported WoW Retail Versions

  • 4.0.1
  • 3.3.5

Changelog

tag 3.3.5.7
293a2992d04bc551ce8066792d587f9cec3fbef1
durcyn <durcyn@gmail.com>
2010-09-10 11:36:51 -0500

3.3.5.7

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

durcyn:
    - might help if we actually mix in AceHook before trying to call hook methods
    - add X-Compatible-With silliness to toc, since the whole point of this rewrite was cataclysm compatibility
    - clean up reincarnation hackery a bit, split inventory and bags into separate functions to save on cpu.  drycoded, will eat your children and pets
    - oh, hey, cool typo.
    - unfuck locales
    - add remaining equipslots to check for engineering cooldowns, needs testing
    - handle resets properly again, take a stab at interrupt tracking
    - use separate variables for players and pets to handle edge cases where player and pet abilities are used together
    - oh, right, table.remove is by key, not value
    - handle delayed cooldowns, apparently rogues and mages still have some of this broken crap
    - apparently GetSpellCooldown doesn't work for vehicle spells, or i had too much to drink last night.
    - check the last cast on cooldown update, since GetSpellCooldown isn't available on UNIT_SPELLCAST_SUCCEEDED
    - use lowest possible level spells for school checks, icons be damned
    - use moonfire for druid arcane lockout check
    - get rid of shitty spellbook scanning and SPELL_UPDATE_COOLDOWN fuckery, start checking cooldowns on UNIT_SPELLCAST_SENT instead.