File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ This file lists modifications introduced by each version.
44
55## [ Unreleased]
66
7+ ### ClockManager class modifications
8+
9+ ** Bug fixes in ClockManager:**
10+
11+ [[ issue 86]] [ issue: #86 ]
12+
13+ * The modification of the ` ClockManager ` 's internal time value (the one actually used by the ` Topology ` ) now coincides
14+ with the ticking of the ` Clock ` .
15+
16+ Now, the clock is first incremented and then the ` Scheduler ` is called.
17+ It was previously swapped, resulting in some user interactions happening before the call to the ` Scheduler ` (and thus
18+ the ` MessageEngine ` and all ` Node.onClock() ` ).
19+ Everything is now properly synchronized.
20+
21+ [ issue: #86 ] : https://github.com/jbotsim/JBotSim/issues/86
22+
723### New icon in the jbotsim-icons module
824
925` jbotsim-icons ` /` io.jbotsim.ui.icons `
You can’t perform that action at this time.
0 commit comments