Sun, 15 May 2005 21:50:26 +0000(svn r2325) - Update OpenTTD for 0.4.0 release 0.4.0
Darkvater [Sun, 15 May 2005 21:50:26 +0000] rev 1821
(svn r2325) - Update OpenTTD for 0.4.0 release

Sun, 15 May 2005 18:50:55 +0000(svn r2324) Introduce _cmd_text for passing strings with a command instead of abusing _decode_parameters as text buffer. This should prevent several possible buffer overruns and is a bit cleaner to use. As bonus it reduces the size of most command packets by 79 bytes.
tron [Sun, 15 May 2005 18:50:55 +0000] rev 1820
(svn r2324) Introduce _cmd_text for passing strings with a command instead of abusing _decode_parameters as text buffer. This should prevent several possible buffer overruns and is a bit cleaner to use. As bonus it reduces the size of most command packets by 79 bytes.

Sun, 15 May 2005 18:43:36 +0000(svn r2323) Remove unused dereferencing
tron [Sun, 15 May 2005 18:43:36 +0000] rev 1819
(svn r2323) Remove unused dereferencing

Sun, 15 May 2005 16:30:02 +0000(svn r2322) - CodeChange: doxygen commented the tunnel-crash fix. Also if (bla) {return;} else {return;} is not proper code. It's if (bla) {return;} return; ;)
Darkvater [Sun, 15 May 2005 16:30:02 +0000] rev 1818
(svn r2322) - CodeChange: doxygen commented the tunnel-crash fix. Also if (bla) {return;} else {return;} is not proper code. It's if (bla) {return;} return; ;)

Sun, 15 May 2005 14:01:35 +0000(svn r2321) - Fix: [ 1202286 ] On OS/2 you get a double backslash in your filename after browsing to the root dir of a drive and "." and ".." are incorrectly displayed. (orudge)
matthijs [Sun, 15 May 2005 14:01:35 +0000] rev 1817
(svn r2321) - Fix: [ 1202286 ] On OS/2 you get a double backslash in your filename after browsing to the root dir of a drive and "." and ".." are incorrectly displayed. (orudge)

Sun, 15 May 2005 13:48:23 +0000(svn r2320) - Fix: [ 1185176 ] Train in tunnel is not properly detected by signal code (Hackykid)
matthijs [Sun, 15 May 2005 13:48:23 +0000] rev 1816
(svn r2320) - Fix: [ 1185176 ] Train in tunnel is not properly detected by signal code (Hackykid)

Sun, 15 May 2005 11:20:38 +0000(svn r2319) - Fix: copying/pasting from the extra viewport did not center on what you wanted to see if one of the windows (viewport or main) was zoomed out. Also fix the undisabled-zoom-in button upon creation.
Darkvater [Sun, 15 May 2005 11:20:38 +0000] rev 1815
(svn r2319) - Fix: copying/pasting from the extra viewport did not center on what you wanted to see if one of the windows (viewport or main) was zoomed out. Also fix the undisabled-zoom-in button upon creation.

Sun, 15 May 2005 10:40:53 +0000(svn r2318) - Feature: added console command 'part' to leave a currently running game and 'join' which is an alias to 'connect' to join a multiplayer server.
Darkvater [Sun, 15 May 2005 10:40:53 +0000] rev 1814
(svn r2318) - Feature: added console command 'part' to leave a currently running game and 'join' which is an alias to 'connect' to join a multiplayer server.

Sun, 15 May 2005 10:23:42 +0000(svn r2317) - Fix: [ 1193048 ] Pre-signal stays red when there is only a single exit signal (dinno)
Darkvater [Sun, 15 May 2005 10:23:42 +0000] rev 1813
(svn r2317) - Fix: [ 1193048 ] Pre-signal stays red when there is only a single exit signal (dinno)

Sat, 14 May 2005 23:48:39 +0000(svn r2316) - Fix: [ 1154454 ] Fix BeOS build on Trunk (myob)
Darkvater [Sat, 14 May 2005 23:48:39 +0000] rev 1812
(svn r2316) - Fix: [ 1154454 ] Fix BeOS build on Trunk (myob)