New Core build for 2018-10-24.

Here you can post threads on the development of the current release of the core (100)

Moderator: POL Developer

Post Reply
Yukiko
Distro Developer
Posts: 2825
Joined: Thu Feb 02, 2006 1:41 pm
Location: San Antonio, Texas
Contact:

New Core build for 2018-10-24.

Post by Yukiko »

There is a new build of the Core ready for download.

This build contains an important bug fix to the ReadMillisecondClock() function.

From the core-changes.txt:

Code: Select all

-- POL100 --
10-22-2018 Turley:
  Fixed:   Undefined behaviour after ~20 days due to overflow in time measurment.
  This fixes both internal time measurments e.g. for repeating tasks, swing,.. and
  for the EScript function ReadMilliSecondClock() see below.
  
  Changed: ReadMillisecondClock() returns now a double instead of an integer to
  allow higher uptimes.
Post Reply