v3.3.3.06-release

Details

  • Filename
    SpeakinSpell-v3.3.3.06-release.zip
  • Uploaded by
  • Uploaded
    Jun 17, 2010
  • Size
    600.41 KB
  • Downloads
    57
  • MD5
    fcfd4d33b9770886876d0ad9d645f31d

Supported WoW Retail Versions

  • 3.3.5

Changelog

------------------------------------------------------------------------
r1447 | rismisner | 2010-06-18 01:29:27 +0000 (Fri, 18 Jun 2010) | 1 line
Changed paths:
   A /tags/v3.3.3.06-release (from /trunk:1446)

tagged release 3.3.3.06
------------------------------------------------------------------------
r1446 | rismisner | 2010-06-18 01:29:04 +0000 (Fri, 18 Jun 2010) | 1 line
Changed paths:
   M /trunk/oldversions.lua

fixed a syntax error
------------------------------------------------------------------------
r1445 | rismisner | 2010-06-17 23:29:10 +0000 (Thu, 17 Jun 2010) | 1 line
Changed paths:
   M /trunk/changelog.txt

release notes
------------------------------------------------------------------------
r1444 | rismisner | 2010-06-17 23:27:43 +0000 (Thu, 17 Jun 2010) | 1 line
Changed paths:
   M /trunk/SpeakinSpell.toc

inc version number
------------------------------------------------------------------------
r1443 | rismisner | 2010-06-17 23:25:59 +0000 (Thu, 17 Jun 2010) | 1 line
Changed paths:
   M /trunk/oldversions.lua

attempt to fix intermittent problem with 3.3.3.05 patch function, moving it forward to 3.3.3.06
------------------------------------------------------------------------
r1441 | rismisner | 2010-06-17 08:04:46 +0000 (Thu, 17 Jun 2010) | 1 line
Changed paths:
   M /trunk/gui/minimapbutton.lua

added LDBObject.text definition to fix an issue with the latest version of Titan Panel, and possibly other LDB icon managers
------------------------------------------------------------------------
r1440 | rismisner | 2010-06-17 07:39:40 +0000 (Thu, 17 Jun 2010) | 1 line
Changed paths:
   M /trunk/gui/minimapbutton.lua

set MinimapShowing = true when first creating the minimap icon, so that the first attempt to hide it will work instead of thinking it's already hidden
------------------------------------------------------------------------
r1439 | rismisner | 2010-06-17 06:38:46 +0000 (Thu, 17 Jun 2010) | 1 line
Changed paths:
   M /trunk/gui/minimapbutton.lua

fixed a syntax error from a renamed variable that I forgot to rename in one place
------------------------------------------------------------------------
r1438 | rismisner | 2010-06-17 06:32:39 +0000 (Thu, 17 Jun 2010) | 1 line
Changed paths:
   M /trunk/changelog.txt

added a release note
------------------------------------------------------------------------
r1437 | rismisner | 2010-06-17 06:32:13 +0000 (Thu, 17 Jun 2010) | 1 line
Changed paths:
   M /trunk/wowevents.lua

Fixed bugs with the new implementation of SWING_DAMAGE and SPELL_DAMAGE so it actually works now.  Also added RANGE_DAMAGE to detect white hits from wands and bows.
------------------------------------------------------------------------
r1436 | rismisner | 2010-06-17 05:32:24 +0000 (Thu, 17 Jun 2010) | 1 line
Changed paths:
   M /trunk/SpeakinSpell.toc

increment version number
------------------------------------------------------------------------
r1435 | rismisner | 2010-06-17 05:32:12 +0000 (Thu, 17 Jun 2010) | 1 line
Changed paths:
   M /trunk/loader.lua

Get the current version from the TOC file, so I only have to update it in one place now
------------------------------------------------------------------------
r1434 | rismisner | 2010-06-17 05:18:09 +0000 (Thu, 17 Jun 2010) | 1 line
Changed paths:
   M /trunk/changelog.txt

release notes for tonight's changes
------------------------------------------------------------------------
r1433 | rismisner | 2010-06-17 05:16:48 +0000 (Thu, 17 Jun 2010) | 1 line
Changed paths:
   M /trunk/wowevents.lua

added a flag to suppress redundant PLAYER_DEAD events in the odd cases when the blizzard API triggers them redundantly after you're already dead
------------------------------------------------------------------------
r1432 | rismisner | 2010-06-17 05:05:38 +0000 (Thu, 17 Jun 2010) | 2 lines
Changed paths:
   M /trunk/wowevents.lua

