Thu, 19 Jul 2007 09:48:10 +0200 Mathieu Lacage move intersection code to rectangle class
Thu, 19 Jul 2007 09:34:36 +0200 Mathieu Lacage move around rectangle class and move IsInside method from Position to Rectangle
Thu, 19 Jul 2007 08:43:43 +0200 Mathieu Lacage remove 'now' events
Thu, 19 Jul 2007 08:43:28 +0200 Mathieu Lacage remove schedule API to allow canceling and removing now and destroy events
Thu, 19 Jul 2007 08:29:48 +0200 Mathieu Lacage add operator == and != to EventId
Wed, 18 Jul 2007 17:56:43 +0200 Mathieu Lacage get rid of old buggy random walk model
Wed, 18 Jul 2007 17:55:58 +0200 Mathieu Lacage do not try to remove invalid events
Wed, 18 Jul 2007 17:52:18 +0200 Mathieu Lacage more debugging, make sure to save value string if it is value after parsing.
Wed, 18 Jul 2007 17:45:53 +0200 Mathieu Lacage fix typos
Wed, 18 Jul 2007 17:45:35 +0200 Mathieu Lacage be consistant with the rest of the code
Wed, 18 Jul 2007 17:45:07 +0200 Mathieu Lacage add disc center position and debugging
Wed, 18 Jul 2007 17:44:32 +0200 Mathieu Lacage add debugging output
Wed, 18 Jul 2007 17:07:25 +0200 Mathieu Lacage a real random walk model
Wed, 18 Jul 2007 17:07:15 +0200 Mathieu Lacage add Rectangle class and use it.
Wed, 18 Jul 2007 17:06:36 +0200 Mathieu Lacage make sure we schedule the start event correctly
Wed, 18 Jul 2007 14:11:33 +0200 Mathieu Lacage add cid support to waypoint model
Wed, 18 Jul 2007 14:08:34 +0200 Mathieu Lacage add default value support to random waypoint
Wed, 18 Jul 2007 13:56:37 +0200 Mathieu Lacage add a 3d random waypoint model
Wed, 18 Jul 2007 11:04:54 +0200 Mathieu Lacage Random2dPosition -> RandomPosition
Wed, 18 Jul 2007 11:03:01 +0200 Mathieu Lacage move Position class in own header
Wed, 18 Jul 2007 10:53:53 +0200 Mathieu Lacage RandomRectangleTopology -> RandomTopology
Wed, 18 Jul 2007 10:46:44 +0200 Mathieu Lacage use Random2dPosition from RandomRectangleTopology
Wed, 18 Jul 2007 10:46:26 +0200 Mathieu Lacage add iid and cid support to Random2dPosition
Wed, 18 Jul 2007 10:13:28 +0200 Mathieu Lacage a random position helper class
Tue, 17 Jul 2007 16:11:49 +0200 Mathieu Lacage start support for random walk and random waypoint models
Tue, 17 Jul 2007 14:37:11 +0200 Mathieu Lacage cleanup the header
Tue, 17 Jul 2007 14:32:19 +0200 Mathieu Lacage split useful code out of random direction mobility model
Tue, 17 Jul 2007 11:13:34 +0200 Mathieu Lacage remove unused class declarations
Tue, 17 Jul 2007 11:12:24 +0200 Mathieu Lacage fix small typo
Tue, 17 Jul 2007 10:58:13 +0200 Mathieu Lacage remove extraneous setters/getters
Tue, 17 Jul 2007 10:54:50 +0200 Mathieu Lacage fix small typo
Tue, 17 Jul 2007 10:47:25 +0200 Mathieu Lacage a topology class to read ns2's mobility files and a mobility generator.
Mon, 16 Jul 2007 15:27:56 +0200 Mathieu Lacage a hierarchical mobility model
Wed, 04 Jul 2007 13:52:12 +0200 Mathieu Lacage new version of DoGet and DoSet
Wed, 04 Jul 2007 10:27:49 +0200 Mathieu Lacage use new MobilityModel::Get and remove old one.
Wed, 04 Jul 2007 10:24:45 +0200 Mathieu Lacage add Position class and Get/Set methods on MobilityModel
Wed, 04 Jul 2007 10:18:14 +0200 Mathieu Lacage POSITION_H -> MOBILITY_MODEL_H
Wed, 04 Jul 2007 10:15:18 +0200 Mathieu Lacage position.h -> mobility-model.h
Wed, 04 Jul 2007 10:04:08 +0200 Mathieu Lacage Position -> MobilityModel
Wed, 04 Jul 2007 09:56:22 +0200 Mathieu Lacage PositionSetNotifier -> MobilityModelNotifier
Wed, 04 Jul 2007 09:48:49 +0200 Mathieu Lacage add missing constructor declaration
Tue, 03 Jul 2007 17:14:09 +0200 Mathieu Lacage build the new code
Tue, 03 Jul 2007 17:12:44 +0200 Mathieu Lacage RandomDirection model
Tue, 03 Jul 2007 17:12:28 +0200 Mathieu Lacage add a few constructors
Tue, 03 Jul 2007 17:11:53 +0200 Mathieu Lacage implement Dispose
Tue, 03 Jul 2007 17:05:23 +0200 Mathieu Lacage 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.
Tue, 03 Jul 2007 16:11:40 +0200 Mathieu Lacage add operator << (std::ostream)for Ptr<T>
Tue, 03 Jul 2007 13:19:09 +0200 Mathieu Lacage add dirtyness tracking to DefaultValueBase
Tue, 03 Jul 2007 12:36:01 +0200 Mathieu Lacage parse command-line arguments
Tue, 03 Jul 2007 12:34:26 +0200 Mathieu Lacage a bunch of new DefaultValue subclasses
Tue, 03 Jul 2007 10:04:16 +0200 Mathieu Lacage change GridTopology API and add RandomRectangle topology with similar API.
Tue, 03 Jul 2007 09:15:20 +0200 Mathieu Lacage test random walk position model with grid topology
Tue, 03 Jul 2007 08:56:40 +0200 Mathieu Lacage RandomWalk is a Position
Tue, 03 Jul 2007 08:54:37 +0200 Mathieu Lacage change default values and add some debugging
Mon, 02 Jul 2007 20:25:25 +0200 Mathieu Lacage add cid/iid support to RandomWalk
Mon, 02 Jul 2007 20:17:06 +0200 Mathieu Lacage rename GridTopology::Create to GridTopology::ArrangeHorizontally
Mon, 02 Jul 2007 20:12:01 +0200 Mathieu Lacage improve grid topology sample code and add dox documentation
Mon, 02 Jul 2007 18:14:20 +0200 Mathieu Lacage add dox documentation
Mon, 02 Jul 2007 18:12:27 +0200 Mathieu Lacage add dox documentation
Mon, 02 Jul 2007 15:28:28 +0200 Mathieu Lacage increase sample simulation run
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip