r25

Details

  • Filename
    LibQRCode-r25.zip
  • Uploaded by
  • Uploaded
    Oct 3, 2010
  • Size
    16.62 KB
  • Downloads
    33
  • MD5
    b3a3201691f51ff0a208c709ca0461a5

Supported WoW Retail Versions

  • 4.0.1
  • 3.3.5

Changelog

------------------------------------------------------------------------
r25 | wolftankk | 2010-10-03 22:41:30 -0500 (Sun, 03 Oct 2010) | 2 lines
Changed paths:
   M /trunk/LibQRCode.lua

fix some bugs. i try fix encodering the contents to bits.
------------------------------------------------------------------------
r24 | wolftankk | 2010-09-30 01:15:37 -0500 (Thu, 30 Sep 2010) | 1 line
Changed paths:
   M /trunk/LibQRCode.lua

add tex cache list. It can draw lefttop, leftbottom, righttop corner. next, i will draw QRCode format infomation
------------------------------------------------------------------------
r23 | wolftankk | 2010-09-29 12:44:00 -0500 (Wed, 29 Sep 2010) | 1 line
Changed paths:
   M /trunk/LibQRCode.lua

the qrcode image can set width and set height for show the screen.
------------------------------------------------------------------------
r22 | wolftankk | 2010-09-29 12:38:19 -0500 (Wed, 29 Sep 2010) | 1 line
Changed paths:
   M /trunk/LibQRCode.lua

-fixed tex setpoint's y value. now it cant reversed
------------------------------------------------------------------------
r21 | wolftankk | 2010-09-29 12:11:38 -0500 (Wed, 29 Sep 2010) | 2 lines
Changed paths:
   M /trunk/LibQRCode.lua

add a test code for wow. Now, you can see a miniature QRCode image
------------------------------------------------------------------------
r20 | wolftankk | 2010-09-29 06:31:34 -0500 (Wed, 29 Sep 2010) | 1 line
Changed paths:
   M /trunk/LibQRCode.lua

add GF256, GF256Poly and ReedSolomonEncode for QRCode Encode class.
------------------------------------------------------------------------
r19 | wolftankk | 2010-09-29 04:23:31 -0500 (Wed, 29 Sep 2010) | 1 line
Changed paths:
   M /trunk/LibQRCode.lua

add setup 8 for createMatrix. and setup 9, check qrcode is vaild?
------------------------------------------------------------------------
r18 | wolftankk | 2010-09-29 03:53:17 -0500 (Wed, 29 Sep 2010) | 2 lines
Changed paths:
   M /trunk/LibQRCode.lua

Add POSITION_ADJUSTMENT_PATTERN_COORDINATE_TABLE from Appendix E. table1
add TYPE_INFO_COORDINATES
------------------------------------------------------------------------
r17 | wolftankk | 2010-09-29 03:45:54 -0500 (Wed, 29 Sep 2010) | 1 line
Changed paths:
   M /trunk/LibQRCode.lua

add MatrixUtil for drawing the QRCode image.
------------------------------------------------------------------------
r16 | wolftankk | 2010-09-29 03:12:39 -0500 (Wed, 29 Sep 2010) | 1 line
Changed paths:
   M /trunk/LibQRCode.lua

QRCode need ReedSolomon class. next version, add ReedSolomon , GF256
------------------------------------------------------------------------
r15 | wolftankk | 2010-09-29 01:05:21 -0500 (Wed, 29 Sep 2010) | 2 lines
Changed paths:
   M /trunk/LibQRCode.lua

add setup 4 ~ 5 processes for Encoder method.
now setup 6. interleave bits
------------------------------------------------------------------------
r14 | wolftankk | 2010-09-28 22:48:49 -0500 (Tue, 28 Sep 2010) | 1 line
Changed paths:
   M /trunk/LibQRCode.lua

