r81

Details

  • Filename
    LibStatLogic-1.2-r81.zip
  • Uploaded by
  • Uploaded
    Aug 10, 2012
  • Size
    154.79 KB
  • Downloads
    48
  • MD5
    13317cf68ebc6fd402d365b27ee5d8e5

Supported WoW Retail Versions

  • 4.3.4

Changelog

------------------------------------------------------------------------
r81 | JackTripper | 2012-08-10 17:20:09 +0000 (Fri, 10 Aug 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- hopefully removed division by zero from GetAvoidanceAfterDR(..., 0, ...);

------------------------------------------------------------------------
r80 | JackTripper | 2012-08-10 12:33:01 +0000 (Fri, 10 Aug 2012) | 6 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua
   M /trunk/LibStatLogic-1.2/Locales/enUS.lua

- added MONK to various class tables (ONLY HAS DUMMY VALUES SO IT DOESN'T CRASH; NOTHING VALID)
- added "new class" branch that prints a message next time Blizzard adds a class
- the Monk's "Stat Mod" table entry is present, but empty; with a warning message being printed out that it's empty
- added a unit test that currently fails; but at least i have something to debug against
- gotta go to work now

------------------------------------------------------------------------
r79 | JackTripper | 2012-08-10 00:31:10 +0000 (Fri, 10 Aug 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/Locales/deDE.lua
   M /trunk/LibStatLogic-1.2/Locales/enUS.lua
   M /trunk/LibStatLogic-1.2/Locales/esES.lua
   M /trunk/LibStatLogic-1.2/Locales/frFR.lua
   M /trunk/LibStatLogic-1.2/Locales/koKR.lua
   M /trunk/LibStatLogic-1.2/Locales/ruRU.lua
   M /trunk/LibStatLogic-1.2/Locales/zhCN.lua
   M /trunk/LibStatLogic-1.2/Locales/zhTW.lua

- convert all locales use search for a "decimal number" rather than an "integer number" for a weapon's dps (e.g. "(462.3 damage per second)" )

------------------------------------------------------------------------
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).

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