WelfareEpics-r81005

Details

  • Filename
    WelfareEpics-r81005.zip
  • Uploaded by
  • Uploaded
    Aug 26, 2008
  • Size
    131.67 KB
  • Downloads
    18
  • MD5
    d1dacff9f00d3d9a62ab2e5f0c452694

Supported WoW Retail Versions

  • 3.0.2

Changelog

------------------------------------------------------------------------
r81005 | ackis | 2008-08-26 16:06:19 -0400 (Tue, 26 Aug 2008) | 5 lines
Changed paths:
   M /trunk/WelfareEpics/WelfareEpics.lua

WelfareEpics:
- Lets remove all the tab code and stuff, we're going to use drop-down menu's!!!
- This *should* work for filtered items, all of the extra categorization won't work however
- Started the drop-down menu stuff (aka created a function)
- Dry-coded (compiles w/ luac -p)
------------------------------------------------------------------------
r80811 | ackis | 2008-08-22 13:21:19 -0400 (Fri, 22 Aug 2008) | 3 lines
Changed paths:
   M /trunk/WelfareEpics/WelfareEpics.lua

WelfareEpics:
- Added a GameTooltip:Show() to see if it works...
- Dry-coded (compiles w/ luac -p)
------------------------------------------------------------------------
r80809 | ackis | 2008-08-22 12:57:48 -0400 (Fri, 22 Aug 2008) | 4 lines
Changed paths:
   A /trunk/WelfareEpics/MerchantFrame-8788.lua
   A /trunk/WelfareEpics/MerchantFrame-8820.lua
   M /trunk/WelfareEpics/WelfareEpics.lua

WelfareEpics:
- Add new merchant frames for comparison sake, not a damn thing has changed however.
- Dry-coded (compiles w/ luac -p)
~lart cladhaire
------------------------------------------------------------------------
r80770 | ackis | 2008-08-21 11:56:24 -0400 (Thu, 21 Aug 2008) | 7 lines
Changed paths:
   M /trunk/WelfareEpics/WelfareEpics.lua

WelfareEpics:
- Lookup tables are automated
- Created a reverse lookup table
- Tab ID setting uses reverse look up table
- Changed sub-category of other to something else, this may fix the bug I was having
- Uncommented sub-tab code, will have to test this out to verify it works
- Dry-coded (compiles w/ luac -p)
------------------------------------------------------------------------
r80701 | ackis | 2008-08-19 19:39:56 -0400 (Tue, 19 Aug 2008) | 3 lines
Changed paths:
   M /trunk/WelfareEpics/WelfareEpics.lua

WelfareEpics:
- Working again, need to revise extra tab code for some reason it borked everything

------------------------------------------------------------------------
r80691 | ackis | 2008-08-19 16:37:37 -0400 (Tue, 19 Aug 2008) | 4 lines
Changed paths:
   M /trunk/WelfareEpics/WelfareEpics.lua

WelfareEpics:
- Add some debugging code to the tab creation, lets see what's going wrong when I create new tabs
- Add lookup table to MerchantFrame_Update
- Dry-coded (compiles w/ luac -p)
------------------------------------------------------------------------
r80493 | ackis | 2008-08-15 13:33:44 -0400 (Fri, 15 Aug 2008) | 4 lines
Changed paths:
   A /trunk/WelfareEpics/MerchantFrame-8606.lua
   A /trunk/WelfareEpics/MerchantFrame-8770.lua
   M /trunk/WelfareEpics/WelfareEpics.lua

