r21

Details

  • Filename
    SilverDragon-mysticaldragon-r21.zip
  • Uploaded by
  • Uploaded
    Oct 16, 2011
  • Size
    305.09 KB
  • Downloads
    132
  • MD5
    60a02fa1c45af12e824beb6d18dc5823

Supported WoW Retail Versions

  • 4.2.0

Changelog

------------------------------------------------------------------------
r21 | mysticalos | 2011-10-16 22:15:14 +0000 (Sun, 16 Oct 2011) | 1 line
Changed paths:
   M /trunk/announce.lua

fix a bug with rare camel being wrong name, now it'll trigger the rare mount sounds
------------------------------------------------------------------------
r20 | mysticalos | 2011-10-16 20:20:21 +0000 (Sun, 16 Oct 2011) | 1 line
Changed paths:
   M /trunk/announce.lua

another sound and option default tweak again, this should be a good default
------------------------------------------------------------------------
r19 | mysticalos | 2011-10-16 20:09:39 +0000 (Sun, 16 Oct 2011) | 1 line
Changed paths:
   M /trunk/announce.lua

change default back to wham
------------------------------------------------------------------------
r18 | mysticalos | 2011-10-16 20:09:09 +0000 (Sun, 16 Oct 2011) | 1 line
Changed paths:
   M /trunk/announce.lua

fix some slashes
------------------------------------------------------------------------
r17 | mysticalos | 2011-10-16 19:56:43 +0000 (Sun, 16 Oct 2011) | 1 line
Changed paths:
   M /trunk/announce.lua

add more default sound options
------------------------------------------------------------------------
r16 | mysticalos | 2011-10-16 05:25:19 +0000 (Sun, 16 Oct 2011) | 1 line
Changed paths:
   M /trunk/announce.lua

tested working, added some option clarifications
------------------------------------------------------------------------
r15 | mysticalos | 2011-10-16 04:48:46 +0000 (Sun, 16 Oct 2011) | 1 line
Changed paths:
   M /trunk/announce.lua

Fix error in last, pretty up options.
------------------------------------------------------------------------
r14 | mysticalos | 2011-10-16 04:30:20 +0000 (Sun, 16 Oct 2011) | 1 line
Changed paths:
   M /trunk/announce.lua

drycodes, either i broke stuff or the mod now supports custom sounds to distinguish rares that drop mounts from ones that dont
------------------------------------------------------------------------
r13 | saiket | 2011-10-11 16:41:37 +0000 (Tue, 11 Oct 2011) | 1 line
Changed paths:
   M /trunk/core.lua

Added support for _NPCScan.Overlay's map control API "NpcOverlay_Found" message.  Found mobs will now place a blip on map overlays.
------------------------------------------------------------------------
r12 | mysticalos | 2011-10-10 17:58:48 +0000 (Mon, 10 Oct 2011) | 1 line
Changed paths:
   M /trunk/SilverDragon.toc

looks like they "fixed" packager by completely emptying the queue instead of just removing the offending project,  which stiffed over the rest of our builds :( anyways, this is just a pointless commit to get a package built.
------------------------------------------------------------------------
r11 | mysticalos | 2011-10-10 05:22:13 +0000 (Mon, 10 Oct 2011) | 1 line
Changed paths:
   M /trunk/announce.lua

update option text
------------------------------------------------------------------------
r10 | mysticalos | 2011-10-09 22:39:01 +0000 (Sun, 09 Oct 2011) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/macro.lua

vastly reduce the wasted cpu of zone checking in the checknearby function. we only need to do a full check with coords and works if we actually find something, this build contains a new very basic playerzone function that compliments playerlocation, checknearby only uses playerzone which won't check coords, since they aren't needed, furthermore it won't even check map either cause this function caches current zone by only updating it on ZONE_CHANGED_NEW_LOCATION. this is MUCH more efficient then old way of spam checking current zone and coords every 0.5 seconds for no reason at all. We only need coords if we actually find something, and we only need to check zone if it actually changes :)
------------------------------------------------------------------------
r9 | mysticalos | 2011-10-09 19:58:25 +0000 (Sun, 09 Oct 2011) | 1 line
Changed paths:
   M /trunk/announce.lua
   M /trunk/core.lua

fix sound loop and re-enable it
------------------------------------------------------------------------
r8 | mysticalos | 2011-10-09 07:28:52 +0000 (Sun, 09 Oct 2011) | 1 line
Changed paths:
   M /trunk/announce.lua

disable loop sound all it does is error
------------------------------------------------------------------------
r7 | mysticalos | 2011-10-08 19:35:42 +0000 (Sat, 08 Oct 2011) | 1 line
Changed paths:
   M /trunk/announce.lua

and have the args backwards too :o
------------------------------------------------------------------------
r6 | mysticalos | 2011-10-08 19:34:48 +0000 (Sat, 08 Oct 2011) | 1 line
Changed paths:
   M /trunk/announce.lua

ace uses ScheduleTimer not Schedule, bah
------------------------------------------------------------------------
r5 | mysticalos | 2011-10-08 14:16:52 +0000 (Sat, 08 Oct 2011) | 1 line
Changed paths:
   M /trunk/announce.lua
   M /trunk/core.lua

small tweak to last
------------------------------------------------------------------------
r4 | mysticalos | 2011-10-08 07:16:05 +0000 (Sat, 08 Oct 2011) | 1 line
Changed paths:
   M /trunk/announce.lua
   M /trunk/core.lua

Sound looping option for ponderance, drycoded. Will test and fix in a bit
------------------------------------------------------------------------
r3 | mysticalos | 2011-10-04 03:06:02 +0000 (Tue, 04 Oct 2011) | 1 line
Changed paths:
   M /trunk/config.lua
   M /trunk/core.lua

Add server afk message to server alert sounds. this will play a sound if the system afk logout message comes up. Note that it's a violation for ANY addon to actually circumvent the AFK logout of server. The addon only plays a sound, it does not in any way prevent the logout. That still requires user input. Addon only notifies you that it popped up.
------------------------------------------------------------------------
r2 | mysticalos | 2011-09-26 05:36:39 +0000 (Mon, 26 Sep 2011) | 1 line
Changed paths:
   A /trunk/.pkgmeta
   A /trunk/Data
   A /trunk/Data/SilverDragon_Data.toc
   A /trunk/Data/dataminer.lua
   A /trunk/Data/defaults.lua
   A /trunk/Data/module.lua
   A /trunk/Data/module.xml
   A /trunk/Data/rares_deDE.lua
   A /trunk/Data/rares_enUS.lua
   A /trunk/Data/rares_esES.lua
   A /trunk/Data/rares_frFR.lua
   A /trunk/Data/rares_ruRU.lua
   A /trunk/Data/rares_zhTW.lua
   A /trunk/SilverDragon.toc
   A /trunk/announce.lua
   A /trunk/clicktarget.lua
   A /trunk/config.lua
   A /trunk/core.lua
   A /trunk/handynotes.lua
   A /trunk/ldb.lua
   A /trunk/lib
   A /trunk/macro.lua
   A /trunk/sync.lua

Iniital Commit
------------------------------------------------------------------------
r1 | root | 2011-09-21 20:54:55 +0000 (Wed, 21 Sep 2011) | 1 line
Changed paths:
   A /branches
   A /tags
   A /trunk

silver-dragon/mysticaldragon: Initial Import
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
83.45 KB Oct 16, 2011 4.2.0 48