Files
OpenTTD/src
Peter NelsonandGitHub d074ab909c Codechange: Replace Array/FixedSizeArray with std::deque. (#12409)
Array/FixedSizeArray is actually a resizeable container that allocates space in chunks and allows resizing without invalidating pointers.

This is also a behaviour of std::deque, so use that instead.
2024-05-04 10:55:16 +01:00
..
2024-05-04 04:41:06 +00:00
2023-07-03 18:08:03 +02:00
2023-09-10 08:40:25 -04:00
2024-03-22 22:24:17 +01:00