peter1138 [Tue, 03 Oct 2006 14:59:05 +0000] rev 4713
(svn r6625) - Feature: Add the ability for servers to execute a script just after a client has connected, e.g. for a MOTD, etc.
bjarni [Tue, 03 Oct 2006 14:52:39 +0000] rev 4712
(svn r6624) -Feature: added ability to add refit commands to vehicle orders (can only be done in goto depot orders)
Example: make a train transport iron ore from A to B, then it visits a depot and refits to steel
It then transport steel back to A or near A if there is a factory and then it visits another depot to refit to iron ore again
This is controlled in the orders. If a goto depot order is lightlighted, then "Unload" changes to "Refit"
Control click "Refit" removes the refit part of the order (as the tooltip says)
The player will still pay the normal refit costs
Known issues:
If a vehicle is not in a depot, then the refit window will fail to tell refitted cargo capacity
Refit costs in the refit window can sometimes print 0 when it should not because the refit calculation is unaware that the vehicle will be refitted in between
Warning: autoreplace got a protection against replacing something so you get a new cargo type, but it can fail here. In the iron ore/steel example, it can see that
the vehicle carries iron ore and the new one can be refitted to iron ore, then it will replace. It will not check to see that it's valid for steel as well.
This is something to look into in the future
peter1138 [Tue, 03 Oct 2006 14:04:43 +0000] rev 4711
(svn r6623) - Codechange: When adding a NewGRF string, check to see if it can replace an existing string. Also remove string length check on load which was a quickfix for some grfs.
peter1138 [Tue, 03 Oct 2006 09:25:42 +0000] rev 4710
(svn r6622) - Add support for NewGRF text includes. (Based on mart3p's patch)
belugas [Tue, 03 Oct 2006 02:08:15 +0000] rev 4709
(svn r6619) -Codechange: Use accessors for disabled_state.
Another step toward merging XTDwidget.
The only two files not converted (window.h and widget.c) will be done at the very last commit)
peter1138 [Mon, 02 Oct 2006 22:10:04 +0000] rev 4708
(svn r6618) - After refitting a train, update its cached variables as they may change.
glx [Mon, 02 Oct 2006 20:30:20 +0000] rev 4707
(svn r6617) -Fix r6596: missing '>' in openttd.vcproj
miham [Mon, 02 Oct 2006 16:27:02 +0000] rev 4706
(svn r6616) WebTranslator2 update to 2006-10-02 18:26:27
catalan - 9 changed by arnaullv (9)
danish - 54 fixed by ThomasA (54)
dutch - 3 fixed by habell (3)
finnish - 26 fixed by lauri.kajan (26)
ukrainian - 40 fixed by znikoz (40)
peter1138 [Mon, 02 Oct 2006 16:03:31 +0000] rev 4705
(svn r6615) - Fix (r6601): Fix bug that prevented subtypes appearing in some cases.
bjarni [Mon, 02 Oct 2006 08:41:20 +0000] rev 4704
(svn r6614) -Fix: added check to see if a newly opened refit window is different from NULL before assigning data to it