Latest TotemTracker Files http://wow.curseforge.com/addons/project-3388/files/ The latest files available for TotemTracker en-us Wed, 19 Dec 2007 06:33:23 +0000 CurseForge.com (http://www.curseforge.com) 3.00b1 http://wow.curseforge.com/addons/project-3388/files/14-3-00b1/ <p>--- 3.00b1 --- - Updated code for patch 2.3 - Split LUA code into multiple files for modularity (no visible effect <pre> in-game) </pre> Wed, 19 Dec 2007 06:33:23 +0000 http://wow.curseforge.com/addons/project-3388/files/14-3-00b1/ http://wow.curseforge.com/addons/project-3388/files/14-3-00b1/ no-reply@curseforge.com (sirchess) 2.52 http://wow.curseforge.com/addons/project-3388/files/13-2-52/ <p>--- 2.52 --- - Source code revisions to fix memory leaks </p> Fri, 13 Jul 2007 03:51:44 +0000 http://wow.curseforge.com/addons/project-3388/files/13-2-52/ http://wow.curseforge.com/addons/project-3388/files/13-2-52/ no-reply@curseforge.com (sirchess) 2.51 http://wow.curseforge.com/addons/project-3388/files/12-2-51/ <p>VERSION HISTORY </p><p>--- 2.51 --- - There was a change in Blizzard's code that was causing buff timers to <pre> not be able to be displayed. TotemTracker has been updated to fit the new scheme </pre> <p>- A change in slash-command usage has been implemented to make it more <pre> intuitive to use: "/ttr" now brings up the help menu and "/ttr panel" will now toggle the panel visibility </pre> <p>--- 2.50 --- - Mana Spring and Healing Stream totems have had their durations updated - Bar color and bar ordering can now be more easily modified from within <pre> "TotemTracker.lua"; those comfortable with doing so may open this file using any text editor and modify the tables "barColor" and "barOrder" </pre> <p>- "TotemTracker_new.lua" from the beta version has been renamed <pre> "TotemTracker.lua", and the old code has been discarded. </pre> <p>--- 2.40b --- - The totem panel can now be locked and unlocked via "/ttr lock" - Totem buff timers can now be shown/hidden via "/ttr buffmode" Note that <pre> with some 3rd-party buff mods you may have to use the "/console reloadui" command to finalize the buff mode change. </pre> <p>- TotemTracker now attempts to "fool" buff mods into thinking totem buffs <pre> have a duration by hooking a global API call. This approach may not successfully fool all mods. See the Advanced Usage section of "readme.txt" for details. </pre> <p>- Code now utilizes local functions/variables when possible to reduce the <pre> execution overhead associated with accessing global functions/variables. </pre> <p>--- 2.33 --- - [Bugfix] Error message no longer display when totems are hit by mobs. </p><p>--- 2.32 --- - [Bugfix] Addon message now properly sent to party members when clearing <pre> totems via Totemic Call. </pre> <p>- [Bugfix] Debug information no longer displays - Totems being destroyed in combat are now detected. Functionality ONLY <pre> tested vs. creatures - player hits might still not register. </pre> <p>--- 2.31 --- - [Bugfix] Wrath of Air Totem buff now properly displays a timer </p><p>--- 2.30 --- - [Bugfix] Flametongue Totem(Rank 4) will now properly be tracked - Timers will now be cleared when beginning a flight path. - Party buff sharing now actually works! (99% confident) - When using party buff timer sharing, events that clear totem timers for the <pre> player will now be sent to party members so their timers clear as well. </pre> <p>- Burning Crusade expansion totems now should properly be tracked. - Totem time remaining text can now optionally be displayed on the tracking bars. <pre> There are three modes - no display, mouseover display [default], and always display. Type "/ttr text" to cycle between these three modes. </pre> <p>- Totem icons can now be optionally displayed underneath the tracking bars. <pre> Type "/ttr icons" to toggle the display on/off. </pre> <p>- Settings for the panel display, bar text display, and icon display are now saved <pre> between sessions </pre> <p>- LUA and XML code rewritten to be shorter and more compatible with other addons - Buff timers now use the actual Blizzard buff timer objects, instead of separate <pre> timers. </pre> <p>--- 2.23 --- - Air totem bar is now a slightly lighter shade of blue for better visibility - Totemic Call now clears totem timers and the totem bars - Dying and entering an instance portal now clear totem timers and bars - Party members' totems will now be included in buff timer checks ONLY if they <pre> are visible to you - i.e. within ~100 yds. (untested) </pre> <p>--- 2.22 --- - 2.0.3-compliant - Attempted fix to get party sharing working - Added support for the Enamored Water Spirit trinket totem (fully tested) - Added support for Totem of Wrath (untested) </p><p>--- 2.21 --- - Cross-party addon communication implemented. Totem timer buffs will now <pre> show the shortest duration timer for each buff from all party members. </pre> <p>- The Totem Panel now flashes a bar if the totem duration drops below 10% </p><p>--- 2.11 -- - Updated documentation for slash commands - Confirmation message now displayed on resetting the panel </p><p>--- 2.10 --- - A small moveable panel was added with colored bars to graphically show the <pre> time remaining on your earth, fire, water, and air totems. This includes all totems, not just buffing totems, and will still display when away from the totem. </pre> <p>- Slash commands were added to show/hide the panel, as well as <pre> reset it to the center of the screen. </pre> <p>- The panel display is shown by default for Shaman classes; hidden by default <pre> for other classes. Other classes can still display the panel if they like, but since they can't cast totems there is no reason to. </pre> <p>- Party sharing is still experimental; it is NOT yet implemented. </p><p>--- 2.00 --- - Updated for the API 2.00 changes - Version history and installation instructions prepared for web upload </p> Sat, 09 Jun 2007 18:44:32 +0000 http://wow.curseforge.com/addons/project-3388/files/12-2-51/ http://wow.curseforge.com/addons/project-3388/files/12-2-51/ no-reply@curseforge.com (sirchess) 2.50 http://wow.curseforge.com/addons/project-3388/files/11-2-50/ <p>VERSION HISTORY </p><p>--- 2.50 --- - Mana Spring and Healing Stream totems have had their durations updated - Bar color and bar ordering can now be more easily modified from within <pre> "TotemTracker.lua"; those comfortable with doing so may open this file using any text editor and modify the tables "barColor" and "barOrder" </pre> <p>- "TotemTracker_new.lua" from the beta version has been renamed <pre> "TotemTracker.lua", and the old code has been discarded. </pre> <p>--- 2.40b --- - The totem panel can now be locked and unlocked via "/ttr lock" - Totem buff timers can now be shown/hidden via "/ttr buffmode" Note that <pre> with some 3rd-party buff mods you may have to use the "/console reloadui" command to finalize the buff mode change. </pre> <p>- TotemTracker now attempts to "fool" buff mods into thinking totem buffs <pre> have a duration by hooking a global API call. This approach may not successfully fool all mods. See the Advanced Usage section of "readme.txt" for details. </pre> <p>- Code now utilizes local functions/variables when possible to reduce the <pre> execution overhead associated with accessing global functions/variables. </pre> <p>--- 2.33 --- - [Bugfix] Error message no longer display when totems are hit by mobs. </p><p>--- 2.32 --- - [Bugfix] Addon message now properly sent to party members when clearing <pre> totems via Totemic Call. </pre> <p>- [Bugfix] Debug information no longer displays - Totems being destroyed in combat are now detected. Functionality ONLY <pre> tested vs. creatures - player hits might still not register. </pre> <p>--- 2.31 --- - [Bugfix] Wrath of Air Totem buff now properly displays a timer </p><p>--- 2.30 --- - [Bugfix] Flametongue Totem(Rank 4) will now properly be tracked - Timers will now be cleared when beginning a flight path. - Party buff sharing now actually works! (99% confident) - When using party buff timer sharing, events that clear totem timers for the <pre> player will now be sent to party members so their timers clear as well. </pre> <p>- Burning Crusade expansion totems now should properly be tracked. - Totem time remaining text can now optionally be displayed on the tracking bars. <pre> There are three modes - no display, mouseover display [default], and always display. Type "/ttr text" to cycle between these three modes. </pre> <p>- Totem icons can now be optionally displayed underneath the tracking bars. <pre> Type "/ttr icons" to toggle the display on/off. </pre> <p>- Settings for the panel display, bar text display, and icon display are now saved <pre> between sessions </pre> <p>- LUA and XML code rewritten to be shorter and more compatible with other addons - Buff timers now use the actual Blizzard buff timer objects, instead of separate <pre> timers. </pre> <p>--- 2.23 --- - Air totem bar is now a slightly lighter shade of blue for better visibility - Totemic Call now clears totem timers and the totem bars - Dying and entering an instance portal now clear totem timers and bars - Party members' totems will now be included in buff timer checks ONLY if they <pre> are visible to you - i.e. within ~100 yds. (untested) </pre> <p>--- 2.22 --- - 2.0.3-compliant - Attempted fix to get party sharing working - Added support for the Enamored Water Spirit trinket totem (fully tested) - Added support for Totem of Wrath (untested) </p><p>--- 2.21 --- - Cross-party addon communication implemented. Totem timer buffs will now <pre> show the shortest duration timer for each buff from all party members. </pre> <p>- The Totem Panel now flashes a bar if the totem duration drops below 10% </p><p>--- 2.11 -- - Updated documentation for slash commands - Confirmation message now displayed on resetting the panel </p><p>--- 2.10 --- - A small moveable panel was added with colored bars to graphically show the <pre> time remaining on your earth, fire, water, and air totems. This includes all totems, not just buffing totems, and will still display when away from the totem. </pre> <p>- Slash commands were added to show/hide the panel, as well as <pre> reset it to the center of the screen. </pre> <p>- The panel display is shown by default for Shaman classes; hidden by default <pre> for other classes. Other classes can still display the panel if they like, but since they can't cast totems there is no reason to. </pre> <p>- Party sharing is still experimental; it is NOT yet implemented. </p><p>--- 2.00 --- - Updated for the API 2.00 changes - Version history and installation instructions prepared for web upload </p> Sat, 09 Jun 2007 16:24:56 +0000 http://wow.curseforge.com/addons/project-3388/files/11-2-50/ http://wow.curseforge.com/addons/project-3388/files/11-2-50/ no-reply@curseforge.com (sirchess) 2.40b http://wow.curseforge.com/addons/project-3388/files/10-2-40b/ <p>VERSION HISTORY </p><p>--- 2.40b --- - The totem panel can now be locked and unlocked via "/ttr lock" - Totem buff timers can now be shown/hidden via "/ttr buffmode" Note that <pre> with some 3rd-party buff mods you may have to use the "/console reloadui" command to finalize the buff mode change. </pre> <p>- TotemTracker now attempts to "fool" buff mods into thinking totem buffs <pre> have a duration by hooking a global API call. This approach may not successfully fool all mods. See the Advanced Usage section of "readme.txt" for details. </pre> <p>- Code now utilizes local functions/variables when possible to reduce the <pre> execution overhead associated with accessing global functions/variables. </pre> <p>--- 2.33 --- - [Bugfix] Error message no longer display when totems are hit by mobs. </p><p>--- 2.32 --- - [Bugfix] Addon message now properly sent to party members when clearing <pre> totems via Totemic Call. </pre> <p>- [Bugfix] Debug information no longer displays - Totems being destroyed in combat are now detected. Functionality ONLY <pre> tested vs. creatures - player hits might still not register. </pre> <p>--- 2.31 --- - [Bugfix] Wrath of Air Totem buff now properly displays a timer </p><p>--- 2.30 --- - [Bugfix] Flametongue Totem(Rank 4) will now properly be tracked - Timers will now be cleared when beginning a flight path. - Party buff sharing now actually works! (99% confident) - When using party buff timer sharing, events that clear totem timers for the <pre> player will now be sent to party members so their timers clear as well. </pre> <p>- Burning Crusade expansion totems now should properly be tracked. - Totem time remaining text can now optionally be displayed on the tracking bars. <pre> There are three modes - no display, mouseover display [default], and always display. Type "/ttr text" to cycle between these three modes. </pre> <p>- Totem icons can now be optionally displayed underneath the tracking bars. <pre> Type "/ttr icons" to toggle the display on/off. </pre> <p>- Settings for the panel display, bar text display, and icon display are now saved <pre> between sessions </pre> <p>- LUA and XML code rewritten to be shorter and more compatible with other addons - Buff timers now use the actual Blizzard buff timer objects, instead of separate <pre> timers. </pre> <p>--- 2.23 --- - Air totem bar is now a slightly lighter shade of blue for better visibility - Totemic Call now clears totem timers and the totem bars - Dying and entering an instance portal now clear totem timers and bars - Party members' totems will now be included in buff timer checks ONLY if they <pre> are visible to you - i.e. within ~100 yds. (untested) </pre> <p>--- 2.22 --- - 2.0.3-compliant - Attempted fix to get party sharing working - Added support for the Enamored Water Spirit trinket totem (fully tested) - Added support for Totem of Wrath (untested) </p><p>--- 2.21 --- - Cross-party addon communication implemented. Totem timer buffs will now <pre> show the shortest duration timer for each buff from all party members. </pre> <p>- The Totem Panel now flashes a bar if the totem duration drops below 10% </p><p>--- 2.11 -- - Updated documentation for slash commands - Confirmation message now displayed on resetting the panel </p><p>--- 2.10 --- - A small moveable panel was added with colored bars to graphically show the <pre> time remaining on your earth, fire, water, and air totems. This includes all totems, not just buffing totems, and will still display when away from the totem. </pre> <p>- Slash commands were added to show/hide the panel, as well as <pre> reset it to the center of the screen. </pre> <p>- The panel display is shown by default for Shaman classes; hidden by default <pre> for other classes. Other classes can still display the panel if they like, but since they can't cast totems there is no reason to. </pre> <p>- Party sharing is still experimental; it is NOT yet implemented. </p><p>--- 2.00 --- - Updated for the API 2.00 changes - Version history and installation instructions prepared for web upload </p> Tue, 27 Feb 2007 03:52:07 +0000 http://wow.curseforge.com/addons/project-3388/files/10-2-40b/ http://wow.curseforge.com/addons/project-3388/files/10-2-40b/ no-reply@curseforge.com (sirchess) 2.33 http://wow.curseforge.com/addons/project-3388/files/9-2-33/ <p>VERSION HISTORY </p><p>--- 2.33 --- - [Bugfix] Error message no longer display when totems are hit by mobs. </p><p>--- 2.32 --- - [Bugfix] Addon message now properly sent to party members when clearing <pre> totems via Totemic Call. </pre> <p>- [Bugfix] Debug information no longer displays - Totems being destroyed in combat are now detected. Functionality ONLY <pre> tested vs. creatures - player hits might still not register. </pre> <p>--- 2.31 --- - [Bugfix] Wrath of Air Totem buff now properly displays a timer </p><p>--- 2.30 --- - [Bugfix] Flametongue Totem(Rank 4) will now properly be tracked - Timers will now be cleared when beginning a flight path. - Party buff sharing now actually works! (99% confident) - When using party buff timer sharing, events that clear totem timers for the <pre> player will now be sent to party members so their timers clear as well. </pre> <p>- Burning Crusade expansion totems now should properly be tracked. - Totem time remaining text can now optionally be displayed on the tracking bars. <pre> There are three modes - no display, mouseover display [default], and always display. Type "/ttr text" to cycle between these three modes. </pre> <p>- Totem icons can now be optionally displayed underneath the tracking bars. <pre> Type "/ttr icons" to toggle the display on/off. </pre> <p>- Settings for the panel display, bar text display, and icon display are now saved <pre> between sessions </pre> <p>- LUA and XML code rewritten to be shorter and more compatible with other addons - Buff timers now use the actual Blizzard buff timer objects, instead of separate <pre> timers. </pre> <p>--- 2.23 --- - Air totem bar is now a slightly lighter shade of blue for better visibility - Totemic Call now clears totem timers and the totem bars - Dying and entering an instance portal now clear totem timers and bars - Party members' totems will now be included in buff timer checks ONLY if they <pre> are visible to you - i.e. within ~100 yds. (untested) </pre> <p>--- 2.22 --- - 2.0.3-compliant - Attempted fix to get party sharing working - Added support for the Enamored Water Spirit trinket totem (fully tested) - Added support for Totem of Wrath (untested) </p><p>--- 2.21 --- - Cross-party addon communication implemented. Totem timer buffs will now <pre> show the shortest duration timer for each buff from all party members. </pre> <p>- The Totem Panel now flashes a bar if the totem duration drops below 10% </p><p>--- 2.11 -- - Updated documentation for slash commands - Confirmation message now displayed on resetting the panel </p><p>--- 2.10 --- - A small moveable panel was added with colored bars to graphically show the <pre> time remaining on your earth, fire, water, and air totems. This includes all totems, not just buffing totems, and will still display when away from the totem. </pre> <p>- Slash commands were added to show/hide the panel, as well as <pre> reset it to the center of the screen. </pre> <p>- The panel display is shown by default for Shaman classes; hidden by default <pre> for other classes. Other classes can still display the panel if they like, but since they can't cast totems there is no reason to. </pre> <p>- Party sharing is still experimental; it is NOT yet implemented. </p><p>--- 2.00 --- - Updated for the API 2.00 changes - Version history and installation instructions prepared for web upload </p> Sat, 03 Feb 2007 20:06:31 +0000 http://wow.curseforge.com/addons/project-3388/files/9-2-33/ http://wow.curseforge.com/addons/project-3388/files/9-2-33/ no-reply@curseforge.com (sirchess) 2.32 http://wow.curseforge.com/addons/project-3388/files/8-2-32/ <p>VERSION HISTORY </p><p>--- 2.32 --- - [Bugfix] Addon message now properly sent to party members when clearing <pre> totems via Totemic Call. </pre> <p>- [Bugfix] Debug information no longer displays - Totems being destroyed in combat are now detected. Functionality ONLY <pre> tested vs. creatures - player hits might still not register. </pre> <p>--- 2.31 --- - [Bugfix] Wrath of Air Totem buff now properly displays a timer </p><p>--- 2.30 --- - [Bugfix] Flametongue Totem(Rank 4) will now properly be tracked - Timers will now be cleared when beginning a flight path. - Party buff sharing now actually works! (99% confident) - When using party buff timer sharing, events that clear totem timers for the <pre> player will now be sent to party members so their timers clear as well. </pre> <p>- Burning Crusade expansion totems now should properly be tracked. - Totem time remaining text can now optionally be displayed on the tracking bars. <pre> There are three modes - no display, mouseover display [default], and always display. Type "/ttr text" to cycle between these three modes. </pre> <p>- Totem icons can now be optionally displayed underneath the tracking bars. <pre> Type "/ttr icons" to toggle the display on/off. </pre> <p>- Settings for the panel display, bar text display, and icon display are now saved <pre> between sessions </pre> <p>- LUA and XML code rewritten to be shorter and more compatible with other addons - Buff timers now use the actual Blizzard buff timer objects, instead of separate <pre> timers. </pre> <p>--- 2.23 --- - Air totem bar is now a slightly lighter shade of blue for better visibility - Totemic Call now clears totem timers and the totem bars - Dying and entering an instance portal now clear totem timers and bars - Party members' totems will now be included in buff timer checks ONLY if they <pre> are visible to you - i.e. within ~100 yds. (untested) </pre> <p>--- 2.22 --- - 2.0.3-compliant - Attempted fix to get party sharing working - Added support for the Enamored Water Spirit trinket totem (fully tested) - Added support for Totem of Wrath (untested) </p><p>--- 2.21 --- - Cross-party addon communication implemented. Totem timer buffs will now <pre> show the shortest duration timer for each buff from all party members. </pre> <p>- The Totem Panel now flashes a bar if the totem duration drops below 10% </p><p>--- 2.11 -- - Updated documentation for slash commands - Confirmation message now displayed on resetting the panel </p><p>--- 2.10 --- - A small moveable panel was added with colored bars to graphically show the <pre> time remaining on your earth, fire, water, and air totems. This includes all totems, not just buffing totems, and will still display when away from the totem. </pre> <p>- Slash commands were added to show/hide the panel, as well as <pre> reset it to the center of the screen. </pre> <p>- The panel display is shown by default for Shaman classes; hidden by default <pre> for other classes. Other classes can still display the panel if they like, but since they can't cast totems there is no reason to. </pre> <p>- Party sharing is still experimental; it is NOT yet implemented. </p><p>--- 2.00 --- - Updated for the API 2.00 changes - Version history and installation instructions prepared for web upload </p> Sat, 03 Feb 2007 14:41:04 +0000 http://wow.curseforge.com/addons/project-3388/files/8-2-32/ http://wow.curseforge.com/addons/project-3388/files/8-2-32/ no-reply@curseforge.com (sirchess) 2.31 http://wow.curseforge.com/addons/project-3388/files/7-2-31/ <p>VERSION HISTORY </p><p>--- 2.31 --- - [Bugfix] Wrath of Air Totem buff now properly displays a timer </p><p>--- 2.30 --- - [Bugfix] Flametongue Totem(Rank 4) will now properly be tracked - Timers will now be cleared when beginning a flight path. - Party buff sharing now actually works! (99% confident) - When using party buff timer sharing, events that clear totem timers for the <pre> player will now be sent to party members so their timers clear as well. </pre> <p>- Burning Crusade expansion totems now should properly be tracked. - Totem time remaining text can now optionally be displayed on the tracking bars. <pre> There are three modes - no display, mouseover display [default], and always display. Type "/ttr text" to cycle between these three modes. </pre> <p>- Totem icons can now be optionally displayed underneath the tracking bars. <pre> Type "/ttr icons" to toggle the display on/off. </pre> <p>- Settings for the panel display, bar text display, and icon display are now saved <pre> between sessions </pre> <p>- LUA and XML code rewritten to be shorter and more compatible with other addons - Buff timers now use the actual Blizzard buff timer objects, instead of separate <pre> timers. </pre> <p>--- 2.23 --- - Air totem bar is now a slightly lighter shade of blue for better visibility - Totemic Call now clears totem timers and the totem bars - Dying and entering an instance portal now clear totem timers and bars - Party members' totems will now be included in buff timer checks ONLY if they <pre> are visible to you - i.e. within ~100 yds. (untested) </pre> <p>--- 2.22 --- - 2.0.3-compliant - Attempted fix to get party sharing working - Added support for the Enamored Water Spirit trinket totem (fully tested) - Added support for Totem of Wrath (untested) </p><p>--- 2.21 --- - Cross-party addon communication implemented. Totem timer buffs will now <pre> show the shortest duration timer for each buff from all party members. </pre> <p>- The Totem Panel now flashes a bar if the totem duration drops below 10% </p><p>--- 2.11 -- - Updated documentation for slash commands - Confirmation message now displayed on resetting the panel </p><p>--- 2.10 --- - A small moveable panel was added with colored bars to graphically show the <pre> time remaining on your earth, fire, water, and air totems. This includes all totems, not just buffing totems, and will still display when away from the totem. </pre> <p>- Slash commands were added to show/hide the panel, as well as <pre> reset it to the center of the screen. </pre> <p>- The panel display is shown by default for Shaman classes; hidden by default <pre> for other classes. Other classes can still display the panel if they like, but since they can't cast totems there is no reason to. </pre> <p>- Party sharing is still experimental; it is NOT yet implemented. </p><p>--- 2.00 --- - Updated for the API 2.00 changes - Version history and installation instructions prepared for web upload </p> Tue, 23 Jan 2007 18:25:10 +0000 http://wow.curseforge.com/addons/project-3388/files/7-2-31/ http://wow.curseforge.com/addons/project-3388/files/7-2-31/ no-reply@curseforge.com (sirchess) 2.30 http://wow.curseforge.com/addons/project-3388/files/6-2-30/ <p>VERSION HISTORY </p><p>--- 2.30 --- - [Bugfix] Flametongue Totem(Rank 4) will now properly be tracked - Timers will now be cleared when beginning a flight path. - Party buff sharing now actually works! (99% confident) - When using party buff timer sharing, events that clear totem timers for the <pre> player will now be sent to party members so their timers clear as well. </pre> <p>- Burning Crusade expansion totems now should properly be tracked. - Totem time remaining text can now optionally be displayed on the tracking bars. <pre> There are three modes - no display, mouseover display [default], and always display. Type "/ttr text" to cycle between these three modes. </pre> <p>- Totem icons can now be optionally displayed underneath the tracking bars. <pre> Type "/ttr icons" to toggle the display on/off. </pre> <p>- Settings for the panel display, bar text display, and icon display are now saved <pre> between sessions </pre> <p>- LUA and XML code rewritten to be shorter and more compatible with other addons - Buff timers now use the actual Blizzard buff timer objects, instead of separate <pre> timers. </pre> <p>--- 2.23 --- - Air totem bar is now a slightly lighter shade of blue for better visibility - Totemic Call now clears totem timers and the totem bars - Dying and entering an instance portal now clear totem timers and bars - Party members' totems will now be included in buff timer checks ONLY if they <pre> are visible to you - i.e. within ~100 yds. (untested) </pre> <p>--- 2.22 --- - 2.0.3-compliant - Attempted fix to get party sharing working - Added support for the Enamored Water Spirit trinket totem (fully tested) - Added support for Totem of Wrath (untested) </p><p>--- 2.21 --- - Cross-party addon communication implemented. Totem timer buffs will now <pre> show the shortest duration timer for each buff from all party members. </pre> <p>- The Totem Panel now flashes a bar if the totem duration drops below 10% </p><p>--- 2.11 -- - Updated documentation for slash commands - Confirmation message now displayed on resetting the panel </p><p>--- 2.10 --- - A small moveable panel was added with colored bars to graphically show the <pre> time remaining on your earth, fire, water, and air totems. This includes all totems, not just buffing totems, and will still display when away from the totem. </pre> <p>- Slash commands were added to show/hide the panel, as well as <pre> reset it to the center of the screen. </pre> <p>- The panel display is shown by default for Shaman classes; hidden by default <pre> for other classes. Other classes can still display the panel if they like, but since they can't cast totems there is no reason to. </pre> <p>- Party sharing is still experimental; it is NOT yet implemented. </p><p>--- 2.00 --- - Updated for the API 2.00 changes - Version history and installation instructions prepared for web upload </p> Mon, 22 Jan 2007 17:15:38 +0000 http://wow.curseforge.com/addons/project-3388/files/6-2-30/ http://wow.curseforge.com/addons/project-3388/files/6-2-30/ no-reply@curseforge.com (sirchess) 2.23 http://wow.curseforge.com/addons/project-3388/files/5-2-23/ <p>VERSION HISTORY </p><p>--- 2.23 --- - Air totem bar is now a slightly lighter shade of blue for better visibility - Totemic Call now clears totem timers and the totem bars - Dying and entering an instance portal now clear totem timers and bars - Party members' totems will now be included in buff timer checks ONLY if they <pre> are visible to you - i.e. within ~100 yds. (untested) </pre> <p>--- 2.22 --- - 2.0.3-compliant - Attempted fix to get party sharing working - Added support for the Enamored Water Spirit trinket totem (fully tested) - Added support for Totem of Wrath (untested) </p><p>--- 2.21 --- - Cross-party addon communication implemented. Totem timer buffs will now <pre> show the shortest duration timer for each buff from all party members. </pre> <p>- The Totem Panel now flashes a bar if the totem duration drops below 10% </p><p>--- 2.11 -- - Updated documentation for slash commands - Confirmation message now displayed on resetting the panel </p><p>--- 2.10 --- - A small moveable panel was added with colored bars to graphically show the <pre> time remaining on your earth, fire, water, and air totems. This includes all totems, not just buffing totems, and will still display when away from the totem. </pre> <p>- Slash commands were added to show/hide the panel, as well as <pre> reset it to the center of the screen. </pre> <p>- The panel display is shown by default for Shaman classes; hidden by default <pre> for other classes. Other classes can still display the panel if they like, but since they can't cast totems there is no reason to. </pre> <p>- Party sharing is still experimental; it is NOT yet implemented. </p><p>--- 2.00 --- - Updated for the API 2.00 changes - Version history and installation instructions prepared for web upload </p> Thu, 11 Jan 2007 19:47:49 +0000 http://wow.curseforge.com/addons/project-3388/files/5-2-23/ http://wow.curseforge.com/addons/project-3388/files/5-2-23/ no-reply@curseforge.com (sirchess) 2.22 http://wow.curseforge.com/addons/project-3388/files/4-2-22/ <p>VERSION HISTORY </p><p>--- 2.22 --- - 2.0.3-compliant - Attempted fix to get party sharing working - Added support for the Enamored Water Spirit trinket totem (fully tested) - Added support for Totem of Wrath (untested) </p><p>--- 2.21 --- - Cross-party addon communication implemented. Totem timer buffs will now <pre> show the shortest duration timer for each buff from all party members. </pre> <p>- The Totem Panel now flashes a bar if the totem duration drops below 10% </p><p>--- 2.11 -- - Updated documentation for slash commands - Confirmation message now displayed on resetting the panel </p><p>--- 2.10 --- - A small moveable panel was added with colored bars to graphically show the <pre> time remaining on your earth, fire, water, and air totems. This includes all totems, not just buffing totems, and will still display when away from the totem. </pre> <p>- Slash commands were added to show/hide the panel, as well as <pre> reset it to the center of the screen. </pre> <p>- The panel display is shown by default for Shaman classes; hidden by default <pre> for other classes. Other classes can still display the panel if they like, but since they can't cast totems there is no reason to. </pre> <p>- Party sharing is still experimental; it is NOT yet implemented. </p><p>--- 2.00 --- - Updated for the API 2.00 changes - Version history and installation instructions prepared for web upload </p> Wed, 10 Jan 2007 00:54:40 +0000 http://wow.curseforge.com/addons/project-3388/files/4-2-22/ http://wow.curseforge.com/addons/project-3388/files/4-2-22/ no-reply@curseforge.com (sirchess) 2.21 http://wow.curseforge.com/addons/project-3388/files/3-2-21/ <p>VERSION HISTORY </p><p>--- 2.21 --- - Cross-party addon communication implemented. Totem timer buffs will now <pre> show the shortest duration timer for each buff from all party members. </pre> <p>- The Totem Panel now flashes a bar if the totem duration drops below 10% </p><p>--- 2.11 -- - Updated documentation for slash commands - Confirmation message now displayed on resetting the panel </p><p>--- 2.10 --- - A small moveable panel was added with colored bars to graphically show the <pre> time remaining on your earth, fire, water, and air totems. This includes all totems, not just buffing totems, and will still display when away from the totem. </pre> <p>- Slash commands were added to show/hide the panel, as well as <pre> reset it to the center of the screen. </pre> <p>- The panel display is shown by default for Shaman classes; hidden by default <pre> for other classes. Other classes can still display the panel if they like, but since they can't cast totems there is no reason to. </pre> <p>- Party sharing is still experimental; it is NOT yet implemented. </p><p>--- 2.00 --- - Updated for the API 2.00 changes - Version history and installation instructions prepared for web upload </p> Mon, 11 Dec 2006 22:38:55 +0000 http://wow.curseforge.com/addons/project-3388/files/3-2-21/ http://wow.curseforge.com/addons/project-3388/files/3-2-21/ no-reply@curseforge.com (sirchess) 2.11 http://wow.curseforge.com/addons/project-3388/files/2-2-11/ <p>VERSION HISTORY </p><p>--- 2.11 -- - Updated documentation for slash commands - Confirmation message now displayed on resetting the panel </p><p>--- 2.10 --- - A small moveable panel was added with colored bars to graphically show the <pre> time remaining on your earth, fire, water, and air totems. This includes all totems, not just buffing totems, and will still display when away from the totem. </pre> <p>- Slash commands were added to show/hide the panel, as well as <pre> reset it to the center of the screen. </pre> <p>- The panel display is shown by default for Shaman classes; hidden by default <pre> for other classes. Other classes can still display the panel if they like, but since they can't cast totems there is no reason to. </pre> <p>- Party sharing is still experimental; it is NOT yet implemented. </p><p>--- 2.10b --- - EXPERIMENTAL party-sharing totem stuff </p><p>--- 2.00 --- - Updated for the API 2.00 changes - Version history and installation instructions prepared for web upload </p> Sun, 10 Dec 2006 04:05:17 +0000 http://wow.curseforge.com/addons/project-3388/files/2-2-11/ http://wow.curseforge.com/addons/project-3388/files/2-2-11/ no-reply@curseforge.com (sirchess) 2.10 http://wow.curseforge.com/addons/project-3388/files/1-2-10/ <p>VERSION HISTORY </p><p>--- 2.10 --- - A small moveable panel was added with colored bars to graphically show the <pre> time remaining on your earth, fire, water, and air totems. This includes all totems, not just buffing totems, and will still display when away from the totem. </pre> <p>- Slash commands were added to show/hide the panel, as well as <pre> reset it to the center of the screen. </pre> <p>- The panel display is shown by default for Shaman classes; hidden by default <pre> for other classes. Other classes can still display the panel if they like, but since they can't cast totems there is no reason to. </pre> <p>- Party sharing is still experimental; it is NOT yet implemented. </p><p>--- 2.10b --- - EXPERIMENTAL party-sharing totem stuff </p><p>--- 2.00 --- - Updated for the API 2.00 changes - Version history and installation instructions prepared for web upload </p> Sun, 10 Dec 2006 03:32:04 +0000 http://wow.curseforge.com/addons/project-3388/files/1-2-10/ http://wow.curseforge.com/addons/project-3388/files/1-2-10/ no-reply@curseforge.com (sirchess)