home *** CD-ROM | disk | FTP | other *** search
/ DeathMatch 2 for Doom 2 / Deathmatch2.bin / other / lmputil.new < prev    next >
Text File  |  1995-05-22  |  3KB  |  78 lines

  1.                   Doom LMP Utility Revision History
  2.                  Current Length of Source: 860 lines
  3.  
  4. v2.10 05/22/95 (released to ftp.cdrom.com)
  5. - -chop command implemented to remove gametics from end of LMP.
  6. - -viewer now supports a optional player # to set player directly.
  7. - The .lmp extension can now be omited in all cases.
  8. - Can now display info for multiple LMPs.
  9. - Support for the 4th episode of Doom.
  10. - The -cut command removed from help screen, but still implemented.
  11. - filename handler expanded from 79 to 254 chars.
  12.  
  13. v2.01 04/13/95 (released to ftp.cdrom.com)
  14. - Check for incorrect filesize improved to issue a warning only.
  15. - copy_tics() modified to handle incomplete gametics.
  16. - -wait parameter now fills a gametic's missing byte, if any.
  17.  
  18. v2.00 03/24/95 (released to ftp.cdrom.com)
  19. - Wildcard file specification supported for /ver and /viewer.
  20. - Section of the LMP can now be removed based on gametics.
  21. - Some wait tics can be added to the LMP so one can see the score longer.
  22. - LMP file's original date & time stamp are restored for modify & copy.
  23. - "Single" play mode is displayed if coop and # player = 1.
  24. - Improved IO routine for /convert, block copy method used.
  25. - Faster IO routine to obtain the LMP file's size, fstat().
  26. - Return code to the OS is more organized. (1, 2, or 3)
  27. - Error message now contains the byte offset that is invalid.
  28. - Some very basic graphic chars used to enhance screen display.
  29.  
  30. v1.51 02/23/95 (internal)
  31. - the '->' is now displayed in red color if -viewer and -ver is used.
  32. - intro/help screen modified a little, again.
  33.  
  34. v1.50 02/18/95 (released to ftp.cdrom.com)
  35. - Used conditional compilation between dos & os/2.
  36. - support for both - and / as the indicator for parameters.
  37. - parameters for various action changed from single char to word.
  38. - default LMP ver for /convert is now 1.9
  39.  
  40. v1.44 12/19/94 (released to alt.binaries.doom)
  41. - Improved and simplified file IO routine, no more reopens.
  42. - Minor bug in error message about LmpVer fixed.
  43. - Debug info not put into OBJ file when compile, 3k less exe.
  44. - Documentation rewritten, and hopefully, improved.
  45. - Segment fault when passing filenames longer than 80 chars fixed.
  46. - Modified so will compile under gcc/2 for os/2, and unix gcc.
  47. - Optimized not to use math library functions. (wasn't necessary)
  48.  
  49. v1.43 12/06/94 (released to alt.binaries.doom)
  50. - Compiled with floating point emulation, ooops.
  51.  
  52. v1.42 12/03/94 (internal)
  53. - Episode and level description added.
  54. - Simple check to see if LMP is for Doom / Doom II.
  55.   Will not be able to tell for episode 1 & level < 10.
  56.  
  57. v1.41 12/03/94 (released to ftp.orst.edu)
  58. - Added optional parameter for /T to specify target LMP version.
  59. - Simple check to make sure source and target are not the same for /T.
  60.  
  61. v1.4 12/02/94 (internal)
  62. - Added support for 1.2 LMPs.
  63. - Added /T parameter to convert 1.2 LMP to 1.6 LMP.
  64. - Parameter handler completely rewritten based on Nachos.
  65. - Program structure modified to ease furture add-on
  66.  
  67. v1.2 12/02/94 (internal)
  68. - Added /V parameter to set LMP file version from 1.4 to 1.9.
  69.  
  70. v1.1 12/01/94 (internal)
  71. - Added /C parameter to change recording player from
  72.   the list of active players.
  73.  
  74. v1.0 12/01/94 (internal)
  75. - First Release.
  76. - Simply displays LMP file information.
  77. - Supports only 1.4 or later LMP version.
  78.