r29

Details

  • Filename
    LibGuildBankComm-1.0-r29.zip
  • Uploaded by
  • Uploaded
    Apr 6, 2011
  • Size
    38.14 KB
  • Downloads
    51
  • MD5
    2c4690879b7aab60bedb73a8104e50c3

Supported WoW Retail Versions

  • 4.0.6

Changelog

------------------------------------------------------------------------
r29 | starinnia | 2011-04-06 05:29:48 +0000 (Wed, 06 Apr 2011) | 1 line
Changed paths:
   M /trunk/LibGuildBankComm-1.0.lua

-tweak the REQUEST command so it matches the pattern parsing commands in OnCommReceived()
------------------------------------------------------------------------
r28 | starinnia | 2011-04-06 05:25:24 +0000 (Wed, 06 Apr 2011) | 1 line
Changed paths:
   M /trunk/LibGuildBankComm-1.0.lua

-properly encode the serialized/compressed data before transmitting it
------------------------------------------------------------------------
r27 | starinnia | 2011-04-06 04:51:42 +0000 (Wed, 06 Apr 2011) | 1 line
Changed paths:
   M /trunk/LibGuildBankComm-1.0.lua

-sanity check
------------------------------------------------------------------------
r26 | starinnia | 2011-04-06 01:35:03 +0000 (Wed, 06 Apr 2011) | 8 lines
Changed paths:
   M /trunk/LibGuildBankComm-1.0.lua

-Large commit of doom
-Split catch-all callback into 3: items, money, tabs
-remove parameters from PlayerGuildless callback
-refactor some of the comms code
-fix the lib not processing info requests
-fix some guild events that don't have parameters expecting one
-make the guildBank table private to the lib, access is given through accessors and iterator functions
-lib should be a bit more author friendly now, updated API docs coming soon
------------------------------------------------------------------------
r25 | starinnia | 2011-04-03 22:55:28 +0000 (Sun, 03 Apr 2011) | 1 line
Changed paths:
   M /trunk/LibGuildBankComm-1.0.lua

-different fix for double firing close events
------------------------------------------------------------------------
r24 | starinnia | 2011-04-03 19:05:10 +0000 (Sun, 03 Apr 2011) | 1 line
Changed paths:
   M /trunk/LibGuildBankComm-1.0.toc

-adjust library loading in the TOC file
------------------------------------------------------------------------
r23 | starinnia | 2011-04-03 19:02:08 +0000 (Sun, 03 Apr 2011) | 1 line
Changed paths:
   M /trunk/LibGuildBankComm-1.0.lua

-fix double callbacks/comms from the double firing close event
------------------------------------------------------------------------
r22 | starinnia | 2011-04-03 18:54:52 +0000 (Sun, 03 Apr 2011) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/LibGuildBankComm-1.0.toc

-use the ChatThrottleLib that comes with AceComm
------------------------------------------------------------------------
r21 | starinnia | 2011-04-03 01:35:33 +0000 (Sun, 03 Apr 2011) | 2 lines
Changed paths:
   M /trunk/LibGuildBankComm-1.0.lua

-change some %s replacements to %d
-fix 2 debug prints to not cause nil index exceptions
------------------------------------------------------------------------
r20 | starinnia | 2011-04-02 21:48:10 +0000 (Sat, 02 Apr 2011) | 1 line
Changed paths:
   M /trunk/.pkgmeta

-fix package-as directive in pkgmeta
------------------------------------------------------------------------