Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/games/monop



Module Name:    src
Committed By:   dholland
Date:           Sun Feb 24 02:43:18 UTC 2008

Modified Files:
        src/games/monop: Makefile cards.c deck.h execute.c
Removed Files:
        src/games/monop: initdeck.c pathnames.h

Log Message:
Abolish the initdeck program and the weird little binary file it generates.
The card deck data is now compiled in. (And it always should have been,
even back when memory usage counted. It's small.)

This changes the save format slightly. (I am riding the previous
breakage an hour ago and not providing compat. There should be no
further breakage.)


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/games/monop/Makefile
cvs rdiff -r1.21 -r1.22 src/games/monop/cards.c
cvs rdiff -r1.8 -r1.9 src/games/monop/deck.h
cvs rdiff -r1.17 -r1.18 src/games/monop/execute.c
cvs rdiff -r1.16 -r0 src/games/monop/initdeck.c
cvs rdiff -r1.4 -r0 src/games/monop/pathnames.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index