Age | Commit message (Expand) | Author |
2006-10-28 | (svn r6975) Use the pool macros for the Vehicle pool | tron |
2006-10-17 | (svn r6800) -Feature change: [train is lost] message is now generated immedia... | KUDr |
2006-10-05 | (svn r6646) -Codechange: [vehicle list window] Cleaned up the drawing code | bjarni |
2006-10-04 | (svn r6637) -Codechange: merged all (vehicle type)EnterDepot into VehicleEnte... | bjarni |
2006-09-30 | (svn r6586) -Feature: [depot window] added a vehicle list window with all veh... | bjarni |
2006-09-29 | (svn r6582) -Codechange: changed GenerateVehicleSortList() to reuse the same ... | bjarni |
2006-09-27 | (svn r6532) - Feature: Add support for NewGRF sound effects. Currently sound ... | peter1138 |
2006-09-24 | (svn r6503) -Codechange: added a function to tell what vehicles a depot contains | bjarni |
2006-09-08 | (svn r6424) -Codechange: [autoreplace] removed a loop though all vehicles fro... | bjarni |
2006-09-04 | (svn r6376) -Codechange: [vehicle refit] moved all refit cost calculations in... | bjarni |
2006-09-01 | (svn r6291) -Feature: Vehicle lists from the station window now also got the ... | bjarni |
2006-08-31 | (svn r6282) -Codechange: made a function to create the vehicle list for vehic... | bjarni |
2006-08-31 | (svn r6279) -Codechange (r1525): Use proper const pointers for functions that... | Darkvater |
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-26 | (svn r6157) -Codechange: DeleteVehicle removes a vehicle from the pool | truelight |
2006-08-26 | (svn r6144) -Codechange: renamed OrderID to VehicleOrderID, because it had no... | truelight |
2006-08-26 | (svn r6137) -Codechange: some very minor cleanups: | truelight |
2006-08-22 | (svn r6055) -Codechange: added GetXXXArraySize, which returns HighestID + 1 (... | truelight |
2006-08-22 | (svn r6053) -Codechange: renamed all IsXXXIndex to IsValidXXXID | 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-20 | (svn r5999) -Feature: change the original date format to a 32 bits format bas... | rubidium |
2006-08-15 | (svn r5919) -Cleanup: use the type Date when the variable really is a date | rubidium |
2006-07-26 | (svn r5614) Move a type declaration to its only user | tron |
2006-07-26 | (svn r5613) Rename VS_DISASTER to VS_SHADOW, because this is what this flag a... | tron |
2006-06-27 | (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular | tron |
2006-06-07 | (svn r5155) - Remove the bridge branch merge (revision r5070) | tron |
2006-06-07 | (svn r5146) - NewGRF: Support selection of aircraft default cargo type by che... | peter1138 |
2006-06-04 | (svn r5094) Remove _new_{aircraft,roadveh,ship,train,wagon}_id. _new_vehicle_... | tron |
2006-06-02 | (svn r5070) Merged the bridge branch | celestar |
2006-05-21 | (svn r4937) Reduce the use of _error_message a bit | tron |
2006-05-19 | (svn r4910) - NewGRF: add and initialize cargo subtype for vehicle visual var... | peter1138 |
2006-04-18 | (svn r4466) -Fix: (FS#71) Game no longer crashes when the last vehicle servin... | celestar |
2006-04-03 | (svn r4259) -[multistop] Fix/Feature/Codechange: | celestar |
2006-03-29 | (svn r4150) -Feature: Merged elrails into trunk. Thanks to Tron for lots of c... | celestar |
2006-03-26 | (svn r4131) - CodeChange: Add proper semantics for StationID for such variabl... | Darkvater |
2006-03-26 | (svn r4128) - CodeChange: Add proper semantics for CargoID for such variables... | Darkvater |
2006-03-26 | (svn r4120) Use the new station functions where appropriate | tron |
2006-03-18 | (svn r3944) -Feature: it's now possible to turn a single unit in a train | bjarni |
2006-03-09 | (svn r3805) - [FS#62] Fix doxygen comments to refer to the correct parameter.... | peter1138 |
2006-03-09 | (svn r3803) Change the second parameter of UpdateSignalsOnSegment() from Dire... | tron |
2006-03-08 | (svn r3783) Replace further ints and magic numbers by Direction, DiagDirectio... | tron |
2006-03-06 | (svn r3776) Replace many ints and magic numbers by Direction, DiagDirection a... | tron |
2006-03-02 | (svn r3730) Multistop modifications: | celestar |
2006-03-01 | (svn r3701) [2cc] move vehicle/engine palette functions out of header file an... | peter1138 |
2006-02-20 | (svn r3620) - 2cc: Replace use of macro to determine colour map with a functi... | peter1138 |
2006-02-13 | (svn r3602) - Move _railveh_score data to _rail_vehicle_info->ai_rank and rem... | peter1138 |
2006-02-11 | (svn r3589) - Rename u.road.unk2 to u.road.blocked_ctr | peter1138 |