You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/timer
Peter Nelson 56085be9bd Codechange: Move includes for common STL headers to stdafx. 1 year ago
..
CMakeLists.txt Change: base autosaves intervals on real time (instead of game time) (#10655) 1 year ago
timer.h Change: include fmt.h C++ headers in stdafx.h 1 year ago
timer_game_calendar.cpp Codechange: Don't use macros for DAYS_TILL and friends (#10746) 1 year ago
timer_game_calendar.h Codechange: Move calendar date functions inside TimerGameCalendar (#10753) 1 year ago
timer_game_realtime.cpp Change: base autosaves intervals on real time (instead of game time) (#10655) 1 year ago
timer_game_realtime.h Change: base autosaves intervals on real time (instead of game time) (#10655) 1 year ago
timer_game_tick.cpp Codechange: move tick-counter into TimerGameTick (#10712) 1 year ago
timer_game_tick.h Codechange: move tick-counter into TimerGameTick (#10712) 1 year ago
timer_manager.h Codechange: Move includes for common STL headers to stdafx. 1 year ago
timer_window.cpp Codechange: validate the developer didn't schedule two timers on the same trigger/priority 1 year ago
timer_window.h