7.0.3.3-nolib

Details

  • Filename
    _NPCScan.Overlay-7.0.3.3-nolib.zip
  • Uploaded by
  • Uploaded
    Jul 23, 2016
  • Size
    248.22 KB
  • Downloads
    347
  • MD5
    23a677c31b367001508a9c024a9bb0b5

Supported WoW Retail Versions

  • 7.0.3

Changelog

tag 7.0.3.3
b75d81edade07eacc72eb88324c7d07acd645b33
James D. Callahan III <jcallahan@curse.com>
2016-07-23 02:39:30 -0500

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

James D. Callahan III:
    - Re-use data tables in ApplyZone, which is called from Paint, which is called in a goddamn OnUpdate script, because what the FUCK is wrong with whoever wrote this shit? Memory usage no longer climbs to 5MB or more when walking around. In fact, it doesn't increase at all now.
    - Recycle the found texture tables instead of creating new ones every time.
    - Remove pointless table variable swapping insanity and the declaration of a table that was never used. Ever.
    - Switch to alpha level manipulation since Blizzard now completely unloads textures from memory when they're hidden and reloads them from disk when shown, nuking FPS while walking around.
    - What the fuck was this? Gone.
    - Dead code removal.