r62-nolib

Details

  • Filename
    LibItemBonus-2.0-r62-nolib.zip
  • Uploaded by
  • Uploaded
    Dec 15, 2008
  • Size
    49.28 KB
  • Downloads
    12
  • MD5
    0e74cf78c0d2904adbdf5a34d42483fd

Supported WoW Retail Versions

  • 3.0.3

Changelog

------------------------------------------------------------------------
r62 | fenlis | 2008-12-16 04:59:27 +0000 (Tue, 16 Dec 2008) | 1 line
Changed paths:
   M /trunk/LibItemBonus-2.0/locales/koKR.lua

LibItemBonus-2.0 : Fixes koKR locale
------------------------------------------------------------------------
r61 | jerry | 2008-12-02 07:53:46 +0000 (Tue, 02 Dec 2008) | 2 lines
Changed paths:
   M /trunk/LibItemBonus-2.0/core.lua
   M /trunk/LibItemBonus-2.0/locales/ruRU.lua
   D /trunk/LibItemBonus-2.0/test.lua

ruRU fixes, thanks Bokonon

------------------------------------------------------------------------
r60 | jerry | 2008-11-26 15:42:59 +0000 (Wed, 26 Nov 2008) | 2 lines
Changed paths:
   M /trunk/LibItemBonus-2.0/core.lua

fix weapon speed for ruRU

------------------------------------------------------------------------
r58 | jerry | 2008-11-26 10:41:08 +0000 (Wed, 26 Nov 2008) | 2 lines
Changed paths:
   M /trunk/LibItemBonus-2.0/core.lua
   M /trunk/LibItemBonus-2.0/lib.xml
   A /trunk/LibItemBonus-2.0/locales/ruRU.lua

Add ruRU locale, thanks Bokonon

------------------------------------------------------------------------
r56 | jerry | 2008-11-26 07:40:56 +0000 (Wed, 26 Nov 2008) | 2 lines
Changed paths:
   M /trunk/LibItemBonus-2.0/core.lua

Fix rating multiplier for level above 70

------------------------------------------------------------------------
r54 | jerry | 2008-11-20 08:17:08 +0000 (Thu, 20 Nov 2008) | 4 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/LibItemBonus-2.0/locales/enUS.lua
   M /trunk/LibItemBonus-2.0/locales/koKR.lua
   M /trunk/LibItemBonus-2.0/locales/zhCN.lua
   M /trunk/LibItemBonus-2.0/locales/zhTW.lua
   A /trunk/test
   A /trunk/test/testibl.lua

Add test script
Fix Expertise in enUS
Remove HEAL_AND_DMG to koKR and zhTW

------------------------------------------------------------------------
r53 | jerry | 2008-11-17 08:13:13 +0000 (Mon, 17 Nov 2008) | 2 lines
Changed paths:
   M /trunk/LibItemBonus-2.0/core.lua
   M /trunk/LibItemBonus-2.0/postprocess.lua

Make sure the Library is Initialized at the end of the load process

------------------------------------------------------------------------
r52 | jerry | 2008-11-15 22:46:12 +0000 (Sat, 15 Nov 2008) | 1 line
Changed paths:
   M /trunk/LibItemBonus-2.0/core.lua

revert most of commit 51. Please post a error report with a backtrace log if something calls :GetFriendlyBonus() too soon.
------------------------------------------------------------------------
r51 | Pericles | 2008-11-15 04:22:11 +0000 (Sat, 15 Nov 2008) | 7 lines
Changed paths:
   M /trunk/LibItemBonus-2.0/core.lua

LibItemBonus-2.0:
Suggested beta fixes :-
Changed error on line 249 which had level <=70 for second time when it should have been level <=80

Removed L = self.patterns and replaced L. for self.patterns throughout as this was generating errors about line 1034 etc "attempt to index upvalue 'L' a nil value"

I suspect this was mis-matches with L used for Locales quite commonly.
------------------------------------------------------------------------