YssGuildShop-r49147.16

Details

  • Filename
    YssGuildShop-r49147.16.zip
  • Uploaded by
  • Uploaded
    Sep 19, 2007
  • Size
    236.32 KB
  • Downloads
    50
  • MD5
    f58183c1e14c2217398ab3a8aefe2848

Supported WoW Retail Versions

  • 2.1.3

Changelog

------------------------------------------------------------------------
r49147 | yssaril | 2007-09-17 18:13:27 -0400 (Mon, 17 Sep 2007) | 2 lines
Changed paths:
   M /trunk/YssGuildShop/YGS_Comm.lua
   M /trunk/YssGuildShop/YssGuildShop.toc

YssGuildShop:
- fixed the comm system forgot to implement the new api from rock oops
------------------------------------------------------------------------
r49130 | yssaril | 2007-09-17 15:26:40 -0400 (Mon, 17 Sep 2007) | 5 lines
Changed paths:
   M /trunk/YssGuildShop
   M /trunk/YssGuildShop/YGS_Comm.lua
   M /trunk/YssGuildShop/YssGuildShop.lua
   M /trunk/YssGuildShop/YssGuildShop.toc
   M /trunk/YssGuildShop/embeds.xml

YssGuildShop:
- 1st stage of switching from Ace2 to Rock (both are still needed due to FuBarPlugin-2.0's dependence on Ace2)
- This switch will solve the Comm Error that was sometimes possible in AceComm
- Old comm messages will not be received
- 2nd stage will happen when the FuBarPlugin-2.0 gets ported to rock
------------------------------------------------------------------------
r49005 | yssaril | 2007-09-15 23:49:11 -0400 (Sat, 15 Sep 2007) | 3 lines
Changed paths:
   M /trunk/YssGuildShop/YGS_GUI.lua
   M /trunk/YssGuildShop/YssGuildShop.toc

YssGuildShop:
- fixed a possible nil error
- (previous update fixed the database sharing. Forgot to set the commit log oops)
------------------------------------------------------------------------
r48999 | yssaril | 2007-09-15 19:47:03 -0400 (Sat, 15 Sep 2007) | 2 lines
Changed paths:
   M /trunk/YssGuildShop/YGS_Comm.lua
   M /trunk/YssGuildShop/YssGuildShop.toc

YssGuildShop:
-
------------------------------------------------------------------------
r48878 | yssaril | 2007-09-14 02:55:31 -0400 (Fri, 14 Sep 2007) | 2 lines
Changed paths:
   M /trunk/YssGuildShop/YGS_Comm.lua
   M /trunk/YssGuildShop/YssGuildShop.toc

YssGuildShop:
- fixed bug where the scroll bar table would get reset when you receive new data (have to close and reopen to update the current data)
------------------------------------------------------------------------
r48835 | yssaril | 2007-09-13 13:30:18 -0400 (Thu, 13 Sep 2007) | 3 lines
Changed paths:
   M /trunk/YssGuildShop/YGS_GUI.lua

YssGuildShop:
- fixed several errors relating to the new database structure
- fixed some errors when running the addon when not in a guild
------------------------------------------------------------------------
r48757 | yssaril | 2007-09-12 16:24:48 -0400 (Wed, 12 Sep 2007) | 2 lines
Changed paths:
   M /trunk/YssGuildShop/YGS_GUI.lua
   M /trunk/YssGuildShop/YGS_GUI.xml
   M /trunk/YssGuildShop/YssGuildShop.toc

YssGuildShop:
- Improved Garbage creation when viewing items by an insane amount (was creating new tables each time the scrollbar updated oops :P)
------------------------------------------------------------------------
r48721 | yssaril | 2007-09-12 03:34:33 -0400 (Wed, 12 Sep 2007) | 4 lines
Changed paths:
   M /trunk/YssGuildShop/YGS_DB.lua
   M /trunk/YssGuildShop/YGS_GUI.lua
   M /trunk/YssGuildShop/YssGuildShop.lua
   M /trunk/YssGuildShop/YssGuildShop.toc

YssGuildShop:
- fixed a potential nil error
- restructured the item database (again)
- optimized some code
------------------------------------------------------------------------
r48091 | yssaril | 2007-09-03 14:33:09 -0400 (Mon, 03 Sep 2007) | 2 lines
Changed paths:
   M /trunk/YssGuildShop/YGS_Comm.lua
   M /trunk/YssGuildShop/YssGuildShop.toc

YssGuildShop:
- fixed a rare nil error
------------------------------------------------------------------------
r47806 | yssaril | 2007-08-30 20:48:24 -0400 (Thu, 30 Aug 2007) | 3 lines
Changed paths:
   M /trunk/YssGuildShop/YGS_Comm.lua
   M /trunk/YssGuildShop/YGS_DB.lua
   M /trunk/YssGuildShop/YssGuildShop.lua
   M /trunk/YssGuildShop/YssGuildShop.toc

YssGuildShop:
- removed debug messages
- changed how items get recorded to take into account random enchants
------------------------------------------------------------------------
r47798 | yssaril | 2007-08-30 18:14:22 -0400 (Thu, 30 Aug 2007) | 2 lines
Changed paths:
   M /trunk/YssGuildShop/YssGuildShop.toc

YssGuildShop:
- fixed some toc stuff that was overdue :)
------------------------------------------------------------------------
r47741 | yssaril | 2007-08-30 01:53:32 -0400 (Thu, 30 Aug 2007) | 2 lines
Changed paths:
   M /trunk/YssGuildShop/YGS_Comm.lua

