Tartarus CVS: gravity2 richard

tartarus-commits-admin@lists.tartarus.org tartarus-commits-admin@lists.tartarus.org
Thu, 13 Jan 2000 03:01:25 +0000


CVSROOT:	/home/cvs
Module name:	gravity2
Changes by:	richard	00/01/13 03:01:25

Modified files:
	.              : configure.in 
	src            : Makefile.am game.cc graphics_ggi.cc universe.h 

Log message:
Fixed some problems in configure.in and src/Makefile.am - now getting
close to correct.  Remains to have a decent check for gtkglmm implemented.
THis would preferably be as a separate macro.  Macros could also be made
for some of the other checks.

Also perform movement calculations in separate thread: except gtkgl
output method still does them in its thread as well.  No synchronisation
between threads yet performed: I have a cunning plan for that though.