r183
Details
-
FilenamePokedex-r183.zip
-
Uploaded by
-
UploadedSep 10, 2012
-
Size182.33 KB
-
Downloads314
-
MD5b61998445f16a2c4e05fd05b8b3d3ffd
Supported WoW Retail Versions
- 5.0.4
Changelog
------------------------------------------------------------------------
r183 | stencil | 2012-09-10 05:55:35 +0000 (Mon, 10 Sep 2012) | 1 line
Changed paths:
M /trunk/core.lua
M /trunk/globals.lua
upvalue some global references
------------------------------------------------------------------------
r181 | stencil | 2012-09-08 04:21:31 +0000 (Sat, 08 Sep 2012) | 1 line
Changed paths:
M /trunk/core.lua
remove unreliable assert
------------------------------------------------------------------------
r180 | stencil | 2012-09-08 04:14:08 +0000 (Sat, 08 Sep 2012) | 1 line
Changed paths:
M /trunk/Pokedex.toc
M /trunk/core.lua
M /trunk/globals.lua
Fixed a nil reference bug that occurred when you learned a new mount. Took advantage of a change to a blizzard function to greatly simplify handling of events related to pets being added or removed from the journal.
------------------------------------------------------------------------
r178 | stencil | 2012-09-07 09:38:43 +0000 (Fri, 07 Sep 2012) | 1 line
Changed paths:
M /trunk/core.lua
M /trunk/globals.lua
added new mounts to table
------------------------------------------------------------------------
r177 | stencil | 2012-09-07 06:16:30 +0000 (Fri, 07 Sep 2012) | 1 line
Changed paths:
M /trunk
M /trunk/.pkgmeta
M /trunk/Pokedex.toc
M /trunk/core.lua
removed dependency on LibBabble-Zone-3.0
------------------------------------------------------------------------
r176 | stencil | 2012-09-07 04:57:29 +0000 (Fri, 07 Sep 2012) | 1 line
Changed paths:
M /trunk/Pokedex.toc
M /trunk/core.lua
M /trunk/globals.lua
better method of detecting that we're in the GCD and can't summon a pet
------------------------------------------------------------------------
r174 | stencil | 2012-09-06 01:55:34 +0000 (Thu, 06 Sep 2012) | 1 line
Changed paths:
M /trunk/Bindings.xml
M /trunk/Pokedex.toc
M /trunk/core.lua
M /trunk/globals.lua
M /trunk/options.lua
Fixes the non-combat pet management features that were broken by Blizzard's PetJournal changes
------------------------------------------------------------------------
r172 | stencil | 2012-08-30 15:31:22 +0000 (Thu, 30 Aug 2012) | 5 lines
Changed paths:
M /trunk/Pokedex.toc
M /trunk/core.lua
M /trunk/globals.lua
minor bug fixes
Flying Machine requires Engineering skill of 300 or more
Winged Steed of the Ebon Blade is summonable underwater and in no-fly zones
Blizz removed GetCompanionCooldown from api
------------------------------------------------------------------------
r170 | stencil | 2012-08-28 03:50:59 +0000 (Tue, 28 Aug 2012) | 1 line
Changed paths:
M /trunk/Pokedex.toc
M /trunk/core.lua
M /trunk/globals.lua
M /trunk/locale/enUS.lua
M /trunk/options.lua
MoP compatibility pass. Most of the fixes were to deal with characters "knowing" mounts that they can't actually summon due to insufficient riding or crafting skill.
------------------------------------------------------------------------
r169 | stencil | 2012-08-27 12:33:04 +0000 (Mon, 27 Aug 2012) | 1 line
Changed paths:
M /trunk/core.lua
M /trunk/globals.lua
Fix for a bug with worgen running form that looks like it would keep us from selecting it if you had Favor Ground Mounts checked. Also added in some debug code to try to make it easier to figure out when we're missing information about a mount.
------------------------------------------------------------------------
r168 | stencil | 2012-08-26 20:14:03 +0000 (Sun, 26 Aug 2012) | 7 lines
Changed paths:
M /trunk/core.lua
M /trunk/globals.lua
minor tweaks
Added Obsidian Nightwing to mounts.
Bug fix to summon Abyssal Seahorse when standing on Vashjir seafloor; we had required the character to be swimming.
Winter Veil pets no longer require snowballs in inventory to be considered for selection. The helpers and snowman will go away if its not Winter Veil, but they won't give the missing resource error they used to. May replace snowball check with calender check; feel free to provide feedback on the issue.
------------------------------------------------------------------------