Thu, 08 Feb 2007 23:46:25 +0000(svn r8647) -Codechange: add a general way to handle platforms who can only have a limited amount of file-descripters open at any given time.
truelight [Thu, 08 Feb 2007 23:46:25 +0000] rev 5967
(svn r8647) -Codechange: add a general way to handle platforms who can only have a limited amount of file-descripters open at any given time.
The Fios keeps track how many times a file is opened, and tries to close up files which aren't used often.
The first platform using this is PSP. Patch based on the work of Turulo.

Thu, 08 Feb 2007 21:53:15 +0000(svn r8645) -Update: WebTranslator2 update to 2007-02-08 22:52:39
miham [Thu, 08 Feb 2007 21:53:15 +0000] rev 5966
(svn r8645) -Update: WebTranslator2 update to 2007-02-08 22:52:39
french - 38 changed by Skiper (38)
norwegian_nynorsk - 6 fixed by khaavik (6)
traditional_chinese - 64 changed by thomasau (64)

Thu, 08 Feb 2007 17:57:19 +0000(svn r8642) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
rubidium [Thu, 08 Feb 2007 17:57:19 +0000] rev 5965
(svn r8642) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.

Thu, 08 Feb 2007 15:54:36 +0000(svn r8637) -Fix: CTRL-clicking on a hangar in the order list segfaulted as hangars are part of a station instead of real depots.
rubidium [Thu, 08 Feb 2007 15:54:36 +0000] rev 5964
(svn r8637) -Fix: CTRL-clicking on a hangar in the order list segfaulted as hangars are part of a station instead of real depots.

Thu, 08 Feb 2007 14:04:02 +0000(svn r8635) -Fix: draw canal edges under buoys that are in a canal.
rubidium [Thu, 08 Feb 2007 14:04:02 +0000] rev 5963
(svn r8635) -Fix: draw canal edges under buoys that are in a canal.

Thu, 08 Feb 2007 14:02:12 +0000(svn r8634) -Codechange: replace missing sprites with a red question mark.
rubidium [Thu, 08 Feb 2007 14:02:12 +0000] rev 5962
(svn r8634) -Codechange: replace missing sprites with a red question mark.

Thu, 08 Feb 2007 12:54:23 +0000(svn r8633) [PSP] -Fix r8629: mixed psp-config and pspconfig, making ./configure --reconfig to fail
truelight [Thu, 08 Feb 2007 12:54:23 +0000] rev 5961
(svn r8633) [PSP] -Fix r8629: mixed psp-config and pspconfig, making ./configure --reconfig to fail

Thu, 08 Feb 2007 12:52:25 +0000(svn r8632) [PSP] -Add: added include and lib to CFLAGS / LDFLAGS based on the SDK dir from psp-config
truelight [Thu, 08 Feb 2007 12:52:25 +0000] rev 5960
(svn r8632) [PSP] -Add: added include and lib to CFLAGS / LDFLAGS based on the SDK dir from psp-config
-Fix: disabled pthread for PSP

Thu, 08 Feb 2007 12:27:53 +0000(svn r8631) -Add: added parameter -l ip[:port] to ./openttd, which redirects DEBUG() to a remote connection over TCP
truelight [Thu, 08 Feb 2007 12:27:53 +0000] rev 5959
(svn r8631) -Add: added parameter -l ip[:port] to ./openttd, which redirects DEBUG() to a remote connection over TCP
For example, launch on 192.168.0.1 with, say, netcat a listener: netcat -l -p 3982
Launch OpenTTD on a remote host (say, PSP): ./openttd -l 192.168.0.1 -d9
And you get all debug information on 192.168.0.1. Very useful for debugging Portable systems.

Thu, 08 Feb 2007 11:21:10 +0000(svn r8629) [PSP] -Add: added psp-config detection in configure for PSP target
truelight [Thu, 08 Feb 2007 11:21:10 +0000] rev 5958
(svn r8629) [PSP] -Add: added psp-config detection in configure for PSP target

Thu, 08 Feb 2007 11:04:39 +0000(svn r8628) [PSP] -Add: added configure support for the PlayStation Portable target
truelight [Thu, 08 Feb 2007 11:04:39 +0000] rev 5957
(svn r8628) [PSP] -Add: added configure support for the PlayStation Portable target
In the coming days/weeks there will be an attempt to port OpenTTD for
this target. This is a very small step towards that.

Wed, 07 Feb 2007 21:46:25 +0000(svn r8622) -Update: WebTranslator2 update to 2007-02-07 22:44:21
miham [Wed, 07 Feb 2007 21:46:25 +0000] rev 5956
(svn r8622) -Update: WebTranslator2 update to 2007-02-07 22:44:21
finnish - 8 fixed by kerba (8)
russian - 4 fixed, 2 changed by DarkFenX (6)
slovak - 2 changed by lengyel (2)
spanish - 7 fixed by eusebio (7)
traditional_chinese - 38 fixed, 27 changed by thomasau (65)

Wed, 07 Feb 2007 19:10:19 +0000(svn r8621) -Codechange: assigned new numbers to the VEH_(type) enum so that VEH_Train is 0, VEH_Road is 1 and so on
bjarni [Wed, 07 Feb 2007 19:10:19 +0000] rev 5955
(svn r8621) -Codechange: assigned new numbers to the VEH_(type) enum so that VEH_Train is 0, VEH_Road is 1 and so on
This means that "v->type" can be used as array indexes instead of VehTypeToIndex() (or "v->type - VEH_Train/0x10 as the code still used in some places)
Surprisingly this can be done without changing the savegame format

Wed, 07 Feb 2007 18:01:26 +0000(svn r8620) -Fix: buoys on canal tiles do not flood anymore (Maedhros).
rubidium [Wed, 07 Feb 2007 18:01:26 +0000] rev 5954
(svn r8620) -Fix: buoys on canal tiles do not flood anymore (Maedhros).