CVS commit: src/games/atc

2019-03-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Mar 19 00:11:34 UTC 2019 Modified Files: src/games/atc: log.c Log Message: Report the users score _after_ the game has ended and the screen has been restored to pre-game state. Otherwise, the user gets a message that their

CVS commit: src/games/atc

2017-01-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 10 20:40:53 UTC 2017 Modified Files: src/games/atc: log.c Log Message: ned stat.h To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/games/atc/log.c Please note that diffs are not public domain; they

CVS commit: src/games/atc

2015-07-26 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Jul 26 22:22:24 UTC 2015 Modified Files: src/games/atc: atc.6 Log Message: Use An in AUTHORS section. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/games/atc/atc.6 Please note that diffs are not public

CVS commit: src/games/atc

2015-07-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jul 23 01:19:20 UTC 2015 Modified Files: src/games/atc: atc.6 Log Message: Sync descriptive text with actual game definition. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/games/atc/atc.6 Please note

CVS commit: src/games/atc

2015-06-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jun 25 05:33:02 UTC 2015 Modified Files: src/games/atc: extern.h graphics.c main.c update.c Log Message: Move game logic out of the file with the curses code. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/games/atc

2015-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jun 19 06:02:31 UTC 2015 Modified Files: src/games/atc: extern.c extern.h grammar.y graphics.c input.c lex.l list.c log.c main.c update.c Removed Files: src/games/atc: include.h Log Message: Abolish the

CVS commit: src/games/atc

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 22 22:09:14 UTC 2014 Modified Files: src/games/atc: grammar.y list.c Log Message: Don't cast the return value of malloc. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/games/atc/grammar.y cvs rdiff

CVS commit: src/games/atc

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 22 22:24:21 UTC 2014 Modified Files: src/games/atc: graphics.c input.c struct.h update.c Log Message: Make some things unsigned that should be (why would we need e.g. a negative number of airports?) and remove some

CVS commit: src/games/atc

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 22 22:33:35 UTC 2014 Modified Files: src/games/atc: graphics.c struct.h Log Message: woops, more of previous. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/games/atc/graphics.c cvs rdiff -u -r1.7

CVS commit: src/games/atc

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 22 22:45:05 UTC 2014 Modified Files: src/games/atc: input.c struct.h update.c Log Message: use more suitable types To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/games/atc/input.c cvs rdiff -u -r1.8

CVS commit: src/games/atc

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 22 22:47:07 UTC 2014 Modified Files: src/games/atc: input.c Log Message: use a more suitable type To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/games/atc/input.c Please note that diffs are not

CVS commit: src/games/atc

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 22 22:58:56 UTC 2014 Modified Files: src/games/atc: def.h extern.h input.c main.c struct.h update.c Log Message: Make the list of place types an enumeration. Use unsigned values for place numbers. To generate a diff

CVS commit: src/games/atc

2012-10-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Oct 12 10:44:20 UTC 2012 Modified Files: src/games/atc: main.c Log Message: Don't use ++ to set flags to true. Now passes -Wstrict-overflow. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/games/atc

2011-08-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 16 10:14:40 UTC 2011 Modified Files: src/games/atc: Makefile Log Message: document non-literal format strings To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/games/atc/Makefile Please note that

CVS commit: src/games/atc

2011-02-15 Thread Ignatios Souvatzis
Module Name:src Committed By: is Date: Tue Feb 15 08:25:26 UTC 2011 Modified Files: src/games/atc: update.c Log Message: Bug fix: in a game with 26 planes, the last one to be allocated wouldn't be allocated if it was the only eligible one. From Jonathan David Amery via

CVS commit: src/games/atc

2009-10-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 29 14:27:26 UTC 2009 Modified Files: src/games/atc: Makefile lex.l Log Message: use %option noinput nounput To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/games/atc/Makefile cvs rdiff -u -r1.7 -r1.8

CVS commit: src/games/atc

2009-05-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue May 26 00:00:56 UTC 2009 Modified Files: src/games/atc: input.c log.c update.c Log Message: sprintf - snprintf To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/games/atc/input.c cvs rdiff -u -r1.19 -r1.20