Sat, 26 May 2007 16:18:43 +0000 truelight (svn r9937) -Codechange: don't define a function that is never declared or used
Sat, 26 May 2007 15:20:13 +0000 truelight (svn r9936) -Fix: (Un)ScaleByZoom missed a minus sign in some cases
Sat, 26 May 2007 14:24:19 +0000 rubidium (svn r9935) -Fix: could not build a drive through station when there when you own the tram bits and the town owns the road.
Sat, 26 May 2007 13:00:52 +0000 rubidium (svn r9934) -Fix (r9923): towns could remove 'half' tram tracks.
Sat, 26 May 2007 12:34:25 +0000 rubidium (svn r9933) -Fix (9925): unified a little too much.
Sat, 26 May 2007 12:19:54 +0000 truelight (svn r9932) -Fix: can't assume a zoom-level with MarkAllViewportsDirty, causing segfaults when trying to load savegames in dedicated server via -g (reported by peter1138)
Sat, 26 May 2007 10:40:34 +0000 rubidium (svn r9931) -Fix: some glitches with catenary and bridges.
Sat, 26 May 2007 09:13:59 +0000 rubidium (svn r9930) -Fix (r9838): obiwan could cause vehicles to way a long time (2.5 years) at stations.
Sat, 26 May 2007 07:58:49 +0000 rubidium (svn r9929) -Fix [FS#803]: fix several drawing issues.
Sat, 26 May 2007 07:47:52 +0000 peter1138 (svn r9928) -Fix (r9805): Default display options were not set correctly.
Fri, 25 May 2007 23:45:36 +0000 rubidium (svn r9927) -Fix: assert triggered when letting a tram run into the wrong side of a depot.
Fri, 25 May 2007 23:32:30 +0000 rubidium (svn r9926) -Fix (r9923): the vehicle should continue on the next tile, not 'finishing' the turn.
Fri, 25 May 2007 23:21:32 +0000 rubidium (svn r9925) -Fix: wrong tooltips in station picker.
Fri, 25 May 2007 22:31:34 +0000 rubidium (svn r9924) -Fix: update the road vehicle speeds when stopped and/or running just behind another vehicle.
Fri, 25 May 2007 22:07:40 +0000 rubidium (svn r9923) -Add: support for Action 0 Road vehicles, property 1C, bit 0.
Fri, 25 May 2007 15:49:14 +0000 rubidium (svn r9922) -Fix (r9914): [YAPF] null pointer dereference.
Fri, 25 May 2007 15:37:12 +0000 rubidium (svn r9921) -Fix (r9892): ownership wasn't properly propagated on owner changes.
Fri, 25 May 2007 12:56:41 +0000 miham (svn r9920) -Update: WebTranslator2 update to 2007-05-25 14:56:27
Fri, 25 May 2007 11:01:44 +0000 rubidium (svn r9919) -Codechange: prepare some more places for more road types.
Fri, 25 May 2007 08:47:40 +0000 rubidium (svn r9918) -Fix: the available roadtypes/railtypes were not updated on GRF updates.
Fri, 25 May 2007 08:13:01 +0000 rubidium (svn r9917) -Codechange: prepare some more areas for more road types.
Fri, 25 May 2007 06:39:12 +0000 peter1138 (svn r9916) -Codechange: Free memory used by cargo translation tables
Thu, 24 May 2007 22:41:50 +0000 rubidium (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile.
Thu, 24 May 2007 21:59:12 +0000 rubidium (svn r9913) -Update: the landscape documentation to reflect the changes to the road bits.
Thu, 24 May 2007 21:45:54 +0000 rubidium (svn r9912) -Fix: the AIs could build any road(station)s.
Thu, 24 May 2007 21:08:08 +0000 miham (svn r9911) -Update: WebTranslator2 update to 2007-05-24 23:07:47
Thu, 24 May 2007 09:31:09 +0000 rubidium (svn r9910) -Codechange: prepare road building/removing commands for more road types.
Thu, 24 May 2007 09:24:46 +0000 maedhros (svn r9909) -Fix (r9897): Highlight road tunnels properly when building them.
Thu, 24 May 2007 08:52:28 +0000 rubidium (svn r9908) -Codechange: prepare the station picker for more road types.
Thu, 24 May 2007 08:36:11 +0000 rubidium (svn r9907) -Codechange: prepare the road gui for more road types.
Thu, 24 May 2007 01:12:00 +0000 belugas (svn r9906) -Codechange: Add common properties for both industry and industry tiles specs
Wed, 23 May 2007 17:33:03 +0000 maedhros (svn r9905) -Feature: Allow building new stations adjacent to existing stations by holding down control. Based on a patch by Wolf01.
Wed, 23 May 2007 16:40:40 +0000 peter1138 (svn r9904) -Codechange [FS#798]: Add OpenBSD support to configure (matthias)
Wed, 23 May 2007 14:43:47 +0000 maedhros (svn r9903) -Fix (r9901): Make the demolish and level land tools work in the scenario editor again.
Wed, 23 May 2007 14:02:10 +0000 peter1138 (svn r9902) -Fix (r9898): Don't check group owner when adding a vehicle to the 'default' group.
Wed, 23 May 2007 13:52:10 +0000 maedhros (svn r9901) -Codechange: Decide what to do with selected land areas based on the specific variable, not how it was highlighted.
Wed, 23 May 2007 12:45:56 +0000 maedhros (svn r9900) -Codechange: Separate the variables for how to highlight a land area and what to do with it afterwards.
Tue, 22 May 2007 21:55:37 +0000 miham (svn r9899) -Update: WebTranslator2 update to 2007-05-22 23:52:38
Tue, 22 May 2007 19:48:11 +0000 peter1138 (svn r9898) -Fix (r9874): Many...
Mon, 21 May 2007 21:58:31 +0000 rubidium (svn r9897) -Codechange: prepare the toolbar for more road types.
Mon, 21 May 2007 17:19:01 +0000 glx (svn r9896) -Fix (r9874): when selling an entire train, decrease the number of vehicles in the group only once
Mon, 21 May 2007 16:58:23 +0000 rubidium (svn r9895) -Fix: assertion when removing roadstop.
Sun, 20 May 2007 22:43:26 +0000 rubidium (svn r9894) -Fix (r9892): catenary was drawn on road bridges ;)
Sun, 20 May 2007 22:04:24 +0000 rubidium (svn r9893) -Fix (r9892): various small bugs that only act up when using something different than plain roads.
Sun, 20 May 2007 19:14:08 +0000 rubidium (svn r9892) -Codechange: lots of ground work for allowing multiple types of "road" with multiple owners on a single tile.
Sun, 20 May 2007 18:34:47 +0000 rubidium (svn r9891) -Fix [FS#787]: the manage list menu wasn't removed/updated when changing to another group making it able to perform "group" actions for "all vehicles", which would cause a crash.
Sun, 20 May 2007 16:17:03 +0000 peter1138 (svn r9890) -Codechange: Don't allocate space for 0 spriteset ranges
Sun, 20 May 2007 10:27:43 +0000 peter1138 (svn r9889) -Codechange: Use cargo's freight status for choosing livery scheme.
Sun, 20 May 2007 09:17:42 +0000 peter1138 (svn r9888) -Codechange: [NewGRF] allow non-spec cargo action2s to work, and using the goods sprite if really nothing is returned.
Sun, 20 May 2007 05:53:19 +0000 peter1138 (svn r9887) -Fix (r9867): Industry production statistics messed up...
Sun, 20 May 2007 00:50:06 +0000 belugas (svn r9886) -Codechange: Cleanup of industries (Step-13). Include the sounds table into the industry's spec.
Sat, 19 May 2007 23:52:04 +0000 truelight (svn r9885) -Fix r9846: some last bitshifts with zoom-levels that were forgotten
Sat, 19 May 2007 22:48:04 +0000 truelight (svn r9884) -Feature: 2 new zoom-out levels: 8 times and 16 times
Sat, 19 May 2007 22:37:24 +0000 peter1138 (svn r9883) -Fix (r4965): [NewGRF] Check for overflow and carry over when adding to the existing value.
Sat, 19 May 2007 21:47:14 +0000 rubidium (svn r9882) -Fix (r9874): the "default group" is also a valid group in some cases.
Sat, 19 May 2007 20:15:50 +0000 rubidium (svn r9881) -Fix (FS#782, r9874): accidentally removed one condition too many causing asserts.
Sat, 19 May 2007 19:13:12 +0000 glx (svn r9880) -Add: [NewGRF] Add action 7/9 condition 0B/0C (cargo type availability)
Sat, 19 May 2007 12:46:48 +0000 rubidium (svn r9879) -Fix (r9874): global autoreplace was little broken ;)
Sat, 19 May 2007 12:29:09 +0000 rubidium (svn r9878) -Fix (9874): some vehicle count's were not properly updated on delete or autoreplace of vehicles.
Sat, 19 May 2007 11:18:22 +0000 peter1138 (svn r9877) -Revert (r9876): one file too many...