Mon, 04 Jun 2007 20:46:01 +0000 bjarni (svn r10039) -Fix: [autoreplace] when trying to replace an engine that can't carry the wagons the old one carries (GRF restrictoin), then don't try to replace at all
Mon, 04 Jun 2007 20:42:49 +0000 peter1138 (svn r10038) -Fix (r8634): Sprite resulting from '?' substitution was reloaded into the cache entry for SPR_IMG_QUERY instead of the original sprite cache entry. This resulted in unaccounted missing sprite cache memory, and was exacerbated because the original missing sprite was not cached, so it did it again and again and again. Slowdowns and boom. Etc.
Mon, 04 Jun 2007 20:06:54 +0000 glx (svn r10037) -Fix (r10035, r10036): silence some 'may be used uninitialized' warnings
Mon, 04 Jun 2007 19:51:31 +0000 glx (svn r10036) -Add: sort the strings in town names dropdown
Mon, 04 Jun 2007 19:49:00 +0000 glx (svn r10035) -Change: simplified network language string sorting
Mon, 04 Jun 2007 19:39:16 +0000 rubidium (svn r10034) -Change: remove the string changed in r10033 from the translations, so it will be properly translated in all languages.
Mon, 04 Jun 2007 19:32:45 +0000 rubidium (svn r10033) -Feature [FS#760]: skip to the selected order in the order list when clicking on the "skip" button while pressing CTRL.
Mon, 04 Jun 2007 16:07:22 +0000 glx (svn r10032) -Add: sort the strings in server language dropdown
Mon, 04 Jun 2007 06:34:00 +0000 miham (svn r10031) -Update: WebTranslator2 update to 2007-06-04 08:32:00
Sun, 03 Jun 2007 19:22:23 +0000 rubidium (svn r10030) -Fix [FS#823]: one could build on (some) slopes when building on slopes was disabled.
Sat, 02 Jun 2007 21:07:03 +0000 rubidium (svn r10029) -Fix (r9923): trams should not/cannot turn on roadworks.
Sat, 02 Jun 2007 20:08:23 +0000 peter1138 (svn r10028) -Fix (r2270/r2951): When deleting the first engine of a train with multiple engines, only reopen the train window if the player had the original train window open. This fixes 'random' windows opening for multiple players of the same company.
Sat, 02 Jun 2007 17:23:31 +0000 bjarni (svn r10026) -Fix: unlinking a rail vehicle didn't clear the first pointer
Sat, 02 Jun 2007 15:47:38 +0000 bjarni (svn r10025) -Fix: [build windows] sorting planes for capacity didn't check mail capacity. Now mail capacity is used if passenger capacity is the same
Sat, 02 Jun 2007 15:41:37 +0000 bjarni (svn r10024) -Feature: [build windows] trains, road vehicles and ships can now be sorted by cargo capacity (planes already had this option)
Sat, 02 Jun 2007 14:42:25 +0000 maedhros (svn r10023) -Fix (r3218): When selling trains, if there were no wagons between multiheaded
Sat, 02 Jun 2007 11:15:38 +0000 maedhros (svn r10022) -Fix (r10007): Set the type of multiheaded trains before the subtype.
Sat, 02 Jun 2007 09:26:03 +0000 rubidium (svn r10021) -Fix (r9560): memory "corruption" that could lead to a failure to load newgrfs.
Sat, 02 Jun 2007 09:11:06 +0000 maedhros (svn r10020) -Fix [FS#824]: GetNextVehicle() is invalid for anything that isn't a train.
Sat, 02 Jun 2007 08:56:21 +0000 peter1138 (svn r10019) -Codechange: Implement GRM for newcargos
Fri, 01 Jun 2007 23:06:01 +0000 glx (svn r10017) -Add (FS#790): more languages flags for servers
Fri, 01 Jun 2007 17:59:11 +0000 rubidium (svn r10015) -Fix: one could build (only) tram tracks when that was the last built roadtype (in a normal game).
Fri, 01 Jun 2007 17:58:43 +0000 rubidium (svn r10014) -Fix: roads became automatically one way in the scenario editor.
Fri, 01 Jun 2007 17:05:23 +0000 miham (svn r10013) -Update: WebTranslator2 update to 2007-06-01 19:05:03
Fri, 01 Jun 2007 16:06:23 +0000 glx (svn r10012) -Fix (r9999): crash when forcing road vehicles to turn
Fri, 01 Jun 2007 12:26:14 +0000 maedhros (svn r10011) -Fix (r10008): Set the right svn properties on articulated_vehicles.h and correct a file comment.
Fri, 01 Jun 2007 12:19:23 +0000 maedhros (svn r10010) -Fix (r10008): Add articulated_vehicles.h to the project files.
Fri, 01 Jun 2007 12:03:10 +0000 maedhros (svn r10009) -Codechange: Add and use Vehicle::IsPrimaryVehicle to replace individual checks depending on the vehicle type.
Fri, 01 Jun 2007 11:41:02 +0000 maedhros (svn r10008) -Codechange: Move a couple of functions related to articulated vehicles to a file of their own.
Fri, 01 Jun 2007 11:17:30 +0000 maedhros (svn r10007) -Codechange: Add some asserts to IsFrontEngine and friends to ensure that only trains use them.
Thu, 31 May 2007 21:21:04 +0000 glx (svn r10006) -Fix (FS#362): allow different signal types on one tile
Thu, 31 May 2007 19:13:41 +0000 belugas (svn r10005) -Codechange: Merge two flags (2cc and newhouses) indicating some newgrf features have been loaded, and introduce the newindustry one.
Thu, 31 May 2007 18:12:35 +0000 rubidium (svn r10004) -Fix: trams can always intersect/have junctions on one way roads (because they only work for busses and lorries).
Thu, 31 May 2007 18:11:39 +0000 rubidium (svn r10003) -Fix (r9999): crash when vehicle had to turn on a bridge.
Thu, 31 May 2007 16:47:32 +0000 rubidium (svn r10002) -Fix (r9999): don't try to get the disallowed directions from a road depot...
Thu, 31 May 2007 15:40:36 +0000 belugas (svn r10001) -Codechange: Add support for removing dynamically allocated newgrf data
Thu, 31 May 2007 15:15:00 +0000 rubidium (svn r9999) -Feature: make it possible to disallow busses and lorries to go a specific way on straight pieces of road.
Thu, 31 May 2007 14:29:19 +0000 rubidium (svn r9998) -Fix (r9990): possible null pointer dereferences on MorphOS.
Thu, 31 May 2007 14:16:22 +0000 miham (svn r9997) -Update: WebTranslator2 update to 2007-05-31 16:16:13
Thu, 31 May 2007 07:34:40 +0000 rubidium (svn r9996) -Fix: be more strict when building/upgrading roads and/or road stops.
Thu, 31 May 2007 07:21:33 +0000 peter1138 (svn r9995) -Fix (r9962): Don't scroll the map at the start of a new game
Thu, 31 May 2007 03:35:11 +0000 belugas (svn r9994) -Codechange: Add pointers for Industry and Industry Tiles in the grf file.
Wed, 30 May 2007 20:34:16 +0000 rubidium (svn r9993) -Fix (r9992): smallish typos resulting in compile time errors.
Wed, 30 May 2007 20:20:58 +0000 belugas (svn r9992) -Codechange: Remove some hardcoded references to Industry IDs.
Wed, 30 May 2007 20:13:58 +0000 rubidium (svn r9991) -Fix: one could build road when trams were driving on the tile and vice versa.
Wed, 30 May 2007 18:24:54 +0000 rubidium (svn r9990) -Fix: MorphOS and AmigaOS do not like "//" in filenames as that means the same as "/../" in means in Unix.
Wed, 30 May 2007 18:22:56 +0000 rubidium (svn r9989) -Fix [FS#817]: trams/road vehicles did go to the closest road stop regardless whether they could actually "drive" on there.
Wed, 30 May 2007 13:33:19 +0000 rubidium (svn r9988) -Codechange: remove the last direct map accesses, except the ones needed for the savegame saving/loading mechanisms.
Wed, 30 May 2007 13:27:56 +0000 rubidium (svn r9987) -Fix [FS#818]: a train under a bridge could collide with a train on the bridge.
Wed, 30 May 2007 13:16:45 +0000 rubidium (svn r9986) -Fix (r9934): flooding towns could not remove tram tracks (boekabart).
Wed, 30 May 2007 07:59:43 +0000 miham (svn r9985) -Update: WebTranslator2 update to 2007-05-30 09:59:31
Wed, 30 May 2007 02:08:18 +0000 belugas (svn r9984) -Codechange: Remove an obsolete structure and a now meaningless enum, in favor of the "real thing"
Wed, 30 May 2007 01:55:11 +0000 belugas (svn r9983) -Codechange: Use the "enabled" property of the industry spec.
Tue, 29 May 2007 20:52:35 +0000 bjarni (svn r9982) -Fix (r9874): autoreplacing vehicles from a group could sometimes add the new vehicle twice to the engine (EngineID, not total count) count in the group
Tue, 29 May 2007 20:06:06 +0000 bjarni (svn r9981) -Fix: fixed a rare event that could cause autoreplace to run out of money and generate an error (spotted by elmex and UndernotBuilder)
Tue, 29 May 2007 19:01:38 +0000 rubidium (svn r9980) -Merge: Windows Installer changes in 0.5 (r9864).
Tue, 29 May 2007 18:55:15 +0000 rubidium (svn r9979) -Merge: release changes from 0.5.
Tue, 29 May 2007 17:41:59 +0000 belugas (svn r9976) -Codechange: Declare a writable array of specs for industry and industry tiles.
Tue, 29 May 2007 14:44:22 +0000 belugas (svn r9975) -Codechange: Adjust the industry/tile spec arrays, moving the enabled member out of GRFFileProps (end of previous commit).
Tue, 29 May 2007 14:32:46 +0000 belugas (svn r9974) -Codechange: Remove the enabled member of GRFFileProps, since it'snot really grf related