r80
Details
-
FilenameLibStatLogic-1.2-r80.zip
-
Uploaded by
-
UploadedAug 10, 2012
-
Size154.47 KB
-
Downloads65
-
MD5d51ce5bc4fbc4a18db91cf760c6efe47
Supported WoW Retail Versions
- 4.3.4
Changelog
------------------------------------------------------------------------
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).
------------------------------------------------------------------------