2.6.0-nolib
Details
-
FilenameAckisRecipeList-2.6.0-nolib.zip
-
Uploaded by
-
UploadedFeb 9, 2014
-
Size601.88 KB
-
Downloads260
-
MD5b6ea10ca47599709193644965b5e21a4
Supported WoW Retail Versions
- 5.4.2
Changelog
tag 2.6.0
2ce92ee2517aedf57f9a79f87b351a3d80673776
James D. Callahan III <jcallahan@curse.com>
2014-02-09 13:28:36 -0600
--------------------
James D. Callahan III:
- Assign the entry's own index to itself as a fallback for the expand-all button.
- Completely reworked recipe selection: Selection is now performed by right-clicking a recipe entry. This is a return to the previous list behavior while retaining the select functionality.
- Clicking on a line within a sub-entry with once again close its parent (sub-header) entry.
- Using the actual index might be helpful...
- Use :Text() rather than .text
- Changed ListFrame:ExpandEntry to operate directly from the entry, rather than its index,
- Rectified a huge case of overthinking.
- Refactored many things due to the ListEntry objects.
- List entries are now "objects" with proper creation.
- Consolidation.
- Missed a spot in the tab code cleanup.
- Attempted to inject a bit of sanity: string_index=>entry_index
- Whitespace cleanup.
- Major refactoring of the tab code.
- Minor cleanup.
- Changed all operations on the list UI to use recipes directly, rather than having to look them up by ID.
- Speed up search a bit by only looking within the recipes for the current profession.
- Simplification.