• Addons
    World of Warcraft

Download ZiggaDKP

ZiggaDKP V0.5.5

You are downloading ZiggaDKP V0.5.5. You will need to select one of mirrors below in order to begin your download.


  • Choose this option to manually download and install the addon. For instructions on how to install it, please read our install guide.

  •  
  • Install w/ V3 Client

    Choose this option to automatically download and install the addon via our Curse Client. It’s free, lightweight, and easy to use!

  •  
  • Install w/ V4 Client

    Choose this option to automatically download and install via the V4 Curse Client (currently in Early Access Beta).

  • ChangeLog
  •  

------------------------------------------------------------------------
r99 | ziggedy | 2009-01-07 09:55:23 +0000 (Wed, 07 Jan 2009) | 1 line
Changed paths:
   A /tags/V0.5.5 (from /trunk:98)

New version is slightly more user friendly.
------------------------------------------------------------------------
r98 | ziggedy | 2009-01-07 09:53:22 +0000 (Wed, 07 Jan 2009) | 3 lines
Changed paths:
   M /trunk/ZiggaDKP.lua

ZiggaDKP:
Added messages to bid buttons so users know they have sent a bid.
Fixed an error that would cause auctions to be resolved twice if they were ended early with end auction button.
------------------------------------------------------------------------
r97 | ziggedy | 2009-01-07 09:35:27 +0000 (Wed, 07 Jan 2009) | 5 lines
Changed paths:
   M /trunk/Array.lua
   M /trunk/ZiggaDKP.lua

ZiggaDKP:
Added some fake bidding for testing purposes, commented out until I need to test.

Array:
Fixed an error that was causing players to not be added to the result table and thus ran out of bounds.
------------------------------------------------------------------------
r96 | ziggedy | 2009-01-06 22:28:25 +0000 (Tue, 06 Jan 2009) | 2 lines
Changed paths:
   M /trunk/ZiggaDKP.lua

ZiggaDKP:
Updated for testing purposes.  All guild addon messages are now sent to raid instead.
------------------------------------------------------------------------
r90 | ziggedy | 2009-01-06 07:31:32 +0000 (Tue, 06 Jan 2009) | 2 lines
Changed paths:
   M /trunk/ZiggaDKP.lua

ZiggaDKP:
Updated for testing purposes.
------------------------------------------------------------------------
r88 | ziggedy | 2009-01-06 02:19:16 +0000 (Tue, 06 Jan 2009) | 2 lines
Changed paths:
   M /trunk/BidSlot.lua

BidSlot:
Rebuilt ResolveBids(), previously it was ignoring secondary bids in certain situations.
------------------------------------------------------------------------
r87 | ziggedy | 2009-01-05 22:56:03 +0000 (Mon, 05 Jan 2009) | 5 lines
Changed paths:
   M /trunk/BidSlot.lua
   M /trunk/ZiggaDKP.xml

ZiggaDKP.xml
Added in the send dkp to everyone in raid button, needs to be tested.

BidSlot:
Fixed an error that caused secondary bids to not be added to the secondary bid list.
------------------------------------------------------------------------
r86 | ziggedy | 2009-01-02 03:41:53 +0000 (Fri, 02 Jan 2009) | 5 lines
Changed paths:
   M /trunk/ZiggaDKP.lua
   M /trunk/ZiggaDKP.xml

ZiggaDKP:
Added timer support for the 3rd bidding slot on tab1.

ZiggaDKP.xml
Added bid slot 3 for tab1, and added an auction butten for slot 3 on tab4.
------------------------------------------------------------------------
r85 | ziggedy | 2009-01-02 03:24:38 +0000 (Fri, 02 Jan 2009) | 5 lines
Changed paths:
   M /trunk/Array.lua
   M /trunk/Bid.lua

Array:
Added a debug self-chatmessage that displays player & rolls.

Bid:
Fixed an error where I was only self-chatmessaging the results of the auction results for a slot, instead of annoucing to raid.  It now does both (till release).
------------------------------------------------------------------------
r84 | ziggedy | 2009-01-02 02:55:23 +0000 (Fri, 02 Jan 2009) | 2 lines
Changed paths:
   M /trunk/BidSlot.lua

BidSlot:
Adjusted table:size() returns to prevent nil value math that may be affecting ResolveBids()
------------------------------------------------------------------------
r82 | ziggedy | 2008-12-29 01:49:19 +0000 (Mon, 29 Dec 2008) | 8 lines
Changed paths:
   M /trunk/Array.lua
   M /trunk/Bid.lua
   M /trunk/ZiggaDKP.lua

