vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 PvPLog
2 Author: Josh Estelle
3 Version: 0.4.6
4  
5 CHANGES
6 2005-04-27 * Released 0.4.6
7 * Fixed customizability of notification text
8  
9 2005-04-13 * Released 0.4.5
10 * Made chat notification text completely customizable
11 see: /pvplog notifykillstext
12 and
13 /pvplog notifydeathtext
14 * Fixed non-counting of high level players
15  
16 2005-03-31 * Released 0.4.4
17 * Corrected .toc patch version (1300)
18 * Fixed double death problem introduced by patch.
19 Thanks to Whizzer and MasterMike
20 * Fixed annoucement of level -1 players introduced by patch.
21 * Made PvP record that hovers near the target pane movable.
22  
23 2005-03-13 * Released 0.4.3
24 * Corrected .toc patch version
25 * Fixed chat commands with no argument used to cause error
26 * Shortened notify text so its usually one line
27 * Fixed: allow for capital letters in notify chat rooms
28  
29 2005-02-10 * Released 0.4.2
30 * Added more configurability for dings
31 * Made colors prettier
32 * Fixed instance bug
33 * Added visual feedback for chat commands
34 * Doesn't ding for party members any more
35 * Added ability to send notify messages to named chatrooms
36  
37 2005-02-08 * Fix so updates target text when kills get recorded
38  
39 2005-02-04 * Release 0.4.1
40 * Small fix so changing notification chat settings work
41  
42 2005-02-04 * Release 0.4.0
43 * Changed from using RegisterForSave to SavedVariables, should fix data loss issues
44 * Reworked variable initializtion
45 * Made colors prettier
46 * Reduced redundent code by making sub-functions
47 * Changed text on record reports (target & mouseover)
48 * Fixed rounding to avg level differences in stats
49 * Added reporting of guild record
50 * Added ability to reset data
51 * Added ability to notify party guild or raid about deaths and kills
52  
53 2005-02-01 * Released 0.3.4
54 * Changed so all PvP logging is reported to chat
55 * Warnings of people you have records with changed to be configurable by location command
56 * Added color to target record display
57 * changed text so should say different things on mouse over for people you dueled
58 * fixed PvPLogFriends usage
59 * made it so /pl listall will fix .enemy
60  
61 2005-01-31 * Released 0.3.3
62 * Small changes again to fix average level different calc
63 * Small changes that might help data loss problem
64 * Fixes causing strange behavior in chat frame
65  
66 2005-01-31 * Released 0.3.2
67 * Small fix so that target record doesn't obstruct other things
68 * Small fix to average level difference calculation
69  
70 2005-01-28 * Released 0.3.1
71 * Fixed "Unknown Untity" which may have caused appeared data loss
72 * Put a timer on the warning ding, so it only dings every 30 seconds (configurable)
73 * Seperated stats for PvP and duels
74 * Added a ganker rating to stats
75  
76 2005-01-27 * Released 0.3.0
77 * Added basic statistics
78 * Added a find command for finding records for arbitrary players
79 * Fixed bug with other death events w/o "dies" in the message
80 * Fixed so that knows about player level ups
81 * Changed colors of messages
82  
83 2005-01-26 * Added tracking of deaths, who kills you
84 * Added damage tracking, so it will only track people
85 who die to which you've done damage
86 * Added tracking of duels
87  
88 2005-01-24 * Released 0.2.0
89 * Added record floating by target window
90 * Added sound when mouseover someone who you've encountered before
91 * Other small fixes
92  
93 2005-01-24 * Release 0.1.0
94 2005-01-24 * Basics seem to be working saving data and adding it to tool tip
95 2005-01-22 * Reworked variables to support saving data on kills
96 2005-01-18 * Initial version - simply reports when someone kills you