terkhen
|
3b4976dbb2
|
(svn r22899) -Add: Allow towns to build bridges over canals and rivers.
|
2011-09-06 13:32:37 +00:00 |
|
terkhen
|
b0439aff59
|
(svn r22899) -Add: Allow towns to build bridges over canals and rivers.
|
2011-09-06 13:32:37 +00:00 |
|
michi_cc
|
6ea9fc644c
|
(svn r22810) -Fix: Growth a town on both ends of a tunnel/bridge if the town centre tile is a bridge ramp/tunnel portal.
|
2011-08-22 12:41:24 +00:00 |
|
michi_cc
|
9c73f15cde
|
(svn r22810) -Fix: Growth a town on both ends of a tunnel/bridge if the town centre tile is a bridge ramp/tunnel portal.
|
2011-08-22 12:41:24 +00:00 |
|
rubidium
|
440b6221d1
|
(svn r22809) -Fix [FS#4731]: towns expanding from the "wrong" side of a tunnel or bridge
|
2011-08-22 11:47:15 +00:00 |
|
rubidium
|
4c030468e1
|
(svn r22809) -Fix [FS#4731]: towns expanding from the "wrong" side of a tunnel or bridge
|
2011-08-22 11:47:15 +00:00 |
|
frosch
|
5fbd3eba42
|
(svn r22706) -Cleanup: A loop is no loop, if it never iterates.
|
2011-07-31 09:42:05 +00:00 |
|
frosch
|
ae8f53a403
|
(svn r22706) -Cleanup: A loop is no loop, if it never iterates.
|
2011-07-31 09:42:05 +00:00 |
|
rubidium
|
47836bb412
|
(svn r22697) -Fix [FS#4694-ish]: when building a house it could be built at the wrong place if multitile houses failed some tests
|
2011-07-30 12:17:46 +00:00 |
|
rubidium
|
059d43fca8
|
(svn r22697) -Fix [FS#4694-ish]: when building a house it could be built at the wrong place if multitile houses failed some tests
|
2011-07-30 12:17:46 +00:00 |
|
terkhen
|
e8a8b6dae5
|
(svn r22569) -Feature: [NewGRF] Persistent storage for towns.
|
2011-06-12 20:50:03 +00:00 |
|
terkhen
|
a619ad3789
|
(svn r22569) -Feature: [NewGRF] Persistent storage for towns.
|
2011-06-12 20:50:03 +00:00 |
|
frosch
|
62b6d0eb0e
|
(svn r22482) -Codechange: Add some contants for the number of ticks between certain cyclical tasks.
|
2011-05-21 11:26:37 +00:00 |
|
frosch
|
474b4799e8
|
(svn r22482) -Codechange: Add some contants for the number of ticks between certain cyclical tasks.
|
2011-05-21 11:26:37 +00:00 |
|
alberth
|
a70556dac2
|
(svn r22459) -Doc: Typo fixes and doxygen markup improvements.
|
2011-05-14 18:35:40 +00:00 |
|
alberth
|
28092366ec
|
(svn r22459) -Doc: Typo fixes and doxygen markup improvements.
|
2011-05-14 18:35:40 +00:00 |
|
smatz
|
c85e1c3089
|
(svn r22116) -Codechange: use PoolBase::Clean() at more places
|
2011-02-19 23:05:47 +00:00 |
|
smatz
|
756cc6cf65
|
(svn r22116) -Codechange: use PoolBase::Clean() at more places
|
2011-02-19 23:05:47 +00:00 |
|
terkhen
|
98a9c1f91c
|
(svn r22087) -Fix: When deleting towns, only relocate objects during DC_EXEC.
|
2011-02-15 13:27:41 +00:00 |
|
terkhen
|
c36a22ba72
|
(svn r22087) -Fix: When deleting towns, only relocate objects during DC_EXEC.
|
2011-02-15 13:27:41 +00:00 |
|
rubidium
|
aa333aeff2
|
(svn r22066) -Fix [FS#4502]: building a statue did not check whether the object pool is full
|
2011-02-12 18:45:05 +00:00 |
|
rubidium
|
ece59dc0d1
|
(svn r22066) -Fix [FS#4502]: building a statue did not check whether the object pool is full
|
2011-02-12 18:45:05 +00:00 |
|
rubidium
|
b778cc61d1
|
(svn r22065) -Fix [FS#4500]: pool allocation checks triggered when towns could not be built
|
2011-02-12 18:41:24 +00:00 |
|
rubidium
|
2d4d43d00c
|
(svn r22065) -Fix [FS#4500]: pool allocation checks triggered when towns could not be built
|
2011-02-12 18:41:24 +00:00 |
|
rubidium
|
cb2c7f871f
|
(svn r22018) -Cleanup: remove some (now) unneeded includes of functions.h
|
2011-02-07 22:37:22 +00:00 |
|
rubidium
|
bc3ce1e53b
|
(svn r22018) -Cleanup: remove some (now) unneeded includes of functions.h
|
2011-02-07 22:37:22 +00:00 |
|
terkhen
|
67ce7c5c41
|
(svn r21974) -Feature: Add a setting to enable/disable funding local road reconstruction.
|
2011-02-05 13:46:09 +00:00 |
|
terkhen
|
a4b08dddd1
|
(svn r21974) -Feature: Add a setting to enable/disable funding local road reconstruction.
|
2011-02-05 13:46:09 +00:00 |
|
rubidium
|
ec4f688ca0
|
(svn r21845) -Codechange: move documentation towards the code to make it more likely to be updates [d-m].
|
2011-01-18 22:31:06 +00:00 |
|
rubidium
|
7efd7e19ed
|
(svn r21845) -Codechange: move documentation towards the code to make it more likely to be updates [d-m].
|
2011-01-18 22:31:06 +00:00 |
|
yexo
|
c5597c44c4
|
(svn r21664) -Add: [NoAI] AIEventTownFounded
|
2010-12-29 23:44:39 +00:00 |
|
yexo
|
703ff560c1
|
(svn r21664) -Add: [NoAI] AIEventTownFounded
|
2010-12-29 23:44:39 +00:00 |
|
rubidium
|
eafc316342
|
(svn r21414) -Codechange: limit town name by amount of characters, not bytes
|
2010-12-05 22:25:21 +00:00 |
|
rubidium
|
5c9c3f1acf
|
(svn r21414) -Codechange: limit town name by amount of characters, not bytes
|
2010-12-05 22:25:21 +00:00 |
|
rubidium
|
dd618051a7
|
(svn r21412) -Codechange: limit company name by amount of characters, not bytes
|
2010-12-05 22:24:50 +00:00 |
|
rubidium
|
cf61c2f11f
|
(svn r21412) -Codechange: limit company name by amount of characters, not bytes
|
2010-12-05 22:24:50 +00:00 |
|
frosch
|
0ebd5af86f
|
(svn r21291) -Fix: Treat objects on water like water in more cases.
|
2010-11-21 18:39:12 +00:00 |
|
frosch
|
55d604e60d
|
(svn r21291) -Fix: Treat objects on water like water in more cases.
|
2010-11-21 18:39:12 +00:00 |
|
terkhen
|
ef588232c9
|
(svn r21191) -Doc: Add missing information for a parameter of CmdFoundTown.
|
2010-11-14 16:13:07 +00:00 |
|
terkhen
|
1fe2ce42ca
|
(svn r21191) -Doc: Add missing information for a parameter of CmdFoundTown.
|
2010-11-14 16:13:07 +00:00 |
|
alberth
|
b698045b82
|
(svn r21156) -Codechange: Introduce EconomyIsInRecession().
|
2010-11-13 09:45:20 +00:00 |
|
alberth
|
43f807a918
|
(svn r21156) -Codechange: Introduce EconomyIsInRecession().
|
2010-11-13 09:45:20 +00:00 |
|
yexo
|
30b29ae060
|
(svn r21052) -Fix (r20435): house/airporttile/industrytile newgrfs that defined tiles that relied on the substitute being drawn were broken
|
2010-10-28 11:10:12 +00:00 |
|
yexo
|
9a07ebc382
|
(svn r21052) -Fix (r20435): house/airporttile/industrytile newgrfs that defined tiles that relied on the substitute being drawn were broken
|
2010-10-28 11:10:12 +00:00 |
|
smatz
|
548a3747e9
|
(svn r20860) -Cleanup: remove some unused functions and variables
|
2010-10-01 16:42:28 +00:00 |
|
smatz
|
77fe95f552
|
(svn r20860) -Cleanup: remove some unused functions and variables
|
2010-10-01 16:42:28 +00:00 |
|
frosch
|
98cd443735
|
(svn r20802) -Fix: Building bridges on water/watery objects behaved inconsistently for towns and the bridge selection GUI.
|
2010-09-13 19:45:39 +00:00 |
|
frosch
|
3fb7f5aa87
|
(svn r20802) -Fix: Building bridges on water/watery objects behaved inconsistently for towns and the bridge selection GUI.
|
2010-09-13 19:45:39 +00:00 |
|
frosch
|
f3015ee820
|
(svn r20791) -Fix (r12161): Building 2x2 houses did not work for 2x2 road layouts on all map sizes.
|
2010-09-12 19:40:47 +00:00 |
|
frosch
|
f0783d7e72
|
(svn r20791) -Fix (r12161): Building 2x2 houses did not work for 2x2 road layouts on all map sizes.
|
2010-09-12 19:40:47 +00:00 |
|