home *** CD-ROM | disk | FTP | other *** search
/ DeathMatch 2 for Doom 2 / Deathmatch2.bin / death / lmputil.new < prev    next >
Text File  |  1995-02-18  |  2KB  |  48 lines

  1.                   Doom LMP Utility Revision History
  2.                  Current Length of Source: 450 lines
  3.  
  4. v1.50 02/18/95 (released to ftp.cdrom.com)
  5. - Used conditional compilation between dos & os/2.
  6. - support for both - and / as the indicator for parameters.
  7. - parameters for various action changed from single char to word.
  8. - default LMP ver for /convert is now 1.9
  9.  
  10. v1.44 12/19/94 (released to alt.binaries.doom)
  11. - Improved and simplified file IO routine, no more reopens.
  12. - Minor bug in error message about LmpVer fixed.
  13. - Debug info not put into OBJ file when compile, 3k less exe.
  14. - Documentation rewritten, and hopefully, improved.
  15. - Segment fault when passing filenames longer than 80 chars fixed.
  16. - Modified so will compile under gcc/2 for os/2, and unix gcc.
  17. - Optimized not to use math library functions. (wasn't necessary)
  18.  
  19. v1.43 12/06/94 (released to alt.binaries.doom)
  20. - Compiled with floating point emulation, ooops.
  21.  
  22. v1.42 12/03/94 (internal)
  23. - Episode and level description added.
  24. - Simple check to see if LMP is for Doom / Doom II.
  25.   Will not be able to tell for episode 1 & level < 10.
  26.  
  27. v1.41 12/03/94 (released to ftp.orst.edu)
  28. - Added optional parameter for /T to specify target LMP version.
  29. - Simple check to make sure source and target are not the same for /T.
  30.  
  31. v1.4 12/02/94 (internal)
  32. - Added support for 1.2 LMPs.
  33. - Added /T parameter to convert 1.2 LMP to 1.6 LMP.
  34. - Parameter handler completely rewritten based on Nachos.
  35. - Program structure modified to ease furture add-on
  36.  
  37. v1.2 12/02/94 (internal)
  38. - Added /V parameter to set LMP file version from 1.4 to 1.9.
  39.  
  40. v1.1 12/01/94 (internal)
  41. - Added /C parameter to change recording player from
  42.   the list of active players.
  43.  
  44. v1.0 12/01/94 (internal)
  45. - First Release.
  46. - Simply displays LMP file information.
  47. - Supports only 1.4 or later LMP version.
  48.