barubary
|
bd9c45a89b
|
C#: improved the RLE compressor, even though it's still untested. (should no longer read beyond the end of the input stream)
|
2011-04-05 16:18:03 +00:00 |
|
barubary
|
edc3d2da24
|
C#: added an untested compressed algorithm for RLE. (all new decompression algorithms are also untested)
|
2011-04-04 13:07:07 +00:00 |
|
barubary
|
1c194134ac
|
C#: started on re-implementing the huffman decompression in the mew format.
|
2011-03-23 12:04:59 +00:00 |
|
barubary
|
ba18c44249
|
C#: the project file is now for VS2010. Removed the unused using-statement for Linq to get .NET 2.0 compatibility again.
|
2011-03-23 09:53:25 +00:00 |
|
barubary
|
0e5fe616c3
|
C#: Re-implemented the RLE decompression in the new format. The new format file has not been added to the project file, as I can only work in VS2010 where I am at the moment (and manually editing the file seems to break the autorun every time I try it).
|
2011-03-22 14:24:22 +00:00 |
|