0.8-beta

Details

  • Filename
    Crafts-0.8-beta.zip
  • Uploaded by
  • Uploaded
    Nov 24, 2009
  • Size
    149.79 KB
  • Downloads
    45
  • MD5
    84c1404c48fcde2e7fc7ac8bc8d73444

Supported WoW Retail Versions

  • 3.2.0

Changelog

------------------------------------------------------------------------
r32 | pb_ee1 | 2009-11-25 00:05:48 +0000 (Wed, 25 Nov 2009) | 1 line
Changed paths:
   A /tags/0.8-beta (from /trunk:31)

Tagging as 0.8-beta
------------------------------------------------------------------------
r31 | pb_ee1 | 2009-11-25 00:05:32 +0000 (Wed, 25 Nov 2009) | 1 line
Changed paths:
   M /trunk/Crafts.xml

When doing a new search, list automatically goes back to the top.
------------------------------------------------------------------------
r30 | pb_ee1 | 2009-11-25 00:01:07 +0000 (Wed, 25 Nov 2009) | 6 lines
Changed paths:
   M /trunk/Crafts.lua
   M /trunk/Crafts.xml

- Now using a new method to store state of the current selected element. Selection should be kept between searches.
- Reviewing UpdateSlider() to UpdateSliderAndMW(): the method does not clear the selected line anymore (had to be done elsewhere anyway).
- Fixing an players list update problem appeared next to those modifications.
- Bugfix: Adding a check on UpdateCraftOnlineAndOfflinePlayers(): is the players frame visible?
- Renaming ClearSelectedLine() to ClearVisualSelectedLine() since it does not change any non-interface variables
- The UpdateSearchTable(...) method now also updates the selected line number (that's where the nice code is ;p). A small tweak optimizes the code when several crafts are added each one after the other, avoiding to traverse all the internal list.
------------------------------------------------------------------------
r28 | pb_ee1 | 2009-11-24 22:06:17 +0000 (Tue, 24 Nov 2009) | 3 lines
Changed paths:
   M /trunk/Crafts.xml

- Close buttons now use UIPanelCloseButton template.
- Removing associated Normal/Pushed/Highlight textures.
- Help window now uses a darker background.
------------------------------------------------------------------------
r27 | pb_ee1 | 2009-11-23 23:04:18 +0000 (Mon, 23 Nov 2009) | 1 line
Changed paths:
   M /trunk/Locale-frFR.lua

Ugly spelling mistakes.
------------------------------------------------------------------------
r25 | pb_ee1 | 2009-11-23 20:49:55 +0000 (Mon, 23 Nov 2009) | 1 line
Changed paths:
   M /trunk/Crafts.xml
   M /trunk/Locale-enUS.lua
   M /trunk/Locale-frFR.lua

Adding icon on main window to display help
------------------------------------------------------------------------
r24 | pb_ee1 | 2009-11-23 20:48:34 +0000 (Mon, 23 Nov 2009) | 1 line
Changed paths:
   M /trunk/Crafts.lua

Adding ShowTooltipMessage()
------------------------------------------------------------------------
r22 | pb_ee1 | 2009-11-23 19:41:38 +0000 (Mon, 23 Nov 2009) | 1 line
Changed paths:
   M /trunk/Crafts-LDB.lua
   M /trunk/Crafts.lua

Minimap icon tooltip now displays remaining time in full seconds.
------------------------------------------------------------------------
r21 | pb_ee1 | 2009-11-23 19:30:01 +0000 (Mon, 23 Nov 2009) | 1 line
Changed paths:
   M /trunk/Crafts.lua

Fixing Help window not displaying on first run.
------------------------------------------------------------------------
r20 | pb_ee1 | 2009-11-23 19:13:06 +0000 (Mon, 23 Nov 2009) | 1 line
Changed paths:
   M /trunk/embeds.xml

Fixing Libs loading order.
------------------------------------------------------------------------
r19 | pb_ee1 | 2009-11-23 18:54:58 +0000 (Mon, 23 Nov 2009) | 1 line
Changed paths:
   M /trunk

Removing 'Libs' folder from svn:ignore
------------------------------------------------------------------------
r17 | pb_ee1 | 2009-11-23 18:52:00 +0000 (Mon, 23 Nov 2009) | 1 line
Changed paths:
   M /trunk/donations.txt

Better message in donations.txt
------------------------------------------------------------------------
r16 | pb_ee1 | 2009-11-23 18:50:28 +0000 (Mon, 23 Nov 2009) | 1 line
Changed paths:
   M /trunk/.pkgmeta

Fixing dependencies in .pkgmeta
------------------------------------------------------------------------
r15 | pb_ee1 | 2009-11-22 21:24:11 +0000 (Sun, 22 Nov 2009) | 1 line
Changed paths:
   M /trunk/Crafts.lua
   M /trunk/Locale-enUS.lua
   M /trunk/Locale-frFR.lua

Adding slash command to show addon version
------------------------------------------------------------------------
r14 | pb_ee1 | 2009-11-22 21:01:27 +0000 (Sun, 22 Nov 2009) | 1 line
Changed paths:
   M /trunk/Crafts.toc

Now using: @project-version@
------------------------------------------------------------------------
r12 | pb_ee1 | 2009-11-22 20:26:11 +0000 (Sun, 22 Nov 2009) | 1 line
Changed paths:
   M /trunk/Crafts.toc

0.3 > 0.7, forgot to change it ;)
------------------------------------------------------------------------
r11 | pb_ee1 | 2009-11-22 20:18:53 +0000 (Sun, 22 Nov 2009) | 1 line
Changed paths:
   M /trunk/Crafts.lua

