GraphLib-r57852

Details

  • Filename
    GraphLib-r57852.zip
  • Uploaded by
  • Uploaded
    Jan 3, 2008
  • Size
    28.78 KB
  • Downloads
    52
  • MD5
    eff851d6c02b3dfd255613b7620b29f6

Supported WoW Retail Versions

  • 2.3.3

Changelog

------------------------------------------------------------------------
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()
------------------------------------------------------------------------