Array:
Fixed a continuous loop error in a clean up table function.

Bid:
Added a comment pointing out the exact place that was causing my mod to crash.

ZiggaDKP:
Removed Error Checking Messages.
------------------------------------------------------------------------
r81 | ziggedy | 2008-12-28 01:35:24 +0000 (Sun, 28 Dec 2008) | 1 line
Changed paths:
   M /trunk/BidSlot.lua
   M /trunk/ZiggaDKP.lua

Attemping to fix the freezing bug at the end of an auction.  Added chatframe messages to functions in BidSlot and ZiggaDKP for debugging.
------------------------------------------------------------------------
r80 | ziggedy | 2008-12-28 00:34:30 +0000 (Sun, 28 Dec 2008) | 8 lines
Changed paths:
   M /trunk/Array.lua
   M /trunk/Bid.lua
   M /trunk/BidSlot.lua

Bid:
Fixed a text error where I was accessing a table instead of the actual variable.

BidSlot:
Fixed an error in PBid which caused players to not be removed from the source list.

Array:
Fixed an access error where the sudo object wasn't referencing itself in the call.
------------------------------------------------------------------------
r79 | ziggedy | 2008-12-19 00:31:57 +0000 (Fri, 19 Dec 2008) | 2 lines
Changed paths:
   M /trunk/ZiggaDKP.xml

ZiggaDKP.xml
Fixed Positioning of EndAuction Buttons in tab4.
------------------------------------------------------------------------
r78 | ziggedy | 2008-12-19 00:28:31 +0000 (Fri, 19 Dec 2008) | 2 lines
Changed paths:
   M /trunk/ZiggaDKP.xml

ZiggaDKP.xml
Xml formatted and cleaned completely.  It is now easier to read.
------------------------------------------------------------------------
r77 | ziggedy | 2008-12-18 23:33:30 +0000 (Thu, 18 Dec 2008) | 2 lines
Changed paths:
   M /trunk/ZiggaDKP.xml

ZiggaDKP.xml
Cleaning up the xml formatting so I can read it better.
------------------------------------------------------------------------
r76 | ziggedy | 2008-12-18 22:47:25 +0000 (Thu, 18 Dec 2008) | 2 lines
Changed paths:
   M /trunk/Array.lua

Array:
Small fix to RollOff().
------------------------------------------------------------------------
r75 | ziggedy | 2008-12-18 22:23:47 +0000 (Thu, 18 Dec 2008) | 2 lines
Changed paths:
   M /trunk/Array.lua

Array:
Small fix to GetTop().
------------------------------------------------------------------------
r74 | ziggedy | 2008-12-18 21:26:07 +0000 (Thu, 18 Dec 2008) | 3 lines
Changed paths:
   M /trunk/Array.lua

Array:
SortByRoll() should work perfectly now.
End of Auction completed.
------------------------------------------------------------------------
r73 | ziggedy | 2008-12-15 02:03:25 +0000 (Mon, 15 Dec 2008) | 2 lines
Changed paths:
   M /trunk/Array.lua

Array:
GetTop() and RollOff() and supporting functions, minus SortByRolls(), is completed and in theory perfected.
------------------------------------------------------------------------
r72 | ziggedy | 2008-12-15 01:30:42 +0000 (Mon, 15 Dec 2008) | 2 lines
Changed paths:
   M /trunk/Array.lua

Array:
Redoing the end auction sequence again.  This time it has been planned out better.
------------------------------------------------------------------------
r71 | ziggedy | 2008-12-14 23:01:55 +0000 (Sun, 14 Dec 2008) | 2 lines
Changed paths:
   M /trunk/Array.lua
   M /trunk/ZiggaDKP.xml

Array:
Redoing the end auction sequence again.  This time it has been planned out better.
------------------------------------------------------------------------
r70 | ziggedy | 2008-12-09 02:08:15 +0000 (Tue, 09 Dec 2008) | 2 lines
Changed paths:
   M /trunk/ZiggaDKP.xml

ZiggaDKP.xml
Cleaning up structure.
------------------------------------------------------------------------
r69 | ziggedy | 2008-12-09 01:55:03 +0000 (Tue, 09 Dec 2008) | 8 lines
Changed paths:
   M /trunk/Bid.lua
   M /trunk/BidSlot.lua
   M /trunk/ZiggaDKP.xml

