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).

Wed, 07 Feb 2007 17:52:21 +0000(svn r8619) -Fix: store the ownership of a water tile in the buoy tile and set the ownership of the water tile when the buoy is removed. This solves the issue of removing ownership from canal tiles thus making is possible for other players to remove the canal tile.
rubidium [Wed, 07 Feb 2007 17:52:21 +0000] rev 5953
(svn r8619) -Fix: store the ownership of a water tile in the buoy tile and set the ownership of the water tile when the buoy is removed. This solves the issue of removing ownership from canal tiles thus making is possible for other players to remove the canal tile.

Wed, 07 Feb 2007 13:46:28 +0000(svn r8618) -Fix
tron [Wed, 07 Feb 2007 13:46:28 +0000] rev 5952
(svn r8618) -Fix

Remove redundant assignments. The function call just before already does it