summaryrefslogtreecommitdiff
path: root/lib/chronology.h
Commit message (Collapse)AuthorAge
* Use std::chrono for worldTimeHEADmainDan Goodliffe2 days
| | | | | | Defines a world time type alias, a game time scale factor (the rate at which world time progresses compare to real time) and display the world time on the status bar.
* Add helper to quickly parse an ISO date/timeDan Goodliffe2024-09-19
|
* Drop .hpp for header only thingsDan Goodliffe2023-04-29
Half of them acquired a .cpp part anyway