StatShare

Abandoned
Extension to StatCompare, share and compare stats with other players

File Details

v0.3

  • R
  • Mar 17, 2010
  • 35.45 KB
  • 675
  • 2.0.11.1872

File Name

StatShare-v0.3.zip

Supported Versions

  • 2.0.11.1872

------------------------------------------------------------------------
r22 | joselucas | 2010-03-17 15:08:24 +0000 (Wed, 17 Mar 2010) | 9 lines
Changed paths:
   A /tags/v0.3 (from /trunk:21)

tagged as v0.3

visible change:
- clicking on the link sent will now open the character/stats screen (thanks for the idea, Rondolious)

behind-the-scenes:
- now uses built-in hyperlink parser instead of our own, added a link type to the hyperlink
- now references Sol for function hooks

------------------------------------------------------------------------
r21 | joselucas | 2010-03-17 15:05:01 +0000 (Wed, 17 Mar 2010) | 3 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/AulidUtils.lua
   A /trunk/Libs
   A /trunk/Libs/Sol
   A /trunk/Libs/Sol/LibStub.lua
   A /trunk/Libs/Sol/Sol.lua
   M /trunk/StatShare.lua
   M /trunk/StatShare.toc
   M /trunk/StatShareTests.lua

- clicking on the link sent will now open the character/stats screen (thanks for the idea, Rondolious)
- now uses built-in hyperlink parser instead of our own, added a link type to the hyperlink
- now references Sol for function hooks
------------------------------------------------------------------------
r20 | joselucas | 2010-03-11 19:06:19 +0000 (Thu, 11 Mar 2010) | 2 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/AulidUtils.lua

- fixed tabs in package file
- Serialize() will now return (function) for functions instead of throwing an error
------------------------------------------------------------------------
r19 | joselucas | 2010-03-08 13:09:34 +0000 (Mon, 08 Mar 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta

- added AddOnManager as an optional dependency in the package file
------------------------------------------------------------------------
r18 | joselucas | 2010-03-07 20:52:40 +0000 (Sun, 07 Mar 2010) | 1 line
Changed paths:
   M /trunk/StatShare.xml

- set frame as not visible
------------------------------------------------------------------------
r17 | joselucas | 2010-02-25 04:01:03 +0000 (Thu, 25 Feb 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta

- fixed typo, packages included test file (no impact)
------------------------------------------------------------------------
r15 | joselucas | 2010-02-25 03:53:10 +0000 (Thu, 25 Feb 2010) | 1 line
Changed paths:
   M /trunk/StatShare.lua

- added StatShare.localName and a "TEST" locale
------------------------------------------------------------------------
r14 | joselucas | 2010-02-25 03:35:13 +0000 (Thu, 25 Feb 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/AulidUtils.lua
   M /trunk/AulidUtilsTests.lua
   M /trunk/StatShare.lua
   M /trunk/StatShareTests.lua
   M /trunk/locales/locale.en.lua
   M /trunk/locales/locale.es.lua
   A /trunk/locales/locale.test.lua

- added English and Spanish locales (using curseforge's localization system)
------------------------------------------------------------------------
r12 | joselucas | 2010-02-25 01:58:40 +0000 (Thu, 25 Feb 2010) | 2 lines
Changed paths:
   M /trunk/.pkgmeta
   A /trunk/AulidUtilsTests.lua
   A /trunk/StatShareTests.lua (from /trunk/Test.lua:10
   D /trunk/Test.lua
   M /trunk/locales/locale.en.lua
   M /trunk/locales/locale.es.lua

- moving test files around
- fixes to locale files
------------------------------------------------------------------------
r11 | joselucas | 2010-02-25 01:45:13 +0000 (Thu, 25 Feb 2010) | 1 line
Changed paths:
   A /trunk/locales
   A /trunk/locales/locale.en.lua
   A /trunk/locales/locale.es.lua
   M /trunk/readme.txt

- added locale files, not packaged yet (testing curseforge's localization)
------------------------------------------------------------------------
r10 | joselucas | 2010-02-25 00:25:30 +0000 (Thu, 25 Feb 2010) | 1 line
Changed paths:
   M /trunk/StatShare.lua
   M /trunk/readme.txt

- rephrased description text
------------------------------------------------------------------------
r9 | joselucas | 2010-02-25 00:09:59 +0000 (Thu, 25 Feb 2010) | 3 lines
Changed paths:
   M /trunk/StatShare.lua

- added a debug mode (for now all it does is monitor more chat message like say and guild)
- calling StatShare.Enable() will not enable the add-on if StatCompare is not installed
- base stat value is set the same as the extended value so they appear unbuffed (white instead of green), this way the green/red differences are more noticable
------------------------------------------------------------------------
r7 | joselucas | 2010-02-24 20:42:00 +0000 (Wed, 24 Feb 2010) | 2 lines
Changed paths:
   M /trunk/AulidUtils.lua
   M /trunk/StatShare.lua
   M /trunk/StatShare.toc
   M /trunk/StatShare.xml
   M /trunk/readme.txt

- added some repository keywords substitutions (version, edit date, etc) to files
- added additional dataversion (now at 1), different add-on versions can comunicate as long as they both use the same dataversion
------------------------------------------------------------------------
r6 | joselucas | 2010-02-24 19:15:57 +0000 (Wed, 24 Feb 2010) | 2 lines
Changed paths:
   M /trunk/StatShare.lua
   A /trunk/readme.txt

- added readme.txt
- small typo in message
------------------------------------------------------------------------
r4 | joselucas | 2010-02-24 17:06:57 +0000 (Wed, 24 Feb 2010) | 2 lines
Changed paths:
   M /trunk/StatShare.lua
   M /trunk/StatShare.toc
   M /trunk/Test.lua

- changed some text messages
- fixed absolute paths in Test.lua
------------------------------------------------------------------------
r3 | joselucas | 2010-02-24 15:54:36 +0000 (Wed, 24 Feb 2010) | 3 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/AulidUtils.lua
   M /trunk/StatShare.lua
   A /trunk/Test.lua

- changed some text message
- added loaded message (when not using AddonManager)
- added AulidUtils.ParseHyperlink()
------------------------------------------------------------------------
r2 | joselucas | 2010-02-23 21:37:22 +0000 (Tue, 23 Feb 2010) | 1 line
Changed paths:
   A /trunk/.pkgmeta
   A /trunk/AulidUtils.lua
   A /trunk/StatShare.lua
   A /trunk/StatShare.toc
   A /trunk/StatShare.xml

initial upload
------------------------------------------------------------------------
r1 | root | 2010-02-23 21:19:13 +0000 (Tue, 23 Feb 2010) | 1 line
Changed paths:
   A /branches
   A /tags
   A /trunk

"statshare/mainline: Initial Import"
------------------------------------------------------------------------