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
celestar [Fri, 21 Apr 2006 20:10:53 +0000] rev 3612
(svn r4507) Just a comment
celestar [Fri, 21 Apr 2006 20:08:25 +0000] rev 3611
(svn r4506) -Fix: (FS#95) Use the tile hash when pathfinding to a depot. Eats a tiny bit of performance, but the likelihood that the depot is found is greatly increased
celestar [Fri, 21 Apr 2006 19:47:52 +0000] rev 3610
(svn r4505) -Fix (FS#94) Ships can now be used to set up feeders as well.
celestar [Fri, 21 Apr 2006 17:51:01 +0000] rev 3609
(svn r4502) -Cleanup: Remove code unused since rev1. (Rubidium)
celestar [Fri, 21 Apr 2006 17:15:05 +0000] rev 3608
(svn r4501) -Fix: (FS#129) When, in a train that head multiple engines in front, the _first_ of those engines is sold, all the orders are copied to the second engine (to ensure "seamless" operation). However, during this operation, it was forgotten to update the prev_shared and next_shared pointers of the new head engine AND the next_shared and prev_shared of the share partners.
peter1138 [Fri, 21 Apr 2006 17:02:51 +0000] rev 3607
(svn r4500) - NewGRF: When running a callback with no vehicle, use the purchase list 'cargo' type first, and then fallback to the default if needed.
peter1138 [Fri, 21 Apr 2006 09:18:39 +0000] rev 3606
(svn r4498) - Use an item's name instead of value when parsing configuration lists.