celestar [Sat, 22 Apr 2006 09:25:36 +0000] rev 3622
(svn r4520) -Fix: Did last commit in the wrong branch. Repair and shame on me.
Darkvater [Sat, 22 Apr 2006 08:45:58 +0000] rev 3621
(svn r4518) - Fix: specify the 'stopall' console command as a debug command. Mostly because stopped airplanes in mid-air 1. look funny 2. won't ever budge again. (change of r2449)
peter1138 [Sat, 22 Apr 2006 06:54:25 +0000] rev 3620
(svn r4517) - NewGRF: fix and complete the feature list
celestar [Sat, 22 Apr 2006 05:42:54 +0000] rev 3619
(svn r4516) -Fix: Committed one file too much. Thanks egladil for immidiate spotting
celestar [Sat, 22 Apr 2006 05:36:22 +0000] rev 3618
(svn r4515) -Codechange: TPFMode2 is currently only used for TRANSPORT_WATER. So remove all stuff that deals with other transport types and assert TRANSPORT_WATER
belugas [Sat, 22 Apr 2006 01:42:51 +0000] rev 3617
(svn r4514) Cleanup of a cleanup ... lines left behind
belugas [Sat, 22 Apr 2006 01:37:31 +0000] rev 3616
(svn r4513) Codechange : Assemble a bit the scattered parts of Cargo types.
Darkvater [Sat, 22 Apr 2006 00:10:38 +0000] rev 3615
(svn r4512) - Codechange: Sprinkle some doxygen magic over settings.c
peter1138 [Fri, 21 Apr 2006 20:59:04 +0000] rev 3614
(svn r4510) - NewGRF bounds checking:
- check Engine ID is within range
- don't try setting a vehicle name if the string id is not a valid Engine ID
celestar [Fri, 21 Apr 2006 20:25:34 +0000] rev 3613
(svn r4508) -Fix: (FS#125) Fixed a problem that caused DeliverGoodsToIndustry to not work as intended. Note: write something better for this entire function