r20091223014435

Details

  • Filename
    SexyGroup-r20091223014435.zip
  • Uploaded by
  • Uploaded
    Dec 22, 2009
  • Size
    191.71 KB
  • Downloads
    88
  • MD5
    7f822d5eef1efe391410a8dcc75066d0

Supported WoW Retail Versions

  • 3.3.0

Changelog

Shadowed:
    - Added actual gem info to the users panel, checks spec as well as if all gem slots are socketed
    - Moved the metatable cache tables to SexyGroup.lua as they aren't really data tables
    Added the cache table for figuring out what kind of gem is for what spec
    - Moved to using the namespace table Blizzard provides
    - Updated toc file to pull from the new data locations
    - Moved data files to Data/ as it's easier to split them up rather than having a giant one
    - Added the database code including the table compression/decompression
    Added pruning code
    Added test() function to generate a fake data table for testing
    - Moved users to pull from the database instead of example table
    - Removed debug achievement code
    - Removing the debug code that force opens the gear UI is good too
    - All the experience data is correctly parsed out and setup
    All of the core inspection UI is in, need to fix the scroll bar for experience but otherwise everything's in
    Renamed core.lua -> SexyGroup.lua was driving me crazy trying to find the file each time
    - Added all of the point system for the experience tab, use SexyGroup.VALID_ACHIEVEMENTS to get a list of all statistics and achievements that need to be saved
    - Added auto disabling of notes tab if the player has no notes yet
    - Changed rating to be 0 - 5 rather than 1 - 5, can be lazier with percentages this way!
    - Fixed dungeons being flagged as heroic when they were really just 25-man versions
    - Pulled in most of the player configuration and all associated data necessary for it
unknown:
    - Make the group survey window all pretty. /rate works now at any point in the instance.
    - Add localization and autolocalization script, add custom dialog popup sound
    - Added UI for logging group when an instance is completed.
Shadowed:
    - Added AceComm-3.0 too as will need that
    - Added .pkgmeta, Libs/ structure  and the TOC setup
unknown:
    - Add TOC, core, group history module skeleton

Additional Files