1.0-release

Details

  • Filename
    Crafts-1.0-release.zip
  • Uploaded by
  • Uploaded
    Dec 14, 2009
  • Size
    157.76 KB
  • Downloads
    1,327
  • MD5
    8ec42eb572be14db2530423ce33cdb15

Supported WoW Retail Versions

  • 3.3.0

Changelog

------------------------------------------------------------------------
r54 | pb_ee1 | 2009-12-14 15:36:16 +0000 (Mon, 14 Dec 2009) | 1 line
Changed paths:
   A /tags/1.0-release (from /trunk:53)

Tagging as 1.0-release
------------------------------------------------------------------------
r52 | pb_ee1 | 2009-12-09 22:55:55 +0000 (Wed, 09 Dec 2009) | 1 line
Changed paths:
   M /trunk/Crafts.lua

Fixing small nil pointer bug
------------------------------------------------------------------------
r51 | pb_ee1 | 2009-12-09 22:55:11 +0000 (Wed, 09 Dec 2009) | 1 line
Changed paths:
   M /trunk/Crafts.toc

Updating TOC
------------------------------------------------------------------------
r50 | pb_ee1 | 2009-12-08 22:54:57 +0000 (Tue, 08 Dec 2009) | 1 line
Changed paths:
   M /trunk/Favorites.lua

Adding a few alchemy favorites
------------------------------------------------------------------------
r48 | pb_ee1 | 2009-12-06 19:26:32 +0000 (Sun, 06 Dec 2009) | 5 lines
Changed paths:
   M /trunk/Crafts.lua
   M /trunk/Locale-enUS.lua
   M /trunk/Locale-frFR.lua

- Formating a few docs
- Feature: adding easy language changing as option in /crafts
- Adding :Boldify() to enhance messages formating
- Adding associated locales (enUS and frFR)
- Removing outdated help message
------------------------------------------------------------------------
r46 | pb_ee1 | 2009-12-06 17:16:23 +0000 (Sun, 06 Dec 2009) | 2 lines
Changed paths:
   M /trunk/Crafts.lua

- Last synchronization time is now oon a per-realm basis
- Crafts first use locale should now be saved correctly and managed on a per-realm basis
------------------------------------------------------------------------
r44 | pb_ee1 | 2009-12-06 17:06:08 +0000 (Sun, 06 Dec 2009) | 6 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Crafts-LDB.lua
   M /trunk/Crafts.lua
   M /trunk/embeds.xml

- Now using AceDB-3.0 (yay!)
- Updating .pkgmeta
- Fixing a bug: professions are now no more shared across realms
- Reworking default saved variables
- Reworking :ResetSavedVariables()
- Warning: Updating to this beta will reset all your Crafts preferences and synchronized crafts
------------------------------------------------------------------------
r43 | pb_ee1 | 2009-12-06 16:20:34 +0000 (Sun, 06 Dec 2009) | 2 lines
Changed paths:
   M /trunk/Crafts.lua
   M /trunk/Locale-enUS.lua
   M /trunk/Locale-frFR.lua

- Adding option to choose the corner at which the tooltip should be displayed when hovering a craft
- Note: the addon will produce errors if you do not type once /crafts tooltip topleft
------------------------------------------------------------------------
r41 | pb_ee1 | 2009-12-06 15:04:43 +0000 (Sun, 06 Dec 2009) | 2 lines
Changed paths:
   M /trunk/Crafts.lua

- Adding TODO
- Bugfix in :IsGuildMemberConnected() when fetching information for player not in guild anymore
------------------------------------------------------------------------
r39 | pb_ee1 | 2009-11-30 00:48:41 +0000 (Mon, 30 Nov 2009) | 1 line
Changed paths:
   M /trunk/Favorites.lua

FINALLY! Adding Inscription favorites (got no more fingers)
------------------------------------------------------------------------
r37 | pb_ee1 | 2009-11-27 15:05:40 +0000 (Fri, 27 Nov 2009) | 1 line
Changed paths:
   M /trunk/Crafts.lua

Adding Runeforging to list of ignored tradeskills
------------------------------------------------------------------------
r35 | pb_ee1 | 2009-11-26 00:51:50 +0000 (Thu, 26 Nov 2009) | 2 lines
Changed paths:
   M /trunk/Crafts.lua

- Adding Inscription (Favorites NOT set yet) & Mining.
- New syncing mode for tradeskills: Mining is forced to sync only Favorites.
------------------------------------------------------------------------
r34 | pb_ee1 | 2009-11-26 00:50:46 +0000 (Thu, 26 Nov 2009) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/embeds.xml

- Removing LibBabble-Inventory-3.0 from embeds and .pkgmeta.
------------------------------------------------------------------------
r33 | pb_ee1 | 2009-11-26 00:49:46 +0000 (Thu, 26 Nov 2009) | 2 lines
Changed paths:
   M /trunk/Crafts.lua
   M /trunk/Favorites.lua

- Removing dependency on LibBabble-Inventory-3.0 by using GetSpellInfo() to get professions names.
- Keys used in Favorites.lua are now automatically localized on login.
------------------------------------------------------------------------
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
32.46 KB Dec 14, 2009 3.3.0 32