r30

Details

  • Filename
    Broker_GuildMoney-r30.zip
  • Uploaded by
  • Uploaded
    Jan 1, 2011
  • Size
    15.37 KB
  • Downloads
    149
  • MD5
    d4d56e8659ec182e92868bcf30b4509e

Supported WoW Retail Versions

  • 4.0.3a

Changelog

------------------------------------------------------------------------
r30 | rabbit | 2011-01-01 19:49:14 +0000 (Sat, 01 Jan 2011) | 1 line
Changed paths:
   M /trunk/broker.lua

Show the top 5 list even if the player has not set a main character.
------------------------------------------------------------------------
r29 | rabbit | 2011-01-01 16:57:28 +0000 (Sat, 01 Jan 2011) | 1 line
Changed paths:
   M /trunk/broker.lua

Fix last 30 days total to not count day 7 twice.
------------------------------------------------------------------------
r28 | rabbit | 2010-12-31 00:01:54 +0000 (Fri, 31 Dec 2010) | 1 line
Changed paths:
   M /trunk/broker.lua

Err, fix 1 gold to be 10000 copper, not 1000.
------------------------------------------------------------------------
r27 | rabbit | 2010-12-29 08:41:33 +0000 (Wed, 29 Dec 2010) | 1 line
Changed paths:
   M /trunk/broker.lua

Stop being fancy with .OnTooltipShow to work around buggy displays.
------------------------------------------------------------------------
r26 | rabbit | 2010-12-28 22:14:17 +0000 (Tue, 28 Dec 2010) | 1 line
Changed paths:
   M /trunk/broker.lua

Plug a potential nil reference.
------------------------------------------------------------------------
r25 | rabbit | 2010-12-28 22:11:37 +0000 (Tue, 28 Dec 2010) | 1 line
Changed paths:
   M /trunk/Broker_GuildMoney.toc
   M /trunk/broker.lua

Invoke GuildRoster() on login and remove the old DB conversion code.
------------------------------------------------------------------------
r24 | rabbit | 2010-12-28 13:22:25 +0000 (Tue, 28 Dec 2010) | 4 lines
Changed paths:
   M /trunk/broker.lua

* Fix the top 5 list, actually stops at 5 now.
* Set default colors properly instead of white
* Use the set main character for the local display instead of player name

------------------------------------------------------------------------
r23 | rabbit | 2010-12-25 10:38:32 +0000 (Sat, 25 Dec 2010) | 1 line
Changed paths:
   M /trunk/broker.lua

Yeah, use a backdrop.
------------------------------------------------------------------------
r22 | rabbit | 2010-12-25 10:12:42 +0000 (Sat, 25 Dec 2010) | 1 line
Changed paths:
   M /trunk/broker.lua

Simplify the setmainchar window a bit; should probably just use a backdrop.
------------------------------------------------------------------------
r21 | rabbit | 2010-12-25 00:32:49 +0000 (Sat, 25 Dec 2010) | 1 line
Changed paths:
   M /trunk/broker.lua

Make the last UI string localizable, clean up some strings and turn off autofocus on the setmainchar editbox.
------------------------------------------------------------------------
r20 | rabbit | 2010-12-25 00:04:37 +0000 (Sat, 25 Dec 2010) | 1 line
Changed paths:
   M /trunk/broker.lua

Condense the tooltip hint to one line and specify that the week/month totals are the last 7 and 30 days, respectively.
------------------------------------------------------------------------
r19 | rabbit | 2010-12-24 23:44:56 +0000 (Fri, 24 Dec 2010) | 1 line
Changed paths:
   M /trunk/broker.lua

Add some system messages when you set/dont set the main and clear up the window text a bit.
------------------------------------------------------------------------
r18 | rabbit | 2010-12-24 23:26:38 +0000 (Fri, 24 Dec 2010) | 1 line
Changed paths:
   M /trunk/broker.lua

Use a window to ask for the main character instead of a stupid chat print.
------------------------------------------------------------------------
r17 | rabbit | 2010-12-24 23:00:38 +0000 (Fri, 24 Dec 2010) | 1 line
Changed paths:
   M /trunk/Broker_GuildMoney.toc
   M /trunk/broker.lua

Unfuck the database.
------------------------------------------------------------------------
r16 | rabbit | 2010-12-24 10:21:53 +0000 (Fri, 24 Dec 2010) | 1 line
Changed paths:
   M /trunk/Broker_GuildMoney.toc
   M /trunk/broker.lua

