src/station.h
Wed, 13 Jun 2007 12:05:56 +0000 celestar (svn r10136) [gamebalance] -Sync: r9900:10100 from trunk gamebalance
Wed, 13 Jun 2007 11:17:30 +0000 celestar (svn r10134) [gamebalance] -Sync: r9670:9700 from trunk gamebalance
Tue, 12 Jun 2007 11:56:35 +0000 celestar (svn r10112) [gamebalance] -Sync: r9520:9620 from trunk gamebalance
Mon, 19 Mar 2007 12:38:16 +0000 celestar (svn r9321) [gamebalance] -Sync: r9025:9314 from trunk gamebalance
Fri, 22 Feb 2008 00:25:54 +0000 glx (svn r12211) [NoAI] -Sync: with trunk r12050:12209 noai
Sun, 03 Feb 2008 20:17:54 +0000 rubidium (svn r12051) [NoAI] -Sync: with trunk (r11795:12050). noai
Wed, 09 Jan 2008 18:11:12 +0000 rubidium (svn r11796) [NoAI] -Sync: with trunk r11502:11795. noai
Fri, 23 Nov 2007 16:59:30 +0000 rubidium (svn r11503) [NoAI] -Sync: with trunk r11308:11502. noai
Sun, 23 Sep 2007 07:37:38 +0000 rubidium (svn r11146) [NoAI] -Sync: with trunk r11035:11045. noai
Sun, 02 Sep 2007 11:17:33 +0000 rubidium (svn r11036) [NoAI] -Sync: with trunk r10774:11035. noai
Fri, 03 Aug 2007 22:09:42 +0000 rubidium (svn r10775) [NoAI] -Sync: with trunk r10535:r10774. noai
Fri, 20 Jul 2007 15:48:17 +0000 rubidium (svn r10636) [NoAI] -Sync with trunk r10532:10635. noai
Tue, 26 Jun 2007 23:40:58 +0000 glx (svn r10350) [NoAI] -Sync with trunk r10194:10349 noai
Tue, 12 Jun 2007 18:02:11 +0000 glx (svn r10118) [NoAI] -Sync with trunk r10015:r10096 noai
Fri, 25 May 2007 00:25:08 +0000 glx (svn r9915) [NoAI] -Sync with trunk -r9815:9914 noai
Sun, 22 Apr 2007 19:06:48 +0000 rubidium (svn r9713) [NoAI] -Sync with trunk (r9631:9712). noai
Sun, 08 Apr 2007 14:46:55 +0000 glx (svn r9575) [NoAI] -Sync with trunk r9504:9574 noai
Fri, 28 Mar 2008 16:33:28 +0000 rubidium (svn r12468) -Codechange: move some type related stuff from station.h (and openttd.h) to station_type.h.
Fri, 15 Feb 2008 23:57:03 +0000 glx (svn r12154) -Codechange: removed a magic number
Sat, 12 Jan 2008 19:58:06 +0000 peter1138 (svn r11822) -Codechange: Replaced fixed size custom name array. Names are now attached to their object directly and there is
Wed, 09 Jan 2008 21:27:39 +0000 rubidium (svn r11801) -Codechange: remove some unneeded includes from some header files.
Mon, 07 Jan 2008 14:02:26 +0000 rubidium (svn r11776) -Codechange: more header splittings to reduce the dependencies.
Sat, 22 Dec 2007 23:30:28 +0000 rubidium (svn r11682) -Codechange: move some 'generic' geometry related types into a single file and do not include gfx.h everywhere to get a Point type.
Fri, 21 Dec 2007 22:50:51 +0000 rubidium (svn r11680) -Codechange: refactor more out of openttd.h and functions.h.
Wed, 19 Dec 2007 23:35:14 +0000 smatz (svn r11670) -Feature [FS#1565]: list neutral stations where the player has service in the station list too
Wed, 19 Dec 2007 23:26:02 +0000 rubidium (svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h
Tue, 18 Dec 2007 20:38:16 +0000 rubidium (svn r11663) -Codechange: moving of the road related types and functions.
Wed, 05 Dec 2007 17:08:10 +0000 smatz (svn r11576) -Codechange: enumerize and comment station GUI
Thu, 15 Nov 2007 22:20:33 +0000 rubidium (svn r11442) -Feature: make news messages related to the industry (production) changes better configurable; you can now disable news messages popping up for industries you are not servicing. Patch by Alberth.
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 12:45:21 +0000 rubidium (svn r11013) -Fix [FS#1171]: MoveGoodsToStation's search area is too small as it assumed a lower maximum catchment area than the real maximum catchment area. Based on a patch by PhilSophus.
Thu, 30 Aug 2007 20:40:33 +0000 rubidium (svn r11009) -Codechange: unvirtualise IsValid as that isn't needed with templates. This gives up to 10% performance increase in games with lots of vehicles.
Sun, 26 Aug 2007 13:55:36 +0000 rubidium (svn r10981) -Fix [FS#1156] (r10970): stations gave ratings for accepted cargo too.
Fri, 24 Aug 2007 19:19:18 +0000 rubidium (svn r10974) -Fix [FS#1144, FS#1155]: road vehicles that could not (properly) use a road stop still tried to go to that road stop.
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.
Fri, 03 Aug 2007 23:19:29 +0000 truelight (svn r10777) -Fix: don't put the ctor debug on lvl3, it is more a lvl5 debug
Thu, 02 Aug 2007 08:47:56 +0000 rubidium (svn r10746) -Codechange: add a generic superclass for almost all pool items so we do not have to duplicate code for each of the pool item classes and use it for the station and roadstop classes.
Wed, 01 Aug 2007 23:49:06 +0000 rubidium (svn r10745) -Codechange: generalize the pool cleanup/initialize functions for stations (in such a manner that they can be used for other pools too).
Mon, 16 Jul 2007 23:55:22 +0000 rubidium (svn r10601) -Codechange: store (and use) the type of stations instead of hardcoding station types by graphics IDs.
Fri, 22 Jun 2007 17:34:04 +0000 rubidium (svn r10269) -Fix [FS#912]: station ratings were shown for all cargos instead of only the cargos that have been transported.
Fri, 22 Jun 2007 11:58:59 +0000 rubidium (svn r10266) -Codechange: keep track of the origin, time of travel and accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it.
Mon, 18 Jun 2007 21:44:47 +0000 rubidium (svn r10208) -Codechange: replace int32 with Money where appropriate.
Fri, 08 Jun 2007 09:35:39 +0000 peter1138 (svn r10062) -Codechange: Don't redraw all station tiles when cargo is added or removed if the station has no custom graphics.
Thu, 24 May 2007 08:52:28 +0000 rubidium (svn r9908) -Codechange: prepare the station picker for more road types.
Fri, 20 Apr 2007 08:00:30 +0000 rubidium (svn r9683) -Fix [FS#423]: improved loading does not use a huge amount of processing power anymore when having a lot of trains.
Wed, 04 Apr 2007 01:35:16 +0000 belugas (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near
Thu, 29 Mar 2007 13:52:34 +0000 celestar (svn r9524) -Fix(FS#640,r8755): Implemented a "dummy" State Machine for stations who got their airport removed while there were still aircraft within the State Machine (and thus caused asserts)
Mon, 10 Mar 2008 15:26:39 +0000 richk (svn r12351) [NewGRF_ports] -Sync: with trunk r12051:12350. NewGRF_ports
Tue, 22 Jan 2008 21:00:30 +0000 rubidium (svn r11950) [NewGRF_ports] -Sync with trunk r11566:11949. NewGRF_ports
Mon, 03 Dec 2007 23:39:38 +0000 rubidium (svn r11566) [NewGRF_ports] -Sync: with trunk r11218:r11565. NewGRF_ports
Sat, 06 Oct 2007 21:16:00 +0000 rubidium (svn r11219) [NewGRF_ports] -Sync: with trunk r11035:11218. NewGRF_ports
Sun, 02 Sep 2007 11:58:58 +0000 rubidium (svn r11037) [NewGRF_ports] -Sync: with trunk r10844:11035. NewGRF_ports
Tue, 21 Aug 2007 11:01:13 +0000 rubidium (svn r10957) [NewGRF_ports] -Codechange: reduce the dependency on AT_XXX enums and airport_type. NewGRF_ports
Thu, 16 Aug 2007 08:22:36 +0000 rubidium (svn r10919) [NewGRF_ports] -Codechange: use the dummy airport from the NewGRF instead of the hardcoded one. NewGRF_ports
Tue, 14 Aug 2007 22:27:18 +0000 rubidium (svn r10898) [NewGRF_ports] -Codechange: replace GetAirport and GetValidAiports by GetAvailableAirports which gives a list of available airports that (primarily) AIs can iterate over. NewGRF_ports
Sun, 12 Aug 2007 18:32:47 +0000 rubidium (svn r10872) [NewGRF_ports] -Sync: with trunk r10765:10871. NewGRF_ports
Tue, 07 Aug 2007 23:15:28 +0000 richk (svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support. NewGRF_ports
Sat, 04 Aug 2007 21:33:27 +0000 richk (svn r10784) [NewGRF_ports] -Feature: Added rotation of FSMport movement. NewGRF_ports
Sat, 04 Aug 2007 17:26:22 +0000 richk (svn r10783) [NewGRF_ports] -Feature: Added placing FSMport in any of up to 4 different orientations. GUI now has a preview image for each orientation - not interactive, just a screenshot stored. NewGRF_ports
Fri, 03 Aug 2007 18:10:15 +0000 richk (svn r10766) [NewGRF_ports] -Sync: with trunk r10651-10765 NewGRF_ports