Releases: evil-morfar/RCLootCouncil2
Releases · evil-morfar/RCLootCouncil2
2.15.1-Release
Bugfixes
- Fixed error when council members reconnect during session (Curse#398).
- Fixed error with 'whisper guide' being too long to send in some locales (#177).
- The 'Keep Loot' popup is now only used in raids to avoid it unintentionally popping up in dungeons. This is a temporary fix, as a proper fix needs way more work (Curse#396).
- Adding items to a session will no longer reset rolls on existing items when "Add Rolls" is enabled.
- Adding more than one item to a session could sometimes mess up and make a session switch button disappear.
- Items awarded with "Award Reasons" would retain their original response when filtering the Loot History (CurseClassic#9).
2.15.0-Release
Changes
Auto Award
Auto Awards can now only happen on equip able items. #Classic.
Filters
Added the option to always show the owner of an item in the voting frame.
Enabled by default.
Bugfixes
- The explanation on how to use the whisper system was wrong.
- The whisper system didn't work properly with responses..
- The whisper help system was also broken...
Dev
- Added
typeCode
tolootTable
. Used to determine butons/responses for a session. Still backwards compatible with old system. - Changed the entire system of adding new button groups. Refer to
ML:GetTypeCodeForItem
. - Updated
:PrepareLootTable
to add info fromGetItemInfo
for future comms update. - Added "Constants.lua" and moved certain constants there.
- Added
itemClassID
anditemSubClassID
to loot history. RCVotingFrame:RemoveColumn
now automatically updates old sortnext values.- Overhauled "TrinketData.lua" with new format and classic trinkets.
2.14.0-Release
Changed
Voting Frame
The ML can now right click candidates after a session has ended.
This basically allows for an entire redo of the session, particularly changing awards later than usual.
As a reminder you can always reopen the voting frame with "/rc open".
Bugfixes
Reawarding an item to the original owner will now remove the old trade entry from the TradeUI.
2.13.1
Bugfixes
- Fixed issues when upgrading from a pre 2.7 version to 2.13 (#391-394).
2.13.0
2.13.0
Added
Loot History
- Added an option to delete loot history entries by instance name.
- This allows you to target a specific instance, in particular Mythic+ loot that got added unintentionally.
Dev
- Changed various structures for easier editing. All changes are backwards compatible. #Classic.