r78

Details

  • Filename
    LibStatLogic-1.2-r78.zip
  • Uploaded by
  • Uploaded
    Aug 8, 2012
  • Size
    152.64 KB
  • Downloads
    72
  • MD5
    a6570d5b9b31071195b048373a65f7de

Supported WoW Retail Versions

  • 4.3.4

Changelog

------------------------------------------------------------------------
r78 | JackTripper | 2012-08-09 03:35:27 +0000 (Thu, 09 Aug 2012) | 4 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua
   A /trunk/LibStatLogic-1.2/Locales
   A /trunk/LibStatLogic-1.2/Locales/Locales.xml
   A /trunk/LibStatLogic-1.2/Locales/deDE.lua
   A /trunk/LibStatLogic-1.2/Locales/enGB.lua
   A /trunk/LibStatLogic-1.2/Locales/enUS.lua
   A /trunk/LibStatLogic-1.2/Locales/esES.lua
   A /trunk/LibStatLogic-1.2/Locales/esMX.lua
   A /trunk/LibStatLogic-1.2/Locales/frFR.lua
   A /trunk/LibStatLogic-1.2/Locales/koKR.lua
   A /trunk/LibStatLogic-1.2/Locales/ruRU.lua
   A /trunk/LibStatLogic-1.2/Locales/zhCN.lua
   A /trunk/LibStatLogic-1.2/Locales/zhTW.lua
   M /trunk/LibStatLogic-1.2/lib.xml

- split localization values into separate files
- created CNumber, a locale sensitivity String to Number function
- replaced L.tonumber with single CNumber, rather than per-locale functions

------------------------------------------------------------------------
r77 | JackTripper | 2012-08-07 02:37:34 +0000 (Tue, 07 Aug 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- use of simpler unittest asserts

------------------------------------------------------------------------
r76 | JackTripper | 2012-08-07 00:47:11 +0000 (Tue, 07 Aug 2012) | 3 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- number processing now takes into account thousands separator (e.g. comma for enUS)
- added unit tests

------------------------------------------------------------------------
r75 | JackTripper | 2012-08-05 01:20:06 +0000 (Sun, 05 Aug 2012) | 3 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- API GetPrimaryTalentTree() removed in 5.0.1; using GetSpecialization()
- Any players over level 85 will, for now, use level 85 combat rating conversion values

------------------------------------------------------------------------
r74 | mikk | 2012-04-25 19:18:36 +0000 (Wed, 25 Apr 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

Fix error introduced in new gem scanner (it would error on setting gems if an equipment slot was empty).

------------------------------------------------------------------------