v4.0.3.17_beta

Details

  • Filename
    FishWarden-v4.0.3.17_beta.zip
  • Uploaded by
  • Uploaded
    Jan 10, 2011
  • Size
    27.80 KB
  • Downloads
    284
  • MD5
    905214eda0ee7a598a3367dd7d7f3bdd

Supported WoW Retail Versions

  • 4.0.3a

Changelog

------------------------------------------------------------------------
r44 | x87bliss | 2011-01-10 06:11:33 +0000 (Mon, 10 Jan 2011) | 1 line
Changed paths:
   A /tags/v4.0.3.17_beta (from /trunk:43)

Tagging as v4.0.3.17_beta
------------------------------------------------------------------------
r43 | x87bliss | 2011-01-10 06:09:42 +0000 (Mon, 10 Jan 2011) | 25 lines
Changed paths:
   M /trunk/FishWarden.lua
   M /trunk/FishWarden.toc
   M /trunk/api.lua
   M /trunk/core.lua
   M /trunk/gui/custom.lua
   A /trunk/gui/customhelp.lua
   M /trunk/locale/deDE.lua
   M /trunk/locale/enUS.lua
   M /trunk/locale/esES.lua
   M /trunk/locale/esMX.lua
   M /trunk/locale/frFR.lua
   M /trunk/locale/koKR.lua
   M /trunk/locale/ruRU.lua
   M /trunk/locale/zhCN.lua
   M /trunk/locale/zhTW.lua

v4.0.3.17_beta

Please help translate (NOT WITH GOOGLE)
I still need 17 Spanish, 14 Korean, and 13 French, German, Russian and Chinese phrases translated from English.
http://www.wowace.com/addons/fishwarden/localization/

General: This patch is mainly a much needed overhaul of the Custom filter, including the addition of the new "Custom-Help" panel for details on how to use it.

Note: While the new Custom filter should be backward compatible with MOST existing settings. Users should still consider reading the "Custom-Help" section and revising their filter text if needed.

Added: Blacklist functionality to the Custom filter. See the "Custom-Help" section in the Interface Options panel for information on how to use it.

Added: Ability to use regex patterns in the Custom filter by preceding them with an equal sign '='. See the "Custom-Help" section for more info, and Google "Lua pattern matching" for more info.

Fixed: Shift-clicking items into the Custom filter now adds them to the top instead of the bottom. This is mainly to better support the idea that items at the top of the list have higher priority than those at the bottom.

Fixed: Renamed the "Update" button in the Custom filter to "Save" to better describe its purpose. Additionally the "Save" and "Revert" buttons are now centered and much larger, thus easier to see.

Fixed: The function which enabled/disabled the "Update" (now "Save") and "Revert" buttons in the Custom filter was creating a lot of unnecessary garbage. Since this was purely an aesthetic feature it was mostly scrapped.

Fixed: Item names entered into the Custom filter are now forced to be treated as plain text instead of a regex expression. As noted above users now have a separate option to use a regex expression. This should prevent accidents.

Optimized: When the Custom filter has to perform a text search by item name, it now caches the result by item id. This reduces the expected behavior of the function from O(N) for each fish every time its caught to O(N) for the first time each fish is caught, and then O(1) thereafter. This cache is cleared when the Custom filter changes and on logout.

------------------------------------------------------------------------
r41 | x87bliss | 2011-01-04 23:10:26 +0000 (Tue, 04 Jan 2011) | 9 lines
Changed paths:
   M /trunk/Filters.lua
   M /trunk/FishWarden.toc

v4.0.3.16

Please help translate (NOT WITH GOOGLE)
I still need 5 Spanish, and 2 Korean phrases translated from English.
http://www.wowace.com/addons/fishwarden/localization/

Added: "Feralas Ahi" to Quest Items and Equippable Items filters.

------------------------------------------------------------------------
r39 | x87bliss | 2010-12-22 01:34:56 +0000 (Wed, 22 Dec 2010) | 12 lines
Changed paths:
   M /trunk/FishWarden.lua
   M /trunk/FishWarden.toc
   A /trunk/api.lua
   A /trunk/api.txt
   M /trunk/gui/custom.lua
   M /trunk/gui/main.lua

v4.0.3.15

Please help translate (NOT WITH GOOGLE)
I still need 5 Spanish, and 2 Korean phrases translated from English.
http://www.wowace.com/addons/fishwarden/localization/

Added: Global API functions for use by other addons (in order to increase compatibility with Fishing Buddy by Sutorix)
       refer to "api.txt" for the documentation and "api.lua" for the implemenations

Added: "Advanced Options - Use Verbose Mode" to print when other addons make changes to Fish Warden via the API

------------------------------------------------------------------------
r37 | x87bliss | 2010-12-12 07:32:10 +0000 (Sun, 12 Dec 2010) | 9 lines
Changed paths:
   M /trunk/Filters.lua
   M /trunk/FishWarden.lua
   M /trunk/FishWarden.toc
   M /trunk/gui/misc.lua

v4.0.3.14

Please help translate (NOT WITH GOOGLE)
I still need 5 Spanish, and 2 Korean phrases translated from English.
http://www.wowace.com/addons/fishwarden/localization/

Added: "Item Level >= ___" to Miscellaneous filters

------------------------------------------------------------------------