frosch
|
2b071f84ea
|
(svn r13632) -Codechange: Use 'void *' for user-data of CircularTileSearch().
|
2008-06-25 18:46:05 +00:00 |
|
smatz
|
40d5242f91
|
(svn r13618) -Codechange: move tar-specific declarations to separate file
Removes indirect dependency on <string> and <map> for over 40 files
|
2008-06-24 09:05:24 +00:00 |
|
frosch
|
8fd2971bc3
|
(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 |
|
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 |
|
belugas
|
c39997508e
|
(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
|
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 |
|
smatz
|
c1619d1321
|
(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 |
|
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 |
|
peter1138
|
6c7e6861f8
|
(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
|
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 |
|
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 |
|
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 |
|
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 |
|
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
|
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 |
|
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
|
299b15c2bf
|
(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
|
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
|
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
|
5a17e6b395
|
(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
|
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
|
ca1f8fbe2e
|
(svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators.
|
2008-04-18 04:37:06 +00:00 |
|
rubidium
|
18e64b28e2
|
(svn r12757) -Codechange: move all cheat related stuff from all over the place to a single location.
|
2008-04-17 21:21:01 +00:00 |
|
rubidium
|
6d063c3ad6
|
(svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and depot_base.h and remove quite a lot of unneeded (before this) includes of depot.h.
|
2008-04-17 19:10:30 +00:00 |
|
smatz
|
867566f7f0
|
(svn r12731) -Fix (r12726): copying a 16bit array into 32bit wouldn't work
|
2008-04-15 23:07:06 +00:00 |
|
rubidium
|
08894026da
|
(svn r12726) -Fix [FS#1877]: overflow causing strange building behaviour in towns.
|
2008-04-15 22:27:28 +00:00 |
|
frosch
|
91e53e23ca
|
(svn r12717) -Fix (r11107): Check the TILE_NOT_SLOPED flag of the _north_ tile of multi-tile houses to decide if autoslope is allowed.
|
2008-04-15 13:10:01 +00:00 |
|
smatz
|
76eaed68a0
|
(svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify compiler's decisions about inlining
|
2008-04-06 23:49:45 +00:00 |
|
rubidium
|
bd432258cb
|
(svn r12596) -Feature: show what cargos a station could be supplied with. Patch by Roujin.
|
2008-04-06 22:32:20 +00:00 |
|
smatz
|
9532cde5ff
|
(svn r12564) -Fix: towns couldn't terraform when inflation rised terraform prices enough
|
2008-04-04 16:52:29 +00:00 |
|
smatz
|
f5e445a252
|
(svn r12562) -Cleanup: variable scope in terraform_cmd.cpp
|
2008-04-04 15:48:15 +00:00 |
|
smatz
|
401c7b6752
|
(svn r12561) -Fix: do not affect town rating change by the order in which we examine stations
|
2008-04-04 15:10:54 +00:00 |
|
smatz
|
39dc3d3eda
|
(svn r12560) -Cleanup: town_cmd.cpp and header files - variable scope and a bit of coding style
|
2008-04-04 14:53:06 +00:00 |
|
smatz
|
fcf4a7067d
|
(svn r12547) -Feature: invisibility options to make objects invisible instead of transparent
|
2008-04-03 19:55:40 +00:00 |
|
skidd13
|
1e7f2dbc10
|
(svn r12534) -Feature: Add a new type of town road layouts - random for each town
|
2008-04-01 16:27:01 +00:00 |
|
skidd13
|
e64beee656
|
(svn r12513) -Codechange: rename OriginalTileRandomiser something more descriptive
|
2008-03-31 15:10:24 +00:00 |
|
rubidium
|
877ca99198
|
(svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especially because newgrf_station.h includes a lot of stuff).
|
2008-03-31 06:42:26 +00:00 |
|
rubidium
|
c51b81c247
|
(svn r12489) -Codechange: split station.h into station_base.h and station_func.h.
|
2008-03-31 00:06:17 +00:00 |
|
rubidium
|
2426f5342f
|
(svn r12459) -Codechange: split news.h into news_type.h and news_func.h.
|
2008-03-28 08:53:36 +00:00 |
|
skidd13
|
49cf499cf2
|
(svn r12381) -Fix [FS1835] [FS1535] (r11855): The number of houses wasn't computed right. A few other things regaring the updating had to be changed. Big thanks for support to frosch123 and SmatZ, to name just a few. (Inspired by a patch of bilbo)
|
2008-03-18 12:28:21 +00:00 |
|
smatz
|
e5709f3ad8
|
(svn r12201) -Fix (r12060): compilation warnings - uninitialized variable when compiling with assert disabled
|
2008-02-20 19:34:53 +00:00 |
|
frosch
|
7f3d56041b
|
(svn r12199) -Codechange: Remove magic around the results of GetTileTrackStatus().
|
2008-02-20 17:49:50 +00:00 |
|
smatz
|
9f619f91b3
|
(svn r12177) -Codechange: use 'side' parameter in GetTileTrackStatus so there can be less checks in pathfinders for depots/stations/tunnels/bridges
|
2008-02-18 16:11:31 +00:00 |
|
smatz
|
68fda40e4f
|
(svn r12162) -Fix [FS#1757]: towns shouldn't build over houses owned by another town
|
2008-02-16 17:54:29 +00:00 |
|