OpenTTD/src/timer
Rubidium 68ff3fd062 Change: include fmt.h C++ headers in stdafx.h
This to prevent compilation issues between runs with and without precompiled
headers. Also remove the headers from the rest of the code base as they are
not needed there anymore, although they do relatively little harm.
2023-05-08 16:49:23 +02:00
..
CMakeLists.txt Change: base autosaves intervals on real time (instead of game time) (#10655) 2023-04-27 15:21:29 +00:00
timer.h Change: include fmt.h C++ headers in stdafx.h 2023-05-08 16:49:23 +02:00
timer_game_calendar.cpp Codechange: Don't use macros for DAYS_TILL and friends (#10746) 2023-05-07 05:25:24 -04:00
timer_game_calendar.h Codechange: Move calendar date functions inside TimerGameCalendar (#10753) 2023-05-04 13:14:12 +00:00
timer_game_realtime.cpp Change: base autosaves intervals on real time (instead of game time) (#10655) 2023-04-27 15:21:29 +00:00
timer_game_realtime.h Change: base autosaves intervals on real time (instead of game time) (#10655) 2023-04-27 15:21:29 +00:00
timer_game_tick.cpp Codechange: move tick-counter into TimerGameTick (#10712) 2023-04-24 16:55:40 +00:00
timer_game_tick.h Codechange: move tick-counter into TimerGameTick (#10712) 2023-04-24 16:55:40 +00:00
timer_manager.h Codechange: validate the developer didn't schedule two timers on the same trigger/priority 2023-04-15 13:58:55 +02:00
timer_window.cpp Codechange: validate the developer didn't schedule two timers on the same trigger/priority 2023-04-15 13:58:55 +02:00
timer_window.h Codechange: introduce a framework for all our timers 2023-04-15 13:58:55 +02:00