Rémi
Rémi
I agree with the fact that there is something to be improved here. I had a similar issue with the `PlainTopologySerializer` and a `toString()` with a `"[ID] bar"` pattern. Beyond...
Note: `JConsole` and `GraphEditor` have been removed from the source tree before the `1.0.0` release. See https://github.com/jbotsim/JBotSim/commit/a1e94be575397c6cfac2d94461ba18c962fd863c .
I have made an implementation proposition on `feature/56-initialization-method`. What's in it: * `Topology.initialize()` added It is automatically called by `Topology.start()` if needed. * `InitializationListener` created * `InitializationListener.onInit()` is meant to...
@acasteigts , following the discussion in my office: * `Topology.initialize()` does not set `isStarted` back to `false` anymore. * removing the `new ArrayList(...)` copies when notifying listeners in the hope...
- rebased over #85 and #86 - take latest modifications into account
I applied this and pushed it on branch `fix/89-JClock-settimeunit-delay` . Note: * as far as I can tell, it seems to fix issue #90 * the rare users which use...