r20091227225131

Details

  • Filename
    SexyGroup-r20091227225131.zip
  • Uploaded by
  • Uploaded
    Dec 27, 2009
  • Size
    202.37 KB
  • Downloads
    51
  • MD5
    a71632eb4b437cca240c3ab248a62a21

Supported WoW Retail Versions

  • 3.3.0

Changelog

Shadowed:
    - Removed a few methods of injecting bad data into notes and gear comms
    - Added a message on first use indicating people can use /sexygroup help to view slash commands
    - Added an indexed list of valid equipment slots
    - Added the rest of the slash commands in, /sg help to view
    - pkgmeta update
    - Moved folders to lower case, was driving me crazy
    - Added configuration in, /sg config to pop it up, you can also access it through the Blizzard interface frame
    - Changed pruning, added a threshold in days for a basic prune that removes all data but notes and another one that removes all data including notes
    - Updated autoPopup location
    - Fixed AceTimer-3.0 not being listed in the toc
    - Added comm code in, going to need more testing to make sure it has no loopholes or exploits in it beyond sending 100% format accurate data that was falsified
    - Added an event the info frame will watch for so it knows to update it without requiring it to be hidden/reshown
    Fixed player info text going outside the box
    Fixed notes to account for changes in database format
    - Changed wrapping for keys to check for punctuation, space, control characters instead of just spaces
    Added escaping of notes to prevent issues with loadstringing tables and when sending comm data in general
    - Added definition on what are valid database and note fields for syncing, don't want people sending bad data and bloating the tables
    - Redid the notes format, since we're only going to allow people to have one note on a person, we don't need to do an indexed table
    - Tweaked trusted/untrusted descriptions so they make more sense
    - Lied, the rating frame will actually work even after people leave the group now
    - Added sync and config files, nothing in them yet
    - Fixed item types going outside the frame for equipment listing
    Fixed scan age text
    Fixed ratings being 0 - 5, they should be 1 - 5
    Added the items talent type to the tooltip in case it got cut off
    - Added the basic code for scanning players
    Added code for scanning the players data
    - Cleaned up the group rating frames so they will work with the specific database format we are using
    Fixed UIObjects being held by the rating frame rather than releasing them all into the pool when the frames closed
    Data should be saved by group now, meaning you can set a rating/notes and open it up later before joining another group and you will see the comments you had set
    - Fixed bugs related to figuring out an items stats
    Fixed players data not showing when using /sexygroup
    Removed debug code for generating data
    - Added data for forcing a class into a certain role based on talents, necessary for Feral Druids and Death Knights to figure out if they are tanks
    - Fixed typo in item data
    - Added a new spec type that is a combination of melee dps and tank, used for Druid tanks because their gear isn't really pure tank gear
    Moved agility to being valid for all physical classes, rather than a pure DPS stat
    - Modifier change, uncommon 90%, common 60%, poor 50% for item quality
    Heirlooms have an item level based on the player level, at 80 they will be 187 blues, or ~2.22/player level
    Added all of the enchant override info
    - Added enchanting related APIs
    Fixed tooltip scanning failing
    - Added database tab, let's you select which character you want to view
    Added checks so experience and equipment data won't show if the character's been pruned
    Added all of the enchant checking code in
    - Added scan file that will do the actual saving/scanning of players
    - 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