Recap-r66133

Details

  • Filename
    Recap-r66133.zip
  • Uploaded by
  • Uploaded
    Mar 26, 2008
  • Size
    352.89 KB
  • Downloads
    5
  • MD5
    4b11f6f9fe7b1e2b630018c62942a61f

Supported WoW Retail Versions

  • 2.4.3

Changelog

------------------------------------------------------------------------
r66133 | dotted | 2008-03-26 15:53:06 -0400 (Wed, 26 Mar 2008) | 6 lines
Changed paths:
   M /trunk/Recap/Docs/readme.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 4.02:
- Fixed a error at Recap line 1168 (reported by Celthay).
Recap 4.01:
- Removed Global Unique Identifiers from some sync messages
- set CVar scriptProfile to get addon CPU times
- fix for error in RecapAux line 1684 (reported by LoSaH)
------------------------------------------------------------------------
r65910 | dotted | 2008-03-25 21:40:25 -0400 (Tue, 25 Mar 2008) | 39 lines
Changed paths:
   M /trunk/Recap
   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
   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 4.00:
- Further checking shows that Windows lua strftime does not support the %e format, so we now use %d (thanks to Charleen for help with testing this)
- Made a tooltip specifically for Recap so that changes to the scale of Recap do not affect other game tooltips (reported by H0PE)
- Added a spacer line between damage and healing for postings of Target and Source lines and Personal Detail lines
- Fixed format of posting of healing effects from Personal Details
- Added tooltip showing effect name for Personal Details lines
- Added WIM support (if a WIM chat edit box has the focus then Recap will post to that person)
- Maximum recent events increased to 10000
- My Recap_Quick_Start file for 3.77 wouldn't open, so I fixed it, but this may not have affected anyone else
- Reduced the number of recent events posted to chat to 30 from 100 (suggested by elhana)
- Fixed the tooltip for Clear Inactive Members button
- Took the period off the rank number, and widened the column 2 pixels
- Did a major rework of the combat log event processing for patch 2.4, replacing ParserLib with direct processing of the combat log events
- Added code for tracking buff or debuff stealing
- Removed code for tracking 'vulnerable' damage
- Added code to track aura breaking (SPELL_AURA_DISPELLED) as an unknown (white) effect doing 'Dispels' on the Other Details tab
- Added spell cast interruption as an unknown (white) effect doing 'Interrupts' on the Other Details tab
- Added a matching new unknown (white) effect being 'Interrupted' on the Other Details tab
- Added kills and deaths to the Recent Events
- Added code to count casts for HoTs with no direct healing component
- Removed the Maximum Event Range setting (now obsolete)
- Added StartMoving/StopMovingOrSizing call pair to a number of functions, which seems to remove most Recap frame positioning issues in patch 2.4 when switching between windowed and full screen (don't ask me why it works because I don't know, this is juju)
- changed combatant names to be fully qualified by GUID
- Added an option (deprecated) to not use the GUID
- Added a sync record for fight start and end times so that DPS vs All is in sync (suggested by Diabolus666)
- Major redesign of pet tracking
- Hiding yard trash now done by counting the number of identically named mobs, not their deaths
- Added a separate set of details for Last Fight (suggested by wenzie and doktorstick)
- Added a new double-click on a recent event to show a new Recent panel ("Time Window") displaying events on both sides of the time of the clicked recent Event
- Changing a combatant's Friend status using a menu will also change that combatant's pets
- Increased the data warning point from 500 combatants to 1000 combatants
- Added to main panel the time that a combatant is first seen
- Sorting by name will sub-sort identical names by time first seen
- Made a number of changes so Recap uses less memory to store its tables
- Added double-click to bring up the Recent panel for all rows that have a Recent button
- (Oopsie) Made two sets of summary variables for Last Fight
- Track the minimum and maximum values of a group member's maximum health and power, and show them on the tooltip
- Fix for saved options and saved datasets with change from NameServer to Name_Server.
- Removed ParserLib from externals
------------------------------------------------------------------------

Additional Files