Tartarus CVS: gravity2 richard
tartarus-commits-admin@lists.tartarus.org
tartarus-commits-admin@lists.tartarus.org
Thu, 13 Jan 2000 17:41:55 +0000
CVSROOT: /home/cvs
Module name: gravity2
Changes by: richard 00/01/13 17:41:54
Modified files:
. : MODULE buildall
src : coord.h game.cc graphics.h graphics_ggi.cc
graphics_ggi.h graphics_gtkgl.cc
graphics_gtkgl.h graphics_gtkgl_win.cc
graphics_gtkgl_win.h physics.cc universe.cc
universe.h
Added files:
m4 : gtkgl.m4
Log message:
Added gtkgl.m4 and made buildall look at m4/ directory, so we can build on
machine at work. Want to make a gtkglmm.m4 macro (probably mainly copying)
Frobbs to MODULE file: chris> add email address if you wish.
Now use a vector<Item> instead of set<Item *>: now need to enclose the
copying in mutexes and optimise it a bit and we'll be threadsafe or
thereabouts. Pressing P to add a new particle currently breaks the
physics, because we're not.