r134

Details

  • Filename
    LibTourist-3.0-r134.zip
  • Uploaded by
  • Uploaded
    Dec 11, 2011
  • Size
    22.70 KB
  • Downloads
    1,766
  • MD5
    46cb05bae063a54cbb8b8c2619ff27eb

Supported WoW Retail Versions

  • 4.3.0

Changelog

------------------------------------------------------------------------
r134 | Odica | 2011-12-11 19:16:12 +0000 (Sun, 11 Dec 2011) | 1 line
Changed paths:
   M /trunk/LibTourist-3.0.lua

(re-commit after packager failure)
------------------------------------------------------------------------
r133 | Odica | 2011-12-09 10:19:39 +0000 (Fri, 09 Dec 2011) | 1 line
Changed paths:
   M /trunk/LibTourist-3.0.lua

(new commit attempt after error)
------------------------------------------------------------------------
r132 | Odica | 2011-12-09 10:09:01 +0000 (Fri, 09 Dec 2011) | 10 lines
Changed paths:
   M /trunk/LibTourist-3.0.lua

- Ticket 24: If a name is not known by LibTourist, IsZone will no longer return True.

- Ticket 23: A new zone type has been introduced: InstanceCluster. An InstanceCluster is still considered to be a zone (and not an instance or a transport) but can now be distinguished.
Any old entrance portal coordinates for these zones have been removed, as they aren't instances.

Affected zones: Blackrock Mountain, Scarlet Monastery, Caverns of Time, Hellfire Citadel, Coilfang Reservoir, Ring of Observance, Tempest Keep, Coldarra and Anh'Qiraj: The Fallen Kingdom.

- API: GetType(<zone>) will now return "InstanceCluster" for these zones.
- API: Added function IsInstanceCluster(<zone>)
- API: Added function IterateInstanceClusters
------------------------------------------------------------------------
r130 | Odica | 2011-12-01 10:20:21 +0000 (Thu, 01 Dec 2011) | 1 line
Changed paths:
   M /trunk/LibTourist-3.0.lua

Updated player levels to match the new recommended levels provided by WoW itself, for the following zones: Moonglade, Mount Hyjal, Durotar, Mulgore, Dun Morogh, Badlands, Searing Gorge, Burning Steppes, Elwynn Forest, Blasted Lands, Zul'Drak, Dragonblight and all Vashj'ir zones.
------------------------------------------------------------------------
r128 | Odica | 2011-11-29 17:11:02 +0000 (Tue, 29 Nov 2011) | 2 lines
Changed paths:
   M /trunk/LibTourist-3.0.lua
   M /trunk/LibTourist-3.0.toc

- Added End Time, Hour of Twilight, Well of Eternity and Dragon Soul
- updated toc version to 40300
------------------------------------------------------------------------
r127 | Odica | 2011-11-17 20:37:16 +0000 (Thu, 17 Nov 2011) | 3 lines
Changed paths:
   M /trunk/LibTourist-3.0.lua

- replaced divide by zero by math.huge
- fixed timeout mechanism on zone search loop
- updated portal coordinates for Blackrock Caverns
------------------------------------------------------------------------