log src/town_cmd.cpp @ 12652:0f7fab6a27e9 draft

age author description
Fri, 07 Aug 2009 22:23:34 +0000 smatz (svn r17107) -Codechange: store type of subsidy source and destination in the Subsidy struct instead of determining it every time it's needed draft
Wed, 05 Aug 2009 17:59:21 +0000 rubidium (svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives draft
Wed, 29 Jul 2009 12:45:15 +0000 belugas (svn r16978) -Fix(r16977): tab indentation instead of space indentation at beginning of a line, please draft
Wed, 29 Jul 2009 03:02:13 +0000 belugas (svn r16977) -Fix(r1772)[FS#3059]: make it so that failing to generate many random towns in scenario editor returns a failing message. draft
Wed, 22 Jul 2009 10:18:19 +0000 rubidium (svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_func.h draft
Mon, 20 Jul 2009 11:21:57 +0000 rubidium (svn r16886) -Codechange: unify naming of some string IDs related to string codes and group them logically draft
Sat, 18 Jul 2009 08:41:58 +0000 rubidium (svn r16868) -Codechange: unify UpdateAll[Station|Waypoint]VirtCoords draft
Thu, 16 Jul 2009 19:00:13 +0000 smatz (svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get() draft
Thu, 16 Jul 2009 10:01:32 +0000 rubidium (svn r16841) -Cleanup: spaces/tabs where they don't belong draft
Mon, 13 Jul 2009 23:15:13 +0000 rubidium (svn r16825) -Codechange: unify dirtying when updating the viewport signs. draft
Mon, 13 Jul 2009 22:33:25 +0000 rubidium (svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and UpdateAll[Type]VirtCoords. draft
Sun, 12 Jul 2009 09:39:30 +0000 rubidium (svn r16795) -Fix [FS#3025]: houses wouldn't get build on the map edge. draft
Wed, 08 Jul 2009 08:30:35 +0000 rubidium (svn r16764) -Codechange: unify the way viewport signs are marked dirty draft
Tue, 07 Jul 2009 16:51:20 +0000 rubidium (svn r16761) -Codechange: make UpdateViewportSignPos(ition) a class function of ViewportSign draft
Sun, 05 Jul 2009 13:21:51 +0000 smatz (svn r16746) -Codechange: use Town::PostDestructor() instead of not very clean construct for invalidating nearest town for road tiles draft
Wed, 01 Jul 2009 18:45:05 +0000 smatz (svn r16714) -Codechange: use pool-like accessors for Subsidy draft
Sat, 27 Jun 2009 21:06:58 +0000 frosch (svn r16678) -Codechange: Turn CargoArray into a class, so one does not have to deal with sizeof() wrt. typedef-ed arrays. draft
Sat, 27 Jun 2009 18:26:50 +0000 frosch (svn r16676) -Codechange: Rename AcceptedCargo to CargoArray and its instances to more meaningful names. draft
Sat, 27 Jun 2009 17:05:20 +0000 smatz (svn r16673) -Codechange: rename GetProducedCargo() to AddProducedCargo() and change its behaviour accordingly draft
Fri, 26 Jun 2009 15:08:54 +0000 smatz (svn r16667) -Codechange: replace GetRandomTown() and GetRandomIndustry() by Town::GetRandom() and Industry::GetRandom() draft
Fri, 26 Jun 2009 14:02:27 +0000 smatz (svn r16666) -Codechange: replace GetHouseSpecs() by HouseSpec::Get(), hide _house_specs[] draft
Fri, 26 Jun 2009 13:46:23 +0000 smatz (svn r16665) -Codechange: replace GetTownByTile() by Town::GetByTile() draft
Fri, 26 Jun 2009 13:44:14 +0000 smatz (svn r16664) -Codechange: move house-related stuff from town.h and town_type.h to separate files draft
Thu, 25 Jun 2009 20:08:59 +0000 smatz (svn r16660) -Codechange: get rid of more dummy tile_type_procs draft
Thu, 25 Jun 2009 19:23:09 +0000 smatz (svn r16659) -Codechange: rename GetAcceptedCargo() to AddAcceptedCargo() and change its behaviour accordingly draft
Tue, 23 Jun 2009 09:52:26 +0000 smatz (svn r16632) -Codechange: rename Town::flags12 to Town::flags draft
Mon, 01 Jun 2009 15:01:54 +0000 frosch (svn r16498) -Codechange: Remove hardly used HASBITS. draft
Mon, 01 Jun 2009 11:43:36 +0000 alberth (svn r16491) -Codechange: Added parentheses around bitwise operators for code style. draft
Sun, 24 May 2009 16:52:42 +0000 frosch (svn r16416) -Fix [FS#2912]: Rework deleting of news when referenced vehicles/stations/industries are deleted. draft
Sat, 23 May 2009 15:46:00 +0000 smatz (svn r16403) -Codechange: move code related to subsidies to separate file draft
Fri, 22 May 2009 15:23:47 +0000 smatz (svn r16379) -Codechange: remove GetNumTowns(), GetNumIndustries() and GetActiveCompanyCount(), use PoolItem::GetNumItems() instead draft
Fri, 22 May 2009 15:13:50 +0000 smatz (svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved draft
Mon, 18 May 2009 16:21:28 +0000 smatz (svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsValidID() and PoolItem::Get() draft
Sun, 17 May 2009 10:35:13 +0000 rubidium (svn r16329) -Fix: possible desync when removing lots of towns in-game (not that we allow removing towns now, but better not have desync prone code lingering around) draft
Sun, 17 May 2009 01:00:56 +0000 smatz (svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index) draft
Sat, 16 May 2009 23:34:14 +0000 smatz (svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index) draft
Thu, 14 May 2009 23:40:03 +0000 smatz (svn r16308) -Fix: parameter is invalid when it's equal to length of an array (Yexo) draft
Mon, 11 May 2009 11:55:41 +0000 smatz (svn r16277) -Codechange: enumerize values and remove unneeded values used for testing town rating draft
Sun, 10 May 2009 15:42:59 +0000 frosch (svn r16268) -Fix (r9876): When callback 2E returns an amount of 0, do not transport 1 unit to the station. draft
Sat, 25 Apr 2009 22:12:59 +0000 rubidium (svn r16147) -Feature [FS#2635]: give the town generator a slight tendency to build towns near water by not discarding watery random tiles but by searching for near land (db48x) draft
Tue, 21 Apr 2009 23:40:56 +0000 rubidium (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. draft
Mon, 20 Apr 2009 17:42:14 +0000 frosch (svn r16101) -Cleanup (r14591): Remove an assertion to increase performance. draft
Sun, 29 Mar 2009 15:06:44 +0000 smatz (svn r15890) -Codechange: unify the way 'can a town be placed here?' checks are done draft
Mon, 23 Mar 2009 14:09:05 +0000 smatz (svn r15831) -Fix: make sure house class/ID counters don't overflow draft
Mon, 16 Mar 2009 18:38:28 +0000 smatz (svn r15744) -Fix (r9667): when town generator failed to create requested number of towns, there were too many cities draft
Sun, 15 Mar 2009 21:16:07 +0000 rubidium (svn r15729) -Fix: silence MSVC warning draft
Sun, 15 Mar 2009 16:04:39 +0000 smatz (svn r15726) -Codechange: unify coding style for const pointers draft
Sun, 15 Mar 2009 00:32:18 +0000 rubidium (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too draft
Fri, 13 Mar 2009 00:48:03 +0000 rubidium (svn r15697) -Fix (r15695): warning about comparing signed vs unsigned. draft
Thu, 12 Mar 2009 23:54:20 +0000 belugas (svn r15695) -Feature [FS#2672]: Allow the number of towns that will be generated in the generate world window to be customized. draft
Thu, 12 Mar 2009 15:14:22 +0000 rubidium (svn r15689) -Fix [FS#2720]: do not crash when the generate map doesn't contain a suitable location for a town. draft
Tue, 10 Mar 2009 06:53:00 +0000 peter1138 (svn r15662) -Fix (r11795): Don't mark a company as having ratings in a town when querying the cost of a command. draft
Sun, 08 Mar 2009 01:20:11 +0000 smatz (svn r15642) -Codechange: use a default parameter value in CalcClosestTownFromTile draft
Sat, 07 Mar 2009 21:36:13 +0000 yexo (svn r15639) -Change: When you disable "Towns are allowed to build roads", pressing "Expand" in the town window in the scenario editor will no longer build roads. draft
Tue, 03 Mar 2009 22:46:08 +0000 rubidium (svn r15604) -Fix [FS#2661]: towns would only build houses where the grid would not be, even when they aren't allowed to build roads and the user 'implements' another layout. draft
Wed, 25 Feb 2009 21:50:54 +0000 yexo (svn r15585) -Codechange: Remove TILE_ASSERT and replace all instances with assert(tile < MapSize()). draft
Wed, 25 Feb 2009 21:45:14 +0000 yexo (svn r15584) -Codechange: Move several variables from variables.h to more appropriate headers. draft
Tue, 24 Feb 2009 22:57:02 +0000 smatz (svn r15572) -Fix (r13730): theoretical buffer overflow when company with too long name funded a road reconstruction draft
Mon, 16 Feb 2009 23:23:33 +0000 smatz (svn r15505) -Codechange: pass name of new town as parameter to CMD_BUILD_TOWN draft
Wed, 11 Feb 2009 20:41:17 +0000 rubidium (svn r15454) -Fix [FS#2614]: towns did not know about build_on_slopes in some cases, or made decisions on the 'original' slope instead the slope after applying the foundation.. draft