SilverDragon-r57698-nolib

Details

  • Filename
    SilverDragon-r57698-nolib.zip
  • Uploaded by
  • Uploaded
    Dec 30, 2007
  • Size
    29.87 KB
  • Downloads
    308
  • MD5
    666f0704be8f23145cbe1d4ff34be478

Supported WoW Retail Versions

  • 2.3.3

Changelog

------------------------------------------------------------------------
r57698 | kemayo | 2007-12-30 19:08:46 -0500 (Sun, 30 Dec 2007) | 1 line
Changed paths:
   M /trunk/SilverDragon/Core.lua

SilverDragon: Wasn't saving the last seen time.  Care less about distances, with the new point-merging code.
------------------------------------------------------------------------
r56806 | kemayo | 2007-12-10 14:04:04 -0500 (Mon, 10 Dec 2007) | 4 lines
Changed paths:
   M /trunk/SilverDragon/Core.lua

SilverDragon:
-Remove that WorldFrame check -- it was added because I was reading a bug report out of its proper time context.
-Instead make sure that we actually know the zone we're in.

------------------------------------------------------------------------
r56791 | kemayo | 2007-12-10 10:19:15 -0500 (Mon, 10 Dec 2007) | 4 lines
Changed paths:
   M /trunk/SilverDragon/Core.lua

SilverDragon:
-Return early in nameplate scanning if WorldFrame doesn't exist (haven't seen problem myself; reported on forums)
-Make sure arg of LastSeen is a number before doing math to it.

------------------------------------------------------------------------
r56651 | kemayo | 2007-12-06 10:47:57 -0500 (Thu, 06 Dec 2007) | 2 lines
Changed paths:
   M /trunk/SilverDragon/Core.lua

SilverDragon: Account for mob locations being nil in tooltip update.

------------------------------------------------------------------------
r56628 | kemayo | 2007-12-05 18:10:29 -0500 (Wed, 05 Dec 2007) | 2 lines
Changed paths:
   M /trunk/SilverDragon/Core.lua

SilverDragon: Get an unstrict Babble-CreatureType lookup table, to avoid warnings about the various gaps.

------------------------------------------------------------------------
r56599 | kemayo | 2007-12-05 00:37:48 -0500 (Wed, 05 Dec 2007) | 1 line
Changed paths:
   M /trunk/SilverDragon/Core.lua

SilverDragon: Cartographer note adding should be done *after* range-checking, not before.
------------------------------------------------------------------------
r56596 | kemayo | 2007-12-04 23:33:20 -0500 (Tue, 04 Dec 2007) | 2 lines
Changed paths:
   M /trunk/SilverDragon/Core.lua

SilverDragon: Robustificationism of the cartographical tooltipulation.

------------------------------------------------------------------------
r56580 | kemayo | 2007-12-04 12:34:01 -0500 (Tue, 04 Dec 2007) | 2 lines
Changed paths:
   M /trunk/SilverDragon/Core.lua

SilverDragon: Add more error checking when setting up the cartographer db.

------------------------------------------------------------------------
r56579 | kemayo | 2007-12-04 12:11:24 -0500 (Tue, 04 Dec 2007) | 2 lines
Changed paths:
   M /trunk/SilverDragon/Core.lua

SilverDragon: Add more error-checking around BZR.

------------------------------------------------------------------------
r56495 | kemayo | 2007-12-03 00:43:15 -0500 (Mon, 03 Dec 2007) | 1 line
Changed paths:
   M /trunk/SilverDragon/Core.lua

SilverDragon: Account for mob.locations being nil when populating cartographer.
------------------------------------------------------------------------
r56494 | kemayo | 2007-12-03 00:34:34 -0500 (Mon, 03 Dec 2007) | 1 line
Changed paths:
   M /trunk/SilverDragon/Core.lua

SilverDragon: Add a correction for a really old flaw in the defaults, which was causing errors on db updates.
------------------------------------------------------------------------
r56488 | kemayo | 2007-12-02 22:29:54 -0500 (Sun, 02 Dec 2007) | 1 line
Changed paths:
   M /trunk/SilverDragon/Core.lua

SilverDragon: Because subzones can't be mined from wowhead, allow subzones to overwrite when updating an old location.
------------------------------------------------------------------------
r56486 | kemayo | 2007-12-02 21:22:15 -0500 (Sun, 02 Dec 2007) | 1 line
Changed paths:
   M /trunk/SilverDragon/Core.lua

SilverDragon: When importing the old db, don't create stub locations for never seen mobs.
------------------------------------------------------------------------
r56485 | kemayo | 2007-12-02 21:00:35 -0500 (Sun, 02 Dec 2007) | 1 line
Changed paths:
   M /trunk/SilverDragon/Core.lua

SilverDragon: Account for possibility of t==nil in LastSeen.
------------------------------------------------------------------------
r56484 | kemayo | 2007-12-02 20:46:31 -0500 (Sun, 02 Dec 2007) | 3 lines
Changed paths:
   M /trunk/SilverDragon/Core.lua
   M /trunk/SilverDragon/Defaults.lua
   A /trunk/SilverDragon/dataminer.lua

SilverDragon:
-Commit dataminer to extract rare info from wowhead.
-Regenerated rare defaults.
------------------------------------------------------------------------
r56448 | kemayo | 2007-12-02 06:29:45 -0500 (Sun, 02 Dec 2007) | 3 lines
Changed paths:
   D /trunk/SilverDragon/Defaults.deDE.lua
   M /trunk/SilverDragon/Defaults.lua
   D /trunk/SilverDragon/Defaults.zhTW.lua
   M /trunk/SilverDragon/SilverDragon.toc

SilverDragon:
-Defaults once more (remove the specialized deDE and zhTW ones, as only the subzones should be off if the enUS one is used).
-Add LibBabble-Zone-3.0 to the toc.
------------------------------------------------------------------------
r56438 | kemayo | 2007-12-02 02:15:08 -0500 (Sun, 02 Dec 2007) | 3 lines
Changed paths:
   M /trunk/SilverDragon/Core.lua
   M /trunk/SilverDragon/Defaults.lua
   M /trunk/SilverDragon/Libs
   M /trunk/SilverDragon/SilverDragon.toc

SilverDragon:
-Massive rewrite; screw memory, I'm using tables for things and saving multiple locs.
-(The default-importing won't work yet.  I'll fix that.)
------------------------------------------------------------------------