r44

Details

  • Filename
    TotemRadius-r44.zip
  • Uploaded by
  • Uploaded
    Mar 29, 2010
  • Size
    158.76 KB
  • Downloads
    10
  • MD5
    96d894c2f23f467a8c33956ba14a6941

Supported WoW Retail Versions

  • 3.3.3

Changelog

------------------------------------------------------------------------
r44 | cyprias | 2010-03-29 21:45:26 +0000 (Mon, 29 Mar 2010) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/func.lua

Removed some commented code.
------------------------------------------------------------------------
r43 | cyprias | 2010-03-29 21:43:00 +0000 (Mon, 29 Mar 2010) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/totems.lua

Switched heading for water and air totems. Just noticed they were reversed.
------------------------------------------------------------------------
r41 | cyprias | 2010-03-28 14:36:24 +0000 (Sun, 28 Mar 2010) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/options.lua

Increased hide icon range to 200 yards.
------------------------------------------------------------------------
r40 | cyprias | 2010-03-28 14:28:41 +0000 (Sun, 28 Mar 2010) | 2 lines
Changed paths:
   M /trunk/core.lua

Totems get hidden if addon's disabled.

------------------------------------------------------------------------
r38 | cyprias | 2010-03-25 18:27:43 +0000 (Thu, 25 Mar 2010) | 1 line
Changed paths:
   M /trunk/core.lua

Removed commented code from the transition from Astrolabe.
------------------------------------------------------------------------
r37 | cyprias | 2010-03-25 18:14:34 +0000 (Thu, 25 Mar 2010) | 1 line
Changed paths:
   M /trunk
   M /trunk/core.lua
   M /trunk/map.lua

Fixed instance sizes. Turns out the width and height were switched. do'h
------------------------------------------------------------------------
r36 | cyprias | 2010-03-25 16:08:45 +0000 (Thu, 25 Mar 2010) | 2 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/map.lua

Updated map sizes.
Added data-tools to pkgmeta
------------------------------------------------------------------------
r34 | cyprias | 2010-03-22 08:22:26 +0000 (Mon, 22 Mar 2010) | 1 line
Changed paths:
   M /trunk/map.lua

Updated map sizes file.
------------------------------------------------------------------------
r32 | cyprias | 2010-03-19 06:32:43 +0000 (Fri, 19 Mar 2010) | 1 line
Changed paths:
   M /trunk/map.lua

added comments
------------------------------------------------------------------------
r31 | cyprias | 2010-03-19 05:44:26 +0000 (Fri, 19 Mar 2010) | 2 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/TotemRadius.toc
   M /trunk/core.lua
   M /trunk/func.lua
   A /trunk/map.lua

Removed Astrolabe.
Added map sizes for instances and battlegrounds. needs testing.
------------------------------------------------------------------------
r28 | cyprias | 2010-03-06 06:00:07 +0000 (Sat, 06 Mar 2010) | 1 line
Changed paths:
   M /trunk/core.lua

TR disables when in instances.
------------------------------------------------------------------------
r27 | cyprias | 2010-03-06 05:28:28 +0000 (Sat, 06 Mar 2010) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/totems.lua

Fixed type in totems.lua to correct slot number.
------------------------------------------------------------------------
r26 | cyprias | 2010-03-06 02:04:29 +0000 (Sat, 06 Mar 2010) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/totems.lua

Changed variable name school to slot.
------------------------------------------------------------------------
r25 | cyprias | 2010-03-06 02:03:13 +0000 (Sat, 06 Mar 2010) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/totems.lua

