summaryrefslogtreecommitdiff
path: root/src/town_cmd.cpp
AgeCommit message (Expand)Author
2008-05-15(svn r13100) -Codechange: reduce the amount of parameters passed via AddNewsM...rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-04-29(svn r12929) -Fix [FS#1967](r12560): town rating was too often reset to Mediocresmatz
2008-04-29(svn r12920) -Fix (r12859): town rating was affected even after the test runsmatz
2008-04-23(svn r12859) -Fix: make the town rating tests use less memory and much quicke...rubidium
2008-04-23(svn r12855) -Codechange: do not use autoptr's for testing whether certain ob...rubidium
2008-04-21(svn r12819) -Codechange: handle more NewGRFs in the same way as TTDP does it...rubidium
2008-04-21(svn r12817) -Feature: the ability to play NewGRF sounds for industries and s...rubidium
2008-04-20(svn r12801) -Codechange: remove the dependency of function.h in town_map.hrubidium
2008-04-18(svn r12762) -Fix: tabs after the first non-tab character are generally not o...rubidium
2008-04-18(svn r12761) -Codechange: lots of minor whitespace coding style fixes around ...rubidium
2008-04-17(svn r12757) -Codechange: move all cheat related stuff from all over the plac...rubidium
2008-04-17(svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and de...rubidium
2008-04-15(svn r12731) -Fix (r12726): copying a 16bit array into 32bit wouldn't worksmatz
2008-04-15(svn r12726) -Fix [FS#1877]: overflow causing strange building behaviour in t...rubidium
2008-04-15(svn r12717) -Fix (r11107): Check the TILE_NOT_SLOPED flag of the _north_ til...frosch
2008-04-06(svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify co...smatz
2008-04-06(svn r12596) -Feature: show what cargos a station could be supplied with. Pat...rubidium
2008-04-04(svn r12564) -Fix: towns couldn't terraform when inflation rised terraform pr...smatz
2008-04-04(svn r12562) -Cleanup: variable scope in terraform_cmd.cppsmatz
2008-04-04(svn r12561) -Fix: do not affect town rating change by the order in which we ...smatz
2008-04-04(svn r12560) -Cleanup: town_cmd.cpp and header files - variable scope and a b...smatz
2008-04-03(svn r12547) -Feature: invisibility options to make objects invisible instead...smatz
2008-04-01(svn r12534) -Feature: Add a new type of town road layouts - random for each ...skidd13
2008-03-31(svn r12513) -Codechange: rename OriginalTileRandomiser something more descri...skidd13
2008-03-31(svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especial...rubidium
2008-03-31(svn r12489) -Codechange: split station.h into station_base.h and station_fun...rubidium
2008-03-28(svn r12459) -Codechange: split news.h into news_type.h and news_func.h.rubidium
2008-03-18(svn r12381) -Fix [FS1835] [FS1535] (r11855): The number of houses wasn't com...skidd13
2008-02-20(svn r12201) -Fix (r12060): compilation warnings - uninitialized variable whe...smatz
2008-02-20(svn r12199) -Codechange: Remove magic around the results of GetTileTrackStat...frosch
2008-02-18(svn r12177) -Codechange: use 'side' parameter in GetTileTrackStatus so there...smatz
2008-02-16(svn r12162) -Fix [FS#1757]: towns shouldn't build over houses owned by anoth...smatz
2008-02-16(svn r12161) -Fix: towns will no longer build houses > 1x1 there where should...smatz
2008-02-05(svn r12063) -Cleanup: use C++ indenting and variable scope/declaration in Bu...smatz
2008-02-04(svn r12062) -Fix: possible deadlock when there are no houses available to bu...smatz
2008-02-04(svn r12060) -Fix: do not clear tiles when the town won't be able to build an...smatz
2008-01-31(svn r12031) -Fix [FS#1689,FS#1719]: Prevent towns from removing or claiming ...peter1138
2008-01-30(svn r12021) -Cleanup: Make some parts of the town growth a bit more descriptiveskidd13
2008-01-19(svn r11925) -Fix (r122, r9867): loading old, pre savegame version 2, savegames.rubidium
2008-01-16(svn r11873) -Codechange: less a few magical numbers and a tiny bit more comm...belugas
2008-01-15(svn r11855) -Fix [FS#1335]: recompute town population when removing a 'newho...glx
2008-01-14(svn r11851) -Codechange: A few magic numbers removal, plus a little code stylebelugas
2008-01-13(svn r11832) -Codechange: get rid of (quite) some VARDEFs.rubidium
2008-01-13(svn r11828) -Codechange: include table/* as the last includes and remove an ...rubidium
2008-01-12(svn r11822) -Codechange: Replaced fixed size custom name array. Names are no...peter1138
2008-01-12(svn r11818) -Codechange: split player.h into smaller pieces.rubidium
2008-01-09(svn r11795) -Fix [FS#1616]: take town rating into account when testing if a ...glx
2008-01-09(svn r11793) -Codechange: pass the expense type via the CommandCost instead o...rubidium
2008-01-09(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.rubidium