Files @ r28778:c42d642d099c
Branch filter:

Location: cpp/openttd-patchpack/source/.gitignore

Peter Nelson
Change: Improve performance of finding free pool slots. (#12055)

Add a bitmap of used pool slots which allows finding a free pool slot without having to check if each index is already used or not.

Loosely based on a JGRPP patch.
1
2
3
4
5
6
7
8
/.vs
/build*
CMakeSettings.json
docs/aidocs/*
docs/gamedocs/*
docs/source/*
/out
/vcpkg_installed