v3.0beta1-2-g7578174-nolib

Details

  • Filename
    SilverDragon-v3.0beta1-2-g7578174-nolib.zip
  • Uploaded by
  • Uploaded
    Sep 10, 2012
  • Size
    48.23 KB
  • Downloads
    51
  • MD5
    87698896369970f3c865c7972e2410d8

Supported WoW Retail Versions

  • 5.0.4

Changelog

David Lynch:
    - Middle of the road position on cached tameables
    If someone has alerts for tameable mobs turned off, scan for all
    tameables constantly. Then, if we're outside their zone, suppress
    the notification.
    
    If alerts are on, save the CPU cycles and just show the alert when
    we wind up in their zone.
    - Change first cache scan approach
    Instead of scanning over every single possible rare, go back to
    scanning just the ones we know of in the zone. Avoid the old problem
    of a notification popping up for mobs like hunter pets the instant
    you enter a zone by making the first scan inside every zone be a
    no-notifications scan.
    
    Big benefit: not being ridiculously expensive in terms of CPU. Cache
    scanning 600 mobs every second? Not cheap.
    
    This does give us the potential edge case of a rare *right next to*
    the zone border not triggering a notification. That seems
    significantly less common than a hunter having tamed a rare, though.