Bid:
Changed slightly to work with BidSlot.

BidSlot:
Changed slightly to work with Array objects.

ZiggaDKP.xml
Moved the end auction button over so it is visible.
------------------------------------------------------------------------
r68 | ziggedy | 2008-12-09 01:44:52 +0000 (Tue, 09 Dec 2008) | 1 line
Changed paths:
   M /trunk/Array.lua

Completed the chain of finding out placement, however some bids below the winner might be inaccurate.
------------------------------------------------------------------------
r67 | ziggedy | 2008-12-06 02:29:18 +0000 (Sat, 06 Dec 2008) | 1 line
Changed paths:
   M /trunk/Array.lua

End Auction chain is almost complete.  Just hammering out a few ideas.
------------------------------------------------------------------------
r66 | ziggedy | 2008-12-06 00:08:36 +0000 (Sat, 06 Dec 2008) | 1 line
Changed paths:
   M /trunk/Array.lua

End Auction chain is almost complete.
------------------------------------------------------------------------
r65 | ziggedy | 2008-12-05 02:49:57 +0000 (Fri, 05 Dec 2008) | 1 line
Changed paths:
   M /trunk/Array.lua

Minor fixes
------------------------------------------------------------------------
r64 | ziggedy | 2008-12-04 20:35:42 +0000 (Thu, 04 Dec 2008) | 1 line
Changed paths:
   M /trunk/Array.lua
   M /trunk/Xml.lua
   M /trunk/ZiggaDKP.xml

Minor fixes
------------------------------------------------------------------------
r63 | ziggedy | 2008-12-04 02:58:02 +0000 (Thu, 04 Dec 2008) | 1 line
Changed paths:
   M /trunk/Array.lua

More adjustments to the new end auction chain.
------------------------------------------------------------------------
r62 | ziggedy | 2008-12-04 02:53:12 +0000 (Thu, 04 Dec 2008) | 2 lines
Changed paths:
   M /trunk/Xml.lua

Xml:
Fixed tab3 to clear non-raid member slots (should fix the raid members who left but are still hanging around error).
------------------------------------------------------------------------
r61 | ziggedy | 2008-12-04 02:47:57 +0000 (Thu, 04 Dec 2008) | 1 line
Changed paths:
   M /trunk/Array.lua
   M /trunk/BidSlot.lua

Fixing up the new bid resolution system.
------------------------------------------------------------------------
r60 | ziggedy | 2008-12-03 02:53:44 +0000 (Wed, 03 Dec 2008) | 1 line
Changed paths:
   M /trunk/Array.lua
   M /trunk/BidSlot.lua
   M /trunk/ZiggaDKP.xml

Minor fixes
------------------------------------------------------------------------
r59 | ziggedy | 2008-12-02 03:01:37 +0000 (Tue, 02 Dec 2008) | 2 lines
Changed paths:
   M /trunk/Array.lua

Array:
Making advance resolving functions for the array objects.
------------------------------------------------------------------------
r58 | ziggedy | 2008-12-02 02:41:03 +0000 (Tue, 02 Dec 2008) | 5 lines
Changed paths:
   M /trunk/Array.lua
   M /trunk/BidSlot.lua

Array:
Making advance resolving functions for the array objects.

BidSlot:
Modifying BidSlot to use the new array object.
------------------------------------------------------------------------
r57 | ziggedy | 2008-11-28 04:58:25 +0000 (Fri, 28 Nov 2008) | 5 lines
Changed paths:
   M /trunk/Array.lua
   M /trunk/BidSlot.lua

Array:
Making an array object to handle stuff for me.

BidSlot:
Modifying BidSlot to use the new array object.
------------------------------------------------------------------------
r56 | ziggedy | 2008-11-28 04:56:40 +0000 (Fri, 28 Nov 2008) | 1 line
Changed paths:
   D /trunk/ZDropDownMenuButton.lua

Deleting old code
------------------------------------------------------------------------
r55 | ziggedy | 2008-11-28 04:56:09 +0000 (Fri, 28 Nov 2008) | 1 line
Changed paths:
   D /trunk/ZDropDownMenu.lua

Deleting Old Code
------------------------------------------------------------------------
r54 | ziggedy | 2008-11-28 04:55:50 +0000 (Fri, 28 Nov 2008) | 1 line
Changed paths:
   D /trunk/Old ZiggaDKP.lua

