beta1

Details

  • Filename
    MTarget-beta1.zip
  • Uploaded by
  • Uploaded
    Feb 2, 2009
  • Size
    115.11 KB
  • Downloads
    34
  • MD5
    9d69f0268bc15cd9f93763acf562bfb3

Supported WoW Retail Versions

  • 3.0.8

Changelog

------------------------------------------------------------------------
r20 | gameldar | 2009-02-02 15:29:43 +0000 (Mon, 02 Feb 2009) | 1 line
Changed paths:
   A /tags/beta1 (from /trunk:19)

Creating first beta
------------------------------------------------------------------------
r19 | gameldar | 2009-02-02 15:13:11 +0000 (Mon, 02 Feb 2009) | 1 line
Changed paths:
   M /trunk/MTarget.lua

MTarget:all seems working - haven't tested broadcasting though.
------------------------------------------------------------------------
r18 | gameldar | 2009-02-02 03:19:33 +0000 (Mon, 02 Feb 2009) | 2 lines
Changed paths:
   M /trunk/locales/MTarget-enUS.lua

Protect against printing errors because of nil values by always using a wrapper function to get the value or "nil" if it isn't set.

------------------------------------------------------------------------
r17 | gameldar | 2009-02-01 15:08:56 +0000 (Sun, 01 Feb 2009) | 1 line
Changed paths:
   M /trunk/MTarget.lua

MTarget:Looks like most of it is working (haven't tested broadcasting yet though)
------------------------------------------------------------------------
r16 | gameldar | 2009-01-29 14:59:15 +0000 (Thu, 29 Jan 2009) | 1 line
Changed paths:
   M /trunk/MTarget.lua

MTarget:menus working - still a bit ugly
------------------------------------------------------------------------
r15 | gameldar | 2009-01-29 12:25:00 +0000 (Thu, 29 Jan 2009) | 1 line
Changed paths:
   M /trunk/MTarget.lua
   M /trunk/MTarget.xml

MTarget:About to rip some stuff out
------------------------------------------------------------------------
r14 | gameldar | 2009-01-27 13:34:38 +0000 (Tue, 27 Jan 2009) | 1 line
Changed paths:
   M /trunk/MTarget.lua
   M /trunk/locales/MTarget-enUS.lua

MTarget:Another test to get the menus working. Changing the handling of the Set Target Menu... item so that it grabs the target via the UnitPopup_ShowMenu function instead.
------------------------------------------------------------------------
r13 | gameldar | 2009-01-24 15:22:55 +0000 (Sat, 24 Jan 2009) | 1 line
Changed paths:
   M /trunk/MTarget.lua
   M /trunk/MTarget.xml

MTarget:everything but the menu text working... still need to test stuff though
------------------------------------------------------------------------
r12 | gameldar | 2009-01-19 07:12:28 +0000 (Mon, 19 Jan 2009) | 5 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/MTarget.lua
   M /trunk/embeds.xml
   M /trunk/locales/MTarget-enUS.lua

- Changed the broadcast comms to use AceSerializer (and added dependencies)
- Changed the way the minimap button menu items are generated and displayed
- allowed broadcasting a single variable by name
- added a new function (and auto-update options) to update the variables where a valid unitid exists.

------------------------------------------------------------------------
r11 | gameldar | 2009-01-16 07:51:26 +0000 (Fri, 16 Jan 2009) | 2 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/MTarget.lua
   M /trunk/MTarget.toc
   M /trunk/embeds.xml
   A /trunk/locales
   A /trunk/locales/MTarget-enUS.lua

Implemented Locale support

------------------------------------------------------------------------
r10 | gameldar | 2009-01-16 04:56:23 +0000 (Fri, 16 Jan 2009) | 5 lines
Changed paths:
   M /trunk/MTarget.lua

Added command to reset/delete templates.
Added command to broadcast variables (manually rather than automatically)
Added support for batch sending of variables (so only one write of the macros)
Changed the text on the Create Template button to just template since it was too long.

------------------------------------------------------------------------
r9 | gameldar | 2009-01-15 15:21:16 +0000 (Thu, 15 Jan 2009) | 1 line
Changed paths:
   M /trunk/MTarget.lua
   M /trunk/MTarget.xml

MTarget: fix up no working stuff!
------------------------------------------------------------------------
r8 | gameldar | 2009-01-15 07:50:55 +0000 (Thu, 15 Jan 2009) | 2 lines
Changed paths:
   M /trunk/MTarget.lua

Trying another method for getting the button added to the MacroFrame.

------------------------------------------------------------------------
r7 | gameldar | 2009-01-15 06:31:50 +0000 (Thu, 15 Jan 2009) | 5 lines
Changed paths:
   M /trunk/MTarget.lua
   M /trunk/embeds.xml

Changed over to using the StaticPopup for the input windows.
Added support for setting raid icons.
Finished the implementation for setting from broadcasts.
Reworked the menu initialisation a bit.

------------------------------------------------------------------------
r6 | gameldar | 2009-01-13 15:10:12 +0000 (Tue, 13 Jan 2009) | 3 lines
Changed paths:
   M /trunk/MTarget.lua
   M /trunk/MTarget.xml

more work on the comms - and accepting the changes via dialog window. Another attempt at getting the create template button onto the macro ui.

------------------------------------------------------------------------
r5 | gameldar | 2009-01-13 13:22:39 +0000 (Tue, 13 Jan 2009) | 3 lines
Changed paths:
   M /trunk/MTarget.lua
   M /trunk/MTarget.xml
   M /trunk/embeds.xml

Implemented minimap button and start of comms

------------------------------------------------------------------------
r4 | gameldar | 2009-01-10 00:47:41 +0000 (Sat, 10 Jan 2009) | 1 line
Changed paths:
   M /trunk/MTarget.lua
   M /trunk/MTarget.xml

MTarget: Fix up the command parsing and fixed conflict from XML and function names.
------------------------------------------------------------------------
r3 | gameldar | 2009-01-09 04:15:32 +0000 (Fri, 09 Jan 2009) | 3 lines
Changed paths:
   M /trunk
   M /trunk/MTarget.lua

* Added in the svn:externals for the ace libraries.
* Rewrote the command parsing for the main command function

------------------------------------------------------------------------
r2 | gameldar | 2009-01-09 03:11:48 +0000 (Fri, 09 Jan 2009) | 2 lines
Changed paths:
   A /trunk/.pkgmeta
   A /trunk/MTarget.lua
   A /trunk/MTarget.toc
   A /trunk/MTarget.xml
   A /trunk/embeds.xml

Initial commit of the package. Works with slash commands - but the UI is not there yet.

------------------------------------------------------------------------
r1 | root | 2009-01-07 06:38:30 +0000 (Wed, 07 Jan 2009) | 1 line
Changed paths:
   A /branches
   A /tags
   A /trunk

"mtarget/mainline: Initial Import"
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
13.92 KB Feb 2, 2009 3.0.8 20