log

age author description
Fri, 06 Jan 2006 22:49:00 +0000 peter1138 (svn r3378) - NewGRF Fix: Use order status to determine whether a vehicle is loading instead draft
Fri, 06 Jan 2006 22:16:17 +0000 truelight (svn r3377) -Fix: [ FS#24 ] Min. profit in detail performance rating gave you full points if you had no vehicles, and was limited to 20k. Solved both. (Partly based on Graphite his patch) draft
Fri, 06 Jan 2006 21:57:37 +0000 truelight (svn r3376) -Codechange: made enums for GenerateWorld and InitializeGame 'mode' draft
Fri, 06 Jan 2006 21:27:44 +0000 truelight (svn r3375) -Add: [ FS#29 ] show an error dialog for OSX cocoa driver (egladil) draft
Fri, 06 Jan 2006 21:10:58 +0000 truelight (svn r3374) -Fix: [ FS#36 ] Don't allow trains to get bigger than 100 via drag and drop draft
Fri, 06 Jan 2006 18:26:02 +0000 truelight (svn r3373) -Fix: don't link a wagon to itself, which resulted in a wagon disapearing, and a depot which was unable to remove draft
Fri, 06 Jan 2006 17:45:43 +0000 peter1138 (svn r3372) - Fix: update signal states when building or removing rail station blocks draft
Fri, 06 Jan 2006 17:25:39 +0000 truelight (svn r3371) -Fix: don't allow road-vehicles to perform an out-of-bound operation while overtaking in a curve (tnx to guru3, Tron and peter1138) draft
Fri, 06 Jan 2006 09:50:43 +0000 peter1138 (svn r3370) Improve alignment of text within total cargo tab of train view window draft
Fri, 06 Jan 2006 00:08:00 +0000 matthijs (svn r3369) - Codechange: Replace tables _signals_table, _signals_table_other and _signals_table_both by the equivalent calls to rail.h functions. draft
Thu, 05 Jan 2006 21:50:09 +0000 tron (svn r3368) Fix the same type of off-by-one error when checking, if the passed coordinate is on the map, like in r3357, but this time in DoCommandP - *cough* code duplication *cough* draft
Thu, 05 Jan 2006 21:35:54 +0000 tron (svn r3367) Unify the 4 distinct CMD_CHANGE_{AIRCRAFT,ROADVEH,SHIP,TRAIN}_SERVICE_INT commands into one CMD_CHANGE_SERVICE_INT command. draft
Thu, 05 Jan 2006 16:51:10 +0000 tron (svn r3366) Make an unnecessarily global variable local draft
Thu, 05 Jan 2006 12:40:50 +0000 tron (svn r3365) Staticise 36 functions draft
Thu, 05 Jan 2006 12:00:38 +0000 tron (svn r3364) Remove 3 unused functions (ScrollWindowToTile, AllocateWindowAutoPlace, AllocateWindowAutoPlace2) draft
Thu, 05 Jan 2006 11:18:58 +0000 truelight (svn r3363) -Fix: 'fixed' the transfer problem. This doesn't really fix it, but gives a bit more fair amount of money. Can only be fixed correctly with CargoPackets as suggested in branch. draft
Wed, 04 Jan 2006 20:18:39 +0000 peter1138 (svn r3362) Fix issue with loading old (TTD) savegames: draft
Wed, 04 Jan 2006 16:53:00 +0000 peter1138 (svn r3361) - Clone Vehicle: Disallow cloning of crashed rail vehicles after starting removal process. draft
Mon, 02 Jan 2006 22:40:39 +0000 peter1138 (svn r3360) Fix initialization of engines for precalculation of default refit mask. draft
Mon, 02 Jan 2006 19:55:09 +0000 peter1138 (svn r3359) - Autoreplace GUI: When starting or stopping a replacement, redraw the replace window after the command has completed, rather than after calling the command. draft
Fri, 30 Dec 2005 22:09:01 +0000 tron (svn r3358) Remove another piece of unused code draft
Fri, 30 Dec 2005 14:28:32 +0000 tron (svn r3357) Fix an off-by-one error in checking if a coordinate passed to a command is on the map draft
Thu, 29 Dec 2005 22:28:19 +0000 peter1138 (svn r3356) - Remove unused parameter of AfterLoadGame(). draft
Thu, 29 Dec 2005 19:09:05 +0000 tron (svn r3355) Three minor improvements for french (by me using dict.leo.org, OKed by Belugas) draft
Thu, 29 Dec 2005 19:06:44 +0000 tron (svn r3354) Fix a typo, which survived for about 3000 revisions: s/SRT_SORT_BY/STR_SORT_BY/ (noticed by chu) draft
Thu, 29 Dec 2005 12:42:59 +0000 tron (svn r3353) Simplify the automatic length adjustment algorithm for replacing trains: Use the length of the train before the replacement as reference length draft
Wed, 28 Dec 2005 22:29:59 +0000 peter1138 (svn r3352) - NewGRF: Move initialization of vehicle random_bits to DC_EXEC blocks to allow use of Random() instead of InteractiveRandom(), which will alleviate some possible network desyncs. draft
Wed, 28 Dec 2005 09:40:26 +0000 peter1138 (svn r3351) Make sort criteria selection widgets in player train list consistent with those widgets in other vehicle type lists. (Stops "Total capacity per cargo type" overflowing) draft
Wed, 28 Dec 2005 09:29:00 +0000 peter1138 (svn r3350) Fix widget glitch in player ship window (missed in r1379) draft
Wed, 28 Dec 2005 08:39:43 +0000 peter1138 (svn r3349) Fix off-by-one error in drawing matrix widget, from r3181. draft