New debug-mode support.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 18 Sep 2006 08:18:50 +0000 (08:18 +0000)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 18 Sep 2006 08:18:50 +0000 (08:18 +0000)
commit459d6afcbe13be588b29c8bd1fbffb39b13fdee1
treec1de1abaa7af2212261e4c3e807779e5645a8e88
parentd5b31ded06283b5ae9788716c7753108d23b777c
New debug-mode support.

Get rid of DEBUG, the instrumentation is cheap and we want to cut down
on the possibilities for unanticipated logic changes due to
configuration vagaries.  Take the debugging bit out of the game
structure.  Start on the logger.
src/ai.c
src/battle.c
src/events.c
src/finish.c
src/io.c
src/moving.c
src/planets.c
src/reports.c
src/setup.c
src/sst.c
src/sst.h