Age | Commit message (Expand) | Author |
2007-06-11 | (svn r10097) -Feature: Add support for articulated road vehicles, or callback... | maedhros |
2007-06-01 | (svn r10009) -Codechange: Add and use Vehicle::IsPrimaryVehicle to replace in... | maedhros |
2007-05-24 | (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple ... | rubidium |
2007-05-19 | (svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you ... | rubidium |
2007-05-18 | (svn r9872) -Codechange: more type strictness for vehicle types | rubidium |
2007-05-15 | (svn r9841) -Codechange: add a little more type strictness to the vehicle types. | rubidium |
2007-05-14 | (svn r9836) -Codechange: make non-improved loading happen FIFO-ish; generally... | rubidium |
2007-05-13 | (svn r9831) -Codechange: more refactoring of the loading/unloading. | rubidium |
2007-05-10 | (svn r9818) -Codechange: Cache wagon override sprite set whenever consist is ... | peter1138 |
2007-05-07 | (svn r9808) -Codechange: unify the Handle<VehicleType>Loading functions. | rubidium |
2007-05-07 | (svn r9807) -Codechange: unify playing of sound when vehicle has been loaded ... | rubidium |
2007-05-06 | (svn r9794) -Codechange: refactor the question whether a vehicle can be loade... | rubidium |
2007-05-04 | (svn r9784) -Codechange: remove unused variable. | rubidium |
2007-05-02 | (svn r9770) -Codechange: perform the payment of cargo when loading/unloading,... | rubidium |
2007-05-02 | (svn r9765) -Codechange: constify some class functions. | rubidium |
2007-05-02 | (svn r9764) -Codechange: replace some lookup tables by functions. | rubidium |
2007-05-01 | (svn r9760) -Codechange: remove the need for saving some vehicle variables. | rubidium |
2007-04-29 | (svn r9755) -Codechange: refactor some more of the begin loading stuff. | rubidium |
2007-04-29 | (svn r9754) -Codechange: make classes for all vehicle types, so we can make n... | rubidium |
2007-04-20 | (svn r9702) -Codechange: Add livery support to newgrf vehicle var 43 | peter1138 |
2007-04-18 | (svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tab... | rubidium |
2007-04-18 | (svn r9671) -Codechange: Implement NewGRF callback 36, which allows changing ... | peter1138 |
2007-04-04 | (svn r9559) -Documentation: doxygen and comment changes: 'U' and 'V' now. Al... | belugas |
2007-03-08 | (svn r9073) -Codechange: moved autoreplace to a file of it's own (now autorep... | bjarni |
2007-03-08 | (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the cod... | rubidium |
2007-03-07 | (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; | rubidium |
2007-03-07 | (svn r9050) -Codechange: Foo(void) -> Foo() | rubidium |
2007-03-02 | (svn r8978) -Feature: Rewrite of transfer system. | richk |
2007-02-28 | (svn r8946) -Feature: [NewGRF] Add support for vehicle variables 0xFE and 0xF... | maedhros |
2007-02-28 | (svn r8945) -Codechange: Rename v->load_status to v->vehicle_flags so it can ... | maedhros |
2007-02-26 | (svn r8911) -Cleanup: fixup comments about the RoadVehicleStates and remove t... | rubidium |
2007-02-25 | (svn r8897) -Fix | tron |
2007-02-25 | (svn r8896) -Fix | tron |
2007-02-14 | (svn r8735) -Feature: drive-through road stops made possible by the hard work... | rubidium |
2007-02-13 | (svn r8715) -Codechange/cleanup: replace magic numbers related to state of ro... | rubidium |
2007-02-13 | (svn r8698) -Codechange: enumify the returns of VehicleEnterTile | rubidium |
2007-02-07 | (svn r8621) -Codechange: assigned new numbers to the VEH_(type) enum so that ... | bjarni |
2007-02-06 | (svn r8610) -Codechange/Feature: rewrote the list handling in the autoreplace... | bjarni |
2007-02-05 | (svn r8593) -Fix (FS#564): bridges do not get destroyed when the bridge head ... | rubidium |
2007-01-31 | (svn r8501) -Fix (r7377) [FS#539]: Keep track of how much cargo has been paid... | maedhros |
2007-01-28 | (svn r8448) -Codechange/Fix (r2993): Also update the helicopter's rotor when ... | Darkvater |
2007-01-27 | (svn r8428) -Codechange: Add proper names to aircraft subtypes instead of mag... | Darkvater |
2007-01-22 | (svn r8349) -Codechange: replaced CMD_REFIT_VEH() and similar defines with re... | bjarni |
2007-01-22 | (svn r8341) -Codechange (r8336): added assert to VehTypeToIndex() to ensure v... | bjarni |
2007-01-22 | (svn r8336) -Codechange: added function to translate vehicle types to 0,1,2..... | bjarni |
2007-01-21 | (svn r8327) -Codechange: though overloading, IsPlayerBuildableVehicleType() n... | bjarni |
2007-01-21 | (svn r8296) -Fix: GenerateVehicleSortList() tried to put a TileIndex into an ... | bjarni |
2007-01-21 | (svn r8295) -Cleanup: merged arguments station, order and depot_airport_index... | bjarni |
2007-01-21 | (svn r8294) -Fix: deleting a vehicle with shared orders, but no orders would ... | bjarni |
2007-01-15 | (svn r8144) -Fix: [FS#163] When a station is removed, vehicles do not get exc... | celestar |