Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Tue, 03 Jul 2007 17:11:53 +0200] rev 1573
implement Dispose
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Tue, 03 Jul 2007 17:05:23 +0200] rev 1572
In some cases, when an event is scheduled against a subclass of Object, and if no one owns a reference directly to this object, the object is alive, has a refcount of zero and the method ran when the event expires runs against the raw pointer which means that we are manipulating an object with a refcount of zero. So, we must disable this check. This is really evil but I see no way to work around this.
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Tue, 03 Jul 2007 16:11:40 +0200] rev 1571
add operator << (std::ostream)for Ptr<T>
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Tue, 03 Jul 2007 13:19:09 +0200] rev 1570
add dirtyness tracking to DefaultValueBase
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Tue, 03 Jul 2007 12:36:01 +0200] rev 1569
parse command-line arguments
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Tue, 03 Jul 2007 12:34:26 +0200] rev 1568
a bunch of new DefaultValue subclasses
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Tue, 03 Jul 2007 10:04:16 +0200] rev 1567
change GridTopology API and add RandomRectangle topology with similar API.
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Tue, 03 Jul 2007 09:15:20 +0200] rev 1566
test random walk position model with grid topology
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Tue, 03 Jul 2007 08:56:40 +0200] rev 1565
RandomWalk is a Position
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Tue, 03 Jul 2007 08:54:37 +0200] rev 1564
change default values and add some debugging