Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
It's not FIFO loading, but does the right thing in the common case:
If a vehicle is empty and another vehicle is already loading the same cargo at this station then the vehicle waits.
This is an reworked version of [ 1072211 ] submitted by Hackykid, thanks!
|
|
|
|
|
|
detailed performance rating window
|
|
|
|
|
|
It has proper support for the euro sign and includes letters which are needed by the Latvian translation (and perhaps others), though the letter sprites are missing.
|
|
- minor Newgrf GUI fixes and adjustments
|
|
|
|
|
|
|
|
|
|
|
|
displays the installed grf sets, you can't (de)activate them through the gui yet
|
|
|
|
This especially enables houses to accept passengers, mail, goods AND food.
Add string templates for up to 5 cargo types for the tile info window. If more are needed just add them.
Simplify (de-uglify) the logic for cargo acceptence for houses and split the goods/food table into two. The acceptance is unmodified, but accepting goods AND food is now trivially possible. The exact amounts have to be decided.
This is based on Celestar's changes in the map branch plus some further bits that will be merged there soon.
|
|
|
|
|
|
|
|
|
|
actually makes some sense and is also compatible with TTDPatch (pasky).
|
|
by dominik81 and pasky.
|
|
|
|
|
|
The fix is a bit ugly, but this is due to limitations in the dropdown menu handling (the strings have to be contiguous)
|
|
This is inspired by [1063636].
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes by Bjarni (100+2 / 1)
|
|
|
|
|
|
|
|
|
|
|
|
|