7.0.3.3
Details
-
Filename_NPCScan.Overlay-7.0.3.3.zip
-
Uploaded by
-
UploadedJul 23, 2016
-
Size281.92 KB
-
Downloads104,064
-
MD5056dbb7790504a16a8955ef5b4514493
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.