v2.0.4
Details
-
FilenameLibGraph-2.0-v2.0.4.zip
-
Uploaded by
-
UploadedDec 12, 2018
-
Size30.23 KB
-
Downloads17,282
-
MD5aa3bfeb9c69e4242c02aa3443aeb0083
Supported WoW Retail Versions
- 8.0.1
Changelog
------------------------------------------------------------------------
r56 | Resike | 2018-12-12 18:44:14 +0000 (Wed, 12 Dec 2018) | 1 line
Changed paths:
M /trunk/LibGraph-2.0.toc
- TOC update
------------------------------------------------------------------------
r55 | Tercioo | 2018-03-09 18:12:54 +0000 (Fri, 09 Mar 2018) | 1 line
Changed paths:
M /trunk/LibGraph-2.0/LibGraph-2.0.lua
- RefreshLineGraph now passes the Data index to the Draw function, so custom DrawLine functions know what data set the line belongs to.
------------------------------------------------------------------------
r54 | Resike | 2016-08-05 13:09:39 +0000 (Fri, 05 Aug 2016) | 3 lines
Changed paths:
M /trunk/LibGraph-2.0/LibGraph-2.0.lua
M /trunk/LibGraph-2.0.toc
- Updated to 7.0.3.
- Fixed a major issue with the grid size determination and update.
- Some other fixes.
------------------------------------------------------------------------
r53 | Resike | 2016-07-21 15:41:52 +0000 (Thu, 21 Jul 2016) | 1 line
Changed paths:
M /trunk/LibGraph-2.0/LibGraph-2.0.lua
- Texture fix.
------------------------------------------------------------------------
r52 | tercioo | 2014-09-26 13:36:47 +0000 (Fri, 26 Sep 2014) | 3 lines
Changed paths:
M /trunk/LibGraph-2.0/LibGraph-2.0.lua
- Added 4th parameter `linetexture` for AddDataSeries()
- Added function SetLineTexture(texture)
- Added function SetBorderSize (border side, size)
------------------------------------------------------------------------
r51 | Resike | 2014-08-01 16:44:30 +0000 (Fri, 01 Aug 2014) | 1 line
Changed paths:
M /trunk/LibGraph-2.0/LibGraph-2.0.lua
- More clean up.
------------------------------------------------------------------------
r50 | Resike | 2014-07-31 22:07:10 +0000 (Thu, 31 Jul 2014) | 5 lines
Changed paths:
M /trunk/LibGraph-2.0/LibGraph-2.0.lua
M /trunk/LibGraph-2.0.toc
- Code clean up.
- Added more upvalues.
- Fixed some globals and locals.
- Some typo fixes.
- Some other smaller fixes.
------------------------------------------------------------------------
r49 | elsia | 2012-08-22 04:31:21 +0000 (Wed, 22 Aug 2012) | 1 line
Changed paths:
M /trunk/LibGraph-2.0/LibGraph-2.0.lua
- Undoing the MOP beta client crash bandaid for math.floor(math.huge) as the crash bug has been fixed as of build 16010.
------------------------------------------------------------------------
r48 | elsia | 2012-08-04 04:08:22 +0000 (Sat, 04 Aug 2012) | 1 line
Changed paths:
M /trunk/LibGraph-2.0/LibGraph-2.0.lua
- Band-aid change to prevent LibGraph-2.0 to crash on the MOP beta client when displaying line graphs. Currently math.floor(math.huge) or math.ceil(math.huge) will guarantee a crash.
------------------------------------------------------------------------