frosch
|
548f2cbf4e
|
(svn r20421) -Change [FS#3947]: Make snowyness of bridgehead depend on the tileheight at the entry edge.
|
2010-08-09 07:19:44 +00:00 |
|
frosch
|
c2b1c624dd
|
(svn r20421) -Change [FS#3947]: Make snowyness of bridgehead depend on the tileheight at the entry edge.
|
2010-08-09 07:19:44 +00:00 |
|
rubidium
|
1f2276b785
|
(svn r20411) -Codechange: rename unmovables as quite a lot of them are actually movable; e.g. HQ and owned land are pretty movable.
|
2010-08-08 10:59:30 +00:00 |
|
rubidium
|
3da3d131c6
|
(svn r20411) -Codechange: rename unmovables as quite a lot of them are actually movable; e.g. HQ and owned land are pretty movable.
|
2010-08-08 10:59:30 +00:00 |
|
rubidium
|
e72a0a39bb
|
(svn r20340) -Codechange: introduce some flags for objects and use them in some places
|
2010-08-03 12:07:55 +00:00 |
|
rubidium
|
1c86321d35
|
(svn r20340) -Codechange: introduce some flags for objects and use them in some places
|
2010-08-03 12:07:55 +00:00 |
|
frosch
|
5b86c79fce
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|
frosch
|
ed4f806f1d
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|
rubidium
|
8c85b4ce3d
|
(svn r20281) -Codechange: unify case scope closure + break coding style
|
2010-08-01 18:53:30 +00:00 |
|
rubidium
|
e356cb9405
|
(svn r20281) -Codechange: unify case scope closure + break coding style
|
2010-08-01 18:53:30 +00:00 |
|
alberth
|
137e2b64c9
|
(svn r20211) -Codechange: Indented code should have curly braces around it.
|
2010-07-24 10:14:39 +00:00 |
|
alberth
|
be6c058424
|
(svn r20211) -Codechange: Indented code should have curly braces around it.
|
2010-07-24 10:14:39 +00:00 |
|
rubidium
|
9fd2afb147
|
(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :)
|
2010-07-19 17:28:27 +00:00 |
|
rubidium
|
b8487afe54
|
(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :)
|
2010-07-19 17:28:27 +00:00 |
|
rubidium
|
035d0ef16b
|
(svn r20187) -Codechange: move _tileh_to_sprite into a function in a more logical place and with a more descriptive name
|
2010-07-19 17:00:54 +00:00 |
|
rubidium
|
5a836cdec7
|
(svn r20187) -Codechange: move _tileh_to_sprite into a function in a more logical place and with a more descriptive name
|
2010-07-19 17:00:54 +00:00 |
|
rubidium
|
b4d4e5722a
|
(svn r19881) -Fix [FS#3827]: pay for the rail/road when constructing tunnels and bridges
|
2010-05-22 14:12:48 +00:00 |
|
rubidium
|
6328429aac
|
(svn r19881) -Fix [FS#3827]: pay for the rail/road when constructing tunnels and bridges
|
2010-05-22 14:12:48 +00:00 |
|
rubidium
|
f2d86acbd9
|
(svn r19816) -Codechange: use static const uint for the unnamed 'tile consts' enum as well
|
2010-05-13 11:19:30 +00:00 |
|
rubidium
|
548dd91ef0
|
(svn r19816) -Codechange: use static const uint for the unnamed 'tile consts' enum as well
|
2010-05-13 11:19:30 +00:00 |
|
terkhen
|
3f477acac5
|
(svn r19727) -Fix (r19720) [FS#3795]: Demolishing bridges or aqueducts caused a crash.
|
2010-04-25 20:56:42 +00:00 |
|
terkhen
|
0107562a86
|
(svn r19727) -Fix (r19720) [FS#3795]: Demolishing bridges or aqueducts caused a crash.
|
2010-04-25 20:56:42 +00:00 |
|
terkhen
|
170ad8a3c9
|
(svn r19720) -Feature: New base costs for building/clearing canals, building/clearing aqueducts and building/clearing locks.
|
2010-04-25 13:56:51 +00:00 |
|
terkhen
|
52ab1c7d40
|
(svn r19720) -Feature: New base costs for building/clearing canals, building/clearing aqueducts and building/clearing locks.
|
2010-04-25 13:56:51 +00:00 |
|
terkhen
|
b78e76c138
|
(svn r19717) -Fix: The cost of the first bridge type was added when building an aqueduct.
|
2010-04-25 13:47:13 +00:00 |
|
terkhen
|
3be66a5e79
|
(svn r19717) -Fix: The cost of the first bridge type was added when building an aqueduct.
|
2010-04-25 13:47:13 +00:00 |
|
frosch
|
ed80045221
|
(svn r19654) -Codechange: Use Extract<> in more places.
|
2010-04-17 13:31:41 +00:00 |
|
frosch
|
75d4bc947d
|
(svn r19654) -Codechange: Use Extract<> in more places.
|
2010-04-17 13:31:41 +00:00 |
|
frosch
|
0e7653fd7b
|
(svn r19637) -Codechange: Pass complete TransportType to CmdBuildTunnel.
|
2010-04-14 20:28:37 +00:00 |
|
frosch
|
0f656010c8
|
(svn r19637) -Codechange: Pass complete TransportType to CmdBuildTunnel.
|
2010-04-14 20:28:37 +00:00 |
|
alberth
|
581c110bfe
|
(svn r19561) -Feature: Give more detailed error message when trying to build a too long bridge.
|
2010-04-04 14:22:55 +00:00 |
|
alberth
|
fa8f227a97
|
(svn r19561) -Feature: Give more detailed error message when trying to build a too long bridge.
|
2010-04-04 14:22:55 +00:00 |
|
alberth
|
141761a333
|
(svn r19560) -Fix: Bridge build error message should not show the same message twice.
|
2010-04-04 14:19:17 +00:00 |
|
alberth
|
fb4ca3e569
|
(svn r19560) -Fix: Bridge build error message should not show the same message twice.
|
2010-04-04 14:19:17 +00:00 |
|
alberth
|
f185e5a8d7
|
(svn r19559) -Codechange: Rename CheckBridge_Stuff() to CheckBridgeAvailability().
|
2010-04-04 11:36:42 +00:00 |
|
alberth
|
7f5a0751e2
|
(svn r19559) -Codechange: Rename CheckBridge_Stuff() to CheckBridgeAvailability().
|
2010-04-04 11:36:42 +00:00 |
|
frosch
|
95ede5ac6f
|
(svn r19506) -Fix: Tunnels, bridges and roadstops are build with only one roadtype.
|
2010-03-23 20:29:52 +00:00 |
|
frosch
|
f45e579923
|
(svn r19506) -Fix: Tunnels, bridges and roadstops are build with only one roadtype.
|
2010-03-23 20:29:52 +00:00 |
|
alberth
|
72d62fd6fc
|
(svn r19494) -Codechange: Remove _error_message.
|
2010-03-20 17:58:24 +00:00 |
|
alberth
|
05d705e077
|
(svn r19494) -Codechange: Remove _error_message.
|
2010-03-20 17:58:24 +00:00 |
|
alberth
|
21bd55939d
|
(svn r19487) -Codechange: Removed non-reachable return statement.
|
2010-03-20 16:53:46 +00:00 |
|
alberth
|
a9d4eb86b8
|
(svn r19487) -Codechange: Removed non-reachable return statement.
|
2010-03-20 16:53:46 +00:00 |
|
alberth
|
e93fea29fd
|
(svn r19486) -Codechange: Code style, move var declarations closer to their first use.
|
2010-03-20 16:47:07 +00:00 |
|
alberth
|
2dcca0ca76
|
(svn r19486) -Codechange: Code style, move var declarations closer to their first use.
|
2010-03-20 16:47:07 +00:00 |
|
alberth
|
885547b884
|
(svn r19485) -Codechange: Re-implement CalcBridgeLenCostFactor() in a more readable way without changing computed costs.
|
2010-03-20 16:45:23 +00:00 |
|
alberth
|
c3471d98f3
|
(svn r19485) -Codechange: Re-implement CalcBridgeLenCostFactor() in a more readable way without changing computed costs.
|
2010-03-20 16:45:23 +00:00 |
|
alberth
|
42946f2a40
|
(svn r19484) -Codechange: Rename parameter 'x' of CalcBridgeLenCostFactor() to 'length'.
|
2010-03-20 15:32:58 +00:00 |
|
alberth
|
cced6b35cb
|
(svn r19484) -Codechange: Rename parameter 'x' of CalcBridgeLenCostFactor() to 'length'.
|
2010-03-20 15:32:58 +00:00 |
|
alberth
|
8109a0ad7f
|
(svn r19483) -Codechange: Code layout fixes, and parentheses reduction.
|
2010-03-20 15:30:57 +00:00 |
|
alberth
|
f05a8635fd
|
(svn r19483) -Codechange: Code layout fixes, and parentheses reduction.
|
2010-03-20 15:30:57 +00:00 |
|