2.2

Details

  • Filename
    Track-o-Matique-2.2.zip
  • Uploaded by
  • Uploaded
    Dec 20, 2008
  • Size
    102.25 KB
  • Downloads
    91
  • MD5
    d90ed2452f92d5f327eb85816f52da42

Supported WoW Retail Versions

  • 3.0.3

Changelog

------------------------------------------------------------------------
r43 | anyia3 | 2008-12-20 07:42:14 +0000 (Sat, 20 Dec 2008) | 1 line
Changed paths:
   A /tags/2.2 (from /trunk:42)

Tagging as 2.2
------------------------------------------------------------------------
r41 | Anyia3 | 2008-12-08 23:12:20 +0000 (Mon, 08 Dec 2008) | 6 lines
Changed paths:
   M /trunk/Track-o-Matique.lua
   M /trunk/Track-o-Matique.toc
   A /trunk/bindings.xml
   M /trunk/locale.enUS.lua

* Added keybinds for autotrack on/off and only-in-combat on/off.

* Changed Draxon's name in the credits to his character name (Fyrgloth) on his
  request.

------------------------------------------------------------------------
r39 | Anyia3 | 2008-12-03 05:51:20 +0000 (Wed, 03 Dec 2008) | 3 lines
Changed paths:
   M /trunk/Track-o-Matique.lua

* Abort the tracking restoration if we've entered combat again already.

------------------------------------------------------------------------
r38 | StingerSoft | 2008-12-01 16:32:30 +0000 (Mon, 01 Dec 2008) | 1 line
Changed paths:
   M /trunk/Track-o-Matique.toc
   M /trunk/locale.ruRU.lua

ruRU update
------------------------------------------------------------------------
r36 | Anyia3 | 2008-11-30 23:02:47 +0000 (Sun, 30 Nov 2008) | 8 lines
Changed paths:
   M /trunk/Track-o-Matique.lua
   M /trunk/Track-o-Matique.toc
   A /trunk/locale.deDE.lua
   A /trunk/locale.enUS.lua
   A /trunk/locale.frFR.lua
   A /trunk/locale.lua
   A /trunk/locale.ruRU.lua

* Restructured code to enable localization of the options screen.

* German localization, thanks to Draxon.

* Delayed restoration of previous tracking target by two seconds, in an attempt
  to get the game to recognize a Feign Death in action. Yet to be fully tested.

------------------------------------------------------------------------
r34 | Anyia3 | 2008-11-27 23:30:56 +0000 (Thu, 27 Nov 2008) | 3 lines
Changed paths:
   M /trunk/Track-o-Matique.lua

* Tentative Russian support.

------------------------------------------------------------------------
r33 | StingerSoft | 2008-11-22 11:55:49 +0000 (Sat, 22 Nov 2008) | 1 line
Changed paths:
   M /trunk/Track-o-Matique.lua

ruRU added
------------------------------------------------------------------------
r30 | Anyia3 | 2008-11-12 09:45:27 +0000 (Wed, 12 Nov 2008) | 7 lines
Changed paths:
   M /trunk/Track-o-Matique.lua

* Now holding off on tracking updates while channeling spells (e.g. Volley).
  The tracking kicks in as soon as the channeled spell finishes.

* New option, "Ignore Druids" to prevent wasting time tracking druid shape
  shifting. Mainly PvP oriented.

------------------------------------------------------------------------
r27 | Anyia3 | 2008-11-10 11:10:27 +0000 (Mon, 10 Nov 2008) | 3 lines
Changed paths:
   M /trunk/Track-o-Matique.lua

* First attempt at French localization.

------------------------------------------------------------------------
r26 | Anyia3 | 2008-11-09 09:47:18 +0000 (Sun, 09 Nov 2008) | 3 lines
Changed paths:
   M /trunk/Track-o-Matique.lua

* Tentative "don't-break-FD-by-restoring-tracking" support.

------------------------------------------------------------------------
r24 | Anyia3 | 2008-11-09 02:02:21 +0000 (Sun, 09 Nov 2008) | 3 lines
Changed paths:
   M /trunk/Track-o-Matique.lua

* Experimental German support.

------------------------------------------------------------------------
r22 | Anyia3 | 2008-11-07 11:51:08 +0000 (Fri, 07 Nov 2008) | 6 lines
Changed paths:
   M /trunk/Track-o-Matique.lua

* Finally squashed the "Only with Improved Tracking" option bug. Turns out
  PLAYER_ENTERING_WORLD was too early to have the talent information available,
  but I never noticed because I /console reloadui all the time while developing,
  and hence I always saw the talent information.

