0.
Legal Disclaimer 1. Introduction 2. What's new 2.1. ModKeen 2.0.1 versus ModKeen 1 2.2. LModKeen 2 versus LModKeen I 3. Building and installing 4. Usage 5. Outputs 6. Contact information 7. Acknowledgements 8. Changelog 8.1 LModKeen 8.2 ModKeen 9. Known bugs 10. To-do List |
$ tar -jxvf lmodkeen2-rel1.tar.bz2 $ cd ./lmodkeen2-rel1 |
$
cd ./build-<config name> $ make |
$ lmodkeen |
$ su -c "cp ./lmodkeen /usr/bin/lmodkeen" |
2007-05-23: EModKeen 3 alpha 1 (not released) - Started from scratch - Changed project name from LModKeen to EModKeen 2007-05-23: LModKeen 2 release 2 - Fixed file-name case for Linux according to msdos/vfat FAT name conversion 2007-05-??: LModKeen 3 alpha 1 (not released) - Added LModKeen II beta 4 unstable source code. - Converted C makefiles to C++ ones. 2007-04-20: LModKeen 2 release candidate 1 - Removed unstable code. - Proper GNU/Linux makefile (GCC). - Proper Win32 makefile (Mingw32 - GCC x86). - Fixed do_output messing up the output to Win32 console. - Fixed setcol setting wrong intensity value on Win32 pconio.c section. - Updated internal version/license banners with proper text. - Now error/help messages display the actual binary name instead of "modkeen". - Win32-specific help message added. - Renamed normalize_filenames script to prep_names. Added more generic helper scripts. - Updated URLs to external utilities in HTML Readme. - Updated package uncompressing instruction since it now uses BZip2 tars instead of GZip. 2007-04-05: LModKeen II beta4: - Renamed linconio.c to pconio.c. Added Win32 console I/O compatibility. - Renamed linconio.h to pconio.h. Added Win32 console I/O compatibility. - More code optimizations. - Code clean-ups. - First Win32 build (MinGW GNU/Linux cross-compiler). - Added symbols for Bio Menace exe files header lengths. - Started adding Bio Menace data info. - Adding code for DOS title screen data extraction/patch file generation. - Adding code for Scrolling text screen data extraction/patch file generation. - Added directory layout-independent makefiles for GNU/Linux and Mingw32-on-Linux. - Read huffman dictionary from external EGADICT.BMx for Bio Menace. - Added methods that return filenames for EGAHEAD, EGAGRAPH, AUDIOT, AUDIOHED, GAMEMAPS, MAPHEAD, EGADICT, (exefile), GFXINFOE. 2007-04-01: LModKeen II beta3: - Lots of code optimizations. - Removed unused code. - Added console output coloring. - Fixed quit() not displaying messages properly under ncurses mode. - Fixed keen456_import_begin() and keen456_export_begin() bugs that caused improper detection of EXE information and segment violations. - UNIX switches style compatibility (i.e. --episode=3 is the same as -episode=3). - Extended --episode parameter to support Dangerous Dave 2 and Bio Menace. - Added --debug parameter to add "debug mode" functionality. - Renamed keen123_export_finaleimg() to keen123_export_external(). Added progress info to procedure. - Renamed keen123_import_finaleimg() to keen123_import_external(). Added progress info to procedure. - Marked as stable with Keen 1-3, Keen 4-6 (not Dreams) for importing/exporting data. 2007-03-28: LModKeen II beta2: - Fixed bug which caused application to always display help text and ignore command line (GCC bug?). - Added bmp_unpack for fin2bmp code compatibility. - Fixed bug that caused Lmodkeen to look for KEEN7E.EXE instead of KDREAMS.EXE. - Extended get_exe_image_size() for future compatiblity with non-Keen games. - Wrote proper code for KDREAMS.EXE executable image size calculation. - Adapted EGA header and graphics initialization for Keen Dreams support. - Tested Keen1 and KDreams support (last one is still not working for export). 2007-03-27: LModKeen II beta1: - Various miscellaneous modifications. 2007-03-23: LModKeen II alpha1: - Fixed bug involving ncurses calls. - Added Keen Dreams support based on MultiMania's code. - Integrated Fin2BMP code on Keen 1-3 import/export procedure. 2007-03-13: LModKeen I - Initial public release by Shadow Master |
2004-04-01:
Version 2.0.1: - Bug-fix release. Fixed bug in Keen 1-3 importing where different data types were not paragraph-aligned. 2004-03-14: Version 2.0: - Initial public release. 2004-03-13: Version 2.0-beta4: - Fixed bug with EGAHEAD reading, made extraction automatic, and added more sanity checks. 2004-03-08: Version 2.0-beta3: - Fixed bugs with too many chunks and with progress displaying. 2004-03-07: Version 2.0-beta2: - Supports importing from Keen 4, 5, 6. 004-03-05: Version 2.0-beta1: - Supports exporting from Keen 4, 5, 6. 2004-02-22: Version 2.0-alpha: - Began adding support for Keen 4. 2002-04-01: Renamed to MODKEEN version 1.0: - Full support for editing sprites and bitmaps in all three Keen: Vorticons episodes. 2002-03-27: ModLatch version 1.1: - Added LZ routines and Keen 1 support, and BMP I/O routines so it compiles under plain DJGPP. 2002-03-25: ModLatch implicit version 1.0: - Initial release, DJGPP + Allegro. |