home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / bbs_door / vb2000-c.arj / HISTORY.VLT < prev    next >
Text File  |  1992-04-03  |  1KB  |  24 lines

  1.                            VaultBreaker 2000 History
  2.                            -------------------------
  3.  
  4. April 3, 1992
  5. ------------------
  6. - Switch from the Borland C++ v2.0 compiler back to the Turbo C v2.0
  7.   compiler to help reduce code size.  I found that Borland C++ has a nice
  8.   #pragma option that allows the author of a library to have a routine
  9.   executed prior to execution of main.  This is handy except that the
  10.   routine is loaded and executed regardless of whether you need it or not.
  11. - The code is now compiled in the Small memory model which saves about 7k
  12.   on the size of the executable.
  13.  
  14. March 26, 1992
  15. ------------------
  16. - Added a reward of time for the user if they win the game.  This may be
  17.   specified by the SysOp by providing a command line parameter '-P' with
  18.   the number of minutes of reward.
  19.  
  20. March 25, 1992
  21. ------------------
  22. - Relinked with a new version of the PCBTools library.  This fixes a problem
  23.   where the DOOR won't run under certain circumstances.
  24.