Home | History | Annotate | Download | only in phantasia
History log of /src/games/phantasia/fight.c
RevisionDateAuthorComments
 1.15  02-May-2021  rillig games: remove trailing whitespace in *.c and *.h
 1.14  03-Feb-2019  mrg - add or adjust /* FALLTHROUGH */ where appropriate
- add __unreachable() after functions that can return but won't in
this case, and thus can't be marked __dead easily
 1.13  31-Aug-2009  dholland branches: 1.13.46;
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.12  12-Aug-2009  dholland sprinkle static
 1.11  25-May-2009  dholland ANSIfy function declarations. Object file diffs cross-checked.
 1.10  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.9  07-Apr-2004  ross Rework to use curses.h only on the target, not on the host.
 1.8  08-Feb-2004  jsm branches: 1.8.4;
Mark variables changed between setjmp and longjmp as volatile rather
than just taking their addresses.
 1.7  27-Apr-2000  jdc Fix arguments to *printw().
 1.6  30-Mar-2000  jdolecek Fix two ubiquitous operator precedence error of type
bar = foo + (cond) ? x : y.
Patch sent by John Darrow in bin/9698.
 1.5  08-Sep-1999  jsm Use the symbolic names `SEEK_SET' and `O_RDONLY' where appropriate in
the games.
 1.4  30-Aug-1998  veego Add braces to make the new egcs happy.
 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.8.4.2  08-Apr-2005  tron Pull up revision 1.10 (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.8.4.1  08-Apr-2005  tron Pull up revision 1.9 (requested by jmc in ticket #1032):
Rework to use curses.h only on the target, not on the host.
 1.13.46.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed