frosch
|
8bc42a8c2f
|
(svn r13518) -Fix [FS#2083]: Properly count number of non-north housetiles.
|
2008-06-14 19:13:23 +00:00 |
|
rubidium
|
c97a045f57
|
(svn r13489) -Fix: first determine where to *exactly* build a house before asking a NewGRF whether the location is good instead of possibly moving the house a tile after the NewGRF said the location is good.
|
2008-06-12 14:41:29 +00:00 |
|
rubidium
|
a5486e626d
|
(svn r13489) -Fix: first determine where to *exactly* build a house before asking a NewGRF whether the location is good instead of possibly moving the house a tile after the NewGRF said the location is good.
|
2008-06-12 14:41:29 +00:00 |
|
glx
|
b60a1326bf
|
(svn r13390) -Codechange: introduce usererror() for fatal but not openttd related errors. Now all error() will 'crash' openttd after showing the message in win32 releases (MSVC), creating a crash.log and crash.dmp (like the '!' hack used before). On the other hand, usererror() will just close the game. So use error() only when it can be helpful to debugging, else use usererror().
|
2008-06-05 20:54:52 +00:00 |
|
glx
|
ee256e770a
|
(svn r13390) -Codechange: introduce usererror() for fatal but not openttd related errors. Now all error() will 'crash' openttd after showing the message in win32 releases (MSVC), creating a crash.log and crash.dmp (like the '!' hack used before). On the other hand, usererror() will just close the game. So use error() only when it can be helpful to debugging, else use usererror().
|
2008-06-05 20:54:52 +00:00 |
|
belugas
|
c39997508e
|
(svn r13383) -Codechange: Put the cost of house removal in a class member
|
2008-06-05 01:43:03 +00:00 |
|
belugas
|
4f3eb7f3cd
|
(svn r13383) -Codechange: Put the cost of house removal in a class member
|
2008-06-05 01:43:03 +00:00 |
|
belugas
|
0cf79d70d0
|
(svn r13368) -Codechange: give house's min/max_date a better name, as it is really year, not date
|
2008-06-03 03:06:16 +00:00 |
|
belugas
|
4b4e73c1dd
|
(svn r13368) -Codechange: give house's min/max_date a better name, as it is really year, not date
|
2008-06-03 03:06:16 +00:00 |
|
belugas
|
f7b79916e8
|
(svn r13367) -Codechange: Allow CircularTileSearch function to return the tile where search has been successful, or INVALID_TILE if it has not
|
2008-06-03 02:20:27 +00:00 |
|
belugas
|
b0ada3fbbf
|
(svn r13367) -Codechange: Allow CircularTileSearch function to return the tile where search has been successful, or INVALID_TILE if it has not
|
2008-06-03 02:20:27 +00:00 |
|
smatz
|
c1619d1321
|
(svn r13362) -Fix: make the town authority window a bit less glitchy
|
2008-06-02 14:34:23 +00:00 |
|
smatz
|
2e8b9a70ec
|
(svn r13362) -Fix: make the town authority window a bit less glitchy
|
2008-06-02 14:34:23 +00:00 |
|
smatz
|
69ebefe1ac
|
(svn r13351) -Codechange: disable warnings about unused variable for builds without asserts
|
2008-06-01 15:08:14 +00:00 |
|
smatz
|
ed462507b2
|
(svn r13351) -Codechange: disable warnings about unused variable for builds without asserts
|
2008-06-01 15:08:14 +00:00 |
|
rubidium
|
e7a501100a
|
(svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
2008-05-29 15:13:28 +00:00 |
|
rubidium
|
923e21129c
|
(svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
2008-05-29 15:13:28 +00:00 |
|
peter1138
|
6c7e6861f8
|
(svn r13297) -Codechange: Use GUIList for the town directory window
|
2008-05-27 20:05:36 +00:00 |
|
peter1138
|
cfb962c7f1
|
(svn r13297) -Codechange: Use GUIList for the town directory window
|
2008-05-27 20:05:36 +00:00 |
|
rubidium
|
d289464d69
|
(svn r13255) -Codechange: move _opt to _settings.
|
2008-05-25 22:36:44 +00:00 |
|
rubidium
|
8c9cc415e3
|
(svn r13255) -Codechange: move _opt to _settings.
|
2008-05-25 22:36:44 +00:00 |
|
rubidium
|
dc77647ea4
|
(svn r13251) -Codechange: rename _patches to _settings as that is more logic.
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped.
|
2008-05-25 19:17:03 +00:00 |
|
rubidium
|
4625695653
|
(svn r13251) -Codechange: rename _patches to _settings as that is more logic.
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped.
|
2008-05-25 19:17:03 +00:00 |
|
frosch
|
8f104a2e97
|
(svn r13233) -Fix: Replace some (incorrect) evaluations of TileOwner by RoadOwner.
-Fix: Before evaluating RoadOwner, check if the roadtype is present.
-Fix: Some places assumed that MP_ROAD means normal street.
|
2008-05-24 19:36:20 +00:00 |
|
frosch
|
6e7a7412cd
|
(svn r13233) -Fix: Replace some (incorrect) evaluations of TileOwner by RoadOwner.
-Fix: Before evaluating RoadOwner, check if the roadtype is present.
-Fix: Some places assumed that MP_ROAD means normal street.
|
2008-05-24 19:36:20 +00:00 |
|
belugas
|
08671d2e78
|
(svn r13226) -Feature: Allow to have more than only two airports per town. The number of airports is now controlled by the noise each of them generates, the distance from town's center and how tolerant the town is.
Initial concept : TTDPatch (moreairpots), Initial code : Pasky
Thanks to BigBB (help coding), Smatz Skidd13 and frosch for bugcatches and advices
|
2008-05-24 02:54:47 +00:00 |
|
belugas
|
fc35ad9ee9
|
(svn r13226) -Feature: Allow to have more than only two airports per town. The number of airports is now controlled by the noise each of them generates, the distance from town's center and how tolerant the town is.
Initial concept : TTDPatch (moreairpots), Initial code : Pasky
Thanks to BigBB (help coding), Smatz Skidd13 and frosch for bugcatches and advices
|
2008-05-24 02:54:47 +00:00 |
|
frosch
|
7f80552293
|
(svn r13206) -Feature(ette): Display all owners of a tile in the tile-info-window.
|
2008-05-21 22:15:39 +00:00 |
|
frosch
|
eca692ef90
|
(svn r13206) -Feature(ette): Display all owners of a tile in the tile-info-window.
|
2008-05-21 22:15:39 +00:00 |
|
rubidium
|
373343cef6
|
(svn r13100) -Codechange: reduce the amount of parameters passed via AddNewsMessage as there is (for each news message type) a tuple of 4 parameters that is the same for all calls.
|
2008-05-15 13:39:36 +00:00 |
|
rubidium
|
76b8970a33
|
(svn r13100) -Codechange: reduce the amount of parameters passed via AddNewsMessage as there is (for each news message type) a tuple of 4 parameters that is the same for all calls.
|
2008-05-15 13:39:36 +00:00 |
|
rubidium
|
1ce0b03bf0
|
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
|
2008-05-06 15:11:33 +00:00 |
|
rubidium
|
d03994098b
|
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
|
2008-05-06 15:11:33 +00:00 |
|
smatz
|
36bb91cc6d
|
(svn r12929) -Fix [FS#1967](r12560): town rating was too often reset to Mediocre
|
2008-04-29 23:11:55 +00:00 |
|
smatz
|
c76b2be644
|
(svn r12929) -Fix [FS#1967](r12560): town rating was too often reset to Mediocre
|
2008-04-29 23:11:55 +00:00 |
|
smatz
|
299b15c2bf
|
(svn r12920) -Fix (r12859): town rating was affected even after the test run
|
2008-04-29 18:08:14 +00:00 |
|
smatz
|
a870a66877
|
(svn r12920) -Fix (r12859): town rating was affected even after the test run
|
2008-04-29 18:08:14 +00:00 |
|
rubidium
|
b2717d1426
|
(svn r12859) -Fix: make the town rating tests use less memory and much quicker; from 13% to unnoticable in the profile in games with lots of towns and lots of very active AIs.
|
2008-04-23 22:55:11 +00:00 |
|
rubidium
|
9c675afb91
|
(svn r12859) -Fix: make the town rating tests use less memory and much quicker; from 13% to unnoticable in the profile in games with lots of towns and lots of very active AIs.
|
2008-04-23 22:55:11 +00:00 |
|
rubidium
|
d56827a9a9
|
(svn r12855) -Codechange: do not use autoptr's for testing whether certain objects can be build, but check it directly in the pool so we do not have to call destructors in the testing phase. Stations still use the autoptr though.
|
2008-04-23 20:56:08 +00:00 |
|
rubidium
|
6939569362
|
(svn r12855) -Codechange: do not use autoptr's for testing whether certain objects can be build, but check it directly in the pool so we do not have to call destructors in the testing phase. Stations still use the autoptr though.
|
2008-04-23 20:56:08 +00:00 |
|
rubidium
|
e947fde701
|
(svn r12819) -Codechange: handle more NewGRFs in the same way as TTDP does it, i.e. testing the low bits for 0xFF or 0 instead of all bits.
|
2008-04-21 14:33:33 +00:00 |
|
rubidium
|
5ef8c01ce7
|
(svn r12819) -Codechange: handle more NewGRFs in the same way as TTDP does it, i.e. testing the low bits for 0xFF or 0 instead of all bits.
|
2008-04-21 14:33:33 +00:00 |
|
rubidium
|
5a17e6b395
|
(svn r12817) -Feature: the ability to play NewGRF sounds for industries and stations.
|
2008-04-21 11:29:01 +00:00 |
|
rubidium
|
a40bba8bac
|
(svn r12817) -Feature: the ability to play NewGRF sounds for industries and stations.
|
2008-04-21 11:29:01 +00:00 |
|
rubidium
|
d010ae9408
|
(svn r12801) -Codechange: remove the dependency of function.h in town_map.h
|
2008-04-20 08:43:31 +00:00 |
|
rubidium
|
181b36ca0b
|
(svn r12801) -Codechange: remove the dependency of function.h in town_map.h
|
2008-04-20 08:43:31 +00:00 |
|
rubidium
|
f4b07a78c4
|
(svn r12762) -Fix: tabs after the first non-tab character are generally not okay (or lines starting with a space and then tabs).
|
2008-04-18 04:54:09 +00:00 |
|
rubidium
|
acafc26426
|
(svn r12762) -Fix: tabs after the first non-tab character are generally not okay (or lines starting with a space and then tabs).
|
2008-04-18 04:54:09 +00:00 |
|
rubidium
|
ca1f8fbe2e
|
(svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators.
|
2008-04-18 04:37:06 +00:00 |
|