home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / conqsrc.lha / Conquest / src / History < prev    next >
Encoding:
Text File  |  1994-12-20  |  821 b   |  21 lines

  1. Version 1.0: Original version converted by Bob Shimbo
  2.  
  3. Version 1.1: Rewrote makefile, small window, uses better rand, general cleanup,
  4.         renaming of files, prototypes added.
  5.  
  6. Version 1.1.1: Combat.c cleaned up. Configuration file processing added.
  7.  
  8. Version 1.1.2: Commands.c cleaned up. get_char() returns char.
  9.  
  10. Version 1.1.3: Display.c and enemy.c cleaned up.
  11.  
  12. Version 1.1.4: The remaining parts of the code cleaned up. get_line(),
  13.         get_token() and get_tf() improved. Global variables 
  14.         initialized in main.c.
  15.  
  16. Version 1.2: Removed silly mini window, uses stdin in RAW mode instead.
  17.         Added research_limited(), recoded enemy research, added
  18.         *, + and - investment. Minor bugs removed. Shows newly
  19.         explored planets immediately. Ready for new termtypes.
  20.  
  21. Version 1.2.1: Fixed bug in selecting planets when attacking.