OpenLoco version 22.12
Introduce Enum Flags [#1741] One of the limitations of C++ is that there is no nice native way to handle flags for a type. There are many alternative ways of...
Introduce Enum Flags [#1741] One of the limitations of C++ is that there is no nice native way to handle flags for a type. There are many alternative ways of...
Implement Industry Functions [#1643, #1669, #1694, #1700, #1707, #1716] A number of pull requests all focused on industry related functions. These represent ...
Change Company Face Game Command [#1656] Changing the company face is much more complex than you might think. Each company face is a separate Object and chan...