newgrf_engine.h
Mon, 06 Nov 2006 10:11:03 +0000 peter1138 (svn r7079) -Codechange: Move an array to the only place it is used.
Tue, 17 Oct 2006 14:52:55 +0000 peter1138 (svn r6795) - NewGRF: Add support for cargo-specific wagon overrides.
Wed, 11 Oct 2006 18:35:40 +0000 peter1138 (svn r6736) - Add a function to get the list position of an engine ID, for use with sorting. This is basically a reversed version of GetRailVehAtPosition()
Wed, 27 Sep 2006 18:17:01 +0000 peter1138 (svn r6532) - Feature: Add support for NewGRF sound effects. Currently sound priority isn't supported.
Tue, 22 Aug 2006 14:38:37 +0000 rubidium (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
Thu, 22 Jun 2006 21:15:27 +0000 peter1138 (svn r5336) - NewGRF: draw custom helicopter rotor sprites in vehicle info window, ensuring the correct direction is used (inspiration from mart3p)
Wed, 31 May 2006 17:31:08 +0000 peter1138 (svn r5059) - NewGRF: store a GRFFile pointer reference for each pointer, instead of just the GRF ID.
Thu, 18 May 2006 02:43:23 +0000 belugas (svn r4902) Newgrf : Introduction of the newgrf_cargo files.
Sun, 14 May 2006 20:58:12 +0000 peter1138 (svn r4869) - NewGRF: support setting train list vehicle width to 32 instead of 29 pixels, for sets which use 32 pixel long engines/wagons.
Mon, 08 May 2006 10:01:34 +0000 peter1138 (svn r4781) - NewGRF: give _traininfo_vehicle_pitch a proper declaration
Tue, 02 May 2006 21:42:11 +0000 peter1138 (svn r4702) - NewGRF: add support for 'special' vehicle callbacks that use a different vehicle for parent scope than the first vehicle in the consist.
Tue, 02 May 2006 20:48:27 +0000 peter1138 (svn r4698) - When selecting files to commit, select the correct ones... missed header file update in r4697
Sun, 30 Apr 2006 18:41:16 +0000 peter1138 (svn r4632) - NewGRF: support loading of helicopter rotor sprites (mart3p)
Sun, 30 Apr 2006 18:19:37 +0000 peter1138 (svn r4629) - NewGRF: constify more code that deals with sprite groups, now that ref counting is gone.
Fri, 28 Apr 2006 19:49:48 +0000 peter1138 (svn r4609) - NewGRF: give GetCustomEngineSprite the correct return type
Sun, 23 Apr 2006 22:25:33 +0000 peter1138 (svn r4559) - NewGRF: keep a record of which grf an engine is defined in. Will be used in the future.
Fri, 21 Apr 2006 07:06:31 +0000 peter1138 (svn r4496) - NewGRF: switch custom engine names from storing a char* to using the new StringID based text system. Vehicle name
Fri, 31 Mar 2006 10:14:25 +0000 peter1138 (svn r4198) - NewGRF: Rename GetCallBackResult() to GetVehicleCallback(), as other types will exist later, and use separate parameters instead of bitshifting.
Wed, 08 Mar 2006 06:55:33 +0000 tron (svn r3783) Replace further ints and magic numbers by Direction, DiagDirection and friends
Sun, 05 Feb 2006 19:46:20 +0000 peter1138 (svn r3557) - NewGRF: move callback enums to a new file as more than just engines will use them
Sat, 04 Feb 2006 21:48:46 +0000 peter1138 (svn r3546) - NewGRF feature: Implement rail vehicle 'property' 0x1A: allows shuffling order of rail vehicle purchase list (and replace vehicle list)
Fri, 03 Feb 2006 12:55:21 +0000 peter1138 (svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch], and add the new files to project files.