From: Eric S. Raymond Date: Mon, 18 Apr 2022 15:57:02 +0000 (-0400) Subject: NEWS update. X-Git-Tag: 1.12~23 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=3afaabead37b6643f1471974589cecbb728e6b34 NEWS update. After re-reading the code, I have concluded that the objective of making it more typeful can be abandoned. The tyings typefulness could give us are largely achieved. --- diff --git a/TODO b/TODO index 5f73230..7aa2fc9 100644 --- a/TODO +++ b/TODO @@ -3,13 +3,10 @@ The FORTRANish mess that once was is now mostly idiomatic C. Some issues remain to be cleaned up: -* The program is still pretty much typeless. Some attempt has been - made to introduce semantic types, but the job is barely started. - * More possible vase tests: DROP VASE in the well house and confirm that you do/don't get points for it; die while carrying the vase and confirm that it doesn't break. -We are aware that the lamp currently used as the project logo is a -hurricane lamp, not a proper miner's lamp. Submissions of potential -replacement images would be welcome. +* We are aware that the lamp currently used as the project logo is a + hurricane lamp, not a proper miner's lamp. Submissions of potential + replacement images would be welcome. diff --git a/misc.c b/misc.c index fac28e3..20e3d5b 100644 --- a/misc.c +++ b/misc.c @@ -728,8 +728,6 @@ void bug(enum bugtype num, const char *error_string) } // LCOV_EXCL_STOP -/* end */ - void state_change(obj_t obj, int state) /* Object must have a change-message list for this to be useful; only some do */ {