Change Log:
--------------------
------------------------------------------------------------------------
r50 | cilraaz | 2012-01-23 18:07:02 +0000 (Mon, 23 Jan 2012) | 1 line
Changed paths:
A /tags/40300-2.0 (from /trunk:48)
Tagging as version 40300-2.0 so the addon shows on the Curse website. This code is identical to 40300-2b.
------------------------------------------------------------------------
r49 | cilraaz | 2012-01-23 17:56:35 +0000 (Mon, 23 Jan 2012) | 2 lines
Changed paths:
A /tags/40300-2b (from /trunk:48)
Tagging as version 40300-2b.
Localization framework added. Need string translations!
------------------------------------------------------------------------
r48 | cilraaz | 2012-01-23 17:55:40 +0000 (Mon, 23 Jan 2012) | 1 line
Changed paths:
M /trunk/EmoteLDB.toc
Updated addon version in the TOC
------------------------------------------------------------------------
r47 | cilraaz | 2012-01-23 17:54:17 +0000 (Mon, 23 Jan 2012) | 4 lines
Changed paths:
M /trunk/.pkgmeta
M /trunk/EmoteData.lua
M /trunk/EmoteLDB.lua
M /trunk/EmoteLDB.toc
A /trunk/localization.lua
- Rewrote addon to allow for localization.
-- EmoteData.lua now uses language strings
-- localization.lua holds the strings that EmoteData.lua pulls from
-- Random strings throughout the addon have been localized.
------------------------------------------------------------------------
r46 | cilraaz | 2011-12-07 23:13:43 +0000 (Wed, 07 Dec 2011) | 3 lines
Changed paths:
A /tags/40300-1.0 (from /trunk:44)
Tagging as version 40300-1.0
This should bring the addon to a "release" version, as the addon has been stable through multiple patches
This is the same exact code as 40300-1b, so you don't need to upgrade from that unless you want to.
------------------------------------------------------------------------
r45 | cilraaz | 2011-11-29 21:06:17 +0000 (Tue, 29 Nov 2011) | 1 line
Changed paths:
A /tags/40300-1b (from /trunk:44)
Tagging as version 403...
Description:
--------------------
UPDATE: This addon is now being managed via CurseForge. I will attempt to keep this addon updated here also. If there is ever a doubt, you can download the absolute latest version here.
Overview
Welcome to EmoteLDB! This is a DataBroker port of my old addon, EmoteFu. It is meant to give players an easily accessible menu of emotes. The emotes have been sorted by category (ie. Friendly", "Hostile", etc) to make it quite simple to quickly access the emote you want. Emotes can end up in more than one category, where applicable (ie. /dance can be found in "Happy" and "Affection").
Emotes in the list are colorized and marked with a label (A, V, AV) if they are Animated, Voice, or Both.
It is also possible to add your own custom emotes! To do so, simply edit the EmoteData.lua file. You will want to match the format exactly or that mod may no longer function! If that occurs, just replace the EmoteData.lua with a good copy from the zip.
Dependencies
For now, this addon is dependent upon a LibDataBroker display addon, such as Docking Station
Known Bugs
There are no known issues at this time.
If you find a bug, please submit a ticket via the CurseForge Ticket System.
To-Do
Localization framework has been added in version 40300-2.0!
Localization strings are now needed!
Strings to translate are available in localization.lua.
If a string looks like L = true, then "Some String" is what needs translated
If a string looks like L = "String text", then "String text" is what needs translated
In the emote strings,...
--------------------
------------------------------------------------------------------------
r50 | cilraaz | 2012-01-23 18:07:02 +0000 (Mon, 23 Jan 2012) | 1 line
Changed paths:
A /tags/40300-2.0 (from /trunk:48)
Tagging as version 40300-2.0 so the addon shows on the Curse website. This code is identical to 40300-2b.
------------------------------------------------------------------------
r49 | cilraaz | 2012-01-23 17:56:35 +0000 (Mon, 23 Jan 2012) | 2 lines
Changed paths:
A /tags/40300-2b (from /trunk:48)
Tagging as version 40300-2b.
Localization framework added. Need string translations!
------------------------------------------------------------------------
r48 | cilraaz | 2012-01-23 17:55:40 +0000 (Mon, 23 Jan 2012) | 1 line
Changed paths:
M /trunk/EmoteLDB.toc
Updated addon version in the TOC
------------------------------------------------------------------------
r47 | cilraaz | 2012-01-23 17:54:17 +0000 (Mon, 23 Jan 2012) | 4 lines
Changed paths:
M /trunk/.pkgmeta
M /trunk/EmoteData.lua
M /trunk/EmoteLDB.lua
M /trunk/EmoteLDB.toc
A /trunk/localization.lua
- Rewrote addon to allow for localization.
-- EmoteData.lua now uses language strings
-- localization.lua holds the strings that EmoteData.lua pulls from
-- Random strings throughout the addon have been localized.
------------------------------------------------------------------------
r46 | cilraaz | 2011-12-07 23:13:43 +0000 (Wed, 07 Dec 2011) | 3 lines
Changed paths:
A /tags/40300-1.0 (from /trunk:44)
Tagging as version 40300-1.0
This should bring the addon to a "release" version, as the addon has been stable through multiple patches
This is the same exact code as 40300-1b, so you don't need to upgrade from that unless you want to.
------------------------------------------------------------------------
r45 | cilraaz | 2011-11-29 21:06:17 +0000 (Tue, 29 Nov 2011) | 1 line
Changed paths:
A /tags/40300-1b (from /trunk:44)
Tagging as version 403...
Description:
--------------------
UPDATE: This addon is now being managed via CurseForge. I will attempt to keep this addon updated here also. If there is ever a doubt, you can download the absolute latest version here.
Overview
Welcome to EmoteLDB! This is a DataBroker port of my old addon, EmoteFu. It is meant to give players an easily accessible menu of emotes. The emotes have been sorted by category (ie. Friendly", "Hostile", etc) to make it quite simple to quickly access the emote you want. Emotes can end up in more than one category, where applicable (ie. /dance can be found in "Happy" and "Affection").
Emotes in the list are colorized and marked with a label (A, V, AV) if they are Animated, Voice, or Both.
It is also possible to add your own custom emotes! To do so, simply edit the EmoteData.lua file. You will want to match the format exactly or that mod may no longer function! If that occurs, just replace the EmoteData.lua with a good copy from the zip.
Dependencies
For now, this addon is dependent upon a LibDataBroker display addon, such as Docking Station
Known Bugs
There are no known issues at this time.
If you find a bug, please submit a ticket via the CurseForge Ticket System.
To-Do
Localization framework has been added in version 40300-2.0!
Localization strings are now needed!
Strings to translate are available in localization.lua.
If a string looks like L = true, then "Some String" is what needs translated
If a string looks like L = "String text", then "String text" is what needs translated
In the emote strings,...