home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / games / volume13 / dominion / part19 / ChangeLog < prev    next >
Text File  |  1992-02-11  |  4KB  |  125 lines

  1. Thu Jan 30 16:00:06 1992  Mark Galassi  (rosalia at max)
  2.  
  3.     * root.c: now root windows are cleared when created on BSD
  4.     systems.
  5.  
  6.     * cur_stuff.c: fixed problem with return value of wget_number()
  7.     function and friends.
  8.  
  9.     * spells.c: fixed a bug with the merge spell which allowed you to
  10.     steal other nations' population by merging on hostile sectors.
  11.  
  12.     * mail.c and commands.c: fixed problem with permissions/uids
  13.     etc...  now sending mail works both when forwarding and when
  14.     sending locally.
  15.  
  16. Tue Jan 28 22:58:44 1992  Douglas J. Novellano  (doug at max)
  17.  
  18.     * c_news.c: write_newsrc(): Fixed (?) the .tmprc.n error bug.
  19.                    Changed mv system call to cp and rm.
  20.  
  21. Mon Jan 27 04:30:09 1992  C. Titus Brown  (brown at dirac)
  22.  
  23.     * commands.c: Fixed aforementioned bug
  24.  
  25.     * c_news.c: Fixed the previously mentioned major bug
  26.  
  27.     * mail.c: Fixed the major bug with the init_screen and edit()
  28.  
  29.     * int_mail.c: Now, when the mail reader deletes all the messages
  30.               in the mailbox, the change is kept
  31.               (formerly, it tried to copy the deleted file)
  32.  
  33.     * int_mail.c: Fixed the major bug with the init_screen and
  34.               edit().
  35.  
  36. Sat Jan 25 18:59:55 1992  C. Titus Brown  (brown at dirac)
  37.  
  38.     * army.c: added routine "statline2_prompt" to all the relevant places
  39.  
  40.     * army.c: fixed problem with army status' running over into bonus'
  41.           in zoom_army.
  42.  
  43.     * misc.c: added routine "statline2_prompt" 
  44.  
  45. Fri Jan 24 02:30:43 1992  C. Titus Brown  (brown at dirac)
  46.  
  47.     * mktables.c: checked in (not in makefile)
  48.  
  49.     * dominion.tex: added in new army_types table (see mktable)
  50.  
  51.     * ext.c: changed description for army_examine, spelling, etc.
  52.  
  53. Thu Jan 23 23:36:33 1992  C. Titus Brown  (brown at dirac)
  54.  
  55.     * nation.c: new_army_type now checks to see if the army_type
  56.             being added already is there.
  57.  
  58.         * armylib.c: add_army_type now checks to see if the army_type
  59.              being added is already there.
  60.  
  61. Thu Jan 23 18:03:05 1992  Michael D Fischer  (greendog at max)
  62.  
  63.     * ext.c: changed some <a>rmy <e>xamine descriptions
  64.  
  65. Thu Jan 23 15:46:41 1992  Stephen H. Underwood  (heechee at max)
  66.  
  67.     * misc.h: removed extern declarations of index/strchr
  68.  
  69.     * army.c: added typecast to remove warning.
  70.  
  71. Fri Jan 17 13:50:42 1992  Stephen H. Underwood  (heechee at max)
  72.  
  73.     * army.h, spelllib.c: Fixed the problem with spells & merge
  74.     so it is not possible to split or merge armies or spritis
  75.     which are currently being affected by a spell.
  76.  
  77. Tue Jan 14 16:40:01 1992  Stephen H. Underwood  (heechee at max)
  78.  
  79.     * dominion.h, cur_stuff.c, Makefile: Added supporrt for PMAX, 
  80.     fixing bug in the curses desplay for ultrix
  81.  
  82.     * dominion.c, printmap.c: Added support for ANDREW style
  83.     authenticaion (since setuid/setgid doesn't function on AFS)
  84.  
  85.     * army.c, ext.c, menus.c, nation.c, addnation.c, file.c,
  86.     amry.h, update.c, mail.c, user.c, spelllib.c
  87.     Remove the slew of meaningless comments I left lying around.
  88.  
  89. Mon Jan 13 23:04:10 EST 1992 Stephen Underwood (heechee at max)
  90.  
  91.     * army.c: removed direct reference to strchr that would not
  92.     compile under BSD.  
  93.  
  94.     * misc.h: Made sure that strchr or index were defined correctly
  95.     as a proper fix to the above problems.
  96.  
  97. Fri Jan 10 15:58:17 1992  Michael D Fischer  (greendog at max)
  98.  
  99.     * printmap.c: Changed scaling from c-code to ps-code, and
  100.     added axes to borders of map.
  101.  
  102. Tue Jan  7 22:36:35 1992  Michael D Fischer  (greendog at max)
  103.  
  104.     * printmap.c: Changes back to real userid to be able to write
  105.     to user's directory.  Also a few minor changes.
  106.  
  107. Tue Jan  7 14:09:51 1992  Mark Galassi  (rosalia at max)
  108.  
  109.     * Addnation: now doesn't infinite-loop if there is no
  110.     space of a new nation.  Behaves well on this count.
  111.  
  112. Fri Dec 13 08:11:54 1991  Mark Galassi  (rosalia at max)
  113.  
  114.     * Makefile: added the ChangeLog in the distribution
  115.  
  116.     * Makefile: now compiling as version 1.06beta
  117.  
  118.     * cinfo.c: fixed bug that find_info_file() was not returning
  119.     the file pointer as it should have been. this caused core
  120.     dumps on suns, and worked by miracle on MIPS/SGI.
  121.  
  122.     * armylib.c: fixed (finally) bug in army_is_in_sector() which
  123.     caused all sorts of trouble with armies not being properly
  124.     inserted into sectors.
  125.