v1.4.2-26-g1cb8e45
Details
-
FilenameElitistGroup-v1.4.2-26-g1cb8e45.zip
-
Uploaded by
-
UploadedJan 17, 2010
-
Size292.65 KB
-
Downloads51
-
MD5fbf725ed1b37925259df9229120f1095
Supported WoW Retail Versions
- 3.3.0
Changelog
Shadowed:
- Added output saying that gear was requested from someone when using /eg gear
- Responding to gear requests will also send main achievements (if available)
- Fixed error when requesting a specific note that is serialized
- Fixed notes being set to pruned if no user data is available
- Upped throttling of gear requests to once/5 minutes
- Upped throttling of specific note requests to once/10 minutes
- Requesting main data is now throttled at one/60 minutes and parsing main data at once/60 seconds
- Added auto main request on inspect, this is hard throttled at once per hour and disabled in combat
- No longer requesting gear when in battlegrounds, sticking to inspects only
- Added main experience configuration, see /eg config
- Added an option to toggle auto requesting of a characters experience on inspection (default on)
- Main experience will be pruned along with the characters experience now
- Fixed tooltips showing main experience even if no main was found
- Added mainAchievements to the list of valid syncing tables
- Fixed statistics not being recorded in some scenarios
- Added visual portions of main experience support to the users frame
- Fixed notes going behind the main frame
- Fixed note editor not updating when opening then reselecting people in the database viewer
- Fixed note editor not updating when opening it then using /eg to select somebody
- Rewrote the comm code, it can now support syncing of an entire database (opt-in), all notes or syncing of specific gear for other people (still opt-in)
- Added trusted checks in for everything but requesting/receiving players gear
- Added chat message blocking if somebody goes offline while syncing, stops the "X is not online" spam
- Fixed errors when receiving notes without user data attached to them
- Fixed ratings below 1 being allowed
- Added smarter throttling so it throttles by type of message instead of a generic one
- Gear and notes no longer have to be loadstringed to be sent
- Fixed inspections being ran on dead players
- Fixed inspections being run on the player
- Fixed group queue not being wiped before adding players to it
- Fixed queue being processed while in combat
- Fixed class icon not being reset if the unknown icon is shown in /eg
- Fixed prune message
- User info now shows the players role, rather than the primary tree they are in
- Moved to checking IsTrusted rather than the trusted flag
- Added a "Delete your note" button for players under the "Edit note" button, it's ugly I know, need to redo it all
- Code restructuring
- Pulled the friends and guild trusted code in
- Split addon communication to its own option frame
- Added the basic trusted options in, still need to add friends/guild checking
- Slash command changes, /eg notes [name] will either request all notes from everyone in your guild or ask [name] for all of their notes, hard throttled at once per 30 minutes
- Added /eg db [name] - Requests all the saved data people have on users in your guild, if [name] is passed then it requests it from the name only. This is opt-in through the addon communication category
- Implemented trust checks
- No longer killing data with a negative level
- Accuracy reflagged to tank/physical ranged
- Fixed add/edit notes being hidden but the button saying they were still shown in /eg
- If brand new user data is found while /eg is open, the database panel will automatically update
- Fixed belt buckle detection if an item has no sockets by default
- Bad gear will be color coded to match enchants and gems
- Fixed an error when inspecting someone who has not spent all their talent points
- Beaming Earthsiege Diamond flagged as never
- Removed comment safe encoding because it's done when serializing the tables
- Enabled mouseover tooltip details, these only work for 3D world characters at the moment, working on adding it for mouseover
- Strings will be safe encoded before being saved every time now