promotional bannermobile promotional banner

AtlasLoot_AdvancedSearch

Abandoned
Adds more powerful search features to AtlasLoot.

File Details

v1.2.6-nolib

  • R
  • Jan 18, 2011
  • 97.67 KB
  • 17
  • 4.0.3a
  • Retail

File Name

AtlasLootAdvancedSearch-v1.2.6-nolib.zip

Supported Versions

  • 4.0.3a

------------------------------------------------------------------------
r109 | orgevo | 2011-01-18 07:51:06 +0000 (Tue, 18 Jan 2011) | 1 line
Changed paths:
   A /tags/v1.2.6 (from /trunk:108)

** tagging 1.2.6 release **
------------------------------------------------------------------------
r108 | orgevo | 2011-01-18 07:50:05 +0000 (Tue, 18 Jan 2011) | 2 lines
Changed paths:
   M /trunk/AtlasLootAdvancedSearch.wowproj
   M /trunk/Core.lua
   M /trunk/SlotSearchModule.lua
   M /trunk/WeaponTypeSearchModule.lua
   M /trunk/ZoneSearchModule.lua

- fixed lua error preventing other search modules from working correctly
- reenabled zone, itemslot, and weapon type search modules
------------------------------------------------------------------------
r107 | orgevo | 2011-01-02 05:58:05 +0000 (Sun, 02 Jan 2011) | 4 lines
Changed paths:
   M /trunk/AtlasLootAdvancedSearch.toc
   M /trunk/AtlasLootAdvancedSearch.wowproj
   M /trunk/Core.lua
   A /trunk/Debug
   A /trunk/Debug/DebugOutput.lua

-add button to the search panel for displaying the search options
** rewrote search options menu to not use dewdrop library
- removed hack for finding the AtlasLoot loaded modules (no longer necessary)
- advanced search function now being used; however, only the name module is enabled so far
------------------------------------------------------------------------
r106 | orgevo | 2011-01-02 03:10:49 +0000 (Sun, 02 Jan 2011) | 1 line
Changed paths:
   M /trunk/Core.lua

- back to basic search for now.
------------------------------------------------------------------------
r105 | orgevo | 2011-01-02 03:08:30 +0000 (Sun, 02 Jan 2011) | 5 lines
Changed paths:
   M /trunk/AdvancedFilter.lua
   M /trunk/Core.lua
   M /trunk/NameSearchModule.lua
   M /trunk/SearchResults.lua

started working on migrating to new data layout
- separate code-paths (for standalone and hosted within atlas) no longer necessary
- updated references to several controls that have been renamed
- removed code referencing several AltasLoot methods that were removed entirely (AtlasLoot_CategorizeWishList, AtlasLoot_HideNoUsableItems)
- updated main search function to use new data layout
------------------------------------------------------------------------
r104 | orgevo | 2010-12-29 01:31:26 +0000 (Wed, 29 Dec 2010) | 1 line
Changed paths:
   M /trunk/embeds.xml

- touching depo to (hopefully) trigger build, after changing package type from beta/release to alpha/beta/release but otherwise not changing
------------------------------------------------------------------------
r103 | orgevo | 2010-12-28 14:01:25 +0000 (Tue, 28 Dec 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/AtlasLootAdvancedSearch.toc
   M /trunk/Core.lua

- AtlasLootAdvancedSearch no longer requires AddonLoader
------------------------------------------------------------------------
r101 | orgevo | 2010-12-26 11:58:51 +0000 (Sun, 26 Dec 2010) | 6 lines
Changed paths:
   M /trunk/AtlasLootAdvancedSearch.toc
   M /trunk/Core.lua

- added a temporary workaround for the default search until AtlasLoot's new search stuff is finished
** AtlasLoot search feature was getting hung after the user's first search; added code to make the AtlasLoot search functionality work correctly again

** TO BE CLEAR: advanced filtering is entirely DISABLED in this release; it will simply fix the bugs in the current implementation of the default AtlasLoot search feature, so that you can perform standard name searches like you used to

------------------------------------------------------------------------
r100 | orgevo | 2010-12-11 20:28:16 +0000 (Sat, 11 Dec 2010) | 9 lines
Changed paths:
   M /trunk/AdvancedFilter.lua
   M /trunk/AtlasLootAdvancedSearch.wowsln
   M /trunk/Core.lua
   M /trunk/DebugHelpers.lua
   M /trunk/SlotSearchModule.lua
   M /trunk/WeaponTypeSearchModule.lua
   M /trunk/ZoneSearchModule.lua

- just checking in pending changes before my drive fails;  this code doesn't work in-game yet.
** call AtlasLoot:LoadModule("all") instead of AtlasLoot_LoadAllModules()
** AtlasLoot_FixText => AtlasLoot:FixText
** AtlasLootDefaultFrameSearchBox => AtlasLoot.SearchBox
** AtlasLootDefaultFrameSearchButton => AtlasLootSearch_SearchButton
** AtlasLootDefaultFrameLastResultButton => AtlasLootSearch_LastResultButton
** updated weapon slot names tables to match new values in AtlasLoot
** began converting over all of the item-slot/weapon-slot code tables to match new values in AtlasLoot
** updated class filter table to match value in AtlasLoot
------------------------------------------------------------------------