Tyler Trahan
Tyler Trahan
Accidentally drew the sprite too big. _Now_ it's ready for review. 😄
It now plays regardless of `_settings_client.sound.vehicle`. That said, if the player turns the Effects volume slider all the way down as a way to disable sound effects (instead of disabling...
Rebased atop #10052, which changed `media/baseset/openttd.grf`. Sending horn sounds over the network sounds like an easy way to annoy other players, so I don't think I'll add that. 😃
This is too silly a feature to justify adding a button to an already-busy UI. It would get used a few times and then just be in the way. It...
Feel free to steal my code and do what you want with it. I think a hotkey would be nice but I wouldn't use it enough to justify the time...
No need to ask permission. Just do it and open a Pull Request. 🙂
I haven't reviewed the code or tested this, but I think this is an excellent path forward from the current scoring system. As broken as it is, I agree with...
Relevant discussion: #9751
I also like this. 🙂 For what it's worth, the official download page and the Steam Store page both list the minimum Windows version as Vista. There was some discussion...
The [Wannaroo tourist houses](https://github.com/jrook1445/wannaroo-tourist-set) are protected from towns removing them using two NML properties: `building_flags: bitmask(HOUSE_FLAG_PROTECTED);` `protection: 1;` (Only one of these properties is actually necessary to protect a house;...