Age | Commit message (Expand) | Author |
2006-09-27 | (svn r6532) - Feature: Add support for NewGRF sound effects. Currently sound ... | peter1138 |
2006-09-08 | (svn r6424) -Codechange: [autoreplace] removed a loop though all vehicles fro... | bjarni |
2006-09-04 | (svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more... | rubidium |
2006-09-04 | (svn r6378) -Codechange: Rename VLW_FLAGS to VLW_MASK as it is a mask | Darkvater |
2006-09-04 | (svn r6376) -Codechange: [vehicle refit] moved all refit cost calculations in... | bjarni |
2006-09-03 | (svn r6356) -Fix: FS#263 planes come out of hangar and drive back into hangar | bjarni |
2006-09-03 | (svn r6353) -Codechange: Make DestinationID a typedef of uin16, which is as l... | tron |
2006-09-02 | (svn r6352) -Fix: FS#322 Send to depot bug | bjarni |
2006-09-02 | (svn r6304) -Codechange r6295: Use !! instead of (bool) in commands to send v... | bjarni |
2006-09-01 | (svn r6295) -Feature: using goto depot with a different control selection wil... | bjarni |
2006-09-01 | (svn r6291) -Feature: Vehicle lists from the station window now also got the ... | bjarni |
2006-08-30 | (svn r6246) -Feature: added the many times requested "send all vehicle to dep... | bjarni |
2006-08-29 | (svn r6229) -Feature: Shared order lists now got a "goto depot" button | bjarni |
2006-08-28 | (svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {... | rubidium |
2006-08-27 | (svn r6165) -Feature: control click Goto Depot will now make the vehicle service | bjarni |
2006-08-26 | (svn r6142) -Codechange: added WaypointID (sorry DV, couldn't splits it anymore) | truelight |
2006-08-22 | (svn r6053) -Codechange: renamed all IsXXXIndex to IsValidXXXID | truelight |
2006-08-22 | (svn r6052) -Codechange: change OrderType (order->type) in a typedef | truelight |
2006-08-22 | (svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips inva... | truelight |
2006-08-22 | (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit... | rubidium |
2006-08-21 | (svn r6039) -Fix: [newGRF] FS#287 Bugfix for error in NewGRF callback 31 code... | bjarni |
2006-08-20 | (svn r6002) -Cleanup: remove the now redundant BASE_YEAR constant. | rubidium |
2006-08-16 | (svn r5926) -Codechange: make _cur_year contain the full year, instead of the... | rubidium |
2006-08-15 | (svn r5914) -Fix [FS#235]: Bugfix for errors in FindNearestHangar function in... | Darkvater |
2006-08-14 | (svn r5887) -Cleanup: move date related functions, defines and variables to d... | rubidium |
2006-08-13 | (svn r5883) -Fix [FS#272]: use the height of the edge of the map for shadows ... | rubidium |
2006-08-09 | (svn r5822) - NewGRF: add support for callback 31, vehicle start/stop check. ... | peter1138 |
2006-08-09 | (svn r5819) - NewGRF: add support for refit costs specified in NewGRF. This m... | peter1138 |
2006-07-26 | (svn r5613) Rename VS_DISASTER to VS_SHADOW, because this is what this flag a... | tron |
2006-07-22 | (svn r5594) Be more strict what's allowed to be built in a hangar: if the air... | tron |
2006-07-03 | (svn r5454) -Fix: [ 1394231 ] Autorenew glitch on helicopters | bjarni |
2006-06-29 | (svn r5427) - Codechange: testing for "== true" is redundant. | peter1138 |
2006-06-27 | (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular | tron |
2006-06-26 | (svn r5376) - Fix: Changed error message when trying to build a CTOL aircraft... | richk |
2006-06-23 | (svn r5346) - Feature: Add 4 new airports. 2 for aircraft, 2 for helicopters. | richk |
2006-06-22 | (svn r5336) - NewGRF: draw custom helicopter rotor sprites in vehicle info wi... | peter1138 |
2006-06-14 | (svn r5262) Add symbolic names for the aircraft subtypes. not perfect, but be... | tron |
2006-06-09 | (svn r5187) - NewGRF: temporarily change a vehicle's cargo subtype when calli... | peter1138 |
2006-06-09 | (svn r5186) - NewGRF: show default aircraft cargo type and the purchase list ... | peter1138 |
2006-06-07 | (svn r5147) - NewGRF: Use refit capacity callback when refitting an aircraft ... | peter1138 |
2006-06-07 | (svn r5146) - NewGRF: Support selection of aircraft default cargo type by che... | peter1138 |
2006-06-05 | (svn r5124) Add IsAircraftInHangar{Stopped,}(), which supersedes CheckStopped... | tron |
2006-06-04 | (svn r5104) - When refitting a vehicle to its existing cargo type, don't lose... | peter1138 |
2006-06-04 | (svn r5103) - Add cargo subtype parameter to refit commands (mart3p) | peter1138 |
2006-06-04 | (svn r5094) Remove _new_{aircraft,roadveh,ship,train,wagon}_id. _new_vehicle_... | tron |
2006-05-19 | (svn r4914) -Fix (FS#180) Aircraft can now serve as feeders | celestar |
2006-05-19 | (svn r4910) - NewGRF: add and initialize cargo subtype for vehicle visual var... | peter1138 |
2006-05-11 | (svn r4826) -Fix: [autoreplace] fixed possible problem when autoreplacing and... | bjarni |
2006-05-02 | (svn r4693) - NewGRF: invalidate aircraft in viewports during loading stages ... | peter1138 |
2006-05-01 | (svn r4653) - NewGRF: enable use of custom helicopter rotors in game (but not... | peter1138 |