Let the player set a main character to use when transmitting his totals to other guild members.
------------------------------------------------------------------------
r15 | rabbit | 2010-12-24 09:46:27 +0000 (Fri, 24 Dec 2010) | 1 line
Changed paths:
   M /trunk/broker.lua

Continue trying to fetch the guild name and do a proper setup every PEW, if we can't on login.
------------------------------------------------------------------------
r14 | rabbit | 2010-12-24 00:30:25 +0000 (Fri, 24 Dec 2010) | 1 line
Changed paths:
   M /trunk/broker.lua

Don't enable the tooltip until after we've loaded properly.
------------------------------------------------------------------------
r13 | rabbit | 2010-12-24 00:13:39 +0000 (Fri, 24 Dec 2010) | 1 line
Changed paths:
   M /trunk/broker.lua

Stop using strings directly in the code, so it's easier to localize.
------------------------------------------------------------------------
r12 | rabbit | 2010-12-23 23:44:54 +0000 (Thu, 23 Dec 2010) | 1 line
Changed paths:
   M /trunk/broker.lua

Remove the test subjects I added to the totals. Oops.
------------------------------------------------------------------------
r11 | rabbit | 2010-12-23 23:28:47 +0000 (Thu, 23 Dec 2010) | 1 line
Changed paths:
   M /trunk/broker.lua

Add top 5 guild contributors to the tooltip and broadcast our total every 2 minutes (if it changed).
------------------------------------------------------------------------
r10 | rabbit | 2010-12-23 23:06:56 +0000 (Thu, 23 Dec 2010) | 1 line
Changed paths:
   M /trunk/broker.lua

Nicenupify the LDB text a bit.
------------------------------------------------------------------------
r9 | rabbit | 2010-12-23 18:55:55 +0000 (Thu, 23 Dec 2010) | 1 line
Changed paths:
   M /trunk/broker.lua

Fix total values and also parse the loot string used in groups, not just the solo one.
------------------------------------------------------------------------
r8 | rabbit | 2010-12-23 13:12:17 +0000 (Thu, 23 Dec 2010) | 1 line
Changed paths:
   M /trunk/broker.lua

Set the lasttransmittotal on login.
------------------------------------------------------------------------
r7 | rabbit | 2010-12-23 12:37:24 +0000 (Thu, 23 Dec 2010) | 1 line
Changed paths:
   M /trunk/Broker_GuildMoney.toc
   M /trunk/broker.lua

Add a all time total, and start transmitting and receiving totals from the guild addon channel.
------------------------------------------------------------------------
r6 | rabbit | 2010-12-23 12:23:28 +0000 (Thu, 23 Dec 2010) | 1 line
Changed paths:
   M /trunk/broker.lua

Use the daily in the LDB text and update it on login.
------------------------------------------------------------------------
r5 | rabbit | 2010-12-23 12:10:33 +0000 (Thu, 23 Dec 2010) | 1 line
Changed paths:
   M /trunk/broker.lua

Shorten the LDB text a bit and add a hint to the tooltip.
------------------------------------------------------------------------
r4 | rabbit | 2010-12-23 11:53:06 +0000 (Thu, 23 Dec 2010) | 1 line
Changed paths:
   M /trunk/broker.lua

Fix the daily/weekly/monthly stats.
------------------------------------------------------------------------
r3 | rabbit | 2010-12-23 11:50:40 +0000 (Thu, 23 Dec 2010) | 1 line
Changed paths:
   M /trunk/Broker_GuildMoney.toc
   M /trunk/broker.lua

Fix embeds and X-Category.
------------------------------------------------------------------------
r2 | rabbit | 2010-12-23 11:46:40 +0000 (Thu, 23 Dec 2010) | 1 line
Changed paths:
   A /trunk/.pkgmeta
   A /trunk/Broker_GuildMoney.toc
   A /trunk/broker.lua
   A /trunk/libs

Initial commit; Eliminates the spam from the chatframe and sums it up in a broker plugin.
------------------------------------------------------------------------
r1 | root | 2010-12-23 10:41:01 +0000 (Thu, 23 Dec 2010) | 1 line
Changed paths:
   A /branches
   A /tags
   A /trunk

"broker-guildmoney/mainline: Initial Import"
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
8.26 KB Jan 1, 2011 4.0.3a 31