v2.1.0-nolib

Details

  • Filename
    Mounted-mounted_cata-v2.1.0-nolib.zip
  • Uploaded by
  • Uploaded
    Dec 17, 2010
  • Size
    38.47 KB
  • Downloads
    56
  • MD5
    0acd57fe8a3cdeedc91f62adf34636a1

Supported WoW Retail Versions

  • 3.2.0

Changelog

tag v2.1.0
a968f2f6a2eaf13012bb3960ece0bd29e43c82c9
yssaril <Benjamin Schnabel@.(none)>
2009-09-09 21:15:23 -0500

Tagging as v2.1.0

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

yssaril:
    - testing @project-version@ and tagging as beta to include latest deDE
    - bahh forgot to upload local changes
    - update toc
    - 2 drycode errors fixed mount sets now work properly
    - first attempt to integrate sets into the MacroTextParser
    - fixed mount sorting (also make sure that mount sets order is always < than a mounts) Fix our custom container so it actually hides when its supposed to
    - More Mount set stuff in the options you can now modify sets (though mounts in sets have a 0% chance te be summoned still need to work on the parser)
    - give sets a place to register their priorities
    - hide mounts if they are in a set :)
    - some more mount set stuff
    - make sure we have some macros to copy before trying to
    - some more MountSet stuff (still doesnt work but its getting there)
    - first strides into adding MountSets support you will be able to select multible mounts and group them the random mount generator will then treat the group as one mount. this means that you should never see 2 of the mounts in that group back to back. This way you can group up all the mounts of one faction that look very similar.
    - oops forgot to add deDE to the toc
    - ACHIEVEMENT_EARNED will be unregisterd if max riding skill is detected L['Mount Skill'] spam reduced to only when level changed change MountTypeParser line ending type to CR LF instead if CR (no idea why it was set to that) remove black space at the end of lines
    - provide an upgradepath from 1.3 to 2.0 (getting readdy to be able to release 2.0 unless something big crops up) this will import all your old macros (exept for the default ones) the old macro type name will be attached to the imported macros since in 2.0 macro types are gonne and they are all globaly available now the upgrade path will be removed down the road sometime after wow ver3.2.2
    - ARGGGG need to add it to the toc if i embed it
    - forgot to embed AceDBOptions (oops)
    - fix druid support to actually add the forms to mounted and not just present the macros same fix for shamans fixed nil error when previewing macros with spells in them
    - add shaman Ghost Wolf support (needs testing)
    - would help if we use the right achivements to track our skill localized the 2 potential startup strings make sure the GetMount function doesnt error out when no mounts of the type are found but rather returns nil
    - localize the error macro changed how the mount skill is detected fix drycode in the tag parser (oops)
    - fix gf and ff tag (dry code)
    - fix skill tracking (drycode)
    - Delete button will be disabled in the Individul mount opptions when adding a spell since we can't delete what we do not yet have :)
    - use new container frame for the individual mount options also adding a new spell checks its existance via the MountExists and not by by the summonmode table this provides a more exact check
    - Add custom container with cancel instead of close :)
    - bump toc
    - need to take special care of Wintergrasp since we can't fly here during the battle but IsFlyableArea returns the wrong value no need to localize the zone since we already need lib babble zone for lib tourist :)
    - profile can now be reset successfully fix MountExists to actually work and not always return false :P Druid macros are invisible if you are not a druid now no more druid modul loading spam
    - added full druid support trave/aquatic/flight/swiftflight forms will be automatically be added 3 new default macros pertaining to druids also added these are modified automatically by the druid module depending on which forms you have adding custom spells should now print a message in chat if it is an invalid spell added a raw macrotext view in addition the the preview in the macro options added a couple more speeds to the speeds table
    - there should be no way to get a duplicate mount back to back unless all priorities are set to 0 (that will be your problem then though since apperantly you dont care which gets summoned :P)
    - no more need lo localize Riding since we can track the rding skill via achivements woot
    - pull in latest translation of German and French (those should be done uless i missed a string somewhere)
    - error on missing localization keys fix small spacing error in enUS["FAQdesc"] (use spaces not tabs)
    - Options are fully implemented you can now add your own spells to the mounts list thus enabling druid and shaman shape shifts :)
    - fix localization system
    - finaly got around to rewriting this thing. everything should be working exept for the mount editing/adding. no more need to scan where we are and what spells we have to determine if we can fly blizzard gave us a handy function for this no more druid/shaman hack. they can now add their spells to the mountlist via options(not yet implemented) added ability to have macrosets per zone. this enables you to make a macroset for AQ so you get your AQ bug mounts. But also alowes you to set macros for say dalaran to show of your new mount. Localization has been moved to the wowace localization system.