Removing old code files
------------------------------------------------------------------------
r53 | ziggedy | 2008-11-27 03:57:07 +0000 (Thu, 27 Nov 2008) | 2 lines
Changed paths:
   M /trunk/Array.lua

Array:
Making an array object to handle stuff for me.
------------------------------------------------------------------------
r52 | ziggedy | 2008-11-26 06:00:29 +0000 (Wed, 26 Nov 2008) | 2 lines
Changed paths:
   M /trunk/Array.lua

Array:
Making an array object to handle stuff for me.
------------------------------------------------------------------------
r51 | ziggedy | 2008-11-26 01:35:20 +0000 (Wed, 26 Nov 2008) | 2 lines
Changed paths:
   M /trunk/Array.lua

Array:
Making an array object to handle stuff for me.
------------------------------------------------------------------------
r50 | ziggedy | 2008-11-25 06:31:37 +0000 (Tue, 25 Nov 2008) | 5 lines
Changed paths:
   A /trunk/Array.lua
   M /trunk/BidSlot.lua

BidSlot:
Remaking the bidding system on the bidslot object side.

Array:
Making an array object to handle stuff for me.
------------------------------------------------------------------------
r49 | ziggedy | 2008-11-25 05:16:15 +0000 (Tue, 25 Nov 2008) | 2 lines
Changed paths:
   M /trunk/BidSlot.lua

BidSlot:
Remaking the bidding system on the bidslot object side.
------------------------------------------------------------------------
r48 | ziggedy | 2008-11-25 02:57:23 +0000 (Tue, 25 Nov 2008) | 5 lines
Changed paths:
   M /trunk/BidSlot.lua

BidSlot:
Working on a better bidding system
--Bids are tracked by player name, duplicate bids are replaced by changing (or not changing) bid types.
--Bids are sorted at the end, instead of being sorted at the begining and end.
--Uses one (larger) table instead of 2.
------------------------------------------------------------------------
r47 | ziggedy | 2008-11-25 00:40:39 +0000 (Tue, 25 Nov 2008) | 2 lines
Changed paths:
   M /trunk/BidSlot.lua
   M /trunk/Xml.lua
   M /trunk/ZiggaDKP.lua
   M /trunk/ZiggaDKP.xml

BidSlot:
Added error messages I receive from resolving bids (or multiple of the same persons bids).
------------------------------------------------------------------------
r46 | ziggedy | 2008-11-20 03:05:32 +0000 (Thu, 20 Nov 2008) | 1 line
Changed paths:
   M /trunk/ZiggaDKP.xml

Restructured for better reading etc....
------------------------------------------------------------------------
r45 | ziggedy | 2008-11-20 02:41:31 +0000 (Thu, 20 Nov 2008) | 5 lines
Changed paths:
   M /trunk/Xml.lua
   M /trunk/ZiggaDKP.lua

ZiggaDKP:
Removed redundant function call.

Xml:
Added timer support to the show new auction function and added a function call to hide and show the timer (hide is commented out till testing goes well).
------------------------------------------------------------------------
r44 | ziggedy | 2008-11-20 02:17:24 +0000 (Thu, 20 Nov 2008) | 10 lines
Changed paths:
   M /trunk/Bid.lua
   M /trunk/Xml.lua
   M /trunk/ZiggaDKP.lua

ZiggaDKP:
EndAuction now ends auctions early or clears out unwanted unauctioned items.
Cleanup calls make a tiny bit more sense.
Time Extend recepter will only work if you are the master looter who then tells everyone to extend their timers.

Xml:
Added semi colins to a function.......

Bid:
ClearBidSlot created for non-auction ending functions to access (EndAuction for when there is no auctioned item)
------------------------------------------------------------------------
r43 | ziggedy | 2008-11-20 01:42:44 +0000 (Thu, 20 Nov 2008) | 2 lines
Changed paths:
   M /trunk/ZiggaDKP.lua

ZiggaDKP:
Added a smarter DKPInform with 5 recepters and senders to minimise announces.
------------------------------------------------------------------------
r42 | ziggedy | 2008-11-20 01:39:25 +0000 (Thu, 20 Nov 2008) | 2 lines
Changed paths:
   M /trunk/ZiggaDKP.lua

ZiggaDKP:
Added a smarter DKPInform with 5 recepters and senders to minimise announces.
------------------------------------------------------------------------
r41 | ziggedy | 2008-11-20 00:51:01 +0000 (Thu, 20 Nov 2008) | 2 lines
Changed paths:
   M /trunk/ZiggaDKP.lua

ZiggaDKP:
Bids should no longer be accepted if there is no item up for bid (syc error).
------------------------------------------------------------------------
r40 | ziggedy | 2008-11-19 02:33:18 +0000 (Wed, 19 Nov 2008) | 6 lines
Changed paths:
   M /trunk/Xml.lua
   M /trunk/ZiggaDKP.lua

ZiggaDKP:
Master looter support added further.
Cleaned up and removed unused code.

Xml:
Removed unused code and variables.
------------------------------------------------------------------------
r39 | ziggedy | 2008-11-18 23:52:21 +0000 (Tue, 18 Nov 2008) | 2 lines
Changed paths:
   M /trunk/ZiggaDKP.lua

ZiggaDKP:
Added Master looter check and support.
------------------------------------------------------------------------
r38 | ziggedy | 2008-11-18 03:02:26 +0000 (Tue, 18 Nov 2008) | 9 lines
Changed paths:
   M /trunk/Xml.lua
   M /trunk/ZiggaDKP.lua
   M /trunk/ZiggaDKP.xml

ZiggaDKP:
BidList Cleanup calls from addon message handler.
EndAuction function added.

ZiggaDKP.Xml
EndAuction Buttons added.

Xml:
Cleanup Bidlist function added.
------------------------------------------------------------------------
r37 | ziggedy | 2008-11-18 01:27:40 +0000 (Tue, 18 Nov 2008) | 2 lines
Changed paths:
   M /trunk/ZiggaDKP.lua

ZiggaDKP:
Quick fix for the addon message.
------------------------------------------------------------------------
r36 | ziggedy | 2008-11-18 01:23:33 +0000 (Tue, 18 Nov 2008) | 3 lines
Changed paths:
   M /trunk/ZiggaDKP.lua

ZiggaDKP:
Changed the update function to call out an end of auction addon message, which will officaly end the auction for everytone.
Need to remove the end of auction from Bid.lua :DecTime().
------------------------------------------------------------------------
r35 | ziggedy | 2008-11-13 03:00:37 +0000 (Thu, 13 Nov 2008) | 11 lines
Changed paths:
   M /trunk/Bid.lua
   M /trunk/BidSlot.lua
   M /trunk/Localization.lua
   M /trunk/ZiggaDKP.lua

ZiggaDKP:
Removed a chain of function calls that passed already global dkp tables.

Localization:
Added more language to the winner sentence

Bid:
Constructed a smarter congratulating sentence to the winner.

BidSlot:
Added functionality for the smarter congratulating sentance (:IsPrimary())
------------------------------------------------------------------------
r34 | ziggedy | 2008-11-13 02:30:44 +0000 (Thu, 13 Nov 2008) | 5 lines
Changed paths:
   M /trunk/BidSlot.lua
   M /trunk/ZiggaDKP.lua

ZiggaDKP:
DKPInform function has been put in, needs some nil protection.

BidSlot:
Fixed some nil table and variable typos that were throwing errors in bid result/clean up functions.
------------------------------------------------------------------------
r33 | ziggedy | 2008-11-12 23:49:15 +0000 (Wed, 12 Nov 2008) | 2 lines
Changed paths:
   M /trunk/BidSlot.lua

BidSlot:
Added error messages I receive from resolving bids (or multiple of the same persons bids).
------------------------------------------------------------------------
r31 | ziggedy | 2008-11-12 21:57:28 +0000 (Wed, 12 Nov 2008) | 2 lines
Changed paths:
   M /trunk/ZiggaDKP.lua

ZiggaDKP:
Added support for lootmaster having access to auction commands, if there is no lootmaster then the player has access to auction commands.
------------------------------------------------------------------------
r30 | ziggedy | 2008-11-12 21:02:39 +0000 (Wed, 12 Nov 2008) | 5 lines
Changed paths:
   M /trunk/ZiggaDKP.lua
   M /trunk/ZiggaDKP.xml

ZiggaDKP:
DDM now work correctly and do not cut off the last entry in the table when initializing.

ZiggaDKP.xml
DDM now call the correct initialization functions.
------------------------------------------------------------------------
r29 | ziggedy | 2008-11-12 20:07:34 +0000 (Wed, 12 Nov 2008) | 2 lines
Changed paths:
   M /trunk/Xml.lua

