|
| 1 | +Changes in 6.1.0 (2024-05-03) |
| 2 | +- Change to building with CMake. |
| 3 | +- Move repository and building to GitHub. |
| 4 | +- Fix several compilation warnings/issues with newer compilers. |
| 5 | +- NFORenum specific changes: |
| 6 | + - Data file updates: |
| 7 | + - Features 12 (road types), 13 (tram types) and 14 (road stops) added. |
| 8 | + - Action 0, feature 00, properties 2E-31 added. |
| 9 | + - Action 0, feature 01, properties 26-28 added. |
| 10 | + - Action 0, feature 02, properties 20-23 added. |
| 11 | + - Action 0, feature 03, properties 20-23 added. |
| 12 | + - Action 0, feature 07, property 23. |
| 13 | + - Action 0, feature 08, properties 16 and 17 added. |
| 14 | + - Action 0, feature 07, property 13. |
| 15 | + - Action 0, feature 0A, properties 25-28 added. |
| 16 | + - Action 0, feature 0F, property 18. |
| 17 | + - Action 2, feature 00, variable 63 added. |
| 18 | + - Action 2, feature 01, variables 4D and 63 added. |
| 19 | + - Action 2, feature 04, variable 6A added. |
| 20 | + - Action 2, feature 0A, variables 47 and 69-71 added. |
| 21 | + - Action 2, feature 0D, variables 40, 48, 60-65 and 69 added. |
| 22 | + - Action 2 callback 161 (build probability) added. |
| 23 | + - Action 5, type 09 (one way arrows), type 0B (tram tracks) added sprite count option. |
| 24 | + - Action 5, type 15 (OpenTTD GUI): now 191 sprites are allowed. |
| 25 | +- GRFCodec specific changes: |
| 26 | + - Fix PowerPC failing to properly compress using the chunk format. |
| 27 | + - Support decoding 32bpp only NewGRFs. |
| 28 | + - Support decoding NewGRFs with out-of-order v2 container. |
| 29 | +- GRFStrip specific changes: |
| 30 | + - Also allow stripping the 8bpp normal zoom graphics. |
| 31 | + - Fix command line parsing failing when whitelisting more than one format. |
| 32 | + - Add/update documentation. |
| 33 | + |
1 | 34 | Changes in 6.0.6 (2016-06-27) |
2 | 35 | - Support for building with GCC 6 / C++14 |
3 | 36 |
|
|
0 commit comments