summaryrefslogtreecommitdiffstats
path: root/phantasia/fight.c
Commit message (Collapse)AuthorAgeFilesLines
* games: remove trailing whitespace in *.c and *.hrillig2021-05-051-3/+3
|
* - add or adjust /* FALLTHROUGH */ where appropriatemrg2019-02-031-2/+3
| | | | - add __unreachable() after functions that can return but won't in this case, and thus can't be marked __dead easily
* Dumping all system includes anything uses in one big header file is so 1986.dholland2009-08-311-2/+11
| | | | | 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.
* sprinkle staticdholland2009-08-121-11/+22
|
* ANSIfy function declarations. Object file diffs cross-checked.dholland2009-05-251-15/+12
|
* Undef bool before including <curses.h>, since it tries to typedefhe2004-04-111-1/+2
| | | | | 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.
* Rework to use curses.h only on the target, not on the host.ross2004-04-071-1/+2
|
* Mark variables changed between setjmp and longjmp as volatile ratherjsm2004-02-081-8/+4
| | | than just taking their addresses.
* Fix arguments to *printw().jdc2000-04-271-2/+2
|
* Fix two ubiquitous operator precedence error of typejdolecek2000-03-301-3/+3
| | | | bar = foo + (cond) ? x : y. Patch sent by John Darrow in bin/9698.
* Use the symbolic names `SEEK_SET' and `O_RDONLY' where appropriate injsm1999-09-081-3/+3
| | | the games.
* Add braces to make the new egcs happy.veego1998-08-301-3/+5
|
* WARNSify, KNFify (inc. removing extremely verbose & useless comments), ...lukem1997-10-131-1479/+1181
|
* rcs id conventionscgd1995-03-241-0/+2
|
* phantasia(6), from 44litejtc1994-10-211-0/+1688