Xml:
Fixed an error where the program would overwrite the name of the item instead of writing over the cost amount.
------------------------------------------------------------------------
r28 | ziggedy | 2008-11-11 03:10:27 +0000 (Tue, 11 Nov 2008) | 14 lines
Changed paths:
   M /trunk/Bid.lua
   M /trunk/BidSlot.lua
   M /trunk/Localization.lua
   M /trunk/Xml.lua
   M /trunk/ZiggaDKP.lua

ZiggaDKP:
Setup OnClick functions for all the ddm and the new ddm external variable system.

Bid:
Added in auctionLock to preserve item auction costs better.

BidSlot:
New function to return if there is a current cost to the item.

Localization:
Reformatted a table to attempt to fix the error with a ddm no loading all members of the table.

Xml:
Tab page loading changed to support quick reloading on ddm actions.  Ddm support added.
------------------------------------------------------------------------
r27 | ziggedy | 2008-11-09 20:25:47 +0000 (Sun, 09 Nov 2008) | 7 lines
Changed paths:
   M /trunk/ZiggaDKP.lua
   M /trunk/ZiggaDKP.xml

ZiggaDKP:
Got my DDM to work properly in a ... tacky way, for lack of a better term.
Still need to make a work around for modding the cost...

ZiggaDKP.Xml
I changed OnClick around abit.

------------------------------------------------------------------------
r26 | ziggedy | 2008-11-06 02:56:19 +0000 (Thu, 06 Nov 2008) | 5 lines
Changed paths:
   M /trunk/Localization.lua
   M /trunk/Xml.lua

Localization:
Added more multi-language functionality.

Xml:
Frame1 has been adjusted to use the language table for localization functionality.
------------------------------------------------------------------------
r25 | ziggedy | 2008-11-06 02:41:15 +0000 (Thu, 06 Nov 2008) | 10 lines
Changed paths:
   M /trunk/Xml.lua
   M /trunk/ZiggaDKP.lua
   M /trunk/ZiggaDKP.xml

ZiggaDKP:
DMM_OnClick created to be a smart function adjusting to the selected buttons ddm parent.

ZiggaDKP.Xml
DDM re-implemented with functionality restored.
Restructuring of XML indentation through tab1, so it's not so painful to look at.

Xml:
Added a local variable to the object, variable handles the mod value adjustments of tab2.
Added mod value functionality to frame2's setup function.
------------------------------------------------------------------------
r24 | ziggedy | 2008-11-05 23:42:35 +0000 (Wed, 05 Nov 2008) | 6 lines
Changed paths:
   M /trunk/ZiggaDKP.lua
   M /trunk/ZiggaDKP.xml

ZiggaDKP:
Got my DDM to work properly in a ... tacky way, for lack of a better term.

ZiggaDKP.Xml
I changed OnClick around abit.

------------------------------------------------------------------------
r23 | ziggedy | 2008-11-04 09:03:52 +0000 (Tue, 04 Nov 2008) | 6 lines
Changed paths:
   M /trunk/ZiggaDKP.lua
   M /trunk/ZiggaDKP.xml

ZiggaDKP:
Copying Blizz's DDM system since that's the most usuable way to do it currently

ZiggaDKP.Xml
Copying Blizz's DDM system since that's the most usuable way to do it currently

------------------------------------------------------------------------
r22 | ziggedy | 2008-11-04 02:56:17 +0000 (Tue, 04 Nov 2008) | 2 lines
Changed paths:
   M /trunk/ZiggaDKP.lua

ZiggaDKP:
Furthering my mimic of blizz ddm
------------------------------------------------------------------------
r21 | ziggedy | 2008-11-03 20:16:05 +0000 (Mon, 03 Nov 2008) | 6 lines
Changed paths:
   M /trunk/ZiggaDKP.lua
   M /trunk/ZiggaDKP.xml

ZiggaDKP:
Copying Blizz's DDM system since that's the most usuable way to do it currently

ZiggaDKP.Xml
Copying Blizz's DDM system since that's the most usuable way to do it currently

------------------------------------------------------------------------
r20 | ziggedy | 2008-10-30 02:09:57 +0000 (Thu, 30 Oct 2008) | 14 lines
Changed paths:
   M /trunk/Bid.lua
   M /trunk/Localization.lua
   M /trunk/Xml.lua
   M /trunk/ZiggaDKP.lua
   M /trunk/ZiggaDKP.xml

ZiggaDKP:
DDM reworks and tests.

ZiggaDKP.xml
Changed OnLoad script for DDM

Xml:
Localization changes for Main Frame Tab in process

Localization:
Added in more values to the language table.

