Sat, 22 Jan 2005 19:41:30 +0000(svn r1593) Remove yet another alloca()
tron [Sat, 22 Jan 2005 19:41:30 +0000] rev 1092
(svn r1593) Remove yet another alloca()

Sat, 22 Jan 2005 19:05:30 +0000(svn r1592) -Fix: [1090495] Slopes under high bridges weren't flooded
tron [Sat, 22 Jan 2005 19:05:30 +0000] rev 1091
(svn r1592) -Fix: [1090495] Slopes under high bridges weren't flooded

Sat, 22 Jan 2005 18:59:53 +0000(svn r1591) Make dedicated servers on OS/2 check for input the UNIX way
tron [Sat, 22 Jan 2005 18:59:53 +0000] rev 1090
(svn r1591) Make dedicated servers on OS/2 check for input the UNIX way

Sat, 22 Jan 2005 18:51:09 +0000(svn r1590) -Fix: [1107347] ban 1 crashes dedicated server. Dedicated server cannot ban itself :)
darkvater [Sat, 22 Jan 2005 18:51:09 +0000] rev 1089
(svn r1590) -Fix: [1107347] ban 1 crashes dedicated server. Dedicated server cannot ban itself :)

Sat, 22 Jan 2005 18:46:30 +0000(svn r1589) Adapt the AI to a slight behavior change of CmdBuildSignals() introduced in r1585
tron [Sat, 22 Jan 2005 18:46:30 +0000] rev 1088
(svn r1589) Adapt the AI to a slight behavior change of CmdBuildSignals() introduced in r1585

Sat, 22 Jan 2005 18:39:52 +0000(svn r1588) -Fix: [ 1105959 ] coded a workaround in the acceleration code so that
celestar [Sat, 22 Jan 2005 18:39:52 +0000] rev 1087
(svn r1588) -Fix: [ 1105959 ] coded a workaround in the acceleration code so that
trains don't think they're on a slope while they drive around in a
tunnel

Sat, 22 Jan 2005 16:24:21 +0000(svn r1587) -CodeChange: fixed up the graph loop a little..numd now shows the exact amount, no +1 needed
darkvater [Sat, 22 Jan 2005 16:24:21 +0000] rev 1086
(svn r1587) -CodeChange: fixed up the graph loop a little..numd now shows the exact amount, no +1 needed
-CodeMotion: moved 'Company performancerating detail' to the end of the file; it fits there

Sat, 22 Jan 2005 15:50:54 +0000(svn r1586) Fix: [ 1107340 ] Graphs don't show comapany info for company #8
dominik [Sat, 22 Jan 2005 15:50:54 +0000] rev 1085
(svn r1586) Fix: [ 1107340 ] Graphs don't show comapany info for company #8

Sat, 22 Jan 2005 14:52:20 +0000(svn r1585) Rewrite CmdBuildSignals()
tron [Sat, 22 Jan 2005 14:52:20 +0000] rev 1084
(svn r1585) Rewrite CmdBuildSignals()
This addresses several issues:
- Correct comments
- Check input parameters for validity (and don't assert() them)
- Reorder checks if action is possible to produce more meaningful error messages
- Correct bug where money was charged for an action which should be free
- Kill warning about uninitialized variable, because the variable exists no more
- Make more clear how the function works (at least i hope so)

Sat, 22 Jan 2005 09:17:58 +0000(svn r1584) Fix: Highlighlighting tiles under bridges works again correctly for square selection tools.
dominik [Sat, 22 Jan 2005 09:17:58 +0000] rev 1083
(svn r1584) Fix: Highlighlighting tiles under bridges works again correctly for square selection tools.