------------------------------------------------------------------------
r19 | Anyia3 | 2008-11-03 05:13:26 +0000 (Mon, 03 Nov 2008) | 7 lines
Changed paths:
   M /trunk/Track-o-Matique.lua

* Proper support for restoring tracking to non-hunter options (e.g. gathering,
  trainers, etc). If the initial tracking option is "none", tracking will not
  be restored to "none" on exiting combat.

* Improved debugging output.

------------------------------------------------------------------------
r17 | Anyia3 | 2008-11-01 02:30:39 +0000 (Sat, 01 Nov 2008) | 14 lines
Changed paths:
   M /trunk/Track-o-Matique.lua

* Now detecting model changes (including shapeshifting), and reloading the
  tracking types tables on those changes. This should fix the problem on
  zombification and such, where the player lost the tracking option but ToM
  kept insisting on trying to track things.

* Added some failsafes to the insist-on-activate-tracking code to:
  a) make it reload the tracking tables if it hasn't succeeded in setting
     the right tracking type within two seconds (in case the model change fix
     proves insufficient for some scenarios)
  b) make it give up if it can't set the right tracking option within five
     seconds. Feeback welcome on whether this time period should be longer or
     shorter.

------------------------------------------------------------------------
r15 | Anyia3 | 2008-10-26 02:17:06 +0000 (Sun, 26 Oct 2008) | 3 lines
Changed paths:
   M /trunk/Track-o-Matique.lua

* Second part of the Improved-Tracking-Only option fix. Oops.

------------------------------------------------------------------------
r13 | Anyia3 | 2008-10-25 01:38:04 +0000 (Sat, 25 Oct 2008) | 3 lines
Changed paths:
   M /trunk/Track-o-Matique.lua

* Fix the bug that was preventing proper detection of talent points.

------------------------------------------------------------------------
r10 | Anyia3 | 2008-10-18 04:42:31 +0000 (Sat, 18 Oct 2008) | 10 lines
Changed paths:
   M /trunk/Track-o-Matique.lua

* Merged the perceived functionality of "Aggressive checking" into the regular
  automatic tracking, and reduced the CPU cost of it all.

* Cached additional things to reduce runtime cost.

* Added a "Quiet login" option to supress the on/off message on login.

* More code cleanup.

------------------------------------------------------------------------
r9 | Anyia3 | 2008-10-18 01:32:44 +0000 (Sat, 18 Oct 2008) | 3 lines
Changed paths:
   M /trunk/Track-o-Matique.lua
   M /trunk/Track-o-Matique.toc

* Code cleanup of the options table.

------------------------------------------------------------------------
r7 | Anyia3 | 2008-10-17 10:52:36 +0000 (Fri, 17 Oct 2008) | 8 lines
Changed paths:
   M /trunk/Track-o-Matique.lua

* Added a lot of conditionals to the automatic tracking option.
  It is now possible to limit automatic tracking to:
    - while in party/raid
    - while talented with Improved Tracking
    - while in combat
  and also to restore your last tracking option when leaving combat.

------------------------------------------------------------------------
r5 | Anyia3 | 2008-10-17 02:09:57 +0000 (Fri, 17 Oct 2008) | 5 lines
Changed paths:
   M /trunk/Track-o-Matique.lua
   M /trunk/Track-o-Matique.toc

* Incorporated Dridzt's suggestions about only updating the tracking provided
  - Target isn't dead
  - Target can be attacked

------------------------------------------------------------------------
r3 | Anyia3 | 2008-10-15 23:15:49 +0000 (Wed, 15 Oct 2008) | 3 lines
Changed paths:
   M /trunk/Track-o-Matique.lua
   M /trunk/Track-o-Matique.toc

* Updated for WoW 3.0.2.

------------------------------------------------------------------------
r2 | Anyia3 | 2008-10-14 12:46:53 +0000 (Tue, 14 Oct 2008) | 4 lines
Changed paths:
   M /trunk
   A /trunk/.pkgmeta
   A /trunk/Track-o-Matique.lua
   A /trunk/Track-o-Matique.toc
   A /trunk/embeds.xml

* Importing working copy of Track-o-Matique. Will need toc update tomorrow after
  3.0 goes live.

------------------------------------------------------------------------
r1 | root | 2008-10-14 00:00:32 +0000 (Tue, 14 Oct 2008) | 1 line
Changed paths:
   A /branches
   A /tags
   A /trunk

"track-o-matique/mainline: Initial Import"
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
12.90 KB Dec 20, 2008 3.0.3 37