Release notes for Feed-O-Matic

Helps a Hunter keep his pets well fed (and the food in his inventory under control).

Feed-O-Matic 1800.1

Tuesday, October 11th, 2005
  • Updated for WoW patch 1.8.
  • We now attempt to detect when the pet is failing to gain happiness after being auto-fed, delaying the next auto-feeding by five minutes in such circumstances. This should help with the problem where auto-feeding while in water (a situation we can’t detect directly) would repeatedly feed the pet every couple seconds, consuming much food but not doing anything for the pet. Unfortunately, this may also interfere with normal auto-feeding — our attempts to detect other conditions that prevent feeding sometimes fail, so this may cause auto-feeding to be delayed by five minutes if (for example) we end up trying to auto-feed during combat. I’m looking into solutions for the next relese.
  • Fixed a nil error that could appear when sorting food.
  • General improvements to utility code shared with other Fizzwidget addons (GFWUtils, GFWTable, and GFWTooltip).

Feed-O-Matic 1700.7

Wednesday, September 28th, 2005
  • Fixed some errors in our built-in tooltip hooking utility.

Feed-O-Matic 1700.6

Tuesday, September 27th, 2005
  • Forgot to include the GFWTooltip.lua file in today’s earlier 1700.5 release which made use of it. Fixed.

Feed-O-Matic 1700.5

Tuesday, September 27th, 2005
  • Fixed a few more nil table errors.
  • Introduced a new option tooltip, which adds a brief summary of your pet’s opinion to tooltips when looking at food items. Now it’s easy to go through your inventory and sell off any foods your pet has outgrown.
  • Added help text for the quality option introduced last release.
  • Won’t auto-feed if the pet is under a Damage over Time effect (e.g. poison), as DOTs can break the feed effect and make the pet unhappy. (This works by doing pattern-matching on debuff effect descriptions, so if you see auto-feed still happening under a DOT, please let me know which debuff you’re getting and its tooltip description.)

Feed-O-Matic 1700.4

Saturday, September 24th, 2005
  • Added Night Elves’ Shadowmeld ability to the list of conditions we won’t auto-feed under. (Feeding breaks stealth for both you and your pet, which is relevant now that cats can learn Prowl.)
  • Disabled auto-feeding while in Battlegrounds, since the (generally frequent) spirit-rez there also restores your pet to full happiness (but does so after a brief delay, during which we were trying to feed the pet).
  • Improved control over the keepopen setting; you can now specify off or none to make Feed-O-Matic always choose foods based on quality, or max to make it always choose smaller stacks of food. Also clarified status output regarding the keepopen setting.
  • Added quality command to allow reversing the normal behavior of choosing hihger-quality foods when available. (Some hunters like to ensure they’re always feeding their pet the best foods and thus needing to feed less often; others prefer to work from the low end so they get the random “junk” food cleared out of their inventory.)
  • Prioritized mage-conjured foods so that they’ll be fed to the pet before other foods (only applicable to pets that eat Bread), since it’ll disappear from your inventory once you log out.
  • Fixed an error that sometimes appeared when auto-feeding the pet.
  • Fixed an error that sometimes appeared when opening tradeskill windows.
  • Fixed an error that appeared when opening the pet stables window.

Feed-O-Matic 1700.3

Wednesday, September 21st, 2005
  • Previously, the add, remove, and feed commands only allowed item links (but this wasn’t clearly documented, or intended). Now you can also type the name of an item. (If using item links, though, you can shift-click multiple foods to add, remove, or feed several at once.)
  • WoW 1.7 changed the way pets gain happiness when fed, invalidating the way Feed-O-Matic tries to figure out which foods your pet likes more. Rewrote the way we look for and rank food to account for this, fixing several cases of Feed-O-Matic mistakenly claiming it couldn’t find any food (including some unrelated to pet happiness).
  • Added an option to control whether to fall back to foods we’d normally rather avoid if no other foods are available. This is on by default so that your pet doesn’t run off on you while you’re not paying attention.
  • Avoiding various types of “useful” food (the saveforcook, savebonus, and savequest options) is now turned on by default. (The default setting for saveforcook is now “green”).
  • Fixed some cases of automatic feeding tossing the pet several foods at once. (Not that most pets would mind, but their owners might.)
  • Added several more foods to the default list (and corrected some foods that were listed under the wrong diets).
  • Feed-O-Matic can now detect when the pet is manually fed and use the resulting data in its food quality table.
  • Supports wowguru.com’s UI updater utility (and potentially others).

Feed-O-Matic 1700.2

Thursday, September 15th, 2005
  • Fixed an error in a debugging statement that prevented feeding from working for some.
  • A bit better about not cluttering SavedVariables with empty stuff for non-Hunters and when certain features are unused.

Feed-O-Matic 1700.1

Tuesday, September 13th, 2005

Initial release. (See Feed-O-Matic main page for more info.)