YssGuildShop-r47798-nolib

Details

  • Filename
    YssGuildShop-r47798-nolib.zip
  • Uploaded by
  • Uploaded
    Aug 30, 2007
  • Size
    29.26 KB
  • Downloads
    21
  • MD5
    7fece9f6b7ea9663db633ee294a9b858

Supported WoW Retail Versions

  • 2.1.3

Changelog

------------------------------------------------------------------------
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)
------------------------------------------------------------------------
r46700 | yssaril | 2007-08-16 10:51:34 -0400 (Thu, 16 Aug 2007) | 2 lines
Changed paths:
   M /trunk/YssGuildShop/YGS_GUI.lua

YssGuildShop:
- Now able to retrieve item data from server instead of only from the local cache
------------------------------------------------------------------------
r46680 | yssaril | 2007-08-16 02:15:19 -0400 (Thu, 16 Aug 2007) | 2 lines
Changed paths:
   M /trunk/YssGuildShop/YGS_DB.lua
   M /trunk/YssGuildShop/YGS_GUI.lua
   M /trunk/YssGuildShop/YssGuildShop.lua

YssGuildShop:
- viewing received data now working (still having some itemID issues to workout)
------------------------------------------------------------------------
r46662 | yssaril | 2007-08-15 18:46:22 -0400 (Wed, 15 Aug 2007) | 2 lines
Changed paths:
   M /trunk/YssGuildShop/YGS_GUI.lua

YssGuildShop:
- added the function to shift click an item (puts itemlink in chat) and ctrl click an item (Tries to send the item to the Dressing Room)
------------------------------------------------------------------------
r46649 | yssaril | 2007-08-15 13:20:25 -0400 (Wed, 15 Aug 2007) | 2 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:
- reorganized Database (yet again) to reduce its memory size by more than half
------------------------------------------------------------------------
r46637 | yssaril | 2007-08-15 10:45:19 -0400 (Wed, 15 Aug 2007) | 2 lines
Changed paths:
   M /trunk/YssGuildShop/YssGuildShop.lua

YssGuildShop:
- added check for data to display when opening the GUI
------------------------------------------------------------------------
r46604 | yssaril | 2007-08-15 00:08:43 -0400 (Wed, 15 Aug 2007) | 4 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:
- fixed Scrollbar placement
- changed database from using ItemNames to ItemIDs
- added temporary function to delete saved itemData (so i dont get error reports about the GUI not working correctly when they don't either delete the SV files or nuke them from within the addon when i make major changes to the SV structure)
------------------------------------------------------------------------
r46466 | yssaril | 2007-08-13 15:03:21 -0400 (Mon, 13 Aug 2007) | 2 lines
Changed paths:
   M /trunk/YssGuildShop
   M /trunk/YssGuildShop/YssGuildShop.toc
   M /trunk/YssGuildShop/embeds.xml

YssGuildShop:
- added ChatThrottlelib as external so AceComm won't get you DCed for sending to long of a message
------------------------------------------------------------------------
r46457 | yssaril | 2007-08-13 12:34:29 -0400 (Mon, 13 Aug 2007) | 2 lines
Changed paths:
   M /trunk/YssGuildShop/YssGuildShop.lua

YssGuildShop:
- removed debug spam
------------------------------------------------------------------------
r46454 | yssaril | 2007-08-13 12:27:03 -0400 (Mon, 13 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:
- Should now be able to see other users data (in your guild) if they chose to share it
------------------------------------------------------------------------
r46147 | yssaril | 2007-08-09 23:23:06 -0400 (Thu, 09 Aug 2007) | 2 lines
Changed paths:
   M /trunk/YssGuildShop

YssGuildShop:
- added externals
------------------------------------------------------------------------
r46146 | yssaril | 2007-08-09 23:01:34 -0400 (Thu, 09 Aug 2007) | 4 lines
Changed paths:
   A /trunk/YssGuildShop
   A /trunk/YssGuildShop/ReadMe.txt
   A /trunk/YssGuildShop/YGS_DB.lua
   A /trunk/YssGuildShop/YGS_GUI.lua
   A /trunk/YssGuildShop/YGS_GUI.xml
   A /trunk/YssGuildShop/YGS_Perm_GUI.lua
   A /trunk/YssGuildShop/YGS_Perm_GUI.xml
   A /trunk/YssGuildShop/YssGuildShop.lua
   A /trunk/YssGuildShop/YssGuildShop.toc
   A /trunk/YssGuildShop/embeds.xml

YssGuildShop: initial commit
- Primary goal is to share the guild bank/banks items with the rest of the guild, and allow the setup of a guild shop with automated item request/send and Custom values for each item. Optionally you will also be able to share your own data if you choses to do so

------------------------------------------------------------------------