Darkvater [Mon, 02 May 2005 21:56:01 +0000] rev 1750
(svn r2254) - Fix: using 'ls' or 'dir' in the console always shows loadable savegames and does not depend on the whim of the currently open saveload dialog
matthijs [Mon, 02 May 2005 18:53:06 +0000] rev 1749
(svn r2253) - Fix: [ 1190896 1184378 ] [NPF] Trains ignoring their railtype (mono, maglev) (glx)
Darkvater [Mon, 02 May 2005 18:22:16 +0000] rev 1748
(svn r2252) - ReFix: Redo r2251. Just remove the 'default widget handler', WDF_STD_BTN, instead of doing the "workaround" of the previous commit
Darkvater [Mon, 02 May 2005 18:08:34 +0000] rev 1747
(svn r2251) - Fix: [ 1193945 ] Clicking on the chat text box causes an assertion failure
Darkvater [Mon, 02 May 2005 17:58:11 +0000] rev 1746
(svn r2250) - Fix (regression): arguments with spaces in them were incorrectly parsed
matthijs [Mon, 02 May 2005 17:52:35 +0000] rev 1745
(svn r2249) - Fix: [ 1187703 ] [NPF] Road vehicles cannot find a depot when in a roadstop
Darkvater [Mon, 02 May 2005 17:14:31 +0000] rev 1744
(svn r2248) - Fix (regression): fix crashing of game when joining a dedicated server (only reset _thd.pos, not the whole structure; as done in revision 2241 to fix another crash)
Darkvater [Mon, 02 May 2005 17:05:59 +0000] rev 1743
(svn r2247) - Fix (regression): executing scripts now works (remove newline character(s)).
- Fix: getting help for an alias works
- Fix: '|' is an unprintable character, replace it with '\'
Darkvater [Mon, 02 May 2005 16:02:24 +0000] rev 1742
(svn r2246) - CodeChange: Station is 'st' not 'station' - random commit of the day
Darkvater [Mon, 02 May 2005 16:01:53 +0000] rev 1741
(svn r2245) - CodeChange: simplify the clamping of values for patch-settings by using clamp()