Fri, 06 Jan 2006 22:16:17 +0000(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)
truelight [Fri, 06 Jan 2006 22:16:17 +0000] rev 2829
(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)

Fri, 06 Jan 2006 21:57:37 +0000(svn r3376) -Codechange: made enums for GenerateWorld and InitializeGame 'mode'
truelight [Fri, 06 Jan 2006 21:57:37 +0000] rev 2828
(svn r3376) -Codechange: made enums for GenerateWorld and InitializeGame 'mode'
-Fix: [ FS#30 ] don't reset date in SE when pressing RandomLand (rewrote patch of MeusH, but Peter warned me I should put his name in, so... oh well)

Fri, 06 Jan 2006 21:27:44 +0000(svn r3375) -Add: [ FS#29 ] show an error dialog for OSX cocoa driver (egladil)
truelight [Fri, 06 Jan 2006 21:27:44 +0000] rev 2827
(svn r3375) -Add: [ FS#29 ] show an error dialog for OSX cocoa driver (egladil)

Fri, 06 Jan 2006 21:10:58 +0000(svn r3374) -Fix: [ FS#36 ] Don't allow trains to get bigger than 100 via drag and drop
truelight [Fri, 06 Jan 2006 21:10:58 +0000] rev 2826
(svn r3374) -Fix: [ FS#36 ] Don't allow trains to get bigger than 100 via drag and drop

Fri, 06 Jan 2006 18:26:02 +0000(svn r3373) -Fix: don't link a wagon to itself, which resulted in a wagon disapearing, and a depot which was unable to remove
truelight [Fri, 06 Jan 2006 18:26:02 +0000] rev 2825
(svn r3373) -Fix: don't link a wagon to itself, which resulted in a wagon disapearing, and a depot which was unable to remove

Fri, 06 Jan 2006 17:45:43 +0000(svn r3372) - Fix: update signal states when building or removing rail station blocks
peter1138 [Fri, 06 Jan 2006 17:45:43 +0000] rev 2824
(svn r3372) - Fix: update signal states when building or removing rail station blocks

Fri, 06 Jan 2006 17:25:39 +0000(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)
truelight [Fri, 06 Jan 2006 17:25:39 +0000] rev 2823
(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)
-Codechange: while at that, removed a local variable (more pretty :))

Fri, 06 Jan 2006 09:50:43 +0000(svn r3370) Improve alignment of text within total cargo tab of train view window
peter1138 [Fri, 06 Jan 2006 09:50:43 +0000] rev 2822
(svn r3370) Improve alignment of text within total cargo tab of train view window

Fri, 06 Jan 2006 00:08:00 +0000(svn r3369) - Codechange: Replace tables _signals_table, _signals_table_other and _signals_table_both by the equivalent calls to rail.h functions.
matthijs [Fri, 06 Jan 2006 00:08:00 +0000] rev 2821
(svn r3369) - Codechange: Replace tables _signals_table, _signals_table_other and _signals_table_both by the equivalent calls to rail.h functions.
- Codechange: Add a few constants.

Thu, 05 Jan 2006 21:50:09 +0000(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*
tron [Thu, 05 Jan 2006 21:50:09 +0000] rev 2820
(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*