home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / compress / filearchivers / zip / changes next >
Text File  |  1995-02-27  |  993b  |  34 lines

  1. Since V1.0
  2.  
  3. 1. Fix bug in decode_text that failed to display literal ASCII characters
  4.    correctly.
  5.  
  6. 2. Fix sound flag value in ztypes.h
  7.  
  8. 3. Fix sound calls in mscio.c to output a bell character directly.
  9.  
  10. 4. Fix game exit when scripting was enabled and tried to open scripting file
  11.    again.
  12.  
  13. 5. Move default file names to osdepend.c as they are operating system dependent.
  14.  
  15. 6. Make add flags for get_file_name and file_cleanup to differentiate between
  16.    game save files and script files.
  17.  
  18. 7. Make the game save file and optional argument on the command line.
  19.  
  20. 8. Tidy up configure().
  21.  
  22. 9. Blank status line at start of game and update status line if display pauses
  23.    for type 3 games.
  24.  
  25. 10. Add proportional font support supplied by Olaf Barthel.
  26.  
  27. 11. Make 'more' message screen format independent.
  28.  
  29. 12. Fix bug in close_script to only call cleanup routine when file is closed.
  30.  
  31. 13. Limit input line size to 127 characters.
  32.  
  33. 14. Fix bug when composing status line for proportional font use.
  34.