Bid:
Changed some messages to be more localization friendly.
------------------------------------------------------------------------
r19 | ziggedy | 2008-10-29 22:46:29 +0000 (Wed, 29 Oct 2008) | 5 lines
Changed paths:
   M /trunk/Localization.lua
   M /trunk/ZiggaDKP.lua
   M /trunk/ZiggaDKP.xml

ZiggaDKP:
ReImplementing DDMs

ZiggaDKP.Xml
ReImplementing DDMs
------------------------------------------------------------------------
r18 | ziggedy | 2008-10-28 02:08:22 +0000 (Tue, 28 Oct 2008) | 15 lines
Changed paths:
   M /trunk/Localization.lua
   M /trunk/Xml.lua
   M /trunk/ZiggaDKP.lua
   M /trunk/ZiggaDKP.xml

ZiggaDKP:
Added a smart DDM OnClick function.
Removed redundant itemcost tables.

ZiggaDKP.xml
Added a string to the DDM in hopes of using that to display the value.

Xml:
Extended the functionality of the Item Costs tab,
 naming sceme is now changable in localization file.
Removed redundant itemcost and modcost tables.

Localization:
Reformatted and extended localization functionality using tables.
Made number of slots for item costs changable by user.
------------------------------------------------------------------------
r17 | ziggedy | 2008-10-27 22:59:05 +0000 (Mon, 27 Oct 2008) | 5 lines
Changed paths:
   M /trunk/ZiggaDKP.lua
   M /trunk/ZiggaDKP.xml

ZiggaDKP:
ReImplementing DDMs

ZiggaDKP.Xml
ReImplementing DDMs
------------------------------------------------------------------------
r16 | ziggedy | 2008-10-27 20:24:05 +0000 (Mon, 27 Oct 2008) | 5 lines
Changed paths:
   M /trunk/ZiggaDKP.lua
   M /trunk/ZiggaDKP.xml

ZiggaDKP:
Removed redudant code.

ZiggaDKP.Xml
Removed redudant code.
------------------------------------------------------------------------
r15 | ziggedy | 2008-10-27 20:08:24 +0000 (Mon, 27 Oct 2008) | 8 lines
Changed paths:
   M /trunk/ZiggaDKP.lua
   M /trunk/ZiggaDKP.xml

The mod loads up again, hurray!

ZiggaDKP:
Commented out troublesome function, commented out DDM stuff, needs to be reworked again.
Need to figure out a better way of registering events, reverted to using this again (should use self).

ZiggaDKP.Xml
Commented out DDM, they need to be reworked
------------------------------------------------------------------------
r14 | ziggedy | 2008-10-23 21:00:02 +0000 (Thu, 23 Oct 2008) | 8 lines
Changed paths:
   M /trunk/Xml.lua
   M /trunk/ZiggaDKP.lua
   M /trunk/ZiggaDKP.xml

ZiggaDKP:
Fixed drop down menu names to the new names in the xml file.

Xml:
Fixed drop down menu names to the new names in the xml file.

ZiggaDKP.Xml
Switched to frames instead of buttons for DDMs and used a better naming scheme
------------------------------------------------------------------------
r13 | ziggedy | 2008-10-23 20:40:49 +0000 (Thu, 23 Oct 2008) | 5 lines
Changed paths:
   M /trunk/Xml.lua
   M /trunk/ZiggaDKP.lua

ZiggaDKP:
Added in support for DDM external functions that redirect to the object's DDM functions

Xml:
Fixed up ZDDM_OnLoad(), simplifying it.
------------------------------------------------------------------------
r12 | ziggedy | 2008-10-23 02:25:32 +0000 (Thu, 23 Oct 2008) | 14 lines
Changed paths:
   M /trunk/Xml.lua
   A /trunk/ZDropDownMenu.lua
   A /trunk/ZDropDownMenuButton.lua
   M /trunk/ZiggaDKP.lua
   M /trunk/ZiggaDKP.xml

ZiggaDKP:
Added a new function to support my smarter DDM system

ZiggaDKP.xml
Implemented a cleaner (and the newer) version of DDM

Xml:
Creating a smarter system for loading up my drop down menus.

ZDropDownMenu:
Created to help support my new DDM system

ZDropDownMenuButton:
Created to help support ZDDM
------------------------------------------------------------------------
r11 | ziggedy | 2008-10-21 02:01:03 +0000 (Tue, 21 Oct 2008) | 1 line
Changed paths:
   M /trunk/Xml.lua

