src/town_cmd.cpp
Sat, 17 Nov 2007 23:16:41 +0000 rubidium (svn r11454) -Fix: the CHANCE16 functions were biased; a 32768 in 65536 chance was really a 32769 in 65536 chance.
Thu, 15 Nov 2007 17:51:36 +0000 rubidium (svn r11436) -Fix [FS#1439]: Towns would not build roads on slopes. Patch by divide.
Tue, 13 Nov 2007 22:44:41 +0000 rubidium (svn r11430) -Fix (r11421) [FS#1421]: there was still one case that would cause a crash...
Mon, 12 Nov 2007 19:21:33 +0000 rubidium (svn r11421) -Fix [FS#1431]: do not use a function that asserts when wrapping around the map's edge when you use the wrapping (and MP_VOID tiles) to determine whether the bridge can be build.
Sat, 10 Nov 2007 01:17:15 +0000 belugas (svn r11399) -Feature(ette): transparency settings can now be saved and thus remembered.
Fri, 09 Nov 2007 13:21:48 +0000 truelight (svn r11397) -Fix r11395: some minor fixes for better town-bridge results (and better comments) (skidd13 / TrueLight)
Fri, 09 Nov 2007 11:20:36 +0000 truelight (svn r11395) -Fix: allow town-bridges to be build on slopes (Rafal Rzepecki)
Sat, 20 Oct 2007 17:38:23 +0000 rubidium (svn r11315) -Fix [FS#1353]: towns are not growing beyond height differences. Patch by skidd13.
Sat, 20 Oct 2007 10:19:23 +0000 maedhros (svn r11308) -Fix (r9315): Change the house id as well as the house spec when using an overridden town building, since the house id is the one that's used to actually build the house.
Tue, 16 Oct 2007 19:48:58 +0000 rubidium (svn r11276) -Codechange: be more consistent with naming of some accessors.
Wed, 10 Oct 2007 01:36:15 +0000 glx (svn r11243) -Fix: update waypoint signs when renaming a town
Fri, 05 Oct 2007 22:39:15 +0000 rubidium (svn r11215) -Codechange: replace magic constants with less magic symbols. Patch by skidd13.
Wed, 03 Oct 2007 00:57:54 +0000 belugas (svn r11197) -Fix: It is not useful to reset the override of an entity every time a new grf file is been submitted.
Sun, 30 Sep 2007 17:38:42 +0000 rubidium (svn r11188) -Codechange: rewrite of the town action related code (remove some of the magic).
Wed, 26 Sep 2007 17:33:32 +0000 rubidium (svn r11173) -Codechange: rename some callback enums so they are more uniform.
Wed, 26 Sep 2007 16:12:43 +0000 rubidium (svn r11172) -Codechange: rewrite of town road building and addition of the possibility to clean up unconnected road bits during the local road reconstructions. Based on a patch by skidd13.
Wed, 19 Sep 2007 18:15:59 +0000 rubidium (svn r11130) -Fix [FS#1207]: towns build roads that weren't connected to any other road.
Fri, 14 Sep 2007 22:27:40 +0000 rubidium (svn r11107) -Feature: some tool so one can still build tunnels under rails (and other structures) when the owner of the structure built it on foundations and if you have enough "empty" space ofcourse. One could use the tool for some other construction needs too. Patch by frosch.
Fri, 14 Sep 2007 21:32:21 +0000 rubidium (svn r11102) -Codechange: remove some pointless addition+substractions. Patch by frosch.
Wed, 12 Sep 2007 23:56:21 +0000 belugas (svn r11091) -Codechange: Partial rewrite of the road management code of towns, in order to make it more readable and with improved performance. (FS#1161 by skidd13)
Sun, 09 Sep 2007 11:30:44 +0000 rubidium (svn r11069) -Codechange: allow slopes under statues. Patch by kaan.
Sun, 09 Sep 2007 10:13:17 +0000 rubidium (svn r11065) -Documentation [FS#1186]: of the dirty marking/repainting subsystem. Patch by Progman.
Fri, 31 Aug 2007 13:06:28 +0000 rubidium (svn r11015) -Fix [FS#1166]: towns would build bridges through eachother.
Thu, 30 Aug 2007 17:17:04 +0000 rubidium (svn r11005) -Codechange: move the tiletype specific terraforming checks to the functions for those tile types.
Tue, 28 Aug 2007 01:09:41 +0000 belugas (svn r10994) -Codechange: Change some function names to be more representative and more fitting of trunk's naming convention (skidd13)
Mon, 27 Aug 2007 23:50:56 +0000 belugas (svn r10993) -Codechange: A few less magical numbers (skidd13)
Mon, 27 Aug 2007 21:18:04 +0000 rubidium (svn r10991) -Codechange: add documentation, enumification and some code simplifications to the terraforming code. Patch by frosch.
Sun, 05 Aug 2007 21:20:55 +0000 rubidium (svn r10799) -Fix: only calling QuickFree and not the destructor on pool cleanups might cause memory leaks due to the way C++ works.
Sat, 04 Aug 2007 23:35:27 +0000 glx (svn r10787) -Fix r10755: _total_towns was not increased when placing town manually in scenario editor
Fri, 03 Aug 2007 20:18:38 +0000 rubidium (svn r10773) -Codechange: use pool.CleanPool instead of CleanPool(&pool) and similarly for AddBlock*.
Thu, 02 Aug 2007 23:21:52 +0000 rubidium (svn r10759) -Codechange: make the industry struct use the pool item class as super class.
Thu, 02 Aug 2007 21:05:54 +0000 rubidium (svn r10755) -Codechange: make the town struct use the pool item class as super class.
Sun, 29 Jul 2007 23:42:59 +0000 rubidium (svn r10733) -Codechange: change MP_STREET into MP_ROAD as we use the word "road" everywhere except in the tile type.
Thu, 26 Jul 2007 16:51:10 +0000 rubidium (svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch.
Thu, 26 Jul 2007 14:07:11 +0000 rubidium (svn r10696) -Codechange: remove duplication of the "make sprite transparent" code.
Wed, 11 Jul 2007 02:13:00 +0000 belugas (svn r10505) -Fix(r10249)[FS#1016]: Town was still trying to gather information for tiles on which it could not build. aising the values to 2 will prevent further invasion of the water-at-the-edge :)
Wed, 11 Jul 2007 01:45:44 +0000 belugas (svn r10504) -Codechange: Shorten the test if no track bit has been found
Mon, 09 Jul 2007 19:38:12 +0000 rubidium (svn r10493) -Codechange: update some callback ID enums to reflect their changed usage, add a few and update the comments.
Tue, 03 Jul 2007 15:24:50 +0000 glx (svn r10413) -Fix r10211: t->townnamegrfid was not cleared when renaming a town
Wed, 27 Jun 2007 20:53:25 +0000 peter1138 (svn r10364) -Fix [FS#706]: checking for duplicate custom names was inconsistent, and tested all 'namespaces'. now only check names of the same type.
Mon, 25 Jun 2007 13:30:38 +0000 peter1138 (svn r10323) -Codechange: reference company name, number and player (president) name
Thu, 21 Jun 2007 16:12:31 +0000 rubidium (svn r10253) -Fix (r10249): putting the < the wrong way around made the new towns pretty small.
Thu, 21 Jun 2007 15:13:09 +0000 rubidium (svn r10249) -Fix [FS#906]: town tried to gather information about the neighbourhood of a tile when it couldn't even *ever* build on that tile.
Mon, 18 Jun 2007 23:00:55 +0000 glx (svn r10211) -Feature: [NewGRF] Add support for action 0F
Mon, 18 Jun 2007 19:53:50 +0000 rubidium (svn r10205) -Codechange: refactor returning of cost, so it can be more easily modified.
Mon, 18 Jun 2007 16:42:40 +0000 rubidium (svn r10200) -Codechange: add "shortcut" for !CmdFailed (CmdSucceeded).
Mon, 18 Jun 2007 10:48:15 +0000 rubidium (svn r10197) -Codechange: replace int32 with CommandCost where appropriate.
Fri, 15 Jun 2007 23:55:52 +0000 belugas (svn r10167) -Codechange: Change the flagging system of grf loaded feature from a bitset to a bool evaluation.
Sun, 10 Jun 2007 10:52:19 +0000 rubidium (svn r10081) -Fix [FS851]: towns/AIs didn't build bridges anymore (boekabart).
Thu, 31 May 2007 19:13:41 +0000 belugas (svn r10005) -Codechange: Merge two flags (2cc and newhouses) indicating some newgrf features have been loaded, and introduce the newindustry one.
Thu, 24 May 2007 22:41:50 +0000 rubidium (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile.
Sun, 20 May 2007 19:14:08 +0000 rubidium (svn r9892) -Codechange: lots of ground work for allowing multiple types of "road" with multiple owners on a single tile.
Sat, 19 May 2007 11:17:30 +0000 peter1138 (svn r9876) -Codechange: [NewHouses] Add support for callback 2E (cargo production)
Sat, 19 May 2007 09:13:08 +0000 peter1138 (svn r9873) -Codechange: Add missing second callback parameter for houses
Tue, 15 May 2007 21:36:58 +0000 belugas (svn r9850) -Codechange: Introduction of the Override/Substitute manager. Currently only used for newhouses.
Sun, 13 May 2007 00:11:13 +0000 belugas (svn r9830) -Fix(r9779) : Let the town expand and build new houses along the roads of the users, even in case of "No Road" layout (skiddl13)
Thu, 10 May 2007 16:03:06 +0000 maedhros (svn r9823) -Feature: Add support for house property 1F - minimum life span.
Fri, 04 May 2007 16:27:13 +0000 belugas (svn r9779) -Feature: Add the possiblity to choose different road patterns for towns to use.
Tue, 01 May 2007 17:16:51 +0000 belugas (svn r9762) -Feature: Two new difficulty settings : Very low number of towns and very low number of industries
Sun, 29 Apr 2007 09:18:52 +0000 maedhros (svn r9743) -Fix [FS#598]: Stop flooded towns from building roads on water.