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
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.
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: validate the developer didn't schedule two timers on the same trigger/priority 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