Begining to implement a lua code to create the frames instead of having a robust xml
------------------------------------------------------------------------
r10 | ziggedy | 2008-10-21 00:46:00 +0000 (Tue, 21 Oct 2008) | 1 line
Changed paths:
   M /trunk/BidSlot.lua

Fixed the nil ref error in ClearAllTies() but I'm sure the fiunction still isn't working (not getting passed the correct data).
------------------------------------------------------------------------
r8 | ziggedy | 2008-10-15 22:09:00 +0000 (Wed, 15 Oct 2008) | 4 lines
Changed paths:
   M /trunk/Xml.lua
   M /trunk/ZiggaDKP.lua
   M /trunk/ZiggaDKP.toc
   M /trunk/ZiggaDKP.xml

Changed all mention of this to self, I may have to do a finer pass as sometimes this was just a filler word and I'm worried some functions may not be using it properly.

Xml:
Changed SetTexture to incude the extra bool it now requires (i believe)
------------------------------------------------------------------------
r7 | ziggedy | 2008-10-13 21:59:47 +0000 (Mon, 13 Oct 2008) | 15 lines
Changed paths:
   M /trunk/Bid.lua
   M /trunk/BidSlot.lua
   M /trunk/ZiggaDKP.lua
   M /trunk/ZiggaDKP.xml

ZiggaDKP:
Added to the message handler to handle time increase request and informs
Created ZiggaDKP_Thinking() for time increase requests
Fixed a bug where MasterBid was not starting the auction but items were being put up for auction
OnUpdate is being simplified until I can figure out what is bugging out

Bid:
AddTime() now returns a bool

BidSlot:
Moved ResetTime() from cleanup to newauction to prevent OnUpdate problems
AddThinkingTime() now returns a bool

ZiggaDKP.xml
Added Timer strings to slot two even tho slot 2 isn't in use yet
------------------------------------------------------------------------
r6 | ziggedy | 2008-10-13 08:42:50 +0000 (Mon, 13 Oct 2008) | 6 lines
Changed paths:
   M /trunk/Xml.lua
   M /trunk/ZiggaDKP.lua

ZiggaDKP:
Switched OnUpdate to use a more accurate time based loop.
Still have some bugs with the time not being displayed properly which seems to stem from OnUpdate

Xml:
Fixed float display to only show up to 2 decimal places for dkp and time.
------------------------------------------------------------------------
r4 | ziggedy | 2008-10-13 03:53:10 +0000 (Mon, 13 Oct 2008) | 1 line
Changed paths:
   M /trunk/ZiggaDKP.lua

Fixed a bug where math was occuring on a nil value when a player didn't get an initial 0 value
------------------------------------------------------------------------
r3 | ziggedy | 2008-10-12 23:04:07 +0000 (Sun, 12 Oct 2008) | 8 lines
Changed paths:
   M /trunk/Xml.lua
   M /trunk/ZiggaDKP.lua

ZiggaDKP
-Switched functions around so clean up is preformed last
-Commented out a few test lines and added one
-Add a comment

XML:SetFrame3
-Fixed an error that would reset a player's dkp to 0 if it was not already.
-Changed the format of an ifcheck that may have let non names get through
------------------------------------------------------------------------
r2 | ziggedy | 2008-10-12 07:06:09 +0000 (Sun, 12 Oct 2008) | 1 line
Changed paths:
   A /trunk/Bid.lua
   A /trunk/BidSlot.lua
   A /trunk/Localization.lua
   A /trunk/Old ZiggaDKP.lua
   A /trunk/Xml.lua
   A /trunk/ZiggaDKP.lua
   A /trunk/ZiggaDKP.toc
   A /trunk/ZiggaDKP.xml

Initial Commit
------------------------------------------------------------------------
r1 | root | 2008-10-09 01:12:19 +0000 (Thu, 09 Oct 2008) | 1 line
Changed paths:
   A /branches
   A /tags
   A /trunk

"zdkp/mainline: Initial Import"
------------------------------------------------------------------------

  • Similar Addons
  •  

Average downloads per day

  1. 11,505 Prat 3.0 Chat & Communication
  2. 4,340 WIM (WoW Instant Messenger) v3 Chat & Communication
  3. 1,811 BadBoy: Anti Spam Automatic Reporter Chat & Communication
  4. 1,397 EPGPLootmaster Chat & Communication, Bags...
  5. 765 ChatMOD Chat & Communication