log src/station_func.h @ 19907:e66469894c9c draft

age author description
Sun, 23 Dec 2012 15:38:54 +0000 peter1138 (svn r24840) -Fix: Draw NewGRF railtypes in NewGRF station previews. draft
Sun, 15 Jul 2012 16:17:22 +0000 frosch (svn r24402) -Fix [FS#5243]: Station properties 11 and 14 were combined incorrectly. draft
Tue, 03 Jan 2012 20:26:05 +0000 rubidium (svn r23735) -Codechange: remove ~50 includes from headers that weren't needed draft
Sat, 03 Dec 2011 23:40:46 +0000 michi_cc (svn r23415) -Feature: Infrastructure maintenance costs. draft
Sat, 28 Aug 2010 20:15:45 +0000 alberth (svn r20674) -Codechange: Remove declared functions that do not exist (anymore) otherwise. draft
Fri, 20 Aug 2010 12:50:59 +0000 frosch (svn r20579) -Change (r1579): Allow removing of buoys if they are only used by own vehicles. draft
Sat, 16 Jan 2010 22:25:44 +0000 frosch (svn r18837) -Codechange: Rename DrawStationTileSeq() to DrawCommonTileSeq() and move it to separate file. draft
Fri, 15 Jan 2010 16:41:15 +0000 rubidium (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header draft
Thu, 14 Jan 2010 22:56:54 +0000 frosch (svn r18802) -Codechange: Deduplicate drawing-code for depots and stations/waypoints. draft
Mon, 04 Jan 2010 18:16:32 +0000 rubidium (svn r18716) -Codechange: pass a TileArea to FindStationsAroundTiles draft
Wed, 02 Dec 2009 18:18:56 +0000 rubidium (svn r18385) -Cleanup: remove the now unneeded multistop slot management code draft
Sun, 15 Nov 2009 21:06:13 +0000 smatz (svn r18110) -Codechange [FS#3316]: search for stations nearby only once per producer (instead of once pre produced cargo type) (fonsinchen) draft
Sun, 20 Sep 2009 17:44:33 +0000 smatz (svn r17589) -Codechange: rename town_acc to always_accepted draft
Mon, 07 Sep 2009 07:39:08 +0000 smatz (svn r17439) -Fix (r17436): you weren't paid for cargo delivered to houses and headquarters anymore draft
Fri, 21 Aug 2009 20:21:05 +0000 rubidium (svn r17248) -Fix: add GPL license notice where appropriate draft
Mon, 13 Jul 2009 22:33:25 +0000 rubidium (svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and UpdateAll[Type]VirtCoords. 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
Tue, 23 Jun 2009 21:44:48 +0000 smatz (svn r16640) -Codechange: move roadstop stuff to separate files draft
Fri, 22 May 2009 20:18:45 +0000 rubidium (svn r16389) -Codechange: use RoadVehicle instead of Vehicle where appropriate 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
Tue, 13 Jan 2009 20:43:53 +0000 peter1138 (svn r15073) -Fix (r15067) [FS#2532]: Default copy constructors don't necessarily do what you want. Instead of creating one, we now pass a pointer around as that avoids additional allocations. draft
Tue, 13 Jan 2009 18:18:53 +0000 peter1138 (svn r15067) -Fix [FS#2531]: Possible compiler bug, alleviated by using SmallVector instead of using std::set. SmallVector does everything needed anyway. draft
Sat, 10 Jan 2009 00:31:47 +0000 rubidium (svn r14949) -Cleanup: pointer coding style draft
Sun, 04 Jan 2009 15:32:25 +0000 smatz (svn r14828) -Codechange: move most of save/load-specific code to separate files draft
Sat, 22 Nov 2008 15:48:43 +0000 frosch (svn r14604) -Codechange: Simplify a function and rename it, and fix some comments. draft
Tue, 14 Oct 2008 12:07:14 +0000 rubidium (svn r14463) -Fix [FS#2348]: small possible chance of desync due to sorting on pointer instead of by (station) index (PhilSophus) draft
Tue, 30 Sep 2008 20:39:50 +0000 rubidium (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. draft
Sat, 24 May 2008 02:54:47 +0000 belugas (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. draft
Mon, 31 Mar 2008 06:42:26 +0000 rubidium (svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especially because newgrf_station.h includes a lot of stuff). draft
Mon, 31 Mar 2008 00:06:17 +0000 rubidium (svn r12489) -Codechange: split station.h into station_base.h and station_func.h. draft