31 Commits

Author SHA1 Message Date
bbfa5e7845 fix 2019-02-04 17:43:36 -05:00
423f04229c rockspec fix 2019-02-04 17:37:21 -05:00
5069cc6b0a Some restructuring
I needed the library to return bin when required and not modify the global namepace
2018-07-18 09:56:48 -04:00
dd8ec5066e fixed verson number 2018-06-16 14:34:49 -04:00
9c64cbcd97 Version 6.0.0
Changed tons of stuff.... Everything that used to use this library has been horribly broken :D Except my lbraries as they have been updated
2018-06-16 14:34:26 -04:00
0f134f7465 Support for love2d 11.1 2018-06-09 15:02:20 -04:00
c069a981cd Maor Bugs Fixed!!!
the bits library had a bug where numbers were not being converted correctly... This was VERY BAD!!!

Funny thing is that infinabits was correctly coded and worked!
2017-11-22 17:51:41 -05:00
95c61f08c0 Fixed stuff 2017-11-13 22:55:22 -05:00
75bb6a50c0 Updated Rockspec 2017-11-13 22:51:19 -05:00
d0dc49d7d0 Updated rockspec 2017-11-13 22:38:58 -05:00
0870b24771 Updated version info 2017-11-13 22:19:40 -05:00
73a9ee499f Support for fractions in addedblocks
binobj:addBlock(123.234,nil,"d")
allows you to store fractional data to a string
2017-11-13 22:16:42 -05:00
3bbfcf2e9b Fixed 't' block huge number support
Was calling huge not accessing it.
Updated version as well to reflect changes
2017-11-12 14:26:56 -05:00
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