summaryrefslogtreecommitdiffstats
path: root/battlestar/command7.c
Commit message (Collapse)AuthorAgeFilesLines
* games: remove trailing whitespace in *.c and *.hrillig2021-05-051-13/+13
|
* fix issues found by GCC 6.4:mrg2018-02-041-3/+4
| | | | | | | | | | | | | | | | | battlestar was missing some {} in its insane printf()+puts() usage. this is a literal code sequence i found: printf("The blast catches "); printf("the goddess in the "); printf("stomach, knocking "); puts("her to the ground."); printf("She writhes in the "); printf("dirt as the agony of "); puts("death taunts her."); puts("She has stopped moving."); no lines inserted or removed. tetris' checkscores() had wrong and missing {} usage.
* KNF and WARNS=3jmc2005-07-011-35/+74
|
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* Rename com#.c to command#.c to avoid conflicts with those file basenamestv2001-10-191-0/+267
on certain Microsoft host OS's.