GraphLib-r58333
Details
-
FilenameGraphLib-r58333.zip
-
Uploaded by
-
UploadedJan 12, 2008
-
Size29.16 KB
-
Downloads1,701
-
MD5f44b9231f1c71504a07ce76fb7234517
Supported WoW Retail Versions
- 2.3.3
Changelog
------------------------------------------------------------------------
r58333 | xinhuan | 2008-01-12 06:38:39 -0500 (Sat, 12 Jan 2008) | 3 lines
Changed paths:
M /trunk/GraphLib/Graph-1.0/Graph-1.0.lua
M /trunk/GraphLib/GraphTextures/line.tga
GraphLib:
- Set default drawn lines to draw on "ARTWORK" layer if it isn't specified
- Replace the 65580 bytes line.tga with a 764 bytes line.tga version that is identical, but merely with run length encoding enabled.
------------------------------------------------------------------------
r57852 | xinhuan | 2008-01-03 14:38:35 -0500 (Thu, 03 Jan 2008) | 5 lines
Changed paths:
M /trunk/GraphLib/Graph-1.0/Graph-1.0.lua
GraphLib:
- Fix DrawVLine() and DrawHLine() to actually work
- Fix DrawLine() to actually not create and draw 2 lines for every horizontal or vertical line by returning after calling DrawVLine() and DrawHLine()
- Replace 51 lines of loops with 9 lines of direct code that which does the same thing
- Get rid of unused locals
------------------------------------------------------------------------
r57349 | 7destiny | 2007-12-22 11:20:15 -0500 (Sat, 22 Dec 2007) | 2 lines
Changed paths:
M /trunk/GraphLib/GraphLib.toc
GraphLib:
- fix toc 20200 ==>20300
------------------------------------------------------------------------
r57322 | xinhuan | 2007-12-22 03:21:57 -0500 (Sat, 22 Dec 2007) | 2 lines
Changed paths:
M /trunk/GraphLib/Graph-1.0/Graph-1.0.lua
GraphLib:
- Minor optimization to :HideLines()
------------------------------------------------------------------------