vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 Change Log: cgCrafty
2 ------------------------------------
3 [2006-10-14] 2.0.14
4 - Fixed an issue with the search list being rebuilt on every update unnecessarily. This
5 should fix FPS issues while scrolling through large lists of return results.
6 - Fixed cgCrafty hiding behind FizWidgets AutoCraft.
7 - Fixed a small bug with no result allowing the user to click.
8  
9 [2006-10-14] 2.0b
10 - Fixed an issue which caused a currently selected item, when scrolled down, to error
11 a nil value when searching for it.
12 - Fixed an issue with header highlight textures being visible on non-header items after
13 a search.
14 - Fixed a typo in the "No Results" for crafting which may have been causing crashes as
15 it spiraled into an infinite loop.
16 - Added a tooltip to make it more clear what to type into the link to channel dialogue.
17  
18 [2006-10-14] 2.0a
19 - Updated to Ace 2.0 and all the new libraries that entails; cgCrafty can now be
20 installed independetely of any other working Ace addons and should run without a hitch
21 - Now using Dewdrop instead of the UIDropDownMenu deafult to WoW.
22 - The actual cgCrafty frame is generated via LUA now. This means that if the mod is on
23 standby, the frame is not pollutting your memory space even if the crafting/tradeskill
24 frames are loaded.
25 - Fixed the game hard locking when searching by reagent.
26 - Fixed duplicate entries when searching for reagents which contained two of similarly
27 named object.
28 - Added a new feature: Linking reagents/items used in the creation of the currently selected
29 item. You can post this information to most chat venues, including any current channel
30 or whisper it to a user. Items which have more than 4 reagents will be linked on two lines.
31 - Made the border of the frame a grass like green for my personal amusement.
32  
33 [2006-06-02] 1.2.2
34 - cgCrafty should now play nice with AutoCraft.
35  
36 [2006-05-31] 1.2.1
37 - Fixed a few cases where the "Create All" button was not working properly.
38  
39 [2006-05-27] 1.2.0
40 - LoadOnDemand
41  
42 [2006-05-26] 1.1.4:
43 - Fixed regular interval trade/craft updates from throwing an error.
44  
45 [2006-05-26] 1.1.3:
46 - Nil loading error quelled, for real this time. (Hopefully!)
47  
48 [2006-05-26] 1.1.2:
49 - Enabling the mod while a tradeskill window is open will now properly show/hide the cgCrafty frame.
50 - Fixed an error that would occur when searching when only one of the craft/tradeskill frames has been loaded.
51  
52 [2006-05-26] 1.1.1:
53 - Fixed a problem with the mod loading object references before the craft/tradeskill frames exist.
54  
55 [2006-05-25] 1.1.0:
56 - Initial Release; the versioning is funky because I spent so much time bug testing myself.