src/ship.h
Sat, 05 Apr 2008 10:55:50 +0000 rubidium (svn r12575) -Codechange: unduplicate Process*Orders for trains, ships and road vehicles.
Mon, 31 Mar 2008 00:17:39 +0000 rubidium (svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneeded inclusions of engine.h and/or replace them with engine_type.h.
Fri, 01 Feb 2008 22:02:14 +0000 glx (svn r12037) -Codechange: replace OnNewDay_(Aircraft|RoadVeh|Ship|Train) with an OnNewDay method in the Vehicle class
Mon, 07 Jan 2008 00:57:19 +0000 rubidium (svn r11774) -Change: do not include variables.h in a header when it is not needed.
Thu, 27 Dec 2007 13:35:39 +0000 rubidium (svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes.
Fri, 21 Dec 2007 21:50:46 +0000 rubidium (svn r11677) -Codechange: move price and command related types/functions to their respective places.
Wed, 29 Aug 2007 21:49:08 +0000 rubidium (svn r11001) -Codechange: unify the way to determine whether a vehicle is in a depot.
Wed, 29 Aug 2007 21:27:16 +0000 rubidium (svn r10999) -Codechange: unify the way the running cost of a vehicle is determined. Patch by nycom.
Tue, 28 Aug 2007 06:46:33 +0000 rubidium (svn r10995) -Codechange: unify the way to get the displayed maxium speed of a vehicle. Patch by nycom.
Sun, 26 Aug 2007 21:21:59 +0000 rubidium (svn r10985) -Codechange: unify/remove duplicate CcClone(Aircraft|RoadVeh|Ship|Train) in favour of CcCloneVehicle.
Sun, 26 Aug 2007 20:43:22 +0000 rubidium (svn r10984) -Codechange: unify the way one can get the current speed in the same forwat so we can display it.
Sun, 05 Aug 2007 17:43:04 +0000 rubidium (svn r10798) -Fix [FS#1105]: virtual functions do not work in destructors :(.
Tue, 24 Jul 2007 17:01:23 +0000 rubidium (svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var.
Sun, 01 Jul 2007 19:24:54 +0000 rubidium (svn r10409) -Codechange: replace (Aircraft|RoadVeh|Ship|Train)_Tick with a Tick method in the Vehicle class.
Sun, 01 Jul 2007 19:11:47 +0000 rubidium (svn r10408) -Codechange: make GetImage a class method of Vehicle instead of Get(Aircraft|RoadVeh|Ship|Train)Image.
Fri, 01 Jun 2007 12:03:10 +0000 maedhros (svn r10009) -Codechange: Add and use Vehicle::IsPrimaryVehicle to replace individual checks depending on the vehicle type.
Mon, 07 May 2007 15:58:05 +0000 rubidium (svn r9807) -Codechange: unify playing of sound when vehicle has been loaded and leaves the station.
Wed, 02 May 2007 09:39:11 +0000 rubidium (svn r9765) -Codechange: constify some class functions.
Wed, 02 May 2007 09:29:41 +0000 rubidium (svn r9764) -Codechange: replace some lookup tables by functions.
Tue, 01 May 2007 16:35:14 +0000 rubidium (svn r9760) -Codechange: remove the need for saving some vehicle variables.
Sun, 29 Apr 2007 22:33:51 +0000 rubidium (svn r9755) -Codechange: refactor some more of the begin loading stuff.
Sun, 29 Apr 2007 21:24:08 +0000 rubidium (svn r9754) -Codechange: make classes for all vehicle types, so we can make nicer/better maintainable code, i.e. virtual methods instead of switches.
Sun, 03 Feb 2008 20:34:26 +0000 rubidium (svn r12053) [NewGRF_ports] -Sync: with trunk r11949:12050. NewGRF_ports
Tue, 22 Jan 2008 21:00:30 +0000 rubidium (svn r11950) [NewGRF_ports] -Sync with trunk r11566:11949. NewGRF_ports
Sun, 02 Sep 2007 11:58:58 +0000 rubidium (svn r11037) [NewGRF_ports] -Sync: with trunk r10844:11035. NewGRF_ports
Sun, 12 Aug 2007 18:32:47 +0000 rubidium (svn r10872) [NewGRF_ports] -Sync: with trunk r10765:10871. NewGRF_ports
Fri, 03 Aug 2007 18:10:15 +0000 richk (svn r10766) [NewGRF_ports] -Sync: with trunk r10651-10765 NewGRF_ports
Sat, 14 Jul 2007 19:42:58 +0000 richk (svn r10560) [NewGRF_ports] -Sync: with trunk r10027-10559 NewGRF_ports
Sat, 02 Jun 2007 19:59:29 +0000 richk (svn r10027) [NewGRF_ports] -Sync: with trunk r9506-10026 NewGRF_ports
Sun, 15 Apr 2007 17:04:44 +0000 KUDr (svn r9639) [cpp_gui] -Sync with trunk (r9476:9633) cpp_gui
Sun, 11 Mar 2007 16:31:18 +0000 bjarni (svn r9119) [cpp_gui] -Sync with trunk (r9003:9100) cpp_gui
Sat, 10 Feb 2007 13:37:32 +0000 bjarni (svn r8661) -Fix: [depot windows] Enlarge the blocks in the depot window if a sprite is too big to fit (ships and aircraft only)
Mon, 22 Jan 2007 00:26:46 +0000 bjarni (svn r8335) -Feature: the build ship window is now also resizable horizontally and contains sorting options
Wed, 03 Jan 2007 08:49:36 +0000 rubidium (svn r7790) [cbh] -Sync: execute the same script for /branches/custombridgeheads as was done for /trunk in r7759. custombridgeheads