vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1  
2  
3 Titan [CritLine] - a World of Warcraft Addon
4  
5  
6 DEVELOPERS:
7 -----------
8  
9 CritLine Concept by Sordit
10 Titan Conversion until version 0.3.7 by Uggh
11 Continued Development from 0.3.7 by FALLI
12  
13  
14 IMPORTANT UPDATE NOTES:
15 -----------------------
16  
17 ADDON VERSION 0.3.9x to 0.4.0x
18  
19 To filter out some special mobs, I must add deep database modifications and save the old values too.
20 If you use the option to filter out these special mobs, your whole CritLine records are under
21 investigation, this can result in errors, I hope I aware on all possible erros that can occur, but
22 I can't test it out by myself.
23  
24 So, please, if you get problems with these conversion let me know.
25  
26 With toggeling these option, the addon try to restore your old datas if they are available.
27  
28  
29 GAME VERSION 1.7.x to 1.8.x
30  
31 To make CritLine ready for WoW v1.8.x I use a few new functions from the new version. There are many
32 changes in the data structure and so an update process is needed. You found the old settings in this
33 folder 'x:\x\World of Warcraft\WTF\AccountName\SavedVariables.lua' or
34 'x:\x\World of Warcraft\WTF\AccountName\SavedVariables\TitanCritLine.lua'. The variable called
35 'TitanCritLineSettings'.
36  
37 In the new version you find the settings in this folder:
38 'x:\x\World of Warcraft\WTF\AccountName\CharacterName\SavedVariables\TitanCritLine.lua'. The variable
39 called 'TCL_SETTINGS'.
40  
41 The update process converts the old table to the new one, your data isn't lost.
42  
43  
44  
45 BUGS, SUGGESTIONS, NOTES
46 ------------------------
47  
48 for bugs and suggestions please go to: http://www.curse-gaming.com/mod.php?addid=2344
49  
50 and I need help too, with each new game version, the horrible translators of the game change or
51 tweak a combat log message, so I need the GlobalStrings.lua from the english and french version.
52  
53 Ty !
54  
55  
56 VERSION HISTORY:
57 ----------------
58 Titan [CritLine] v0.4.0
59 -add an option to use the Titan Button with SHIFT key
60 -add a special mob filter (thanks to gogusrl) that filter out these mobs in existing records and future
61 can turned on or off in the options dialog, if you do this, the old values were saved into the database
62 -add a new saved value (missed attacks), for future use
63  
64 Titan [CritLine] v0.3.9b
65 -fix the bug that the critical splash message not shown correctly
66 -fix the issue the heals with the addon selfcast (or similar) not be counted
67  
68 Titan [CritLine] v0.3.9a
69 -add the help text for the options
70 -add some french translation, thanks to Feu
71 -fix a bug with the button, that highest filtered attacks shown on the button
72 -add a new message for criticals for the splash screen
73  
74 Titan [CritLine] v0.3.9
75 -add a post records to channel function
76 -add to options panel when you click on the CL button should it be open the settings or post the data in the channel
77 -change the level adjustment setting to a slider, the default trivial setting in pvp by blizz is 10 level difference
78 -add a function for help text for each option, but I need translators for french (important)
79 -resize dynamically the filter options window
80  
81 Titan [CritLine] v0.3.8
82 -add a filter option for the tooltip
83 -fix a few minor bugs
84  
85 Titan [CritLine] v0.3.7d
86 -fix a bug with french translation
87 -made it compatible to game version 1.8.0
88  
89 Titan [CritLine] v0.3.7c
90 -changed the combat log messages and add the new ones, for game version 1.7.0, add the new msgs to the code
91 -add crit percentage to tooltip, add checkbox for this to options frame
92 -override the original germann translation mistake for normal magic hits
93 -override the french translation with brackets '()' thanks to Franael
94  
95 Titan [CritLine] v0.3.7
96 -Fixed an bug with DE and FR clients.
97  
98 Titan [CritLine] v0.3.6
99 -Fixed an bug with DE client.
100  
101 Titan [CritLine] v0.3.5
102 -Fixed an bug with DE clients crits not working.
103 -Fixed a bug with french text on the settings menu.
104  
105 Titan [CritLine] v0.3.4
106 -Fixed an error with the French clients recording one hit as a Crit and Normal hit.
107 -Settings menu translated to French and German.
108 -Changed default for Level Adjustment to be off.
109  
110 Titan [CritLine] v0.3.3
111 -Attempts to repair saved data information.
112 -Fixed an issue with French clients not recording hits.
113  
114 Titan [CritLine] v0.3.2
115 -Fixed an issue with German clients not recording hits.
116 -Added Right-Click menu to toggle Icon/Text.
117 -Added better error handling and error recovery.
118  
119 Titan [CritLine] v0.3.1
120 -Added command to rebuild data structure.
121 -Change archive format to .zip.
122  
123 Titan [CritLine] v0.3
124 -Added level range filter.
125 -Added attack type to splash screen message (e.g. 'New Ambush Record!')
126 -Cleaned up summary tooltip.
127 -Added healing spells.
128  
129 Titan [CritLine] v0.2
130 -Added settings menu
131 -Added Detailed summary for high damage attacks (ToolTip)
132 -Toggle for ScreenShot on new damage records.
133 -Toggle for counting PvP damage only.
134 -Toggle for sound
135 -Toggle Splash Screen
136  
137 Titan [CritLine] v0.1
138 -Initial Release