4 Commits

Author SHA1 Message Date
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
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
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