src/vehicle_func.h
Sun, 19 Oct 2008 15:39:12 +0000 rubidium (svn r14491) -Documentation: updates/additions of doxygen docs (Alberth)
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.
Tue, 09 Sep 2008 19:02:47 +0000 michi_cc (svn r14285) -Fix [FS#2263]: A train inside a wormhole could free the reservation of another train inside the wormhole.
Sun, 07 Sep 2008 11:23:10 +0000 rubidium (svn r14258) -Codechange: rework the way to query the vehicle hash to make sure it always results in the same irregardless of the order of the hash-linked-list.
Sat, 16 Aug 2008 14:02:20 +0000 frosch (svn r14083) -Fix [FS#1264, FS#2037, FS#2038, FS#2110]: Rewrite the autoreplace kernel.
Fri, 01 Aug 2008 15:07:31 +0000 rubidium (svn r13912) -Codechange: remove some casts by returning the proper type instead of void*.
Thu, 24 Jul 2008 15:19:26 +0000 smatz (svn r13816) -Fix [FS#2150]: check for vehicle length changes outside a depot (callback 0x11) and give a warning about that
Wed, 28 May 2008 11:56:21 +0000 peter1138 (svn r13307) -Codechange: Separate VehicleList and its two functions so only the 3 users include it, reducing dependencies on misc/smallvec.h
Mon, 26 May 2008 16:23:23 +0000 peter1138 (svn r13266) -Codechange: Use SmallVector in GUIList
Sun, 25 May 2008 17:22:49 +0000 peter1138 (svn r13248) -Codechange: Use VehicleList for depot GUI.
Sun, 25 May 2008 16:12:13 +0000 peter1138 (svn r13245) -Codechange: Use SmallVectors for generating vehicle lists, simplifying calling code somewhat.
Sun, 25 May 2008 09:40:44 +0000 peter1138 (svn r13240) -Codechange: More const-ness for GUI code.
Wed, 14 May 2008 15:34:04 +0000 peter1138 (svn r13087) -Codechange: Constify CalcPercentVehicleFilled() (michi_cc)
Wed, 07 May 2008 09:07:19 +0000 rubidium (svn r12986) -Codechange: move the landscape and transport related types from openttd.h to their own headers.
Tue, 06 May 2008 15:11:33 +0000 rubidium (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
Sun, 20 Apr 2008 11:12:07 +0000 rubidium (svn r12804) -Codechange: move the effect vehicle handling out of vehicle.cpp
Sun, 20 Apr 2008 10:13:54 +0000 rubidium (svn r12803) -Cleanup: rename SpecialVehicle to EffectVehicle to have a uniform naming of the thing instead of using both names for the same thing.
Sat, 19 Apr 2008 15:14:20 +0000 bjarni (svn r12791) -Codechange: [autoreplace] Added a flag parameter (listens for DC_EXEC and DC_QUERY_COST) and included more info when returning CommandCost
Fri, 11 Apr 2008 08:40:10 +0000 rubidium (svn r12658) -Codechange: unify a vast portion of the CmdSend<VehicleType>ToDepot commands.
Tue, 08 Apr 2008 15:48:32 +0000 frosch (svn r12629) -Codechange: Split VehicleNeedsService() into Vehicle::NeedsServicing() and Vehicle::NeedsAutomaticServicing().
Fri, 28 Mar 2008 18:00:38 +0000 rubidium (svn r12476) -Codechange: split type engine related types from engine.h (and openttd.h) to engine_type.h.
Fri, 28 Mar 2008 16:38:18 +0000 rubidium (svn r12472) -Codechange: remove unneeded declaration of ViewPort and DrawPixelInfo.
Fri, 18 Jan 2008 13:02:47 +0000 smatz (svn r11916) -Codechange: use enums from VehicleViewWindowWidgets instead of constants
Wed, 16 Jan 2008 21:17:31 +0000 smatz (svn r11882) -Codechange: introduce MarkSingleVehicleDirty() and simplify the code at some places
Wed, 09 Jan 2008 23:00:59 +0000 smatz (svn r11802) -Fix [FS#716]: do not crash trains when leaving depot to a very long track
Mon, 07 Jan 2008 09:19:53 +0000 rubidium (svn r11775) -Codechange: move all autoreplace/autorenew functions to a single location.
Thu, 27 Dec 2007 13:35:39 +0000 rubidium (svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes.