PvPLog:Changes

From WoWRosterWiKi
(Difference between revisions)
Jump to: navigation, search
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOEDITSECTION__
 
__NOEDITSECTION__
{{Disclaimer}}
+
{{Disclaimer|NoLang}}
 
{{MainMenu|WoWAddon|PvPLog}}
 
{{MainMenu|WoWAddon|PvPLog}}
  
 
==PvPLog Changes==
 
==PvPLog Changes==
Author: Andrzej Gorski<br>
+
Author:           Brad Morgan<br>
Maintainer: Brad Morgan, Matthew Musgrove<br>
+
Based on Work by: Josh Estelle, Daniel S. Reichenbach, Andrzej Gorski, Matthew Musgrove<br>
Based on Work by: Josh Estelle, Daniel S. Reichenbach<br>
+
Version:         3.2.2<br>
Version: 2.3.1<br>
+
Last Modified:   2010-12-26<br>
Last Modified: 5 January 2007 (PDT)
+
  
 
===CHANGES===
 
===CHANGES===
 +
2010-12-26  * 3.2.2
 +
* Added the rest of the debug flags to the "/pl debug perm".
 +
* Added some checks to the minimap button position code.
 +
* Added additional nil checks in the combat log decode.
 +
 +
2010-12-10  * 3.2.1
 +
* Rearranged the intialization of the minimap button.
 +
* Increased maximum player level to 85.
 +
 +
2010-10-16  * 3.2.0
 +
* Replaced MyMinimapButton.lua with a simpler (for me) implementation.
 +
* Added "/pl radius" to display the radius of the minimap button.
 +
* Added "/pl radius <value>" to change the radius of the minimap button.
 +
* Added "/pl position" to display the position of the minimap button.
 +
* Added "/pl position <value>" to change the position of the minimap button.
 +
 +
2010-10-10  * 3.1.1
 +
* Changed TOC to 40000
 +
* Changes for WoW 4.
 +
 +
2010-05-16  * 3.1.0
 +
* Added options for recording and notifying in Combat Zones.
 +
* Changed some debug messages to chat messages.
 +
 +
2009-12-08  * 3.0.8
 +
* Changed TOC to 30300.
 +
 +
2009-11-29  * 3.0.7
 +
* Changed TOC to 30200.
 +
* Added "/pl debug perm" to save changes to the debug flag.
 +
 +
2009-04-16  * 3.0.6
 +
* Changed TOC to 30100.
 +
 +
2009-01-24  * 3.0.5
 +
* Increased maximum player level to 80.
 +
* Updated German translations by Grektar.
 +
   
 +
2008-10-16  * 3.0.4
 +
* Changed TOC to 30000.
 +
* Fixed missing fonts and adjusted positioning in the config frame.
 +
 +
2008-08-16  * 3.0.3
 +
* Added locale to PvPLogData (so I don't have to ask).
 +
 +
2008-07-25  * 3.0.2
 +
* Added "/pl chat kill|death|self" or "/pl chat <channel>" for debugging purposes.
 +
 +
2008-07-05  * 3.0.1
 +
* Fixed combat log event PARTY_KILL removal (it was falling through on an elseif).
 +
 +
2008-05-19  * 3.0.0
 +
* Updated TOC
 +
 +
2008-05-13  * 2.99.91
 +
* Conditionalized some debug messages.
 +
* Fixed finding the owner when killed by a pet.
 +
 +
2008-05-13  * 2.99.9
 +
* Initial beta code with 2.4 combat log changes.
 +
 +
2008-02-12  * 2.99.0
 +
* Initial alpha code with 2.4 combat log changes.
 +
 +
2008-01-29  * 2.5.1
 +
* Added code to use race, realm, class, and guild data from PvPLogData (if it exists).
 +
* Added code to copy race, realm, class, and guild from PurgeLogData to PvPLogData when statistics frame is displayed.
 +
* Added "/pl keep <n>" command to keep the most recent n PurgeLogData records.
 +
* Removed "/pl fixguild" command.
 +
 +
2008-01-09  * 2.5.0
 +
* Added cbxPvPLogConfig_NotifyDeathsSay
 +
 +
2008-01-06  * 2.4.9
 +
* Added PVPLOG.SAY -MattM
 +
* Added cbxPvPLogConfig_NotifyKillsSay -MattM
 +
 +
2007-12-12  * 2.4.8
 +
* Fixed displaying the message on a channel again. More than one "named" channel will lose messages. It will catch up eventually.
 +
* Added a Targets tab to the statistics frame containing the targetRecords in targetList order.
 +
* Added additional fields to the other statistics frames.
 +
 +
2007-12-03  * 2.4.7
 +
* Fixed displaying the message on a channel.
 +
 +
2007-11-17  * 2.4.6
 +
* Changed TOC to 20300.
 +
* Added more debugging.
 +
* Fixed the problem with displaying the message that caused a channel join.
 +
 +
2007-09-28  * 2.4.5
 +
* Changed TOC to 20200.
 +
   
 +
2007-05-29  * 2.4.4
 +
* Modified MyMinimapButton.lua to preserve the state of enabled.
 +
   
 +
2007-05-23 * 2.4.3
 +
* Changed TOC to 20100.
 +
* Changed the way channel names are used. This may or may not fix problems with non-En clients.
 +
 +
2007-03-13 * 2.4.2
 +
* Modified MyMinimapButton.lua to allow the radius to be changed with Alt-Click-Drag.
 +
* Fixed the problem of dueling on the boat.
 +
 +
2007-03-12 * 2.4.1
 +
* Added PvPLog2 for the per character savedvariables (so the file has a different name).
 +
* Removed some unused code and variables.
 +
* Changed the removal of recentDamaged entries to be one every 3 seconds while not in combat and at full health.
 +
 +
2007-03-12 * 2.4.0
 +
* Fixed tracking periodic damage (really).
 +
* Reduced the size of the recentDamager and recentDamaged lists.
 +
* Changed the removal of recentDamaged entries to be one at a time (may need some tweaking).
 +
 +
2007-03-07 * 2.3.9
 +
* Added more debugging.
 +
* Added check to recents cleared (healthy) to reduce the number of debug messages.
 +
* Modified targetRecord population to eliminate possible race condition if "target" changes while capturing data.
 +
* Added tracking of targets from periodic damage. Pets need more research.
 +
 +
2007-03-07 * 2.3.8
 +
* Added per character savedvariables containing the most recent combat messages and debug messages captured when /pl debug on is active.
 +
* Added the command /pl debug save to save the current copy of these messages.
 +
* Note: No bugs were fixed with this release.
 +
 +
2007-02-02 * 2.3.7
 +
* All constants in pvplog.lua and localization.lua moved into a PVPLOG table to fix a problem in the previous version and to reduce global namespace polution.
 +
 +
2007-02-01 * 2.3.6
 +
* Clear lastDamagerToMe if you just killed them.
 +
* Clear recentDamagers if you are not in combat and reach full health.
 +
* Move version number out of localization.lua (use the one in the TOC).
 +
* Changed TOC so that the current Author can be fetched with GetAddOnMetadata.
 +
 +
2007-01-27 * 2.3.5
 +
* Fixed notifyKill and notifyDeath being nil.
 +
 +
2007-01-26 * 2.3.4
 +
* Fixed error caused by notifySystem being nil. How it got that way is a different problem.
 +
 +
2007-01-17 * 2.3.2
 +
* Change the max level from 60 to 70.
 +
 +
2007-01-13 * 2.3.2
 +
* Changed TOC to 20003.
 +
* Players without a guild are now "" instead of "Unguilded".
 +
* Added /pl fixguild to convert existing data.
  
 
2007-01-05  * 2.3.1
 
2007-01-05  * 2.3.1

Latest revision as of 02:23, 10 January 2011

WR.net

Important note: When you edit this page, you agree to release your contribution into the public domain.
If you do not want this or can not do this because of license restrictions, please do not edit.

Contents


PvPLog Changes

Author: Brad Morgan
Based on Work by: Josh Estelle, Daniel S. Reichenbach, Andrzej Gorski, Matthew Musgrove
Version: 3.2.2
Last Modified: 2010-12-26

CHANGES

2010-12-26 * 3.2.2

2010-12-10 * 3.2.1

2010-10-16 * 3.2.0

2010-10-10 * 3.1.1

2010-05-16 * 3.1.0

2009-12-08 * 3.0.8

2009-11-29 * 3.0.7

2009-04-16 * 3.0.6

2009-01-24 * 3.0.5

2008-10-16 * 3.0.4

2008-08-16 * 3.0.3

2008-07-25 * 3.0.2

2008-07-05 * 3.0.1

2008-05-19 * 3.0.0

2008-05-13 * 2.99.91

2008-05-13 * 2.99.9

2008-02-12 * 2.99.0

2008-01-29 * 2.5.1

2008-01-09 * 2.5.0

2008-01-06 * 2.4.9

2007-12-12 * 2.4.8

2007-12-03 * 2.4.7

2007-11-17 * 2.4.6

2007-09-28 * 2.4.5

2007-05-29 * 2.4.4

2007-05-23 * 2.4.3

2007-03-13 * 2.4.2

2007-03-12 * 2.4.1

2007-03-12 * 2.4.0

2007-03-07 * 2.3.9

2007-03-07 * 2.3.8

2007-02-02 * 2.3.7

2007-02-01 * 2.3.6

2007-01-27 * 2.3.5

2007-01-26 * 2.3.4

2007-01-17 * 2.3.2

2007-01-13 * 2.3.2

2007-01-05 * 2.3.1

2007-01-03 * 2.3.0

2007-01-01 * 2.2.2

2007-01-01 * 2.2.1

2006-12-31 * 2.2.0

2006-12-30 * 2.1.1

2006-12-25 * 2.1.0

2006-12-22 * 2.0.2

2006-12-21 * 2.0.1

2006-12-21 * 2.0.0

2006-12-06 * 0.7.0

2006-10-23 * Released 0.6.1

2006-10-05

2006-10-03

2006-10-01

2006-09-28

2006-08-22

2006-08-18

2006-03-30

2006-01-20

2005-10-13

2005-10-10

2005-09-19

2005-09-14

2005-08-25

2005-08-24

2005-07-29

2005-06-21

2005-04-27

2005-04-13

2005-03-31

2005-03-13

2005-02-10

2005-02-08

2005-02-04

2005-02-04

2005-02-01

2005-01-31

2005-01-31

2005-01-28

2005-01-27

2005-01-26

2005-01-24

2005-01-24

2005-01-24

2005-01-22

2005-01-18

Personal tools
Namespaces
Variants
Actions
WoWRoster
Navigation
Toolbox