summaryrefslogtreecommitdiff
path: root/src/vehicle.cpp
AgeCommit message (Expand)Author
2009-01-12(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ...truebrain
2009-01-11(svn r14990) -Codechange: handle articulated RVs and trams more strictly in G...rubidium
2009-01-10(svn r14958) -Codechange [FS#1923]: when checking for unique names, compare o...smatz
2009-01-10(svn r14952) -Codechange: unify the "can vehicle go to station" testsrubidium
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2009-01-09(svn r14944) -Cleanup: add spaces around some operatorsrubidium
2009-01-09(svn r14933) -Codechange: check the whether a pool item can be constructed in...rubidium
2009-01-08(svn r14925) -Fix [FS#2500]: Abort dragging of vehicles in the group window w...frosch
2009-01-04(svn r14835) -Change: apply the 'warn if train's income is negative' setting ...smatz
2009-01-04(svn r14831) -Codechange: use {VEHICLE} instead of Train/Ship/Road veh/Aircra...smatz
2009-01-04(svn r14828) -Codechange: move most of save/load-specific code to separate filessmatz
2009-01-03(svn r14803) -Codechange: move order list management into it's own class and ...rubidium
2009-01-02(svn r14785) -Fix [FS#2132]: vehicle list for station gets closed when statio...rubidium
2008-12-28(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)...rubidium
2008-12-26(svn r14753) -Fix (r1): after buying a company, one could have more vehicles ...smatz
2008-12-26(svn r14751) -Codechange: put VehicleEnterTile declaration where it should be...smatz
2008-12-26(svn r14748) -Codechange: unduplicate window updating when deleting vehicles.rubidium
2008-12-26(svn r14747) -Codechange: remove DeleteVehicleChain in favour of the vehicle ...rubidium
2008-12-26(svn r14745) -Codechange: move "depot_list" and "leave_depot_immediately" out...rubidium
2008-11-02(svn r14559) -Fix [FS#2387]: A train could be blocked inside a depot if it wa...michi_cc
2008-10-24(svn r14524) -Add: stop-in-depot as part of orders (PhilSophus)rubidium
2008-10-19(svn r14491) -Documentation: updates/additions of doxygen docs (Alberth)rubidium
2008-10-14(svn r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus)rubidium
2008-10-07(svn r14448) -Codechange [FS#2328]: rename a few variables (based on a patch ...smatz
2008-09-30(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.rubidium
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-09-27(svn r14406) -Fix [FS#Eddi]: Autoreplace did not work for vehicles in free wa...frosch
2008-09-24(svn r14395) -Fix [FS#2285]: crashes and GUI desyncs when order is deleted/mo...smatz
2008-09-21(svn r14371) -Fix [FS#2313]: loading indicator didn't stay with the front eng...rubidium
2008-09-21(svn r14369) -Fix: Enforce non-front engines to be stopped.frosch
2008-09-16(svn r14343) -Fix [FS#2300]: invalid v->u.air.targetairport could cause crash...smatz
2008-09-15(svn r14337) -Codechange: use CmdRename* and CMD_RENAME_* for vehicle, presid...smatz
2008-09-15(svn r14334) -Feature: ability to reset name to default/automatic value (for ...smatz
2008-09-14(svn r14324) -Fix [FS#2241]: free any blocks that a helicopter may have on an...rubidium
2008-09-09(svn r14285) -Fix [FS#2263]: A train inside a wormhole could free the reserva...michi_cc
2008-09-07(svn r14258) -Codechange: rework the way to query the vehicle hash to make su...rubidium
2008-09-02(svn r14223) -Codechange: make GetSprite aware of the 4 different types of sp...rubidium
2008-08-22(svn r14132) -Fix (r14039): Only reserve a path on leaving a station if the c...frosch
2008-08-20(svn r14110) -Fix: desyncs due to bubbles in toylandglx
2008-08-17(svn r14097) -Fix [FS#2085]: one couldn't get a list of vehicles sharing an o...rubidium
2008-08-17(svn r14096) -Codechange: merge the shared order's vehicle list management to...rubidium
2008-08-17(svn r14095) -Fix (r14076): Trains shall not stop instantly.frosch
2008-08-17(svn r14089) -Fix [FS#2219]: trains not being able to find a route to a depot...rubidium
2008-08-16(svn r14085) -Cleanup (r14083): Remove no longer used functions.frosch
2008-08-16(svn r14083) -Fix [FS#1264, FS#2037, FS#2038, FS#2110]: Rewrite the autorepla...frosch
2008-08-15(svn r14076) -Codechange: Merge the four start/stop commands into a single CM...frosch
2008-08-13(svn r14064) -Fix [FS#1752]: check for the length of strings (in bytes) in th...rubidium
2008-08-10(svn r14039) -Fix [FS#2217]: reversing an overlength train at a station would...rubidium
2008-08-02(svn r13950) -Add [YAPP]: Trains can now also be in a 'stuck' state when wait...rubidium
2008-08-01(svn r13912) -Codechange: remove some casts by returning the proper type inst...rubidium