Recap-r57844
Details
-
FilenameRecap-r57844.zip
-
Uploaded by
-
UploadedJan 3, 2008
-
Size350.20 KB
-
Downloads4
-
MD5634b6f6150c6c8f258b56dfd7cd76886
Supported WoW Retail Versions
- 2.3.3
Changelog
------------------------------------------------------------------------
r57844 | dotted | 2008-01-03 08:14:26 -0500 (Thu, 03 Jan 2008) | 4 lines
Changed paths:
M /trunk/Recap/Bindings.xml
M /trunk/Recap/Docs/Recap_Quick_Start.rtf
M /trunk/Recap/Docs/readme.txt
M /trunk/Recap/Docs/readme_332.txt
M /trunk/Recap/Docs/readme_332_FAQ.txt
M /trunk/Recap/Docs/readme_FAQ.txt
M /trunk/Recap/Recap.lua
M /trunk/Recap/Recap.toc
M /trunk/Recap/Recap.xml
M /trunk/Recap/RecapAux.lua
M /trunk/Recap/RecapCombat.lua
M /trunk/Recap/RecapOptions.lua
M /trunk/Recap/RecapOptions.xml
M /trunk/Recap/RecapPanel.lua
M /trunk/Recap/RecapPanel.xml
M /trunk/Recap/RecapRecent.lua
M /trunk/Recap/RecapRecent.xml
M /trunk/Recap/RecapSync.lua
M /trunk/Recap/localization.cn.lua
M /trunk/Recap/localization.de.lua
M /trunk/Recap/localization.lua
M /trunk/Recap/localization.tw.lua
Recap:
- Adjusted a date format string to avoid a Windows lua bug (reported by IronEagleNZ)
- fixed Recap_MakeFriends to not create empty entries when not storing data for a combatant (reported by nimrodel)
- possible fix for graphic anomaly (reported by fyrye).
------------------------------------------------------------------------
r57755 | dotted | 2008-01-01 07:56:57 -0500 (Tue, 01 Jan 2008) | 21 lines
Changed paths:
M /trunk/Recap/Bindings.xml
M /trunk/Recap/Docs/Recap_Quick_Start.rtf
M /trunk/Recap/Docs/readme.txt
M /trunk/Recap/Docs/readme_FAQ.txt
M /trunk/Recap/Recap.lua
M /trunk/Recap/Recap.toc
M /trunk/Recap/Recap.xml
M /trunk/Recap/RecapAux.lua
M /trunk/Recap/RecapCombat.lua
M /trunk/Recap/RecapOptions.lua
M /trunk/Recap/RecapOptions.xml
M /trunk/Recap/RecapPanel.lua
M /trunk/Recap/RecapPanel.xml
A /trunk/Recap/RecapRecent.lua
A /trunk/Recap/RecapRecent.xml
M /trunk/Recap/RecapSync.lua
M /trunk/Recap/localization.cn.lua
M /trunk/Recap/localization.de.lua
M /trunk/Recap/localization.lua
A /trunk/Recap/localization.tw.lua
Recap:
- Added a setting to change the scale of Recap (suggested by Razumikhin and rugger).
- Added code to sort combatants by class in the fight panels.
- Added colour to the new recent events panel, and to posting of recent events to the console (but not to chat channels, which disconnects you if you try).
- Added Matrix data mode, showing Target of Outgoing and Source of Incoming Details of who damaged or healed whom (requested by Maischter).
- Changed date string for new Data Sets so that they will sort in date order as originally intended.
- Improved the detection of entering or leaving instances using IsInInstance().
- Relaxed key click rules so that shift+click works for posting to chat regardless of whether the left or right mouse button is clicked.
- Replaced key+click combinations on total row of the main panel (to pop up a panel with Friendly and Non- Friendly combined details) with two buttons to perform the same function.
- Replaced the key click combinations for displaying recent events by Recent buttons (intentionally always visible and large, at least for this version).
- Rewrote the code for handling totals and subtotals for Outgoing and Incoming Details so that underlying details will be available for subtotals and totals with Merge Pets on.
- Upgraded display of Recent Outgoing and Incoming Events to put the events into a new popup panel, from which they can be posted to chat if desired.
- Removed the Hold / Resume button from the Last Fight panel (commented out so that if anyone really wants it back this can be done).
- Picked new shield and sword icons for the popup panel.
- Similarly for Recent Events for a combatant filtered by effect.
- Fixed a bug with stored details that overwrote interval count with estimated amount resisted, and total time interval (a hidden field) with estimated amount resistable.
- Fixed a bug where pet partial resistances, crush damage, and several other detail fields were not being copied up to the owner when merge pets was on.
- Fixed a bug whereby effects without sources (such as the Void Reaver's Arcane Orbs) did not have their resists and dispels recorded on the Incoming Details tab as expected, but on the Other Details tab.
- Fixed a bug that was preventing overhealing being included in the Total Healing data on the Outgoing and Incoming Details tabs.
- Fixed a bug that could delay the healing of a pet showing up in the owner's Incoming Details with Merge Pets on.
- Fixed a problem with inconsistent row selection on the Outgoing and Incoming Details tabs.
------------------------------------------------------------------------