vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 1.4.8 (Stable):
2 Added Automatic Output channel that tries Raid, the party, and if not in either outputs to chat frame
3 Added Announcement of roll ending and winner. Only works if Clearing of Rolls is enabled.
4 Added Roll count that shown number of rolls out of number of players
5  
6 1.4.7.4 (Beta):
7 Removed GetNumRaidMembers adjustment only the party count is wrong
8 If Announce Rolls is on then do NOT reset the roll timer on a new rol being received.
9  
10 1.4.7.3 (Beta):
11 GetNumPartyMembers and GetNumRaidMembers ignore the player in theirs counts so need to adjust values by 1
12 Added updated German translations.
13  
14 1.4.7.2 (Beta):
15 Added French translations
16 Added German Translations
17 Rearranged and fixed a nil variable bug in Announce rolls code. Trying to fix CT_Raid SendChatMessage conflict.
18  
19 1.4.7.1 (Beta):
20 Added Automatic Output channel that tries Raid, the party, and if not in either outputs to chat frame
21 Added Announcement of roll ending and winner. Only works if Clearing of Rolls is enabled.
22 Added Roll count that shown number of rolls out of number of players
23  
24 1.4.7 (Stable):
25 Fixed nil bug on group join or membership changes
26 Corrected and updated German localizations
27  
28 1.4.6.3 (Beta):
29 Corrected and updated German localizations from Gamefaq
30  
31 1.4.6.2 (Beta):
32 Another attempt at fixing the nil bug on group joins
33  
34 1.4.6.1 (Beta):
35 Used a zipfile that had the german translations in it. Guess a lot of special chars were dropped.
36  
37 1.4.6:
38 Fix for nil bug when in a group.
39 Updated German word for Rolling. A special character got lost in email the first time around.
40  
41 1.4.5:
42 Fix for ML Name not detecting.
43 Fix for Reload UI while in a group
44 Fixed class coloring and level reporting. Only works in Tooltip not bar text.
45 Added German translations (Thanks Matt)
46  
47 1.4.4:
48 Fix for the nil bug when roll timer triggers
49 Updated french translation for loot threshold menu
50  
51 1.4.3:
52 Added new temp data structure to clean up saved variables
53 Added dewdrop refreshes when radio menus are changed
54 Added version update function to clean old variables from saved variables
55 that are now handled in the tmpdata hash
56  
57 1.4.2:
58 Added group menu for changing thresholds
59 Added coloring of loot method by threshold
60 Added more French translations
61  
62  
63 1.4.1:
64 Fixed Master Looter name possibly not being captured in the tooltip also
65  
66 1.4:
67 Adding in translations as I get them. So far just French (by sturmy).
68  
69 1.3:
70 Implimented fix for the error caused when GroupFu cannot determine the
71 Master Looter but is set to show the ML name
72 Moved the Leave the group option to always be available due to the phantom
73 group bugs WoW seems to be having lately.
74  
75 1.2:
76 Added a Modes menu that lets you set GroupFu to emulate LootTy, RollsFu,
77 or the default GroupFu combined method for plugin text
78 Added Group management functions
79 Leave the group
80 If PartyLeader, convert to raid and set looting methods
81  
82 1.1:
83 Fixed cut-n-paste errors in the menu system
84 Fixed typo in the Rolls table in reguards to storing class levels
85  
86 1.0:
87 Initial