YssGuildShop:
- removed debug dumps oops :P
------------------------------------------------------------------------
r47740 | yssaril | 2007-08-30 01:36:10 -0400 (Thu, 30 Aug 2007) | 2 lines
Changed paths:
   M /trunk/YssGuildShop/YGS_Comm.lua
   M /trunk/YssGuildShop/YssGuildShop.toc

YssGuildShop:
- fixed nil error
------------------------------------------------------------------------
r47718 | yssaril | 2007-08-29 16:29:34 -0400 (Wed, 29 Aug 2007) | 4 lines
Changed paths:
   A /trunk/YssGuildShop/YGS_Comm.lua
   M /trunk/YssGuildShop/YssGuildShop.lua
   M /trunk/YssGuildShop/YssGuildShop.toc

YssGuildShop:
- moved the communications code into YGS_Comm.lua
- the guild database will now be shared on a request base only as such unnecessary sending of data should have been cut down (more optimization coming soon)
- due to change in communications the local database will be cleared and old database communications will be rejected and the user notified of newer version of YssGuildShop
------------------------------------------------------------------------
r47679 | yssaril | 2007-08-29 00:12:32 -0400 (Wed, 29 Aug 2007) | 3 lines
Changed paths:
   M /trunk/YssGuildShop/YGS_GUI.lua
   M /trunk/YssGuildShop/YssGuildShop.toc

YssGuildShop:
- removed extra code
- fixed 2 GUI bugs
------------------------------------------------------------------------
r47672 | yssaril | 2007-08-28 22:41:16 -0400 (Tue, 28 Aug 2007) | 3 lines
Changed paths:
   M /trunk/YssGuildShop/YGS_GUI.lua
   M /trunk/YssGuildShop/YGS_GUI.xml
   M /trunk/YssGuildShop/YssGuildShop.toc

YssGuildShop:
- Rewrote GUI to make code more simplistic and easier to change
- Item Counts are now Right Justified for easier reading
------------------------------------------------------------------------
r47485 | yssaril | 2007-08-27 00:35:05 -0400 (Mon, 27 Aug 2007) | 3 lines
Changed paths:
   M /trunk/YssGuildShop
   M /trunk/YssGuildShop/YGS_GUI.lua
   M /trunk/YssGuildShop/YGS_GUI.xml
   M /trunk/YssGuildShop/YssGuildShop.lua
   M /trunk/YssGuildShop/YssGuildShop.toc
   M /trunk/YssGuildShop/embeds.xml

YssGuildShop:
- added DewDrop
- changed the GUI around some removed list of names and put them all in a dropdown menu (this frees up some space to be used up again later)
------------------------------------------------------------------------
r47420 | yssaril | 2007-08-25 23:39:19 -0400 (Sat, 25 Aug 2007) | 2 lines
Changed paths:
   M /trunk/YssGuildShop/YssGuildShop.lua
   M /trunk/YssGuildShop/YssGuildShop.toc

YssGuildShop:
- clears old data to get rid of errors from a bad SV file
------------------------------------------------------------------------
r47387 | yssaril | 2007-08-25 02:25:45 -0400 (Sat, 25 Aug 2007) | 2 lines
Changed paths:
   M /trunk/YssGuildShop/YGS_GUI.lua
   M /trunk/YssGuildShop/YGS_GUI.xml
   M /trunk/YssGuildShop/YssGuildShop.lua

YssGuildShop:
- refined the GUI a bit
------------------------------------------------------------------------
r47380 | yssaril | 2007-08-25 00:48:47 -0400 (Sat, 25 Aug 2007) | 4 lines
Changed paths:
   M /trunk/YssGuildShop/YGS_GUI.lua
   M /trunk/YssGuildShop/YGS_GUI.xml
   M /trunk/YssGuildShop/YssGuildShop.lua
   M /trunk/YssGuildShop/YssGuildShop.toc

YssGuildShop:
- added ability so search through currently displayed items
- enabled/fixed Bank Data tab will now show the data from characters with the bank rank (assignable in the Permissions GUI (so far permissions will not be shared with guild(will be fixed soon)))
- Guild Data tab will no longer display data from characters with the bank rank
------------------------------------------------------------------------
r47352 | yssaril | 2007-08-24 14:31:53 -0400 (Fri, 24 Aug 2007) | 3 lines
Changed paths:
   M /trunk/YssGuildShop/YGS_DB.lua
   M /trunk/YssGuildShop/YGS_GUI.lua
   M /trunk/YssGuildShop/YGS_GUI.xml
   M /trunk/YssGuildShop/YGS_Perm_GUI.lua
   M /trunk/YssGuildShop/YGS_Perm_GUI.xml
   M /trunk/YssGuildShop/YssGuildShop.lua
   M /trunk/YssGuildShop/YssGuildShop.toc
   M /trunk/YssGuildShop/embeds.xml

