KENS Version History

 

KENS V1.4 RC3
* Corrected a bug that prevented the functions that output data to a buffer to create the buffer (could only use already initialized buffers). Thanks a LOT to Korama for helping me fixing this.
* Fixed all the compression functions so they produce files with an even size
* Included the Delphi unit corrected by Korama (my changes to this unit were not really good - I'm not a Delphi programmer)
* Headers and units are now in a sub-directory named "Include"
* Updated the info in the README.HTML file

 

KENS V1.4 RC2
* Turned all functions to local functions, so they all use temporary files
* Removed the temporary local Kosinski functions (as the original functions are now local)
* Added functions that output data to a buffer rather than to a file (thanks to Stealth for asking for that improvement)
* Edited the headers and units to reflect the changes
* Converted README.TXT, VERSION.TXT and LICENSE.TXT to HTML, because it's easier to read
* Updated the info in the README.HTML file

 

KENS V1.4 RC1
* Corrected a bug in the Enigma Decompression algorithm. Thanks to Stealth for reporting and Nemesis for helping in fixing it.
* Added "Local" Kosinski functions, which copy the file to the Windows temporary directory before compressing or decompressing. This fixes a speed issue when the source or destination files are on a remote computer. Thanks to Stealth for finding out this issue (we spent hours trying to find out why it was so slow) and helping in fixing it (although I used a different method from the one used in the unofficial version that he released).
* Edited the headers and units to reflect the changes in the Kosinski functions

 

KENS V1.3
* Corrected a bug in the Game Maker wrapper functions. That bug prevented to use the decompression functions.
* Added the Sonic 2 Sound Driver support to the Saxman compressor and decompressor
* Edited the headers and units to reflect the changes in the Saxman functions
* Changed the info about the Saxman compression tools in the README.TXT file
* Radically changed the copyright texts in the sources, so everybody who participated to the KENS Project is recognized for his work

 

KENS V1.2
* Added Game Maker wrapper functions, so that Game Maker users are able to use the KENS library
* Completed the README.TXT file with info for Game Maker users

 

KENS V1.1
* Corrected a bug in the Moduled Kosinski compression algorithm (thanks to rika_chou for reporting it, thanks to Esrael for giving a hint on how to correct it)
* Updated the Enigma decompressor with the last version of the algorithm kindly provided by Nemesis
* Added the Delphi Unit made by Korama (amarokorama@msn.com), so Delphi programmers can Dynamic Link to the KENS library
* Added a KENS.h file that groups the Kosinski.h, Enigma.h, Nemesis.h and Saxman.h C++ header files
* Added some more info in the README.TXT file

 

KENS V1.0a
* Just some size improvements

 

KENS V1.0
* Initial Release