Removing unused debugging code.
------------------------------------------------------------------------
r10 | pb_ee1 | 2009-11-22 19:02:58 +0000 (Sun, 22 Nov 2009) | 2 lines
Changed paths:
   M /trunk/Crafts.lua
   M /trunk/Crafts.xml

- HIGH frame strata for help window
- Help window now closeable with Escape key.
------------------------------------------------------------------------
r9 | pb_ee1 | 2009-11-22 18:47:58 +0000 (Sun, 22 Nov 2009) | 3 lines
Changed paths:
   M /trunk/Crafts.lua

- Adding debug message when a sync message is ignored.
- Changing from string.gmatch to string.match for better performance
- Adding a variable check after parsing of sync strings to avoid invalid messages
------------------------------------------------------------------------
r8 | pb_ee1 | 2009-11-22 18:00:01 +0000 (Sun, 22 Nov 2009) | 5 lines
Changed paths:
   M /trunk/Crafts.lua
   M /trunk/Locale-enUS.lua
   M /trunk/Locale-frFR.lua

- Adding "Debug mode cannot be set in limited mode." locales.
- Changing from Crafts:* to self:*
- The addon now tries to read player names with special chars.
- If an invalid sync message is found, it is now ignored.
- The main window should now correctly update itself when receiving some new crafts by sync.
------------------------------------------------------------------------
r7 | pb_ee1 | 2009-11-22 16:45:49 +0000 (Sun, 22 Nov 2009) | 1 line
Changed paths:
   M /trunk/Crafts.lua

Fixing EMPTY_SYNC_END bug.
------------------------------------------------------------------------
r6 | pb_ee1 | 2009-11-22 16:45:18 +0000 (Sun, 22 Nov 2009) | 2 lines
Changed paths:
   M /trunk/Crafts.lua

- No debug mode in limited mode.
- Doc: "Don't sync if already syncing"
------------------------------------------------------------------------
r5 | pb_ee1 | 2009-11-22 16:30:44 +0000 (Sun, 22 Nov 2009) | 1 line
Changed paths:
   M /trunk/.pkgmeta

"Crafts": just to be sure.
------------------------------------------------------------------------
r4 | pb_ee1 | 2009-11-22 16:16:59 +0000 (Sun, 22 Nov 2009) | 1 line
Changed paths:
   A /trunk/Crafts-LDB.lua
   A /trunk/Crafts.lua
   A /trunk/Crafts.toc
   A /trunk/Crafts.xml
   A /trunk/Favorites.lua
   A /trunk/Locale-enUS.lua
   A /trunk/Locale-frFR.lua
   A /trunk/donations.txt
   A /trunk/embeds.xml

Importing current version.
------------------------------------------------------------------------
r3 | pb_ee1 | 2009-11-22 16:10:53 +0000 (Sun, 22 Nov 2009) | 1 line
Changed paths:
   M /trunk

Adding svn:ignore
------------------------------------------------------------------------
r2 | pb_ee1 | 2009-11-22 16:09:12 +0000 (Sun, 22 Nov 2009) | 1 line
Changed paths:
   A /trunk/.pkgmeta

Importing .pkgmeta for externals.
------------------------------------------------------------------------
r1 | root | 2009-11-22 15:27:22 +0000 (Sun, 22 Nov 2009) | 1 line
Changed paths:
   A /branches
   A /tags
   A /trunk

"crafts/mainline: Initial Import"
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
26.18 KB Nov 24, 2009 3.2.0 27