summaryrefslogtreecommitdiff
path: root/vehicle.c
AgeCommit message (Expand)Author
2006-12-26(svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debu...Darkvater
2006-12-21(svn r7535) -Fix (r7326): Always unload cargo if the station accepts it, and ...Darkvater
2006-12-21(svn r7523) -Feature: Add the possibility to change the newgrf configuration ...Darkvater
2006-12-09(svn r7448) -Fix (r5794): use the height of the edge of the map for effect ve...rubidium
2006-12-05(svn r7386) -Codechange r7385: moved deletion of the vehicle highlight from D...bjarni
2006-12-05(svn r7385) -Fix: FS#418 Deleting Train in depot with autoreplace failesbjarni
2006-12-05(svn r7372) - CodeChange: Rename all GetXXXArraySize() functions to GetNumXXX...matthijs
2006-12-03(svn r7331) - Codechange: Rename all memory pool macro's and types to "old po...matthijs
2006-12-02(svn r7326) -Feature: Add support for gradual (un)loading of vehicles (Maedhros)peter1138
2006-11-08(svn r7115) -Fix [FS#371]: Cloning a vehicle that has been refitted would inc...peter1138
2006-10-28(svn r6975) Use the pool macros for the Vehicle pooltron
2006-10-23(svn r6905) - Codechange: Copy cargo subtype when cloning vehicles.peter1138
2006-10-21(svn r6884) -Codechange: Add strict bounds checking in string formatting system.Darkvater
2006-10-16(svn r6788) - Codechange: Add and use a function to test if a string ID is a ...peter1138
2006-10-08(svn r6698) -Code cleanup r6697: simplified getting the string of the vehicle...bjarni
2006-10-08(svn r6697) -Fix: [order refit] if an order refit fails, the vehicle is now s...bjarni
2006-10-08(svn r6696) -Codechange: changed all comparision for refit cargo in orders ag...bjarni
2006-10-07(svn r6676) -Fix: [vehicle list windows] mass start/stop now works correctly ...bjarni
2006-10-05(svn r6653) -Fix r6624: [autoreplace] autoreplace will no longer replace a ve...bjarni
2006-10-05(svn r6651) -Coding feature: added the windowevent WE_INVALIDATE_DATAbjarni
2006-10-05(svn r6648) -Codechange: simplified CmdDepotMassAutoReplace() by changing a s...bjarni
2006-10-05(svn r6646) -Codechange: [vehicle list window] Cleaned up the drawing codebjarni
2006-10-04(svn r6640) -Fix: [autoreplace] autoreplace can now use the money for selling...bjarni
2006-10-04(svn r6637) -Codechange: merged all (vehicle type)EnterDepot into VehicleEnte...bjarni
2006-10-03(svn r6624) -Feature: added ability to add refit commands to vehicle orders (...bjarni
2006-10-01(svn r6602) - Feature: we now support NewGRF livery refits, as used by DBsetX...peter1138
2006-09-30(svn r6590) -Fix r6588: killed MSVC warnings for realglx
2006-09-30(svn r6588) -Fix r6582: killed some windows only warnings (thanks webfreakz f...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-29(svn r6580) -Fix r6552: [depot window] fixed issue where vehicles sometimes f...bjarni
2006-09-29(svn r6579) -Fix r6552: [depot window] solved a condition where pressing auto...bjarni
2006-09-29(svn r6570) -Feature: added "start all" and "stop all" buttons to the vehicle...bjarni
2006-09-28(svn r6552) -Feature: [depot window] added a "autoreplace all vehicles in dep...bjarni
2006-09-27(svn r6542) -Feature: [depot window] added a "sell all vehicles in depot" buttonbjarni
2006-09-27(svn r6532) - Feature: Add support for NewGRF sound effects. Currently sound ...peter1138
2006-09-27(svn r6524) -Code cleanup r6515: cleaned up the command to start/stop all veh...bjarni
2006-09-26(svn r6515) -Feature: added "start all" and "stop all" buttons to the depot w...bjarni
2006-09-24(svn r6503) -Codechange: added a function to tell what vehicles a depot containsbjarni
2006-09-17(svn r6474) - Add a patch option to control display of liveries, allowing non...peter1138
2006-09-16(svn r6468) -Codechange r6464: now use error() when failing refit in autorepl...bjarni
2006-09-16(svn r6464) -Fix r6393: killed a warning when compiling without assertsbjarni
2006-09-15(svn r6456) - Replace single colour scheme for passenger wagons with separate...peter1138
2006-09-15(svn r6455) - Feature: Add 2cc (two company colours) livery schemes. This rep...peter1138
2006-09-08(svn r6424) -Codechange: [autoreplace] removed a loop though all vehicles fro...bjarni
2006-09-05(svn r6407) -Fix: Check return values of DoCommand() with CmdFailed and that ...Darkvater
2006-09-05(svn r6394) -Fix r6393: removed a warning originally removed in r6376 acciden...bjarni
2006-09-05(svn r6393) -Fix: [autoreplace] now refit costs are added to the estimated co...bjarni
2006-09-04(svn r6386) -Fix(r6376): removed a warningglx
2006-09-04(svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more...rubidium