Skip to content

Commit

Permalink
Update: changelog for 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
glx22 committed Dec 2, 2024
1 parent f756c76 commit c9adbfe
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
0.7.6 (2024-12-02)
------------------------------------------------------------------------
This release adds support for user defined constants, improves stations support, and reduces comsuption of limited ressources (registers and D0xx strings).

Support for NewGRF additions of OpenTTD 15:
- Add: Support for station property 1E (#333)
- Change: Support for 8 bit station tile types. (#339)

Support for NewGRF additions of OpenTTD 14:
- Add: Support for station variable 6B (#320)
- Add: Constants and varact2 variable associated with road waypoints (#327)

Other changes and fixes:
- Add: 'const' keyword to allow users to define new constants (#302)
- Change: reduce register consumption for spritelayouts (#306)
- Codechange: Reduce register usage for BinOp (#308)
- Change: Use extended Action1s (#309)
- Add: Basic range check for replace() (#324)
- Change: Reduce D0xx usage where possible (#326)
- Change: Unreachable range for default only switch should target CB_FAILED (#328)
- Change: Remove road stops variable random_bits (#329)
- Fix d4eb3ff: `nearby_tile_same_grf`, `nearby_tile_other_grf` and `nearby_tile_original_gfx` compared to wrong values (#330)
- Fix 749aa73: station property 0A should be an extended byte (#334)
- Add: Support for station properties 0E and 0F (station layouts) (#335)
- Fix #337: Station 'availability' is a purchase callback (#338)
- Fix #340: Always use raw strings for token regex (#341)


0.7.5 (2024-03-02)
------------------------------------------------------------------------
This release restores compatibility for stations in OpenTTD <14.
Expand Down

0 comments on commit c9adbfe

Please sign in to comment.