WelfareEpics:
- Add 2.4 and 3.0 merchant frames just for comparison, will remove when this is ready to release
- Some more fixes (maybe?) for the nil tab error (removed sub-tabs for right now, we'll start with the 3 super categories of tabs first)
- Dry-coded (compiles w/ luac -p)
------------------------------------------------------------------------
r80465 | ackis | 2008-08-15 01:03:27 -0400 (Fri, 15 Aug 2008) | 3 lines
Changed paths:
   M /trunk/WelfareEpics/WelfareEpics.lua

WelfareEpics:
- Few fixes for the bug I'm encountering, none of them worked however.
- Time to play WAR
------------------------------------------------------------------------
r80464 | ackis | 2008-08-15 00:32:55 -0400 (Fri, 15 Aug 2008) | 2 lines
Changed paths:
   M /trunk/WelfareEpics/WelfareEpics.lua
   M /trunk/WelfareEpics/WelfareEpics.toc

WelfareEpics:
lua> print("Penis")
------------------------------------------------------------------------
r80452 | ackis | 2008-08-14 19:44:59 -0400 (Thu, 14 Aug 2008) | 2 lines
Changed paths:
   M /trunk/WelfareEpics/WelfareEpics.lua

WelfareEpics:
- Last few tweaks before bed
------------------------------------------------------------------------
r80431 | ackis | 2008-08-14 14:38:29 -0400 (Thu, 14 Aug 2008) | 4 lines
Changed paths:
   M /trunk/WelfareEpics/WelfareEpics.lua

WelfareEpics:
- Do some more hooking, $50 an hour please!
- Should be able to buy things from new tabs, that is if the new tabs show up after all the mucking around I've done today.
- Dry-coded (compiles w/ luac -p)
------------------------------------------------------------------------
r80428 | ackis | 2008-08-14 13:33:05 -0400 (Thu, 14 Aug 2008) | 3 lines
Changed paths:
   M /trunk/WelfareEpics/WelfareEpics.lua

WelfareEpics:
- Add tables for new categories
- Dry-coded (compiles w/ luac -p)
------------------------------------------------------------------------
r80427 | ackis | 2008-08-14 13:20:11 -0400 (Thu, 14 Aug 2008) | 3 lines
Changed paths:
   M /trunk/WelfareEpics/WelfareEpics.lua

WelfareEpics:
- Have two layers of tabs. Frst layer is: Armour, Weapon, Other.  Second layer is the type of category, ie: Cloth
- Dry-coded (compiles w/ luac -p)
------------------------------------------------------------------------
r80400 | ackis | 2008-08-14 02:12:41 -0400 (Thu, 14 Aug 2008) | 2 lines
Changed paths:
   M /trunk/WelfareEpics/WelfareEpics.lua
   M /trunk/WelfareEpics/WelfareEpics.toc

WelfareEpics:
- Last few tweaks before bed
------------------------------------------------------------------------
r80397 | ackis | 2008-08-14 01:59:06 -0400 (Thu, 14 Aug 2008) | 3 lines
Changed paths:
   M /trunk/WelfareEpics
   M /trunk/WelfareEpics/externals.txt

WelfareEpics:
- Fix externals
- Trying to fix svn: Unrecognized format for the relative external URL ''.
------------------------------------------------------------------------
r80396 | ackis | 2008-08-14 01:40:35 -0400 (Thu, 14 Aug 2008) | 2 lines
Changed paths:
   M /trunk/WelfareEpics
   M /trunk/WelfareEpics/externals.txt

WelfareEpics:
- Fix externals
------------------------------------------------------------------------
r80395 | ackis | 2008-08-14 01:38:28 -0400 (Thu, 14 Aug 2008) | 4 lines
Changed paths:
   M /trunk/WelfareEpics/Locals/enUS.lua
   M /trunk/WelfareEpics/WelfareEpics.lua

WelfareEpics:
- Lets make this a wrath add-on since I probably won't finish development before WotLK comes out
- Add some new filters
- Change the text of the main tab to be "filtered"
------------------------------------------------------------------------
r80388 | ackis | 2008-08-13 23:44:29 -0400 (Wed, 13 Aug 2008) | 4 lines
Changed paths:
   M /trunk/WelfareEpics
   M /trunk/WelfareEpics/WelfareEpics.toc
   M /trunk/WelfareEpics/externals.txt

WelfareEpics:
- Lets make this a wrath add-on since I probably won't finish development before WotLK comes out
- ToC -> 30000
- Externals -> WotLK branchs
------------------------------------------------------------------------
r80308 | ackis | 2008-08-12 19:49:58 -0400 (Tue, 12 Aug 2008) | 2 lines
Changed paths:
   M /trunk/WelfareEpics
   D /trunk/WelfareEpics/AboutPanel.lua
   M /trunk/WelfareEpics/embeds.xml
   M /trunk/WelfareEpics/externals.txt

WelfareEpics:
- Point to About Panel (last one)
------------------------------------------------------------------------
r79902 | ackis | 2008-08-06 20:42:18 -0400 (Wed, 06 Aug 2008) | 2 lines
Changed paths:
   M /trunk/WelfareEpics
   M /trunk/WelfareEpics/WelfareEpics.lua
   M /trunk/WelfareEpics/embeds.xml
   M /trunk/WelfareEpics/externals.txt

WelfareEpics:
- Minor bug fix
------------------------------------------------------------------------
r79893 | ackis | 2008-08-06 18:31:56 -0400 (Wed, 06 Aug 2008) | 8 lines
Changed paths:
   M /trunk/WelfareEpics/WelfareEpics.lua

WelfareEpics:
- Background textures are correct when you switch
- Updated warning to let people know that unusable items will be filtered
- Bug with new tabs and tooltips not showing up
- Current categories are: Cloth, Leather, Mail, Plate, Trinket, Other, Weapon
- You can't actually see tooltips or buy items from the new tabs
- Fixed a bug with going from one vendor to another and causing everything to blow up
- Fixed a bug where page numbers wouldn't reset when clicking on different tabs.  This would cause you to basically be on back 5 of 2 and have to back scroll. Now it always goes to page 1.
------------------------------------------------------------------------
r79891 | ackis | 2008-08-06 17:52:51 -0400 (Wed, 06 Aug 2008) | 4 lines
Changed paths:
   M /trunk/WelfareEpics/WelfareEpics.lua
   M /trunk/WelfareEpics/WelfareEpics.toc

WelfareEpics:
- Properly filter stuff
- Filter into tabs correctly now
- Few bugs and stuff to wrinkle out still :)
------------------------------------------------------------------------
r79888 | ackis | 2008-08-06 16:51:33 -0400 (Wed, 06 Aug 2008) | 2 lines
Changed paths:
   M /trunk/WelfareEpics/WelfareEpics.lua

WelfareEpics:
- Update embeds.xml and externals
------------------------------------------------------------------------
r79886 | ackis | 2008-08-06 16:30:13 -0400 (Wed, 06 Aug 2008) | 2 lines
Changed paths:
   M /trunk/WelfareEpics
   M /trunk/WelfareEpics/embeds.xml
   A /trunk/WelfareEpics/externals.txt

WelfareEpics:
- Update embeds.xml and externals
------------------------------------------------------------------------
r79465 | ackis | 2008-07-30 01:24:15 -0400 (Wed, 30 Jul 2008) | 2 lines
Changed paths:
   M /trunk/WelfareEpics/embeds.xml

WelfareEpics:
- Fix embeds.xml (I should probably start working on this mod again)
------------------------------------------------------------------------

Additional Files