tron [Wed, 24 Nov 2004 12:47:25 +0000] rev 499
(svn r792) Small cleanup: Kill a goto
bjarni [Wed, 24 Nov 2004 09:10:42 +0000] rev 498
(svn r788) added a latvian translation (currently contains 0 strings)
tron [Tue, 23 Nov 2004 22:36:11 +0000] rev 497
(svn r787) Invert the sense of the DO_TRANS_BUILDINGS flag to be consistent with its own name and all other DO_* flags.
Now it is active-true.
miham [Tue, 23 Nov 2004 20:54:51 +0000] rev 496
(svn r786) Daily langfile updates (automatic)
tron [Tue, 23 Nov 2004 20:25:18 +0000] rev 495
(svn r785) -Fix: A train can leave and enter the same depot at the same time, then the trai simply got stuck
tron [Tue, 23 Nov 2004 18:04:04 +0000] rev 494
(svn r780) Always report a bus/lorry station as unpassable.
The current behavior just causes bugs and the pathfinder does the necessary magic to handle stations as destinations and enter them anyway.
This fixes [ 1058809 ]
matthijs [Tue, 23 Nov 2004 17:46:39 +0000] rev 493
(svn r779) Reverting last commit, svn didn't cancel the commit like I was meaning to tell it.
Tron will commit the real bugfix we were working on in a minute (I hope ;-)
matthijs [Tue, 23 Nov 2004 17:16:41 +0000] rev 492
(svn r778) -Fix: [ 1064742 ]
pasky [Mon, 22 Nov 2004 23:05:34 +0000] rev 491
(svn r773) When refitting a train engine, refit also all the attached wagons which can be refitted (applicable to DBSetXL, as shown in http://pasky.or.cz/~pasky/dev/openttd/screenshots/wagrefit.png). This is how TTDPatch does it, pointed out by Bjarni.
pasky [Mon, 22 Nov 2004 22:52:01 +0000] rev 490
(svn r772) Whoops, I know. Do not consider pointer to be a boolean value. Sorry 'bout that, sirs.