aircraft_cmd.c
Sat, 05 Feb 2005 15:58:59 +0000 tron (svn r1803) Move debugging stuff into files of it's own
Fri, 04 Feb 2005 14:24:23 +0000 truelight (svn r1786) -Fix: unitnumber is increased to 16bit, so now you can have up to 5000
Wed, 02 Feb 2005 16:16:43 +0000 truelight (svn r1770) -Fix: Hopefully last pieces of code that are containing a station-id
Tue, 01 Feb 2005 22:17:38 +0000 bjarni (svn r1767) fixed mixed declarations and code in last commit (oops)
Tue, 01 Feb 2005 22:04:53 +0000 bjarni (svn r1766) - Feature: Aircrafts will now go to the nearest hangar if the next airport in the orders do not have one (helipads)
Mon, 31 Jan 2005 07:23:15 +0000 tron (svn r1749) Move the functions which calculate distances to map.[ch] and give the more meaningful names
Sun, 30 Jan 2005 21:06:09 +0000 bjarni (svn r1742) - Fix: fixed bug introduced in r1730 where AI players had problems when building aircrafts
Sun, 30 Jan 2005 20:50:06 +0000 bjarni (svn r1741) - Fix: added IsVehicleIndex() so it's possible to protect GetVehicle() from reading an invalid vehicle index
Sun, 30 Jan 2005 18:51:08 +0000 darkvater (svn r1739) - Fix: type checking when selling vehicles (TrueLight)
Sun, 30 Jan 2005 14:52:04 +0000 bjarni (svn r1730) - Fix: Ships and Aircrafts have to be build in depots owned by _current_player (hacked client protection)
Sat, 29 Jan 2005 12:19:05 +0000 tron (svn r1713) Split off several functions which query/set information about a single tile from map.h and put them into a seperate file tile.h
Sat, 29 Jan 2005 01:02:47 +0000 bjarni (svn r1710) - Fix: [autoreplace] vehicles do no longer go to a depot all the time if the owner clicked 'stop replacing' ( ship+aircraft+road vehicles )
Fri, 28 Jan 2005 18:10:12 +0000 bjarni (svn r1708) - Fix: FindNearestHangar() will no longer return a hangar where a jet will crash if it is a jet, that is searching
Fri, 28 Jan 2005 12:20:06 +0000 dominik (svn r1704) - Fix: [newgrf] rotors of custom helicopters are displayed correctly in the hangar window
Thu, 27 Jan 2005 21:18:03 +0000 tron (svn r1701) Style police ^^
Thu, 27 Jan 2005 21:00:05 +0000 bjarni (svn r1700) - Fix: Hacked clients can no longer be used to build vehicles that are not available yet (Hackykid)
Thu, 27 Jan 2005 20:38:19 +0000 bjarni (svn r1699) - Feature [autoreplace] a plane will now go to the hangar right after landing if it needs to be replaced
Thu, 27 Jan 2005 15:43:44 +0000 bjarni (svn r1698) - Feature [autoreplace] helicopters will now go to the nearest hangar if they are set to autoreplace and don't have any airport with a hangar in
Mon, 24 Jan 2005 22:24:47 +0000 bjarni (svn r1652) Fix: train and road vehicle lists are now redrawn when vehicles enters/leaves a depot (Hackykid)
Mon, 24 Jan 2005 22:09:20 +0000 dominik (svn r1651) Fix: [ 1098696 ] Airport shadow remains after crashing
Mon, 24 Jan 2005 18:21:23 +0000 bjarni (svn r1640) fix: now helicopters will use a hangar in schedule to be replaced in, even if they are only set to service there. Since helicopters are serviced at helipads, they will only go there if they needs to be replaced or renewed.
Mon, 24 Jan 2005 10:50:57 +0000 bjarni (svn r1636) fix: helicopters now go to a hangar if they are set for replacement or needs to be renewed
Sun, 23 Jan 2005 22:01:51 +0000 bjarni (svn r1629) added a counter to tell how many engines you have of each type to the autoreplace vehicle windows and made them show only the vehicles you actually have in the left list.
Sat, 22 Jan 2005 20:23:18 +0000 tron (svn r1594) Convert all undefined parameter lists to (void) and add the appropriate warning flags in the Makefile
Wed, 19 Jan 2005 10:00:37 +0000 celestar (svn r1565) -Fix: [ 1104969 ] Aircraft in hangar messages are now revalidated before
Tue, 18 Jan 2005 09:35:31 +0000 Celestar (svn r1556) -Fix: Vehicle list updates should now really work
Mon, 17 Jan 2005 21:54:45 +0000 celestar (svn r1554) -Fix: [ 1103187 ] Order Check messages are now validated before
Sun, 16 Jan 2005 14:42:53 +0000 truelight (svn r1544) -Fix: SwapOrder did not use AssignOrder, which caused the saveroutine to
Sun, 16 Jan 2005 11:24:58 +0000 tron (svn r1536) Move GET_TILEHEIGHT, GET_TILETYPE and IS_TILETYPE to map.h, turn them into inline functions and add some asserts
Sat, 15 Jan 2005 19:06:22 +0000 truelight (svn r1525) -Codechange: rewrote the _order_array, now it can be made dynamic.
Sat, 15 Jan 2005 09:28:08 +0000 celestar (svn r1521) -Fix: Ship Vehicle Lists are now redrawn correctly
Sat, 15 Jan 2005 08:58:31 +0000 tron (svn r1520) Trim 134 (!) lines with trailing whitespace ):
Sat, 15 Jan 2005 08:40:32 +0000 celestar (svn r1519) -Fix: [1102776], [1099535] Aircraft vehicle lists are now redrawn when an aircraft arrives in the depot. Station-specific vehicle lists are now redrawn daily as well (not only the master list)
Sun, 09 Jan 2005 08:49:40 +0000 celestar (svn r1440) -Feature: Allows more flexible airport layouts now, as the number of
Fri, 07 Jan 2005 17:02:43 +0000 tron (svn r1414) Move TileIndex, TILE_MASK and GET_TILE_[XY] to map.h and turn the latter into inline functions names Tile[XY]
Fri, 07 Jan 2005 09:51:16 +0000 celestar (svn r1412) -Feature/Fix: Aircraft refit options have been restricted to "sane"
Fri, 07 Jan 2005 08:38:27 +0000 celestar (svn r1410) Replaced all occurences of 'passanger' by 'passenger' in the code
Thu, 06 Jan 2005 22:31:58 +0000 truelight (svn r1407) -Codechange: changed a lot around _stations, _vehicles, _towns and _industries
Thu, 06 Jan 2005 11:39:00 +0000 tron (svn r1396) Introduce TileIndexDiffC - the compile time version of TileIndexDiff
Wed, 05 Jan 2005 13:48:38 +0000 dominik (svn r1387) Fix: Airplanes now also crash when only one invalid order is in the schedule
Wed, 05 Jan 2005 13:15:27 +0000 dominik (svn r1385) Fix: [ 1095020 ] When all stations in an aircraft's order list are demolished, the plane eventually crashes (running out of fuel)
Sun, 02 Jan 2005 17:23:04 +0000 bjarni (svn r1323) Adding autoreplace feature
Tue, 28 Dec 2004 11:51:31 +0000 truelight (svn r1288) -Codechange: changed _map2 to an uint16. It is still saved and loaded as
Mon, 27 Dec 2004 18:18:44 +0000 truelight (svn r1283) -Add: AutoRenew is now a client-side patch instead of a game-side patch
Tue, 21 Dec 2004 23:27:58 +0000 darkvater (svn r1211) -Feature: Introduce sticky windows to all vehicle windows...Just make sure you do not sticky more than 23 at a time. Also a lot of places in the code invalidated the 'status bar' of the vehicle, referring to it as widget 4. This is now widget 5 and has been #definitized
Sat, 18 Dec 2004 12:19:04 +0000 tron (svn r1149) Fix hack which abuses first TileIndex of airport depot array as number of depots (similar change as in map branch)
Wed, 15 Dec 2004 22:18:54 +0000 tron (svn r1117) Move map arrays and some related macros into their own files map.c and map.h
Sat, 11 Dec 2004 10:17:10 +0000 tron (svn r1015) MFM r789
Fri, 10 Dec 2004 18:16:08 +0000 tron (svn r1009) -Feature: per-station vehicle lists
Thu, 09 Dec 2004 21:46:56 +0000 bjarni (svn r998) now vehicles are serviced both when entering and when leaving depots to prevent that vehicles might need service when leaving after a long stay (ln--)
Sun, 05 Dec 2004 12:43:04 +0000 tron (svn r955) Replace uint16 for orders with struct Order
Sat, 04 Dec 2004 09:26:39 +0000 tron (svn r925) Use sound enums
Fri, 03 Dec 2004 21:57:05 +0000 tron (svn r920) Replace vehicle info macros with inline functions and add asserts to check limits
Thu, 02 Dec 2004 22:53:07 +0000 tron (svn r901) Small step in the process to clean up the DPARAM mess:
Thu, 25 Nov 2004 10:47:30 +0000 tron (svn r815) Include strings.h only in the files which need it.
Wed, 17 Nov 2004 21:36:04 +0000 tron (svn r668) -Fix: [ 1068269 ]
Wed, 17 Nov 2004 08:52:47 +0000 tron (svn r654) Hopefully complete support for randomized variational spritegroups (i.e. the cars transporter in DBSetXL gets different cars each time) (pasky)
Sun, 14 Nov 2004 19:44:06 +0000 tron (svn r607) -Patch: [ 985102 ] static cleanup
Sat, 13 Nov 2004 20:37:57 +0000 darkvater (svn r570) -newgrf: Support for custom aircrafts via GRF files. Planeset seems to work :). Also use aircraft_vehinfo() instead of the old tables (pasky).
Fri, 05 Nov 2004 23:12:33 +0000 tron (svn r513) Merge revisions 402, 416, 417, 478, 479, 511, 512 from map to trunk