r79
Details
-
FilenameLibStatLogic-1.2-r79.zip
-
Uploaded by
-
UploadedAug 9, 2012
-
Size152.87 KB
-
Downloads49
-
MD55415bd3e5099b02e51de6c8f84e63ef1
Supported WoW Retail Versions
- 4.3.4
Changelog
------------------------------------------------------------------------
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).
------------------------------------------------------------------------