belugas
|
c0544563a6
|
(svn r12208) -Codechange: Alignment of params makes the code easier to read.
|
2008-02-21 16:05:33 +00:00 |
|
peter1138
|
29e4c60348
|
(svn r12207) -Change: rail running costs are engine class, not rail type
|
2008-02-21 14:30:36 +00:00 |
|
peter1138
|
577b0cc260
|
(svn r12207) -Change: rail running costs are engine class, not rail type
|
2008-02-21 14:30:36 +00:00 |
|
belugas
|
35356c97e7
|
(svn r12206) -Fix: A comma is not a rare resource. Do not hesitate to use it when needed.
|
2008-02-20 21:08:27 +00:00 |
|
belugas
|
1b73417e5f
|
(svn r12206) -Fix: A comma is not a rare resource. Do not hesitate to use it when needed.
|
2008-02-20 21:08:27 +00:00 |
|
peter1138
|
0e997be11e
|
(svn r12205) -Codechange: rename RailVehicleInfo::running_cost_base to running_cost, inline with other vehicle types (It is the factor, not the base)
|
2008-02-20 20:56:54 +00:00 |
|
peter1138
|
79b6b9cb66
|
(svn r12205) -Codechange: rename RailVehicleInfo::running_cost_base to running_cost, inline with other vehicle types (It is the factor, not the base)
|
2008-02-20 20:56:54 +00:00 |
|
smatz
|
e0b0ecc5a7
|
(svn r12204) -Fix (r12192): using UINT16_MAX broke compilation on many targets
|
2008-02-20 19:42:06 +00:00 |
|
smatz
|
db9d5a909f
|
(svn r12204) -Fix (r12192): using UINT16_MAX broke compilation on many targets
|
2008-02-20 19:42:06 +00:00 |
|
frosch
|
91297d4732
|
(svn r12203) -Fix (r12199): Make trains pay attention to signals again.
|
2008-02-20 19:37:46 +00:00 |
|
frosch
|
1e74834441
|
(svn r12203) -Fix (r12199): Make trains pay attention to signals again.
|
2008-02-20 19:37:46 +00:00 |
|
peter1138
|
ab1fa8b8fc
|
(svn r12202) -Fix: When loading a savegame fails, don't start creating a new game, just go straight back to the intro screen.
|
2008-02-20 19:37:02 +00:00 |
|
peter1138
|
e90cf8509a
|
(svn r12202) -Fix: When loading a savegame fails, don't start creating a new game, just go straight back to the intro screen.
|
2008-02-20 19:37:02 +00:00 |
|
smatz
|
e5709f3ad8
|
(svn r12201) -Fix (r12060): compilation warnings - uninitialized variable when compiling with assert disabled
|
2008-02-20 19:34:53 +00:00 |
|
smatz
|
a47b4631ea
|
(svn r12201) -Fix (r12060): compilation warnings - uninitialized variable when compiling with assert disabled
|
2008-02-20 19:34:53 +00:00 |
|
smatz
|
988b5a9111
|
(svn r12200) -Fix: force AI to build rail or road instead of bridges if possible, so it doesn't build bridges everywhere
|
2008-02-20 17:56:36 +00:00 |
|
smatz
|
767e1cc37e
|
(svn r12200) -Fix: force AI to build rail or road instead of bridges if possible, so it doesn't build bridges everywhere
|
2008-02-20 17:56:36 +00:00 |
|
frosch
|
7f3d56041b
|
(svn r12199) -Codechange: Remove magic around the results of GetTileTrackStatus().
|
2008-02-20 17:49:50 +00:00 |
|
frosch
|
b7993793c8
|
(svn r12199) -Codechange: Remove magic around the results of GetTileTrackStatus().
|
2008-02-20 17:49:50 +00:00 |
|
peter1138
|
86eec55b8a
|
(svn r12198) -Fix [FS#1789]: "Transparent buildings" now only toggles buildings, so show tick when buildings are transparent.
|
2008-02-20 17:12:08 +00:00 |
|
peter1138
|
9e65157548
|
(svn r12198) -Fix [FS#1789]: "Transparent buildings" now only toggles buildings, so show tick when buildings are transparent.
|
2008-02-20 17:12:08 +00:00 |
|
smatz
|
9bdb194b2a
|
(svn r12197) -Fix [FS#1788](r12134): show correct last year profit when the train had negative income
-Codechange: use GetDisplayProfitThisYear() to convert vehicle profit to readable form
|
2008-02-20 17:06:58 +00:00 |
|
smatz
|
a190606f2e
|
(svn r12197) -Fix [FS#1788](r12134): show correct last year profit when the train had negative income
-Codechange: use GetDisplayProfitThisYear() to convert vehicle profit to readable form
|
2008-02-20 17:06:58 +00:00 |
|
smatz
|
2657090b1f
|
(svn r12195) -Fix [FS#1787](r12100): there can be oil rigs at map borders, do not set water class for them
|
2008-02-20 16:24:56 +00:00 |
|
smatz
|
e95a85315c
|
(svn r12195) -Fix [FS#1787](r12100): there can be oil rigs at map borders, do not set water class for them
|
2008-02-20 16:24:56 +00:00 |
|
smatz
|
7dbb21c69b
|
(svn r12194) -Codechange: apply coding style on enum TrainSubtype
|
2008-02-20 15:18:35 +00:00 |
|
smatz
|
73a6525129
|
(svn r12194) -Codechange: apply coding style on enum TrainSubtype
|
2008-02-20 15:18:35 +00:00 |
|
frosch
|
1d120c51b8
|
(svn r12193) -Codechange: Rename a magic variable, give it a decent type, and remove a 'goto'.
|
2008-02-20 15:13:42 +00:00 |
|
frosch
|
f5929d413b
|
(svn r12193) -Codechange: Rename a magic variable, give it a decent type, and remove a 'goto'.
|
2008-02-20 15:13:42 +00:00 |
|
smatz
|
44a8293364
|
(svn r12192) -Fix: clamp various town variables to 16bit prior to returning the value
|
2008-02-20 14:30:53 +00:00 |
|
smatz
|
ca46154068
|
(svn r12192) -Fix: clamp various town variables to 16bit prior to returning the value
|
2008-02-20 14:30:53 +00:00 |
|
frosch
|
ca2eb0676c
|
(svn r12191) -Fix: Do not start overtaking if the RV reaches wrong-way one-way-road in the next tiles.
|
2008-02-20 14:07:45 +00:00 |
|
frosch
|
0e9e94a94b
|
(svn r12191) -Fix: Do not start overtaking if the RV reaches wrong-way one-way-road in the next tiles.
|
2008-02-20 14:07:45 +00:00 |
|
smatz
|
70b7bfe9c8
|
(svn r12190) -Fix [FS#1786](r8080): YAPF always shows 0ms PF time in debug for debug level 2 (patch by IguannaB)
|
2008-02-20 12:31:28 +00:00 |
|
smatz
|
2b8d1bcb51
|
(svn r12190) -Fix [FS#1786](r8080): YAPF always shows 0ms PF time in debug for debug level 2 (patch by IguannaB)
|
2008-02-20 12:31:28 +00:00 |
|
smatz
|
0357c4306c
|
(svn r12189) -Codechange: mark some functions in train_cmd.cpp inline (called once or very short)
|
2008-02-20 12:07:22 +00:00 |
|
smatz
|
169ac7c91d
|
(svn r12189) -Codechange: mark some functions in train_cmd.cpp inline (called once or very short)
|
2008-02-20 12:07:22 +00:00 |
|
smatz
|
32d8ac2073
|
(svn r12188) -Codechange [FS#1782]: do not check twice for correct rail owner (patch by Vikthor)
|
2008-02-20 11:00:17 +00:00 |
|
smatz
|
595d9357c3
|
(svn r12188) -Codechange [FS#1782]: do not check twice for correct rail owner (patch by Vikthor)
|
2008-02-20 11:00:17 +00:00 |
|
belugas
|
20035ca48d
|
(svn r12187) -Add: frosch as dev. Last, but not least
|
2008-02-19 17:52:30 +00:00 |
|
belugas
|
b4b5c09ff9
|
(svn r12187) -Add: frosch as dev. Last, but not least
|
2008-02-19 17:52:30 +00:00 |
|
smatz
|
6d6e44442d
|
(svn r12186) -Fix [FS#1784](r12169): assert when trying to play tile sound at NW border of map (placing buyos, leveling land)
|
2008-02-19 17:45:30 +00:00 |
|
smatz
|
6e9b952623
|
(svn r12186) -Fix [FS#1784](r12169): assert when trying to play tile sound at NW border of map (placing buyos, leveling land)
|
2008-02-19 17:45:30 +00:00 |
|
smatz
|
7a5855fec2
|
(svn r12185) -Fix (r12177): wrong operator priority, hopefully harmless (spotted by michi_cc)
|
2008-02-18 23:37:16 +00:00 |
|
smatz
|
adf1227290
|
(svn r12185) -Fix (r12177): wrong operator priority, hopefully harmless (spotted by michi_cc)
|
2008-02-18 23:37:16 +00:00 |
|
smatz
|
a53594ebd4
|
(svn r12184) -Fix: take into account possible loan when AI is deciding which bridge to build, so it won't build wooden bridges everytime
|
2008-02-18 22:50:58 +00:00 |
|
smatz
|
578e833284
|
(svn r12184) -Fix: take into account possible loan when AI is deciding which bridge to build, so it won't build wooden bridges everytime
|
2008-02-18 22:50:58 +00:00 |
|
smatz
|
b2721c08fc
|
(svn r12183) -Codechange: give a better error message when building road over existing road with vehicle on it, or do not fail at all
|
2008-02-18 22:12:27 +00:00 |
|
smatz
|
0821df8537
|
(svn r12183) -Codechange: give a better error message when building road over existing road with vehicle on it, or do not fail at all
|
2008-02-18 22:12:27 +00:00 |
|
peter1138
|
1ba2ae69e6
|
(svn r12180) -Fix: Test purchase list loading/loaded sprites instead of unconditionally returning a possibly non-existant sprite.
|
2008-02-18 19:20:37 +00:00 |
|