r59
Details
-
FilenamePokedex-r59.zip
-
Uploaded by
-
UploadedApr 8, 2010
-
Size183.14 KB
-
Downloads177
-
MD5d034f46604738c86856b3779d3a92e9f
Supported WoW Retail Versions
- 3.3.3
Changelog
------------------------------------------------------------------------
r59 | stencil | 2010-04-08 14:29:12 +0000 (Thu, 08 Apr 2010) | 5 lines
Changed paths:
M /trunk
M /trunk/.pkgmeta
M /trunk/Pokedex.toc
M /trunk/core.lua
D /trunk/libs
M /trunk/locale/enUS.lua
Now uses LibBabble-Zone to get localized names of Wintergrasp and Ahn'Qiraj when making decisions about what kind of mounts can be summoned.
Changed EchoZone to spit out order of elligible mount types instead of just results from blizz's IsFlying and IsOutdoors.
Deleted empty libs folder and set external references in svn properties for libs. Updates should now sync externals.
------------------------------------------------------------------------
r56 | stencil | 2010-04-04 17:14:18 +0000 (Sun, 04 Apr 2010) | 1 line
Changed paths:
M /trunk/Pokedex.toc
updated version number for new release
------------------------------------------------------------------------
r55 | stencil | 2010-04-04 17:06:33 +0000 (Sun, 04 Apr 2010) | 4 lines
Changed paths:
M /trunk/Pokedex.toc
M /trunk/README.txt
M /trunk/core.lua
M /trunk/locale/enUS.lua
- fixed paste error in .toc file that caused embedded libraries not to load
- fixed error where blizz options UI was undoing our change to Auto Dismount in Flight option
-- added little hack so that when flopping between Matron and Patron titles we keep the same rank and don't treat it as an actual new title
-- changed code related to determining riding, mining, herbalism and skinning skills to work off achievements and spell ids rather than matching strings with those skills against the skill information. skill information is usually unset or will return 0 on load, even if cache isn't bad. querying achievements and spells by ID seems to give good data always
------------------------------------------------------------------------
r53 | stencil | 2010-04-01 14:12:29 +0000 (Thu, 01 Apr 2010) | 1 line
Changed paths:
M /trunk/Pokedex.toc
updating toc for new beta release
------------------------------------------------------------------------
r52 | stencil | 2010-04-01 13:59:03 +0000 (Thu, 01 Apr 2010) | 1 line
Changed paths:
M /trunk/README.txt
updated README.txt
------------------------------------------------------------------------
r51 | stencil | 2010-04-01 12:31:26 +0000 (Thu, 01 Apr 2010) | 1 line
Changed paths:
M /trunk/locale/deDE.lua
A /trunk/locale/esES.lua
A /trunk/locale/esMX.lua
M /trunk/locale/frFR.lua
A /trunk/locale/koKR.lua
A /trunk/locale/ruRU.lua
A /trunk/locale/zhCN.lua
A /trunk/locale/zhTW.lua
added in stub files for the rest of the supported locales
------------------------------------------------------------------------
r50 | stencil | 2010-04-01 12:08:19 +0000 (Thu, 01 Apr 2010) | 1 line
Changed paths:
M /trunk/Pokedex.toc
M /trunk/core.lua
A /trunk/locale/deDE.lua
M /trunk/locale/enUS.lua
A /trunk/locale/frFR.lua
A /trunk/locale/locale.xml
Made changes so that we work better with the localization tools. Also, updated list of mounts whose tooltips don't reflect 310% speed - found some new ones and removed some that blizz fixed.
------------------------------------------------------------------------
r48 | stencil | 2010-03-31 15:02:31 +0000 (Wed, 31 Mar 2010) | 1 line
Changed paths:
D /trunk/Locale-enUS.lua
M /trunk/Pokedex.toc
M /trunk/core.lua
D /trunk/embeds.xml
A /trunk/locale
A /trunk/locale/enUS.lua (from /trunk/Locale-enUS.lua:47
BETA 3.3.04 - added Safe Dismount feature to options ui. some file cleanup as well.
------------------------------------------------------------------------
r46 | stencil | 2010-03-26 00:02:00 +0000 (Fri, 26 Mar 2010) | 5 lines
Changed paths:
M /trunk
M /trunk/.pkgmeta
M /trunk/Bindings.xml
M /trunk/Locale-enUS.lua
M /trunk/Pokedex.toc
M /trunk/README.txt
M /trunk/core.lua
M /trunk/embeds.xml
BETA -- Tons of code cleanup. Change title feature tweaked to work around blizz api changes (to change on mount instead of on load). Fixed bugs related to initializing when blizz cache had been invalidated.
/pd debug - command line feature lets you turn on chat frame output for various features.
Safe dismount feature - manages the "auto dismount while flying" setting to turn it off in situations where you'd want to quick dismount and keep it on the rest of the time to prevent accidents. Not integrated into options yet - to disable this feature, change the option pokedex.lua in your saved variables folder.
------------------------------------------------------------------------