Mon, 14 Aug 2006 16:18:41 +0000(svn r5891) -Code cleanup: cleaned up the code added in revision 5888
bjarni [Mon, 14 Aug 2006 16:18:41 +0000] rev 4263
(svn r5891) -Code cleanup: cleaned up the code added in revision 5888

Mon, 14 Aug 2006 15:03:01 +0000(svn r5888) -Fix: [autoreplace] if vehicles breakdowns and service are turned off, the vehicles failed to enter any depots
bjarni [Mon, 14 Aug 2006 15:03:01 +0000] rev 4262
(svn r5888) -Fix: [autoreplace] if vehicles breakdowns and service are turned off, the vehicles failed to enter any depots
now they will quickly go to a depot if set to be replaced
the tradeoff is that a vehicle set to be replaced and without a depot in the orders will forget about the orders and head for a depot. If the replace fails (lack of money), it will exit and try to head for the depot again
also all vehicles of that type will rush to the depots at once, risking causing traffic jams. This is because there is no way to even it out like normal depot visits offers
Tip: add a depot to the orders of all vehicles, set it to service only and it will always be skipped unless the vehicle is set to be replaced. This should help on the jam issue and if the replace fails, the vehicle will go though a whole round of the orders and make more money before trying again

Mon, 14 Aug 2006 14:21:15 +0000(svn r5887) -Cleanup: move date related functions, defines and variables to date.[ch]
rubidium [Mon, 14 Aug 2006 14:21:15 +0000] rev 4261
(svn r5887) -Cleanup: move date related functions, defines and variables to date.[ch]
-Cleanup: fix whitespace related coding style issues in date.[ch]
-Cleanup: make original comments doxygen compatible and remove/change outdated comments

Mon, 14 Aug 2006 11:44:19 +0000(svn r5886) -Fix [FS#273]: Incomplete removal of player owned property due to lack of money.
Darkvater [Mon, 14 Aug 2006 11:44:19 +0000] rev 4260
(svn r5886) -Fix [FS#273]: Incomplete removal of player owned property due to lack of money.

Sun, 13 Aug 2006 14:46:16 +0000(svn r5883) -Fix [FS#272]: use the height of the edge of the map for shadows of aircrafts that are outside the map; similar to r5841, caused by r5794.
rubidium [Sun, 13 Aug 2006 14:46:16 +0000] rev 4259
(svn r5883) -Fix [FS#272]: use the height of the edge of the map for shadows of aircrafts that are outside the map; similar to r5841, caused by r5794.

Sun, 13 Aug 2006 10:22:34 +0000(svn r5874) -Feature [FS#234]: Remember the maximized state and restore on start. This also fixes a bug where a different resolution is chosen for a maximized window, but it retains the maximized flag. Only win32.
Darkvater [Sun, 13 Aug 2006 10:22:34 +0000] rev 4258
(svn r5874) -Feature [FS#234]: Remember the maximized state and restore on start. This also fixes a bug where a different resolution is chosen for a maximized window, but it retains the maximized flag. Only win32.

Sun, 13 Aug 2006 08:51:55 +0000(svn r5873) - Fix a bad comment in r5871, and add a further check for saving strings.
Darkvater [Sun, 13 Aug 2006 08:51:55 +0000] rev 4257
(svn r5873) - Fix a bad comment in r5871, and add a further check for saving strings.

Sun, 13 Aug 2006 08:18:11 +0000(svn r5872) - Feature: Add an icon to the SDL openttd executable.
Darkvater [Sun, 13 Aug 2006 08:18:11 +0000] rev 4256
(svn r5872) - Feature: Add an icon to the SDL openttd executable.

Sat, 12 Aug 2006 22:56:45 +0000(svn r5871) -Feature: Add a possibility to handle pointer strings without a buffer from the configuration file. Handy for variables that will never be changed during runtime
Darkvater [Sat, 12 Aug 2006 22:56:45 +0000] rev 4255
(svn r5871) -Feature: Add a possibility to handle pointer strings without a buffer from the configuration file. Handy for variables that will never be changed during runtime

Sat, 12 Aug 2006 17:33:05 +0000(svn r5866) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater [Sat, 12 Aug 2006 17:33:05 +0000] rev 4254
(svn r5866) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.