v1.0.2b

Details

  • Filename
    LibPrism-1.0-v1.0.2b.zip
  • Uploaded by
  • Uploaded
    Nov 24, 2013
  • Size
    7.95 KB
  • Downloads
    126
  • MD5
    2880d251de5a8a76c92ccc41a54da49a

Supported WoW Retail Versions

  • 5.4.1

Changelog

tag v1.0.2b
f6bb84183c8f7d84ec00498db418216c5f9e811e
Aiue <aiue@aiue.se>
2013-11-24 14:23:58 +0100

Tagging as v1.0.2b

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

Aiue:
    - Fix for :RGBtoHSV() with all three color values being identical to one another.
    - Added functions :Saturate(), :Desaturate(), :Lighten() and :Darken()
    - Made the previous fix actually work rather than breaking the function completely. (0/0 = -1.#IND = ALL the numbers\!)
    - A factor of 0/0 will now be defined as 0 within GetAngleGradient() rather than being neither validated nor redefined.
    - #@debug@ in .toc does more than advertised and also adds a space, apparently. Fix due to this.
    - Less zealous validation provides behaviour more closely matching definitions.
    - Minor versioning pokage.
    - Fixed a few errors that should've been caught by testing before even making it to alpha.
    - \'@project-timestamp@\' makes for a bad minor version.
    - Added validation to the conversion functions.
    - :GetAngleGradient() rewritten to only accept raw numbers rather than tables or strings. (Thanx Phanx)