| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-01 | Core/Common: Merge TimeTrackerSmall with TimeTracker | Carbenium | |
| 2020-08-01 | Core/Common: Add a std::chrono interface to TimeTrackerSmall | Carbenium | |
| New methods: TimeTrackerSmall(Milliseconds expiry); void Update(Milliseconds diff); void Reset(Milliseconds expiry) Milliseconds GetExpiry() const Removed methods: int32 GetExpiry() const Also add basic unit tests. Core/Scripts: Use std::chrono interface of TimeTrackerSmall | |||
