OpenTTD/src/timer
Patric Stout ed83c4b0da
Change: replace per-AI "start_date" with a global "competitors_interval" (#10653)
The per-AI "start_date" is a lot of custom code, and was rarely
used in the way it was meant.

While at it, also ported this part over to the new timer system.
2023-04-16 20:14:22 +02:00
..
CMakeLists.txt Change: replace per-AI "start_date" with a global "competitors_interval" (#10653) 2023-04-16 20:14:22 +02:00
timer.h Codechange: introduce a framework for all our timers 2023-04-15 13:58:55 +02:00
timer_game_calendar.cpp Codechange: validate the developer didn't schedule two timers on the same trigger/priority 2023-04-15 13:58:55 +02:00
timer_game_calendar.h Codechange: validate the developer didn't schedule two timers on the same trigger/priority 2023-04-15 13:58:55 +02:00
timer_game_tick.cpp Change: replace per-AI "start_date" with a global "competitors_interval" (#10653) 2023-04-16 20:14:22 +02:00
timer_game_tick.h Change: replace per-AI "start_date" with a global "competitors_interval" (#10653) 2023-04-16 20:14:22 +02: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