18 Commits

Author SHA1 Message Date
3facfed818 Fixed error with the table block
Table blocks had an error where an empty table woult crash the reader
2017-11-12 14:05:35 -05:00
e3f438c4e0 Fixed a bug in this file
bits.new(0) would not return any string back when you should have gotten 00000000 as an answer!
2017-09-28 21:15:42 -04:00
7b4d0a23b2 Restructured some things!
Cleaned up files within the bin folder
Added:
+ bin:toDataBuffer()
[Converts a binobj to a data buffer]
+ bin:slide(n)
[changes the value of the characters by n, if n>255 it will wrap back around to 0]

Note: While streamable files can handle massive files without an issue, converting a massive file to a databuffer will probably throw a memory error!
2017-09-27 15:46:06 -04:00
3a49234cba added rockspec 2017-08-10 12:48:09 -04:00
a91234920a Update README.md 2017-08-10 12:44:20 -04:00
37f50e007d Bin Version 5.0.0!
Completely rewritten. Removed the garbage and added some new features. Checkout BinRewrite.md to view changes
2017-08-10 09:22:10 -04:00
7094656723 getting closer! 2017-08-03 00:22:47 -04:00
5d4a707ca6 Updated readme data 2017-08-02 00:06:11 -04:00
7bb2d0750c Slowly Rewriting the library 15% done! 2017-07-31 00:44:13 -04:00
5a147a1d70 edit 2017-07-29 22:56:57 -04:00
befbc53b98 progress is being made 2017-07-29 22:10:00 -04:00
0ada63230d Started the rewrite!!! 2017-07-28 23:31:11 -04:00
29b4371f94 formatting (4.5.0) 2017-06-26 13:02:43 -04:00
963cdb9881 Added basic documentation 2017-06-26 12:56:59 -04:00
48f6e0e0b5 Create README.md 2017-06-08 10:24:45 -04:00
266b49617f Create README.md 2017-06-08 10:24:11 -04:00
0a333c350a Added the bin.lua file
In need of work but has grown to a point where I really don't want to rewrite it
2017-06-08 10:10:42 -04:00
d88bf54b3a Initial commit 2017-06-08 10:09:58 -04:00