Sun, 19 Dec 2004 10:17:26 +0000(svn r1168) -Cleanup: [Network] Cleaned the network code a bit. Added 'const'
truelight [Sun, 19 Dec 2004 10:17:26 +0000] rev 716
(svn r1168) -Cleanup: [Network] Cleaned the network code a bit. Added 'const'
and 'void' where needed, prefixed all functions, typedefs and global
vars with 'Network' and organized all externals nicely.

Sun, 19 Dec 2004 09:39:19 +0000(svn r1167) Feature: Added the possibility to add validation functions to NewsItems. This is now done for "Train in depot" messages. Before displaying such a message, it checks if the train really still is in the depot. Can be applied to other news items as well.
dominik [Sun, 19 Dec 2004 09:39:19 +0000] rev 715
(svn r1167) Feature: Added the possibility to add validation functions to NewsItems. This is now done for "Train in depot" messages. Before displaying such a message, it checks if the train really still is in the depot. Can be applied to other news items as well.

Sun, 19 Dec 2004 09:33:02 +0000(svn r1166) Fix: [ 1040119 ] Flooded wagons in depots don't keep constantly exploding any more
dominik [Sun, 19 Dec 2004 09:33:02 +0000] rev 714
(svn r1166) Fix: [ 1040119 ] Flooded wagons in depots don't keep constantly exploding any more

Sun, 19 Dec 2004 09:31:35 +0000(svn r1165) Fix: [ 1085255 ] Docks now have a button to display the catchment area
dominik [Sun, 19 Dec 2004 09:31:35 +0000] rev 713
(svn r1165) Fix: [ 1085255 ] Docks now have a button to display the catchment area

Sun, 19 Dec 2004 09:30:05 +0000(svn r1164) Redid fix from revision 1163 to work with all patch settings
dominik [Sun, 19 Dec 2004 09:30:05 +0000] rev 712
(svn r1164) Redid fix from revision 1163 to work with all patch settings

Sat, 18 Dec 2004 21:11:45 +0000(svn r1163) Fix: [ 1087403 ] Crashed trains aren't reported to have too few orders any more
dominik [Sat, 18 Dec 2004 21:11:45 +0000] rev 711
(svn r1163) Fix: [ 1087403 ] Crashed trains aren't reported to have too few orders any more

Sat, 18 Dec 2004 18:58:03 +0000(svn r1162) The server list can now be automatically filled from the config file. Add a section [servers] with the addresses each in a new line. Those will be checked upon OpenTTD startup.
dominik [Sat, 18 Dec 2004 18:58:03 +0000] rev 710
(svn r1162) The server list can now be automatically filled from the config file. Add a section [servers] with the addresses each in a new line. Those will be checked upon OpenTTD startup.

Sat, 18 Dec 2004 18:19:49 +0000(svn r1161) Don't make redundant GetAirport() calls, use the cached value
tron [Sat, 18 Dec 2004 18:19:49 +0000] rev 709
(svn r1161) Don't make redundant GetAirport() calls, use the cached value

Sat, 18 Dec 2004 18:13:37 +0000(svn r1160) -Fix: redid revision 1159. pid_t should not be defined under windows.
truelight [Sat, 18 Dec 2004 18:13:37 +0000] rev 708
(svn r1160) -Fix: redid revision 1159. pid_t should not be defined under windows.

Sat, 18 Dec 2004 18:05:56 +0000(svn r1159) -Fix: pid_t was unknown to windows; typedeffed to int.
darkvater [Sat, 18 Dec 2004 18:05:56 +0000] rev 707
(svn r1159) -Fix: pid_t was unknown to windows; typedeffed to int.