Age | Commit message (Expand) | Author |
2007-06-26 | (svn r10344) -Fix (r10317): confusion between TRACK_n and TRACK_BIT_n stopped... | peter1138 |
2007-06-25 | (svn r10335) -Fix (r10331): Increment the current order index *after* using i... | maedhros |
2007-06-25 | (svn r10317) -Fix [FS#786]: acceleration not calculated properly when a train... | rubidium |
2007-06-22 | (svn r10288) -Fix [FS#202]: also age engines that aren't front-engines (based... | truelight |
2007-06-22 | (svn r10287) -Fix (r10266): some surprises from that (almost always) complain... | rubidium |
2007-06-22 | (svn r10266) -Codechange: keep track of the origin, time of travel and accumu... | rubidium |
2007-06-21 | (svn r10258) -Codechange: as we are now using int64 all over the place, it's ... | rubidium |
2007-06-21 | (svn r10247) -Fix (r10210): *always* call SetDParamMoney when you want to pla... | rubidium |
2007-06-21 | (svn r10246) -Fix (r10297): some forgotten money conversions and truncation i... | rubidium |
2007-06-20 | (svn r10236) -Feature: Introduce a form of timetabling for vehicles. | maedhros |
2007-06-19 | (svn r10222) -Fix [FS#892]: Only 2 trains could crash at one time as collisio... | peter1138 |
2007-06-18 | (svn r10208) -Codechange: replace int32 with Money where appropriate. | rubidium |
2007-06-18 | (svn r10205) -Codechange: refactor returning of cost, so it can be more easil... | rubidium |
2007-06-18 | (svn r10197) -Codechange: replace int32 with CommandCost where appropriate. | rubidium |
2007-06-17 | (svn r10177) -Fix: Passengers has one A and two Es (ln) | peter1138 |
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-02 | (svn r10028) -Fix (r2270/r2951): When deleting the first engine of a train wi... | peter1138 |
2007-06-02 | (svn r10026) -Fix: unlinking a rail vehicle didn't clear the first pointer | bjarni |
2007-06-02 | (svn r10023) -Fix (r3218): When selling trains, if there were no wagons betwe... | maedhros |
2007-06-02 | (svn r10022) -Fix (r10007): Set the type of multiheaded trains before the sub... | maedhros |
2007-06-01 | (svn r10008) -Codechange: Move a couple of functions related to articulated v... | maedhros |
2007-06-01 | (svn r10007) -Codechange: Add some asserts to IsFrontEngine and friends to en... | maedhros |
2007-05-30 | (svn r9987) -Fix [FS#818]: a train under a bridge could collide with a train ... | rubidium |
2007-05-29 | (svn r9973) -Cleanup: removed some code that kept both ends of a dualheaded e... | bjarni |
2007-05-28 | (svn r9967) -Fix (r9938): autoreplace would in certain conditions move dualhe... | bjarni |
2007-05-24 | (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple ... | rubidium |
2007-05-19 | (svn r9875) -Fix (r9828): Only set carriage capacity if the wagon has not bee... | peter1138 |
2007-05-19 | (svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you ... | rubidium |
2007-05-12 | (svn r9828) -Codechange: [NewGRF] Add support for changing cargo capacity wit... | peter1138 |
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-07 | (svn r9806) -Codechange: [NewGRF] Add callback 36 support for purchase cost, ... | peter1138 |
2007-05-06 | (svn r9802) -Fix: a vehicle without visual effects isn't per definition unpow... | rubidium |
2007-05-06 | (svn r9801) -Fix: do not assume that trains running on monorail/maglev cannot... | rubidium |
2007-05-06 | (svn r9800) -Codechange: play sound effects based on the engine class, not th... | 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-04 | (svn r9780) -Codechange: [NewGRF] Add support for variable vehicle weight for... | peter1138 |
2007-05-02 | (svn r9770) -Codechange: perform the payment of cargo when loading/unloading,... | rubidium |
2007-05-01 | (svn r9760) -Codechange: remove the need for saving some vehicle variables. | rubidium |
2007-04-29 | (svn r9756) -Fix [FS#755]: LeaveStation wasn't always called when a station w... | 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-29 | (svn r9752) -Codechange: remove some duplication related to BeginLoading. | rubidium |
2007-04-29 | (svn r9742) -Fix (r9689) [FS#739]: Fix cloning with refit costs again, hopefu... | maedhros |
2007-04-20 | (svn r9685) -Fix (r9683): Call v->LeaveStation() when a vehicle in a station ... | maedhros |
2007-04-18 | (svn r9672) -Cleanup: lots of coding style fixes around operands. | rubidium |
2007-04-18 | (svn r9671) -Codechange: Implement NewGRF callback 36, which allows changing ... | peter1138 |