YssGuildShop:
- if guild rank is set to bank status the names belonging to that name will no longer appear in the Guild Data window. This is in preparation of the next step to created the Bank Data window.
- optimized some code to use less memory
------------------------------------------------------------------------
r47245 | yssaril | 2007-08-23 05:21:04 -0400 (Thu, 23 Aug 2007) | 2 lines
Changed paths:
   M /trunk/YssGuildShop/YGS_DB.lua
   M /trunk/YssGuildShop/YGS_GUI.lua
   M /trunk/YssGuildShop/YGS_GUI.xml
   M /trunk/YssGuildShop/YssGuildShop.lua
   M /trunk/YssGuildShop/YssGuildShop.toc

YssGuildShop:
- so apparently it is bad to store something in the table index 0 when using AceDB /shrug who knew (cheer for OrionShock and Nargiddley' for helping to figure this out)
------------------------------------------------------------------------
r47170 | yssaril | 2007-08-22 02:39:34 -0400 (Wed, 22 Aug 2007) | 2 lines
Changed paths:
   M /trunk/YssGuildShop
   M /trunk/YssGuildShop/embeds.xml

YssGuildShop:
- added dewdrop
------------------------------------------------------------------------
r47167 | yssaril | 2007-08-22 01:34:54 -0400 (Wed, 22 Aug 2007) | 4 lines
Changed paths:
   M /trunk/YssGuildShop
   M /trunk/YssGuildShop/ReadMe.txt
   M /trunk/YssGuildShop/YGS_DB.lua
   M /trunk/YssGuildShop/YGS_GUI.lua
   M /trunk/YssGuildShop/YGS_Perm_GUI.lua
   M /trunk/YssGuildShop/YssGuildShop.lua
   M /trunk/YssGuildShop/YssGuildShop.toc
   M /trunk/YssGuildShop/embeds.xml

YssGuildShop:
- using AceDB now
- Fubar support should be working much better now
- Filtering your share works now
------------------------------------------------------------------------
r47131 | yssaril | 2007-08-21 14:14:50 -0400 (Tue, 21 Aug 2007) | 3 lines
Changed paths:
   M /trunk/YssGuildShop
   M /trunk/YssGuildShop/YGS_GUI.lua
   M /trunk/YssGuildShop/YssGuildShop.lua
   M /trunk/YssGuildShop/YssGuildShop.toc
   M /trunk/YssGuildShop/embeds.xml
   A /trunk/YssGuildShop/icon.tga

YssGuildShop:
- the share filter should now work
- started adding FuBar support (no more slash commands woot)
------------------------------------------------------------------------
r46917 | yssaril | 2007-08-19 17:02:24 -0400 (Sun, 19 Aug 2007) | 3 lines
Changed paths:
   M /trunk/YssGuildShop/YGS_DB.lua
   M /trunk/YssGuildShop/YGS_GUI.xml
   M /trunk/YssGuildShop/YssGuildShop.lua
   M /trunk/YssGuildShop/YssGuildShop.toc

YssGuildShop:
- ID codes should now work no matter what timezone you are in and should always be based on the server timezone
- will now reject data sent by an incompatible (old) version of YssGuildShop
------------------------------------------------------------------------
r46890 | yssaril | 2007-08-19 04:15:46 -0400 (Sun, 19 Aug 2007) | 2 lines
Changed paths:
   M /trunk/YssGuildShop/YGS_GUI.lua
   M /trunk/YssGuildShop/YGS_GUI.xml
   M /trunk/YssGuildShop/YssGuildShop.toc

YssGuildShop:
- GUI layout for bank values and share filter is done
------------------------------------------------------------------------
r46850 | yssaril | 2007-08-18 13:13:31 -0400 (Sat, 18 Aug 2007) | 2 lines
Changed paths:
   M /trunk/YssGuildShop/YGS_DB.lua
   M /trunk/YssGuildShop/YssGuildShop.lua
   M /trunk/YssGuildShop/YssGuildShop.toc

YssGuildShop:
- added backend code for later implementation of filtering which items you want to share
------------------------------------------------------------------------
r46817 | yssaril | 2007-08-18 00:03:06 -0400 (Sat, 18 Aug 2007) | 2 lines
Changed paths:
   M /trunk/YssGuildShop
   M /trunk/YssGuildShop/YssGuildShop.toc
   M /trunk/YssGuildShop/embeds.xml

YssGuildShop:
- Removed ChatThrottleLib due to AceComm updating to newest version
------------------------------------------------------------------------
r46755 | yssaril | 2007-08-17 02:24:47 -0400 (Fri, 17 Aug 2007) | 2 lines
Changed paths:
   M /trunk/YssGuildShop/YssGuildShop.lua
   M /trunk/YssGuildShop/YssGuildShop.toc

YssGuildShop:
- will now sync latest available offline data between users (a and b are online. a has data from c but b doesn't then a will share it with b)
------------------------------------------------------------------------

Additional Legacy Files