v0.1-11-g447137f
Details
-
FilenameSexyGroup-v0.1-11-g447137f.zip
-
Uploaded by
-
UploadedDec 28, 2009
-
Size208.31 KB
-
Downloads75
-
MD5b800151a05722ac238ad80ea6bb76d28
Supported WoW Retail Versions
- 3.3.0
Changelog
Shadowed:
- Reorganized cache functions slightly
- Cleaned up how item links are passed to the cache tables to take better advantage of the metatable caching
- Oops shouldn't be localing the item meta table right now
- Added Shiny Shard of the Flame as a caster item, only people who should really use it are those with Shiny Shard of the Scale
- Last but not least, updated toc to reflect changes. Game restart is required, should probably delete SexyGroup/ first too so you don't have duplicate files
- Added blank file for the summary data on your group once that's done
- Moved caching functions into their own module
Added a cache reset, every 30 minutes or so when zoning in the cache will be reset, releasing the old tables to be GCed
- Moved modules into a modules/ folder since there's more files to add and it'll get chaotic otherwise
- Fixed up the queue code so we can call it from another module
Fixed inspection queues checking an unused variable
Fixed inspection not being throttled if another mod (or the player) calls NotifyInspect themselves
Fixed index boolean error, for sure, I think this time in scan.lua
- Switched gem detection to look for textures to indicate the item has a socket, rather than text as it's more accurate
- Fixed index boolean errors in scan.lua if all the gem info was available at the initial scan time