Home | History | Annotate | Download | only in phantasia
History log of /src/games/phantasia/interplayer.c
RevisionDateAuthorComments
 1.12  31-Aug-2009  dholland Dumping all system includes anything uses in one big header file is so 1986.

XXX: Removing unused declarations (thus, unused headers can trigger
XXX: it) sometimes causes gcc to generate substantially different
XXX: code. Dunno why but it looks rather like a gcc bug.
 1.11  12-Aug-2009  dholland sprinkle static
 1.10  25-May-2009  dholland ANSIfy function declarations. Object file diffs cross-checked.
 1.9  15-Feb-2005  jsm Don't presume phantasia's internal bool (char) is the same as that in
curses.h: define phbool and use it where necessary to avoid declaring
functions with one bool and defining them with the other.

Reviewed by <hubertf>.
 1.8  11-Apr-2004  he Undef bool before including <curses.h>, since it tries to typedef
bool. Otherwise we get (at least on gcc 2.95.3) an empty declaration
warning from "typedef char char;" due to the #define of bool in
phantstruct.h.
 1.7  07-Apr-2004  ross Rework to use curses.h only on the target, not on the host.
 1.6  18-Sep-1999  jsm branches: 1.6.16;
Fix -Wsign-compare warnings.
 1.5  08-Sep-1999  jsm Use the symbolic names `SEEK_SET' and `O_RDONLY' where appropriate in
the games.
 1.4  08-Sep-1999  jsm Add use of `const' where appropriate to the games.

This merges in all such remaining changes from the Linux port of the
NetBSD games, except in hunt (where substantial changes from OpenBSD
need to be looked at).

Some such changes were previously covered in PRs bin/6041, bin/6146,
bin/6148, bin/6150, bin/6151, bin/6580, bin/6660, bin/7993, bin/7994,
bin/8039, bin/8057 and bin/8093.
 1.3  13-Oct-1997  lukem WARNSify, KNFify (inc. removing extremely verbose & useless comments), ...
 1.2  24-Mar-1995  cgd rcs id conventions
 1.1  21-Oct-1994  jtc branches: 1.1.1;
Initial revision
 1.1.1.1  21-Oct-1994  jtc phantasia(6), from 44lite
 1.6.16.2  08-Apr-2005  tron Pull up revision 1.8 (requested by jmc in ticket #1032):
Undef bool before including <curses.h>, since it tries to typedef
bool. Otherwise we get (at least on gcc 2.95.3) an empty declaration
warning from "typedef char char;" due to the #define of bool in
phantstruct.h.
 1.6.16.1  08-Apr-2005  tron Pull up revision 1.7 (requested by jmc in ticket #1032):
Rework to use curses.h only on the target, not on the host.

RSS XML Feed