r158
Details
-
FilenamePokedex-r158.zip
-
Uploaded by
-
UploadedJul 3, 2011
-
Size203.66 KB
-
Downloads219
-
MD5a93916df530e0f98b55725f714d6b550
Supported WoW Retail Versions
- 4.2.0
Changelog
------------------------------------------------------------------------
r158 | stencil | 2011-07-03 23:03:10 +0000 (Sun, 03 Jul 2011) | 1 line
Changed paths:
M /trunk
M /trunk/.pkgmeta
M /trunk/core.lua
M /trunk/globals.lua
M /trunk/options.lua
Added a whole bunch of upvalues for perf in the process fixing some accidental global accesses. Also fixed issue where .pkgmeta and externals were referencing a tag of libstub instead of the trunk.
------------------------------------------------------------------------
r156 | stencil | 2011-07-02 14:56:46 +0000 (Sat, 02 Jul 2011) | 1 line
Changed paths:
M /trunk/Pokedex.toc
bump version number
------------------------------------------------------------------------
r155 | stencil | 2011-07-02 14:46:59 +0000 (Sat, 02 Jul 2011) | 1 line
Changed paths:
M /trunk/locale/deDE.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
An incredibly stupid copy/paste bug meant that we were never actually making use of localized phrases in those locales.
------------------------------------------------------------------------
r154 | stencil | 2011-07-02 11:02:58 +0000 (Sat, 02 Jul 2011) | 1 line
Changed paths:
M /trunk/core.lua
minor bug fix - was not selecting aquatic form when standing on seafloor
------------------------------------------------------------------------
r152 | stencil | 2011-06-29 23:30:56 +0000 (Wed, 29 Jun 2011) | 4 lines
Changed paths:
M /trunk/core.lua
M /trunk/globals.lua
bug fixes for 4.2
* Abyssal Seahorse has started incorrectly telling us its useable outside of vashjir; check zone to be sure.
* Added new mounts
* Changed type info for Gryphons, Hippogryphs, Flying Machines and Wind Riders since they can now be summoned in ground only areas or under water.
------------------------------------------------------------------------
r151 | stencil | 2011-06-28 22:19:00 +0000 (Tue, 28 Jun 2011) | 1 line
Changed paths:
M /trunk/Pokedex.toc
toc bump
------------------------------------------------------------------------
r149 | stencil | 2011-06-14 14:24:56 +0000 (Tue, 14 Jun 2011) | 1 line
Changed paths:
M /trunk/core.lua
M /trunk/globals.lua
Feature request: don't auto-randomize title if the temporary Slayer title from heroic Maloriak is the current title.
------------------------------------------------------------------------
r148 | stencil | 2011-06-14 11:48:12 +0000 (Tue, 14 Jun 2011) | 6 lines
Changed paths:
M /trunk/Pokedex.toc
M /trunk/core.lua
When Pokedex is called from a macro, the argument passed will be run through the games macro parser which allows the use of conditional blocks. For example, if you wanted a macro that would dismiss you current companion if shift was held down and summon companion otherwise, you could use:
/pd [shift:mod] DismissCompanion; SummonCompanion
A more complicated example is one that calls SummonOtherMount (for a ground mount in a flying zone or vice versa) when the alt or ctrl keys are held, and otherwise toggles your mount. The ToggleMount command should avoided as it can't support things like Worgen mount form or druid forms. That macro would look like this:
/click [nomod:alt,nomod:ctrl] PokedexToggleMountButton
/pd [mod:alt][mod:ctrl] SummonOtherMount
------------------------------------------------------------------------
r146 | stencil | 2011-06-13 10:26:48 +0000 (Mon, 13 Jun 2011) | 2 lines
Changed paths:
M /trunk/globals.lua
bug fix - winged guardian mount was miscategorized
------------------------------------------------------------------------
r145 | stencil | 2011-06-13 09:29:19 +0000 (Mon, 13 Jun 2011) | 1 line
Changed paths:
M /trunk/Pokedex.toc
M /trunk/globals.lua
bug fix - winged guardian mount was miscategorized
------------------------------------------------------------------------