promotional bannermobile promotional banner

MuchMoreMunch

Automatically generates macros that use the best food available.

File Details

v1.4.4

  • R
  • Mar 18, 2013
  • 144.63 KB
  • 217
  • 5.2.0
  • Retail

File Name

MuchMoreMunch-v1.4.4.zip

Supported Versions

  • 5.2.0

tag v1.4.4
fa064dfbf8d2e683214d0cb956e7aa69c73a73e2
Rhoda Baker <rhoda.baker@gmail.com>
2013-03-18 18:27:19 -0400

Tagged as v1.4.4

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

Rhoda Baker:
    - Updated Ace libraries to r1083
    - Updated LibPeriodicTable-3.1 with r432
    - Bumped interface number to 50200 and version to 1.4.4
    - Bumped version for release
    - Updated LibPeriodicTable to r422
    - Updated to Ace r1061.
    - Bumped interface and version for release.
    - Updated to r379
    - Fixed incorrect item id for Mythical Mana Potion. - Bumped toc version number.
    - Bumped toc and version for release
    - Updated to Ace3 r1041
    - Updated to LibPeriodicTable-3.1 r373
    - Fix for macro icons not displaying
    - Updated to LibPeriodicTable-3.1-r368
    - Updated to Ace3-r1032
    - Updated interface number for 4.2
    - Updated to LibPeriodicTable3.1 r356
    - Updated to Ace3 r1009
    - Bumped toc version to 1.3.5 for release.
    - Clarified and iterate through choosing best item -- I want this nightmare to be over! - Removed bandages from custom PT set since they were added in LibPT 3.1 r315
    - Updated to LibPeriodicTable-3.1 r315 - Fixes issues with buff food appearing as combo food - Fixes bandages not being recognised
    - Added missing basic cataclysm foods
    - Bumped toc version to 1.3.4 for release
    - Fix for missing Cataclysm bandages
    - Tagged as version 1.3.3 for release.
    - Updated to LibPeriodicTable-3.1-r313
    - Updated tocversion to 1.3.2 for release.
    - Self-datamined LibPeriodicTable-3.1-Consumable.lua for 4.0.1 to include new mage food and gems.
    - Updated Ace3 to release-r971.
    - Updated interface to 40000. Bumped toc to 1.3.1.
    - Updated LibPeriodicTable-3.1 to release 283.
    - Updated to Ace3 release r960.
    - Bumped toc version to 1.3.0 for release.
    - Added code that will keep the original macro if no matches are found (to avoid the Big Red ?).
    - Bumped version toc to 1.2.1 for release.
    - Added Endless Healing and Mana potion to list.
    - Bumped toc version to 1.2 for release.
    - Cleaned up line endings.
    - Improved performance of item scanning. Fixed oversight in selection criteria. - Changed algorithm for iterating through placholder sets. - Removed redundant PT_SETS table. - Removed redundant extractSubset function.
    - Bumped toc version to 1.1.1 for release.
    - Fixed issue when item info is not available.
    - Bumped version number in toc for release.
    - Fixed issue where non-conjured items were being detected as conjured.
    - Removed intermediate local variable numberOfSlots that was not being used more than once.
    - Changed some variable and function calls to use self instead of MMMunch.
    - Memory and performance tweaks. - Transformed itemList into a local variable since it was only required for the creation of the subTable. - Removed BagScan on player login since a bag update occurs anyway. - Added UpdateAll function that calls all the other update functions. - No longer updates the macro preview while in combat.
    - Tagged for release. - Bumped version to 1.0. - Removed DebugTools from Deps. - Removed komodo project file from repository.
    - Changed name of AllInOne macro to AllHP. Added AllMP macro.
    - Added condition to mAllInOne macro during combat. Added muchmoremunch slashcommand.
Gordon Tyler:
    - Added enUS localization of user-visible strings.
    - Added macro presets and tweaked some config texts.
Rhoda Baker:
    - Removed Blizzard DeleteMacro code when deleting a macro
Gordon Tyler:
    - Added Consumable.Potion.Recovery.Rejuvenation to hpp and mpp categories. - This makes MMM use things like Mad Alchemist's Potions and other combined HP+MP pots.
Rhoda Baker:
    - Fixed bug where Create Macro button would pick up macros not created by the app
    - Fixed bugs with IsCombo and IsConjured - Added helper functions for categorising combo and conjured - Fixed logic for item priorities
    - Added mana gems and updated help text
    - Profile management now works - Added callbacks for profile events
    - Fixed issue with tostring not liking being called on GetMacroBody directly.
    - Added check to see if player is of correct level to use item
    - Added AceTimer-3.0 libraries required by AceBucket.
    - No longer calls UpdateBlizzMacros at PLAYER_LOGIN in since BAG_UPDATE event fires later.
    - Appended tags to the Blizzard macro text to indicate that the macro was created by MMMunch - Added code to abort macro updating and deletion if the macro has the same name but is not tagged correctly
    - Improved GUI text descriptions and names
    - Fixed error caused by spaces in concatenated placeholder strings
    - Generate macros with correctly prioritized items. - Bucketed BAG_UPDATE event to prevent spam. - Added /mmm slash command to open config. - Removed /mmmunch slash command. - Cleaned up code.
    - Added preview window - Added checks for blank values for new macros and renaming macros - Rearranged GUI layout - Moved enabling/disabling  of widgets into common function
    - GUI mostly complete.
    - - Initial version