r62-alpha

Details

  • Filename
    LibGraph-2.0-r62-alpha.zip
  • Uploaded by
  • Uploaded
    Oct 30, 2022
  • Size
    30.34 KB
  • Downloads
    238
  • MD5
    84e01e82d10d6989d08b0e4dd9610ac4

Supported WoW Retail Versions

  • 10.0.0

Changelog

------------------------------------------------------------------------
r62 | tercioo | 2022-10-30 14:07:47 +0000 (Sun, 30 Oct 2022) | 2 lines
Changed paths:
   M /trunk/LibGraph-2.0/LibGraph-2.0.lua

- Reverted the fix for getting the texture path as another fix was already in place.
- Added: lib:SetTextureDirectory(path) to use a different directory, good if you want to use custom textures.
------------------------------------------------------------------------
r61 | Terciob | 2022-10-30 13:28:38 +0000 (Sun, 30 Oct 2022) | 2 lines
Changed paths:
   M /trunk/LibGraph-2.0/LibGraph-2.0.lua
   M /trunk/LibGraph-2.0.toc

Fixed the path to the library directory.
Toc update for patch 10.0 (Dragonflight).
------------------------------------------------------------------------
r60 | Meorawr | 2022-10-09 12:34:55 +0000 (Sun, 09 Oct 2022) | 3 lines
Changed paths:
   M /trunk/LibGraph-2.0/LibGraph-2.0.lua

Update SetGradientAlpha usages for 10.x compatibility

------------------------------------------------------------------------
r59 | Meorawr | 2022-10-09 10:08:56 +0000 (Sun, 09 Oct 2022) | 8 lines
Changed paths:
   M /trunk/LibGraph-2.0/LibGraph-2.0.lua

Allow forward slashes in texture directory match

In patch 10.0 onwards error messages have changed format slightly to use forward
slashes as path separators. For compatibility with existing retail clients
and classic, the pattern for finding the library directory will accept both
backslashes and forward slashes in the error message.

------------------------------------------------------------------------
r58 | Terciob | 2020-10-25 14:52:19 +0000 (Sun, 25 Oct 2020) | 2 lines
Changed paths:
   M /trunk/LibGraph-2.0/LibGraph-2.0.lua
   M /trunk/LibGraph-2.0.toc

- Added backdrop templates on graph frames, this is required due to 9.0 (Shadowlands) changes.
- Toc updated to 90001.
------------------------------------------------------------------------