log

age author description
Sun, 07 Mar 2010 17:24:07 +0000 frosch (svn r19367) -Fix [FS#3665]: List valuator could cause invalid iterators. draft
Sun, 07 Mar 2010 16:10:40 +0000 alberth (svn r19366) -Codechange: Move setting of _error_message from the callback check routine to the caller. draft
Sun, 07 Mar 2010 15:54:58 +0000 alberth (svn r19365) -Codechange: Move EnsureNoTrainOnTrackProc() to src/vehicle.cpp. draft
Sun, 07 Mar 2010 15:10:39 +0000 peter1138 (svn r19364) -Fix [FS#3668]: Implement custom sound effect for helicopter take-off. draft
Sun, 07 Mar 2010 14:00:53 +0000 alberth (svn r19363) -Codechange: Remove use of _error_message global from TerraformTile_Track. draft
Sun, 07 Mar 2010 12:20:17 +0000 alberth (svn r19362) -Fix [FS#3667] (r19270): Failure to prospect an industry should not cause a crash. draft
Sat, 06 Mar 2010 23:54:54 +0000 yexo (svn r19361) -Fix [FS#3664](r19353): crash when an airport was deleted draft
Sat, 06 Mar 2010 19:48:17 +0000 terkhen (svn r19360) -Add: [NewGRF] When the tractive effort of a road vehicle is not set, use a default value of 4C. draft
Sat, 06 Mar 2010 18:45:34 +0000 translators (svn r19359) -Update from WebTranslator v3.0: draft
Sat, 06 Mar 2010 16:26:09 +0000 frosch (svn r19358) -Fix [FS#3663]: Close error messages about missing ownership when the company closes or is taken over. (parts by Alberth). draft
Sat, 06 Mar 2010 16:23:32 +0000 frosch (svn r19357) -Codechange: Add 'face' member to ErrmsgWindow to simplify stuff. draft
Sat, 06 Mar 2010 16:15:50 +0000 frosch (svn r19356) -Fix: Whitespace. draft
Sat, 06 Mar 2010 16:07:45 +0000 yexo (svn r19355) -Codechange: add the airport layout to build as parameter to CmdBuildAirport draft
Sat, 06 Mar 2010 16:02:07 +0000 yexo (svn r19354) -Codechange: store the number of layouts in AirportSpec draft
Sat, 06 Mar 2010 15:38:13 +0000 yexo (svn r19353) -Codechange: use static objects for the airport statemachines instead of new/delete at the start/end of the game draft
Sat, 06 Mar 2010 15:30:40 +0000 yexo (svn r19352) -Fix (r19332): MSVC doesn't have M_PI in math.h draft
Sat, 06 Mar 2010 13:38:46 +0000 yexo (svn r19351) -Codechange: use TileArea for AfterRemoveRect draft
Sat, 06 Mar 2010 13:23:33 +0000 alberth (svn r19350) -Codechange: StationRect::BeforeAddRect() returns a CommandCost. draft
Sat, 06 Mar 2010 13:04:25 +0000 terkhen (svn r19349) -Add: [NoAI] AIs can get the power, weight and tractive effort of a road vehicle. draft
Sat, 06 Mar 2010 13:03:17 +0000 terkhen (svn r19348) -Add: Allow to sort road vehicles by power and by power vs running cost at the engine preview window. draft
Sat, 06 Mar 2010 12:59:28 +0000 terkhen (svn r19347) -Add: Vehicle GUI now shows power, weight and tractive effort for road vehicles. draft
Sat, 06 Mar 2010 12:58:33 +0000 terkhen (svn r19346) -Feature: Configurable slope steepness for road vehicles from 0% to 10%, default is 7%. draft
Sat, 06 Mar 2010 12:56:57 +0000 terkhen (svn r19345) -Feature: Realistic acceleration for road vehicles. draft
Sat, 06 Mar 2010 12:55:56 +0000 terkhen (svn r19344) -Codechange: RoadVehicle uses UpdateInclination instead of its own function. draft
Sat, 06 Mar 2010 12:54:42 +0000 terkhen (svn r19343) -Codechange: Make RoadVehicle a child class of GroundVehicle. draft
Sat, 06 Mar 2010 12:52:44 +0000 terkhen (svn r19342) -Codechange: Move inclination update functions to GroundVehicle. draft
Sat, 06 Mar 2010 12:50:55 +0000 terkhen (svn r19341) -Codechange: Move GOINGUP/GOINGDOWN flags to GroundVehicle. draft
Sat, 06 Mar 2010 12:45:47 +0000 terkhen (svn r19340) -Documentation: Add a list of required functions to GroundVehicle. draft
Sat, 06 Mar 2010 12:44:30 +0000 terkhen (svn r19339) -Codechange: Move acceleration functions to GroundVehicle. draft
Sat, 06 Mar 2010 12:42:53 +0000 terkhen (svn r19338) -Codechange: Move the acceleration cache to GroundVehicle. draft
Sat, 06 Mar 2010 12:41:18 +0000 terkhen (svn r19337) -Codechange: Create the GroundVehicle class. draft
Sat, 06 Mar 2010 12:27:23 +0000 terkhen (svn r19336) -Codechange: Move rail speed limit to its own function. draft
Sat, 06 Mar 2010 12:15:03 +0000 alberth (svn r19335) -Codechange: StationRect::BeforeAddTile() returns a CommandCost. draft
Sat, 06 Mar 2010 11:54:59 +0000 alberth (svn r19334) -Codechange: method-call codestyle fixes, and introduction of const reference formal parameter. draft
Sat, 06 Mar 2010 11:08:39 +0000 alberth (svn r19333) -Fix (r19328): int versus uint comparison warning fixed. draft
Sat, 06 Mar 2010 11:08:31 +0000 peter1138 (svn r19332) -Codechange: Simplify sound panning by using float data, and switch to sinusoidal algorithm to maintain output level. draft
Sat, 06 Mar 2010 01:58:55 +0000 yexo (svn r19331) -Fix: when deleting an airport the size from the AirportSpec was used instead of the stored airport size draft
Sat, 06 Mar 2010 00:38:21 +0000 yexo (svn r19330) -Cleanup: remove the now unused 'oilrig' from AirportSpec draft
Fri, 05 Mar 2010 23:22:31 +0000 yexo (svn r19329) -Codechange: language updates for the previous commits draft
Fri, 05 Mar 2010 23:21:56 +0000 yexo (svn r19328) -Feature: a more extendable gui for building airports draft
Fri, 05 Mar 2010 23:21:51 +0000 yexo (svn r19327) -Codechange: make the oilrig a part of the original airports array so some special cases can be removed draft
Fri, 05 Mar 2010 23:21:41 +0000 yexo (svn r19326) -Codechange: store the airport name as property in AirportSpec draft
Fri, 05 Mar 2010 23:21:35 +0000 yexo (svn r19325) -Codechange: introduce airport classes and split the default airports in 4 classes draft
Fri, 05 Mar 2010 23:21:30 +0000 yexo (svn r19324) -Codechange: introduce AirportSpec::GetWithoutOverride to get a non-const pointer to a given airportspec draft
Fri, 05 Mar 2010 23:21:23 +0000 yexo (svn r19323) -Codechange: copy the AirportSpec original array to an internal array in AirportSpec draft
Fri, 05 Mar 2010 23:20:02 +0000 yexo (svn r19322) -Codechange: change the id of the oilrig airport from 15 to 9 draft
Fri, 05 Mar 2010 22:48:58 +0000 rubidium (svn r19321) -Codechange [FS#3630]: unify the rail station widget descriptions (sbr) draft
Fri, 05 Mar 2010 21:34:12 +0000 alberth (svn r19320) -Fix (r19291): Forgot to set error message. draft
Fri, 05 Mar 2010 21:20:22 +0000 alberth (svn r19319) -Codechange: EnsureNoVehicleOnGround() returns a CommandCost. draft
Fri, 05 Mar 2010 19:19:29 +0000 yexo (svn r19318) -Fix [FS#3661](r19198): crash when building an airport at a station where a plane was headed draft
Fri, 05 Mar 2010 18:45:15 +0000 translators (svn r19317) -Update from WebTranslator v3.0: draft
Thu, 04 Mar 2010 21:35:26 +0000 alberth (svn r19316) -Fix (r19186): Give correct error when failing to flatten land. draft
Thu, 04 Mar 2010 20:07:39 +0000 yexo (svn r19315) -Fix (r19295): Show the filename in the newgrf windows if the newgrf name is not empty draft
Thu, 04 Mar 2010 18:45:29 +0000 translators (svn r19314) -Update from WebTranslator v3.0: draft
Wed, 03 Mar 2010 20:49:16 +0000 smatz (svn r19311) -Fix (r19181): further wrong translations draft
Wed, 03 Mar 2010 20:37:50 +0000 rubidium (svn r19309) -Update: base set translations for Arabic, Catalan and Norwegian (Nynorsk) draft
Wed, 03 Mar 2010 20:16:55 +0000 rubidium (svn r19308) -Change [FS#3655]: Increase the default small font size for freetype fonts as 6 point fonts are usually unreadable draft
Wed, 03 Mar 2010 19:07:34 +0000 peter1138 (svn r19307) -Add: Let railtypes specify their own smallmap colour. No legend support yet. draft
Wed, 03 Mar 2010 18:58:32 +0000 peter1138 (svn r19306) -Change: Railtype cost factor from byte to word value draft
Wed, 03 Mar 2010 18:45:16 +0000 translators (svn r19305) -Update from WebTranslator v3.0: draft