You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* average ideal sleep times rather than elapsed times
* add lower bound to idealSleepTime
* use Qt::PreciseTimer and remove synchronization code
Co-authored-by: Anthony Welte <tony.welte@gmail.com>
* include libwinpthread in distribution
* update changelog
* fix bug when basicTimeStep was edited while the simulation was running in realtime mode
* move variable definition
---------
Co-authored-by: Anthony Welte <tony.welte@gmail.com>
Copy file name to clipboardExpand all lines: docs/reference/changelog-r2025.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
- Added missing import libraries on Windows ([#6753](https://github.com/cyberbotics/webots/pull/6753)).
8
8
- Added some missing function definitions to the existing Windows libraries ([#6753](https://github.com/cyberbotics/webots/pull/6753)).
9
9
- Webots now prints the cause when it fails to create a memory-mapped file for a camera node ([#6896](https://github.com/cyberbotics/webots/pull/6896)).
10
+
- Made the timestep algorithm more consistent when running in realtime mode ([#6898](https://github.com/cyberbotics/webots/pull/6898)).
10
11
- Cleanup
11
12
-**Removed `libController.a` and `libCppController.a` libraries on Windows. Please use `Controller.lib` and `CppController.lib` instead ([#6753](https://github.com/cyberbotics/webots/pull/6753)).**
0 commit comments