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 6218
(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 6217
(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 6216
(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 6215
(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 6214
(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 6213
(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 6212
(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 6211
(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 6210
(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 6209
(svn r8629) [PSP] -Add: added psp-config detection in configure for PSP target