frosch
|
1881f70fbb
|
(svn r24391) -Change [FS#5229]: Disallow original and better road layouts to build roads under bridges along the bridge direction.
|
2012-07-09 19:43:22 +00:00 |
|
frosch
|
6c2e201133
|
(svn r24391) -Change [FS#5229]: Disallow original and better road layouts to build roads under bridges along the bridge direction.
|
2012-07-09 19:43:22 +00:00 |
|
frosch
|
1008ceddb8
|
(svn r24291) -Add: [Script] ScriptEventRoadReconstruction.
|
2012-05-26 14:16:45 +00:00 |
|
frosch
|
95d3d6fdef
|
(svn r24291) -Add: [Script] ScriptEventRoadReconstruction.
|
2012-05-26 14:16:45 +00:00 |
|
frosch
|
4e074cdbf7
|
(svn r24290) -Add: [Script] ScriptEventExclusiveTransportRights.
|
2012-05-26 14:16:38 +00:00 |
|
frosch
|
8dc553a039
|
(svn r24290) -Add: [Script] ScriptEventExclusiveTransportRights.
|
2012-05-26 14:16:38 +00:00 |
|
frosch
|
bfaf2bd49c
|
(svn r24287) -Feature [FS#2688]: News item for exclusive transport rights. (based on patch by Grantovich)
|
2012-05-26 14:16:23 +00:00 |
|
frosch
|
ec91dc5ffc
|
(svn r24287) -Feature [FS#2688]: News item for exclusive transport rights. (based on patch by Grantovich)
|
2012-05-26 14:16:23 +00:00 |
|
frosch
|
2aa43d6c8b
|
(svn r24284) -Codechange: Remove NewsSubtypes and directly use NewsTypes and NewsFlag instead.
|
2012-05-26 14:16:03 +00:00 |
|
frosch
|
a8c88f43b6
|
(svn r24284) -Codechange: Remove NewsSubtypes and directly use NewsTypes and NewsFlag instead.
|
2012-05-26 14:16:03 +00:00 |
|
frosch
|
c6af35c085
|
(svn r24283) -Codechange: Add AddTileNewsItem function to preemptively deduplicate code.
|
2012-05-26 14:15:57 +00:00 |
|
frosch
|
a0be398da9
|
(svn r24283) -Codechange: Add AddTileNewsItem function to preemptively deduplicate code.
|
2012-05-26 14:15:57 +00:00 |
|
frosch
|
675fc185be
|
(svn r24205) -Feature [FS#5178-ish]: Show a hint in the supplies tab of station windows, if the station is affected by exclusive transport rights.
|
2012-05-06 11:38:52 +00:00 |
|
frosch
|
477a09d13e
|
(svn r24205) -Feature [FS#5178-ish]: Show a hint in the supplies tab of station windows, if the station is affected by exclusive transport rights.
|
2012-05-06 11:38:52 +00:00 |
|
frosch
|
4fda069104
|
(svn r24183) -Fix [FS#5169]: Town radii were not updated immediatelly after construction/destruction of houses, resulting in desyncs.
|
2012-04-26 21:04:18 +00:00 |
|
frosch
|
cc1e4ca5ad
|
(svn r24183) -Fix [FS#5169]: Town radii were not updated immediatelly after construction/destruction of houses, resulting in desyncs.
|
2012-04-26 21:04:18 +00:00 |
|
rubidium
|
76d5833650
|
(svn r24179) -Codechange: move some variables of Town to TownCache
|
2012-04-25 20:50:13 +00:00 |
|
rubidium
|
41e5c839e0
|
(svn r24179) -Codechange: move some variables of Town to TownCache
|
2012-04-25 20:50:13 +00:00 |
|
alberth
|
e11179453b
|
(svn r24105) -Feature: Be more careful with the population of a small town while placing a statue.
|
2012-04-08 17:30:20 +00:00 |
|
alberth
|
0d74c074dd
|
(svn r24105) -Feature: Be more careful with the population of a small town while placing a statue.
|
2012-04-08 17:30:20 +00:00 |
|
alberth
|
32b20603cb
|
(svn r24104) -Codechange: Output the resulting tile through the user data.
|
2012-04-08 17:29:00 +00:00 |
|
alberth
|
2911732841
|
(svn r24104) -Codechange: Output the resulting tile through the user data.
|
2012-04-08 17:29:00 +00:00 |
|
alberth
|
035fb43e7a
|
(svn r24103) -Codechange: Handle clear tiles separately from house tiles.
|
2012-04-08 17:27:47 +00:00 |
|
alberth
|
a01948dbf3
|
(svn r24103) -Codechange: Handle clear tiles separately from house tiles.
|
2012-04-08 17:27:47 +00:00 |
|
alberth
|
2fdd9b918b
|
(svn r24102) -Codechange: Refactor tile clearability test out of the statue callback.
|
2012-04-08 17:26:59 +00:00 |
|
alberth
|
c876d18320
|
(svn r24102) -Codechange: Refactor tile clearability test out of the statue callback.
|
2012-04-08 17:26:59 +00:00 |
|
alberth
|
e2d963d794
|
(svn r24101) -Codechange: Reverse a condition for increased readability.
|
2012-04-08 17:26:01 +00:00 |
|
alberth
|
f607538882
|
(svn r24101) -Codechange: Reverse a condition for increased readability.
|
2012-04-08 17:26:01 +00:00 |
|
rubidium
|
48fd132847
|
(svn r24064) -Fix [FS#5121]: make the full snowedness level of houses the same as roads and rails
|
2012-03-25 18:19:21 +00:00 |
|
rubidium
|
c8ce0faca4
|
(svn r24064) -Fix [FS#5121]: make the full snowedness level of houses the same as roads and rails
|
2012-03-25 18:19:21 +00:00 |
|
frosch
|
9ef4a017ae
|
(svn r23953) -Fix [FS#5062]: When the population of a town changes the town view might even have to change size due to different cargo requirements.
|
2012-02-15 21:34:58 +00:00 |
|
frosch
|
5486e05f65
|
(svn r23953) -Fix [FS#5062]: When the population of a town changes the town view might even have to change size due to different cargo requirements.
|
2012-02-15 21:34:58 +00:00 |
|
frosch
|
076f3ead20
|
(svn r23819) -Fix [FS#4951]: Removal of towns with 0 population failed during map generation.
|
2012-01-17 18:46:09 +00:00 |
|
frosch
|
2458a29fd0
|
(svn r23819) -Fix [FS#4951]: Removal of towns with 0 population failed during map generation.
|
2012-01-17 18:46:09 +00:00 |
|
rubidium
|
d5eeab43b7
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
rubidium
|
6d6be50ae0
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
truebrain
|
6961332f05
|
(svn r23626) -Add: ScriptTown::SetText, which adds custom text to the Town GUI
|
2011-12-19 21:00:55 +00:00 |
|
truebrain
|
ad48ab9237
|
(svn r23626) -Add: ScriptTown::SetText, which adds custom text to the Town GUI
|
2011-12-19 21:00:55 +00:00 |
|
truebrain
|
bc78328918
|
(svn r23622) -Add: a set of events to trigger in a GameScript
|
2011-12-19 20:59:36 +00:00 |
|
truebrain
|
77b7366c29
|
(svn r23622) -Add: a set of events to trigger in a GameScript
|
2011-12-19 20:59:36 +00:00 |
|
truebrain
|
b00fcef81a
|
(svn r23620) -Add: ScriptTown::SetCargoGoal and ScriptTown::SetGrowthRate (GameScript only)
|
2011-12-19 20:59:19 +00:00 |
|
truebrain
|
afcf07ac8a
|
(svn r23620) -Add: ScriptTown::SetCargoGoal and ScriptTown::SetGrowthRate (GameScript only)
|
2011-12-19 20:59:19 +00:00 |
|
truebrain
|
37954d5098
|
(svn r23617) -Add: ScriptTown::ExpandTown, to grow a town (GameScript only)
|
2011-12-19 20:57:51 +00:00 |
|
truebrain
|
5ff98b45c1
|
(svn r23617) -Add: ScriptTown::ExpandTown, to grow a town (GameScript only)
|
2011-12-19 20:57:51 +00:00 |
|
rubidium
|
24263638bf
|
(svn r23526) -Codechange: unify cargos vs cargoes
|
2011-12-15 21:56:00 +00:00 |
|
rubidium
|
3d88c74389
|
(svn r23526) -Codechange: unify cargos vs cargoes
|
2011-12-15 21:56:00 +00:00 |
|
rubidium
|
56f37d9386
|
(svn r23476) -Codechange: use the error queue to replace switch mode error strings, again making it possible to return multiple errors
|
2011-12-10 15:16:58 +00:00 |
|
rubidium
|
2bf0fc3c5c
|
(svn r23476) -Codechange: use the error queue to replace switch mode error strings, again making it possible to return multiple errors
|
2011-12-10 15:16:58 +00:00 |
|
rubidium
|
9aab2dc861
|
(svn r23474) -Codechange: move the declaration error related functions to error.h
|
2011-12-10 13:54:10 +00:00 |
|
rubidium
|
58423b26d1
|
(svn r23474) -Codechange: move the declaration error related functions to error.h
|
2011-12-10 13:54:10 +00:00 |
|