Loading

Paste #pikzlfahy

  1. - Feature: increase cargo ID range from 32 to 64, to support 64 cargos in OpenTTD 11ab3c4ea2f6a6d29efda8c9ba2af04194621ea7
  2. - Change: Support more DCxx strings for OpenTTD r27769.
  3. - Change: Support more DCxx strings for OpenTTD r27769.
  4. - Add: Properties for vehicle sprite stack.
  5. - Add: CB_FLAG_MORE_SPRITES, PALETTE_IDENTITY
  6. - Add: String command 9A 1E CARGO_NAME.
  7. - Add: CB_RESULT_IND_NO_TEXT_NO_AMOUNT
  8. - Codechange: Store textids without offset in string_ranges
  9. - Fix: String encoding with cases was non-deterministic and resulted in differing md5sums for the NewGRF.
  10. - Fix: Rearrange order of string id assignment to keep compatibility.
  11. - Fix: When some IDs depleted, an internal NML error was raised instead of the intended error message.
  12. - Fix: most_common_refit was reading the wrong bits in var 42; read the write bits and rename it to most_common_cargo_type as it's more accurate; also add most_common_cargo_subtype which also reads var 42 and was previously missing
  13. - Fix: Switch from :r format code to !r conversion flag to avoid crashes.
  14. - Doc: Changelog as it should have been
  15. - Update: Changelog

Comments