- Redesigned handling of SPELL_DAMAGE and SWING_DAMAGE to detect only crits and killing blows (still based on overkill) instead of all other permutations
- Moved combat log event table to global scope so it isn't recreated on every combat log event
------------------------------------------------------------------------
r1431 | rismisner | 2010-06-17 04:56:16 +0000 (Thu, 17 Jun 2010) | 1 line
Changed paths:
   M /trunk/oldversions.lua

turned off patch debugging
------------------------------------------------------------------------
r1430 | rismisner | 2010-06-17 04:56:00 +0000 (Thu, 17 Jun 2010) | 1 line
Changed paths:
   M /trunk/Locales/help-enUS.lua

updated the help file with info about the new critical strike and killing blow events
------------------------------------------------------------------------
r1429 | rismisner | 2010-06-17 04:28:08 +0000 (Thu, 17 Jun 2010) | 1 line
Changed paths:
   M /trunk/oldversions.lua

Added new patch function for 3.3.3.05 to convert deprecated white and yellow damage events into /ss macro events to preserve data
------------------------------------------------------------------------
r1428 | rismisner | 2010-06-17 04:25:42 +0000 (Thu, 17 Jun 2010) | 1 line
Changed paths:
   M /trunk/data.lua

DEBUG: created a new flag to force running the ApplyPatches function, in order to test new patch functions after running them once
------------------------------------------------------------------------
r1427 | rismisner | 2010-06-17 04:24:54 +0000 (Thu, 17 Jun 2010) | 1 line
Changed paths:
   M /trunk/Locales/DefaultEventHooks-enUS.lua

removed deprecated white and yellow damage events from the default event hook list
------------------------------------------------------------------------
r1426 | rismisner | 2010-06-17 03:43:10 +0000 (Thu, 17 Jun 2010) | 1 line
Changed paths:
   M /trunk/embeds.xml

fixed paths to LDB and LDBIcon libraries which are not in the copy-pasted LibStub directory path
------------------------------------------------------------------------
r1425 | rismisner | 2010-06-17 03:42:32 +0000 (Thu, 17 Jun 2010) | 1 line
Changed paths:
   M /trunk/gui/minimapbutton.lua

removed LDBIcon:SetIcon which was unnecessary and may have been causing problems with other addons
------------------------------------------------------------------------
r1424 | rismisner | 2010-06-16 07:46:14 +0000 (Wed, 16 Jun 2010) | 1 line
Changed paths:
   M /trunk/changelog.txt

update release notes
------------------------------------------------------------------------
r1423 | rismisner | 2010-06-16 06:01:19 +0000 (Wed, 16 Jun 2010) | 1 line
Changed paths:
   M /trunk/gui/minimapbutton.lua

fixed integration of minimap button with titan panel (and probably other LDB icon managers)
------------------------------------------------------------------------
r1422 | rismisner | 2010-06-15 18:08:51 +0000 (Tue, 15 Jun 2010) | 1 line
Changed paths:
   M /trunk/gui/minimapbutton.lua

removed some outdated todo comments
------------------------------------------------------------------------
r1421 | rismisner | 2010-06-15 18:06:39 +0000 (Tue, 15 Jun 2010) | 1 line
Changed paths:
   M /trunk/gui/minimapbutton.lua

renamed LDB_frame to LDBObject for readability
------------------------------------------------------------------------
r1420 | rismisner | 2010-06-15 18:04:28 +0000 (Tue, 15 Jun 2010) | 1 line
Changed paths:
   M /trunk/gui/minimapbutton.lua

candidate repair for updating the minimap icon in the titan panel or other LDB frames
------------------------------------------------------------------------
r1418 | rismisner | 2010-06-12 01:35:30 +0000 (Sat, 12 Jun 2010) | 1 line
Changed paths:
   M /trunk/Libs/SilentSendAddonMessage/SilentSendAddonMessage.lua
   M /trunk/changelog.txt

fix issues with SilentSendAddonMessage to fix a conflict with PallyPower.  This is better for WoW patch 3.3.3 now, still not completely correct because I still see "you are not in a raid group" error message spam, generated by other addons, when I zone into arena and sometimes in BGs.  But there's no conflict with other addons now.  Also refined the related release note.
------------------------------------------------------------------------
r1417 | rismisner | 2010-06-12 01:29:53 +0000 (Sat, 12 Jun 2010) | 1 line
Changed paths:
   M /trunk/changelog.txt

updated release notes
------------------------------------------------------------------------
r1416 | rismisner | 2010-05-03 01:58:21 +0000 (Mon, 03 May 2010) | 1 line
Changed paths:
   M /trunk/templates.lua

added functions to merge/split toon-specific event tables into a shared event table and vice versa
------------------------------------------------------------------------