r228-nolib

Details

  • Filename
    HandyNotes-r228-nolib.zip
  • Uploaded by
  • Uploaded
    Oct 8, 2012
  • Size
    51.78 KB
  • Downloads
    397
  • MD5
    4768c91cbd2f73811bff56505c609180

Supported WoW Retail Versions

  • 4.0.6

Changelog

------------------------------------------------------------------------
r228 | kemayo | 2012-10-08 05:45:41 +0000 (Mon, 08 Oct 2012) | 15 lines
Changed paths:
   M /trunk/HandyNotes.lua
   M /trunk/HandyNotes_EditFrame.lua
   M /trunk/HandyNotes_HandyNotes.lua

Make aware of new micro dungeons (caves, etc)

This is done by:
 * Using the fifth return of GetMapInfo as the mapfile if present
 * ...apart from when determining dungeon levels
 * Accounting for the new returns from GetNumDungeonMapLevels which
   let us find levels inside micro dungeons
 * Rewrite the code populating the levels dropdown to allow for
   levels not always starting at 1 (thus no ipairs / #)
 * Populating the mapid to mapfile table for micro dungeons when we
   find ourselves inside one, since the continent scanning falls
   flat here, and they don't have unique map ids

As a bonus, fill in the continent info for Pandaria so "show on
continent" works there.
------------------------------------------------------------------------
r227 | nevcairiel | 2012-08-30 22:07:41 +0000 (Thu, 30 Aug 2012) | 1 line
Changed paths:
   M /trunk/HandyNotes_HandyNotes.lua

Add a missing upvalue
------------------------------------------------------------------------