Żaba

http://rere.qmqm.pl/

Tu znajdziesz łatki do programu openttd (Transport Tycoon Deluxe clone).
http://www.openttd.org/

łatka: openttd-r18508-cms1.patch
OpenTTD hacking, patch #1 (alpha)

This is a proof-of-concept for a feature: automatic train modification.
The far future idea is to implement railway sidings where you could push
around your wagons like in real world. ;)

Right now the sidings are actually inside depots and you can modify 'goto
depot' orders to have the trains reconnected. The GUI is of 'just make it
work' type so don't complain - just fix it if you know how.

As this is an alpha patch I left some unrelated changes in:
 - display locomotives and wagons counts in company overview window
 - some documentation fixes

Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>

./findversion.sh
g54ffa0e5M      18508   2       g54ffa0e5M
łatka: openttd-r18513-full-load-primary.patch
Implement 'full load primary' for station orders

From: Michał Mirosław <mirq-linux@rere.qmqm.pl>

---

 src/ai/api/ai_order.cpp    |   31 +++++++++++++++++++++++++++-
 src/economy.cpp            |   16 +++++++++------
 src/lang/english.txt       |    5 +++++
 src/order_base.h           |   18 ++++++++++++++++-
 src/order_cmd.cpp          |   15 ++++++--------
 src/order_gui.cpp          |   38 +++++++++++++++++++++++++----------
 src/order_type.h           |   18 +++++++++--------
 src/saveload/afterload.cpp |   48 ++++++++++++++++++++------------------------
 src/saveload/order_sl.cpp  |   33 ++++++++++++++++++++++++++++--
 src/saveload/saveload.cpp  |    2 +-
 src/vehicle.cpp            |   32 ++++++++++++++++++++++++++++-
 src/vehicle_base.h         |    2 ++
 12 files changed, 190 insertions(+), 68 deletions(-)