rubidium
|
7fb3f54584
|
(svn r10733) -Codechange: change MP_STREET into MP_ROAD as we use the word "road" everywhere except in the tile type.
|
2007-07-29 23:42:59 +00:00 |
|
rubidium
|
903a0a08c2
|
(svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch.
|
2007-07-26 16:51:10 +00:00 |
|
rubidium
|
d624f66c79
|
(svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch.
|
2007-07-26 16:51:10 +00:00 |
|
rubidium
|
a26ef1ee3a
|
(svn r10696) -Codechange: remove duplication of the "make sprite transparent" code.
|
2007-07-26 14:07:11 +00:00 |
|
rubidium
|
02ab86631e
|
(svn r10696) -Codechange: remove duplication of the "make sprite transparent" code.
|
2007-07-26 14:07:11 +00:00 |
|
truelight
|
c239884287
|
(svn r10660) -Codechange: simplified tunnel cost algorithm (bilbo)
|
2007-07-23 16:15:40 +00:00 |
|
truelight
|
2f0448ddba
|
(svn r10660) -Codechange: simplified tunnel cost algorithm (bilbo)
|
2007-07-23 16:15:40 +00:00 |
|
rubidium
|
df009178d4
|
(svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h
|
2007-07-16 09:16:58 +00:00 |
|
rubidium
|
efc7fdf2fd
|
(svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h
|
2007-07-16 09:16:58 +00:00 |
|
rubidium
|
46a6b03940
|
(svn r10549) -Fix [FS#1031]: wrong tram catenary poles drawn in some bridge directions.
|
2007-07-13 15:12:36 +00:00 |
|
rubidium
|
02f00a254d
|
(svn r10549) -Fix [FS#1031]: wrong tram catenary poles drawn in some bridge directions.
|
2007-07-13 15:12:36 +00:00 |
|
rubidium
|
b9db0b8cf1
|
(svn r10362) -Codechange: make tunnel costs less exponential for (very) long tunnels.
|
2007-06-27 19:00:14 +00:00 |
|
rubidium
|
2a96ca6983
|
(svn r10362) -Codechange: make tunnel costs less exponential for (very) long tunnels.
|
2007-06-27 19:00:14 +00:00 |
|
rubidium
|
71295c7d9e
|
(svn r10309) -Revert (part of r10308): "fixing" the bounding box for bridge entrances reveals one of the bugs that will be fixed when FS#119 is fixed.
|
2007-06-24 20:17:39 +00:00 |
|
rubidium
|
58451059de
|
(svn r10309) -Revert (part of r10308): "fixing" the bounding box for bridge entrances reveals one of the bugs that will be fixed when FS#119 is fixed.
|
2007-06-24 20:17:39 +00:00 |
|
rubidium
|
949fc3d78c
|
(svn r10308) -Codechange: some "cleanup" chunks from B. N. SmatZ!' work on fixing FS#119.
|
2007-06-24 20:06:10 +00:00 |
|
rubidium
|
1caa0f7fb7
|
(svn r10308) -Codechange: some "cleanup" chunks from B. N. SmatZ!' work on fixing FS#119.
|
2007-06-24 20:06:10 +00:00 |
|
rubidium
|
d92d65a99a
|
(svn r10306) -Fix [FS#890]: the fix in r10219 was not enough to stop this bug from happening.
|
2007-06-24 16:44:06 +00:00 |
|
rubidium
|
b17b9351dd
|
(svn r10306) -Fix [FS#890]: the fix in r10219 was not enough to stop this bug from happening.
|
2007-06-24 16:44:06 +00:00 |
|
rubidium
|
75ebd2c5a8
|
(svn r10259) -Fix (r10258): committed a little too much.. would've made pretty cheap tunnels though :)
|
2007-06-21 17:27:21 +00:00 |
|
rubidium
|
9feb9f84fc
|
(svn r10259) -Fix (r10258): committed a little too much.. would've made pretty cheap tunnels though :)
|
2007-06-21 17:27:21 +00:00 |
|
rubidium
|
d0fa4eb9de
|
(svn r10258) -Codechange: as we are now using int64 all over the place, it's better to use int64 variables in the string generating too instead of packing them into two int32s.
-Fix: some displays of money were wrong.
|
2007-06-21 17:25:17 +00:00 |
|
rubidium
|
9c0944aa09
|
(svn r10258) -Codechange: as we are now using int64 all over the place, it's better to use int64 variables in the string generating too instead of packing them into two int32s.
-Fix: some displays of money were wrong.
|
2007-06-21 17:25:17 +00:00 |
|
rubidium
|
dffad5260b
|
(svn r10248) -Codechange: don't limit the cost of tunnels.
|
2007-06-21 14:58:30 +00:00 |
|
rubidium
|
709ec29563
|
(svn r10248) -Codechange: don't limit the cost of tunnels.
|
2007-06-21 14:58:30 +00:00 |
|
rubidium
|
773a7c9cb6
|
(svn r10205) -Codechange: refactor returning of cost, so it can be more easily modified.
|
2007-06-18 19:53:50 +00:00 |
|
rubidium
|
49220cc6f1
|
(svn r10205) -Codechange: refactor returning of cost, so it can be more easily modified.
|
2007-06-18 19:53:50 +00:00 |
|
rubidium
|
3ccc83e640
|
(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.
|
2007-06-18 10:48:15 +00:00 |
|
rubidium
|
966e2738b9
|
(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.
|
2007-06-18 10:48:15 +00:00 |
|
maedhros
|
c186f91cbd
|
(svn r10097) -Feature: Add support for articulated road vehicles, or callbacks 11 and 17 for
road vehicles for those who prefer the technical explanation.
|
2007-06-11 14:00:16 +00:00 |
|
maedhros
|
3e326085fa
|
(svn r10097) -Feature: Add support for articulated road vehicles, or callbacks 11 and 17 for
road vehicles for those who prefer the technical explanation.
|
2007-06-11 14:00:16 +00:00 |
|
rubidium
|
5ac10d4d2b
|
(svn r9966) -Fix: bridges and tunnels were not always removed on bankruptcy, thus leaving tunnels/bridges with an invalid owner that would crash the game when clicking with the query tool on them.
|
2007-05-28 21:32:26 +00:00 |
|
rubidium
|
df1bbe55e2
|
(svn r9966) -Fix: bridges and tunnels were not always removed on bankruptcy, thus leaving tunnels/bridges with an invalid owner that would crash the game when clicking with the query tool on them.
|
2007-05-28 21:32:26 +00:00 |
|
rubidium
|
fba2106536
|
(svn r9944) -Fix: tile selection drawn on the wrong height for some road bridges.
|
2007-05-26 21:34:38 +00:00 |
|
rubidium
|
ac4a26c705
|
(svn r9944) -Fix: tile selection drawn on the wrong height for some road bridges.
|
2007-05-26 21:34:38 +00:00 |
|
rubidium
|
a88d005c76
|
(svn r9940) -Fix [FS#805]: upgrading a bridge removed roadtypes.
|
2007-05-26 20:30:40 +00:00 |
|
rubidium
|
e88ff7e96b
|
(svn r9940) -Fix [FS#805]: upgrading a bridge removed roadtypes.
|
2007-05-26 20:30:40 +00:00 |
|
rubidium
|
01709037c0
|
(svn r9931) -Fix: some glitches with catenary and bridges.
|
2007-05-26 10:40:34 +00:00 |
|
rubidium
|
78be11be40
|
(svn r9931) -Fix: some glitches with catenary and bridges.
|
2007-05-26 10:40:34 +00:00 |
|
rubidium
|
a8d9b4e040
|
(svn r9923) -Add: support for Action 0 Road vehicles, property 1C, bit 0.
|
2007-05-25 22:07:40 +00:00 |
|
rubidium
|
17390241e6
|
(svn r9923) -Add: support for Action 0 Road vehicles, property 1C, bit 0.
|
2007-05-25 22:07:40 +00:00 |
|
rubidium
|
ce84250249
|
(svn r9919) -Codechange: prepare some more places for more road types.
|
2007-05-25 11:01:44 +00:00 |
|
rubidium
|
d234e97f8b
|
(svn r9919) -Codechange: prepare some more places for more road types.
|
2007-05-25 11:01:44 +00:00 |
|
rubidium
|
821e58ac95
|
(svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile.
|
2007-05-24 22:41:50 +00:00 |
|
rubidium
|
440d723d84
|
(svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile.
|
2007-05-24 22:41:50 +00:00 |
|
rubidium
|
34c3ecc80b
|
(svn r9894) -Fix (r9892): catenary was drawn on road bridges ;)
|
2007-05-20 22:43:26 +00:00 |
|
rubidium
|
015c0dd9a4
|
(svn r9894) -Fix (r9892): catenary was drawn on road bridges ;)
|
2007-05-20 22:43:26 +00:00 |
|
rubidium
|
51109475a2
|
(svn r9892) -Codechange: lots of ground work for allowing multiple types of "road" with multiple owners on a single tile.
|
2007-05-20 19:14:08 +00:00 |
|
rubidium
|
d86b5e5e93
|
(svn r9892) -Codechange: lots of ground work for allowing multiple types of "road" with multiple owners on a single tile.
|
2007-05-20 19:14:08 +00:00 |
|
rubidium
|
87b07694a5
|
(svn r9726) -Fix [FS#738]: crash when destroying bridge with train partially one it.
|
2007-04-27 20:01:25 +00:00 |
|