add initQRCode, continue. it will generate a two dimension array
------------------------------------------------------------------------
r13 | wolftankk | 2010-09-28 20:33:38 -0500 (Tue, 28 Sep 2010) | 2 lines
Changed paths:
   M /trunk/LibQRCode.lua

fix typo
------------------------------------------------------------------------
r12 | wolftankk | 2010-09-28 11:53:25 -0500 (Tue, 28 Sep 2010) | 9 lines
Changed paths:
   M /trunk/LibQRCode.lua

add BitArray class. it is a simple, fast table(lua) of bits.
add Encoder:chooseMode for the content encoding to bit array.

LibQRCode usage:
local barcoder =LibStub(LibQRCode-1.0, content, width, height);
barcoder include frame, you can use SetPoint for localed anywhere.
barcoder.frame:Show() It will localed the screen center if you cant use SetPoint.

------------------------------------------------------------------------
r11 | wolftankk | 2010-09-28 09:37:50 -0500 (Tue, 28 Sep 2010) | 1 line
Changed paths:
   M /trunk/LibQRCode.lua

add QRCodeWrite, but i'm programming encoder contents for QRCodeWrite. QRCodeWrite is a drawing image class.
------------------------------------------------------------------------
r10 | wolftankk | 2010-09-28 09:13:42 -0500 (Tue, 28 Sep 2010) | 1 line
Changed paths:
   M /trunk/LibQRCode.lua

add version 1 ~ version 10 in the lib for testing encode
------------------------------------------------------------------------
r9 | wolftankk | 2010-09-28 08:23:30 -0500 (Tue, 28 Sep 2010) | 1 line
Changed paths:
   M /trunk/LibQRCode.lua

fix class-name qrcode to QRCode
------------------------------------------------------------------------
r8 | wolftankk | 2010-09-28 06:29:03 -0500 (Tue, 28 Sep 2010) | 3 lines
Changed paths:
   M /trunk/LibQRCode.lua

add ECBlock, ECB base class for Version. add ErrorCorrectionLevel class for the QRCode. this class includes L, M, Q, H. \
Version  add getVersionFromNumber method for getting >Version<

------------------------------------------------------------------------
r7 | wolftankk | 2010-09-28 04:39:08 -0500 (Tue, 28 Sep 2010) | 1 line
Changed paths:
   M /trunk/LibQRCode.lua

add bytesMatrix, Version, Mode method class
------------------------------------------------------------------------
r6 | wolftankk | 2010-09-28 01:56:05 -0500 (Tue, 28 Sep 2010) | 1 line
Changed paths:
   M /trunk/.docmeta

update .docmeta. fixed the doc output method
------------------------------------------------------------------------
r5 | wolftankk | 2010-09-28 01:37:17 -0500 (Tue, 28 Sep 2010) | 1 line
Changed paths:
   A /trunk/.docmeta
   M /trunk/LibQRCode.lua

rewrite methods of the qrcode base class, add .docmeta
------------------------------------------------------------------------
r4 | wolftankk | 2010-09-27 22:42:02 -0500 (Mon, 27 Sep 2010) | 1 line
Changed paths:
   M /trunk/LibQRCode.lua

add compute matrix for qrcode version.
------------------------------------------------------------------------
r3 | wolftankk | 2010-09-27 03:06:20 -0500 (Mon, 27 Sep 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/LibQRCode.lua

Fixed LibStub checkout url for pkgmeta
------------------------------------------------------------------------
r2 | wolftankk | 2010-09-27 00:07:45 -0500 (Mon, 27 Sep 2010) | 1 line
Changed paths:
   A /trunk/.pkgmeta
   A /trunk/LibQRCode.lua
   A /trunk/LibQRCode.toc

First, import files
------------------------------------------------------------------------
r1 | root | 2010-09-26 23:34:27 -0500 (Sun, 26 Sep 2010) | 1 line
Changed paths:
   A /branches
   A /tags
   A /trunk

"libqrcode/mainline: Initial Import"
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
12.92 KB Oct 3, 2010 4.0.1 +1 15