summaryrefslogtreecommitdiff
path: root/src/roadveh_cmd.cpp
AgeCommit message (Expand)Author
2007-11-19(svn r11476) -Codechange: rename the function myabs to abs to get rid of an u...skidd13
2007-11-19(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit ...skidd13
2007-11-18(svn r11461) -Fix [FS#1449] (r11449): a bus turning around in a station could...rubidium
2007-11-17(svn r11449) -Fix [FS#1160]: trams could deadlock themselves. As of now trams...rubidium
2007-11-12(svn r11419) -Fix [FS#1388]: articulated vehicle breaking up when making a 90...rubidium
2007-11-05(svn r11385) -Fix r11383: bool operation can be hard to translate for some pe...truelight
2007-11-04(svn r11383) -Codechange: fixed all the mess around KillFirstBit (tnx to Rubi...truelight
2007-11-04(svn r11382) -Codechange: renamed COUNTBITS to CountBits, as it is no longer ...truelight
2007-10-31(svn r11367) -Fix [FS#1258]: non-articulated road vehicles should be able to ...rubidium
2007-10-31(svn r11366) -Fix [FS#1258]: road vehicles must not drive through eachother o...rubidium
2007-10-21(svn r11332) -Fix: vehicles getting a value of 0 on construction.rubidium
2007-10-20(svn r11317) -Fix [FS#1355]: don't read a variable of a destroyed vehicle as ...rubidium
2007-10-08(svn r11229) -Fix [FS#1307]: one could sell vehicles that were crashed in a d...rubidium
2007-10-04(svn r11200) -Fix [FS#1291]: road vehicles could not overtake on one way road...rubidium
2007-09-26(svn r11173) -Codechange: rename some callback enums so they are more uniform.rubidium
2007-09-17(svn r11122) -Fix [FS#1234]: crash when building a NewGRF vehicle when the ar...rubidium
2007-09-16(svn r11120) -Codechange: remove the arbitrary limit of 10 articulated parts ...rubidium
2007-09-09(svn r11072) -Fix [FS#1045]: when a vehicle had a service order, the goto-dep...rubidium
2007-09-01(svn r11031) -Codechange: reduce the amount of duplication of bit counting fu...rubidium
2007-08-31(svn r11017) -Codechange: unify determining whether a vehicle needs/can be se...rubidium
2007-08-30(svn r11011) -Fix [FS#1129]: GetFirstVehicleInChain did change the game state...rubidium
2007-08-30(svn r11003) -Codechange: replace Vehicle->next to Vehicle->Next() and Vehicl...rubidium
2007-08-29(svn r11001) -Codechange: unify the way to determine whether a vehicle is in ...rubidium
2007-08-26(svn r10983) -Codechange: use vehstatus & VS_CRASHED instead of some other "m...rubidium
2007-08-24(svn r10974) -Fix [FS#1144, FS#1155]: road vehicles that could not (properly)...rubidium
2007-08-16(svn r10924) -Fix [FS#1120]: VS_STOPPED is only set for the front part of an ...maedhros
2007-08-07(svn r10823) -Fix r8610 [FS#1097]: the autoreplace window vehicle count didn'...bjarni
2007-08-06(svn r10814) -Fix [FS#1103]/Codechange: allow trams to be reverse manually, e...rubidium
2007-08-06(svn r10812) -Fix (r10097) [FS#1093]: Make RoadVehicle::MarkDirty() mark all ...maedhros
2007-08-06(svn r10811) -Fix (r10097): Refit all the parts of an articulated road vehicl...maedhros
2007-08-06(svn r10809) -Fix (r10097): When reversing, articulated parts of road vehicle...maedhros
2007-08-03(svn r10770) -Codechange: use the pool item class as super class for the vehi...rubidium
2007-07-29(svn r10733) -Codechange: change MP_STREET into MP_ROAD as we use the word "r...rubidium
2007-07-26(svn r10697) -Codechange: give a more sensible names to some of the unkX vari...rubidium
2007-07-24(svn r10672) -Codechange: typify some parameters/variables.rubidium
2007-07-16(svn r10587) -Codechange: move the string/dparam related stuff from variables...rubidium
2007-07-09(svn r10493) -Codechange: update some callback ID enums to reflect their chan...rubidium
2007-07-01(svn r10409) -Codechange: replace (Aircraft|RoadVeh|Ship|Train)_Tick with a T...rubidium
2007-07-01(svn r10408) -Codechange: make GetImage a class method of Vehicle instead of ...rubidium
2007-06-27(svn r10363) -Fix [FS#911]: invalidating autoreplace windows didn't take acco...peter1138
2007-06-26(svn r10345) -Fix [FS#290]: Make OPF handle coming out of a tunnel as well as...matthijs
2007-06-25(svn r10335) -Fix (r10331): Increment the current order index *after* using i...maedhros
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-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 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-12(svn r10122) -Codechange: Add a CountBitsSet function and use it to replace s...maedhros
2007-06-12(svn r10111) -Codechange: Add new vehicle hash table for collision detection ...peter1138