summaryrefslogtreecommitdiff
path: root/src/vehicle.h
AgeCommit message (Expand)Author
2007-06-27(svn r10363) -Fix [FS#911]: invalidating autoreplace windows didn't take acco...peter1138
2007-06-27(svn r10353) -Fix/Feature [FS#669]: disallow (in the GUI) the building of inf...rubidium
2007-06-25(svn r10331) -Feature: Add the possibility of automatically filling in timeta...maedhros
2007-06-22(svn r10270) -Add: prefixed the loading indicator with an arrow, up meaning v...truelight
2007-06-22(svn r10266) -Codechange: keep track of the origin, time of travel and accumu...rubidium
2007-06-21(svn r10254) -Feature: loading indicator, which shows in % how full a vehicle...truelight
2007-06-20(svn r10236) -Feature: Introduce a form of timetabling for vehicles.maedhros
2007-06-18(svn r10208) -Codechange: replace int32 with Money where appropriate.rubidium
2007-06-18(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.rubidium
2007-06-12(svn r10111) -Codechange: Add new vehicle hash table for collision detection ...peter1138
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 typesrubidium
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 43peter1138
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) -Fixtron
2007-02-25(svn r8896) -Fixtron
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 VehicleEnterTilerubidium
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