Totem textures now in totems.lua instead of pulling it at login. Pulling at login tends to fail for totem spells user hasn't seen yet.
------------------------------------------------------------------------
r23 | cyprias | 2010-03-05 20:17:04 +0000 (Fri, 05 Mar 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta

Added AceHook-3.0 to pkgmeta.
------------------------------------------------------------------------
r22 | cyprias | 2010-03-05 07:50:25 +0000 (Fri, 05 Mar 2010) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/totems.lua

Totem names and texture is grabbed as OnEnable now.
------------------------------------------------------------------------
r21 | cyprias | 2010-03-04 04:47:34 +0000 (Thu, 04 Mar 2010) | 1 line
Changed paths:
   M /trunk/core.lua

UNIT_DEAD watches for GUID instead of name, should help with other languages.
------------------------------------------------------------------------
r19 | cyprias | 2010-03-04 03:19:19 +0000 (Thu, 04 Mar 2010) | 1 line
Changed paths:
   M /trunk/Locales/enUS.lua
   M /trunk/core.lua

TR disables self when inside a dungeon w/o coords or in a BG/Arena. BG/Arena's have coords but Astrolabe doesn't have the zone size.
------------------------------------------------------------------------
r18 | cyprias | 2010-03-04 02:49:06 +0000 (Thu, 04 Mar 2010) | 1 line
Changed paths:
   M /trunk/core.lua

Fixed error when summoning totem in coordless instance.
------------------------------------------------------------------------
r17 | cyprias | 2010-03-04 02:34:06 +0000 (Thu, 04 Mar 2010) | 2 lines
Changed paths:
   M /trunk/core.lua
   M /trunk/totems.lua

Lowered priority of remove totem comm to bulk.
Totem texture's grabbed as login instead of every time we summon a totem.
------------------------------------------------------------------------
r15 | cyprias | 2010-03-03 07:18:41 +0000 (Wed, 03 Mar 2010) | 2 lines
Changed paths:
   M /trunk/core.lua

Fixed broadcasting to proper channel.
Added broadcasting of our destroyed totems. This is needed cause UNIT_DEAD doesn't fire if we're out of range. (100y)
------------------------------------------------------------------------
r14 | cyprias | 2010-03-03 03:51:44 +0000 (Wed, 03 Mar 2010) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/options.lua

Fixed bug that didn't colour the circles in realtime when changing colour settings.
------------------------------------------------------------------------
r13 | cyprias | 2010-03-03 01:49:27 +0000 (Wed, 03 Mar 2010) | 1 line
Changed paths:
   M /trunk/core.lua

Changed comm prefix.
------------------------------------------------------------------------
r12 | cyprias | 2010-03-03 01:44:00 +0000 (Wed, 03 Mar 2010) | 3 lines
Changed paths:
   M /trunk/core.lua
   M /trunk/options.lua

We won't broadcast other sham's totems.
Added star icon if we can't get the totem's icon.
Changed default icon size to 12 (from 16)
------------------------------------------------------------------------
r10 | cyprias | 2010-03-03 01:17:15 +0000 (Wed, 03 Mar 2010) | 1 line
Changed paths:
   A /trunk/Locales
   A /trunk/Locales/deDE.lua
   A /trunk/Locales/enUS.lua
   A /trunk/Locales/esES.lua
   A /trunk/Locales/frFR.lua
   A /trunk/Locales/koKR.lua
   A /trunk/Locales/ruRU.lua
   A /trunk/Locales/zhCN.lua
   A /trunk/Locales/zhTW.lua
   M /trunk/TotemRadius.toc
   M /trunk/core.lua
   M /trunk/embeds.xml
   A /trunk/locales.xml
   M /trunk/options.lua

Added locales.
------------------------------------------------------------------------
r8 | cyprias | 2010-03-03 00:47:27 +0000 (Wed, 03 Mar 2010) | 2 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/core.lua
   M /trunk/embeds.xml
   M /trunk/func.lua
   M /trunk/options.lua
   M /trunk/totems.lua

TR now tracks other shaman's totems.
TR can be used by any class, not just user for shaman.
------------------------------------------------------------------------
r6 | cyprias | 2010-03-02 20:25:36 +0000 (Tue, 02 Mar 2010) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/func.lua

Fixed bug that kept radius circles too small when inside buildings. (and maybe instances too)
------------------------------------------------------------------------
r5 | cyprias | 2010-02-28 21:35:31 +0000 (Sun, 28 Feb 2010) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/totems.lua

Added msg alerting user to missing totem range value.
------------------------------------------------------------------------
r3 | cyprias | 2010-02-28 15:55:19 +0000 (Sun, 28 Feb 2010) | 1 line
Changed paths:
   M /trunk/core.lua

Removed some test code.
------------------------------------------------------------------------
r2 | cyprias | 2010-02-28 03:21:32 +0000 (Sun, 28 Feb 2010) | 1 line
Changed paths:
   M /trunk
   A /trunk/.pkgmeta
   A /trunk/TotemRadius.toc
   A /trunk/core.lua
   A /trunk/embeds.xml
   A /trunk/func.lua
   A /trunk/options.lua
   A /trunk/texture
   A /trunk/texture/Outline.tga
   A /trunk/texture/Solid.tga
   A /trunk/totems.lua

First commit
------------------------------------------------------------------------
r1 | root | 2010-02-28 03:09:17 +0000 (Sun, 28 Feb 2010) | 1 line
Changed paths:
   A /branches
   A /tags
   A /trunk

"totemradius/mainline: Initial Import"
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
25.37 KB Mar 29, 2010 3.3.3 27