summaryrefslogtreecommitdiff
path: root/vehicle.c
AgeCommit message (Expand)Author
2005-08-08(svn r2845) Remove sprite size caching, it was unusedtron
2005-08-06(svn r2820) -Fix: [autoreplace] fixed issue introduced in 2817 where autorepl...bjarni
2005-08-06(svn r2819) Make variables, which are exclusive for internal use of the save/...tron
2005-08-06(svn r2817) -Codechange: [autoreplace]: moved autoreplace and autorenew to se...bjarni
2005-08-01(svn r2781) Fix some of the issues with variables in .h files.ludde
2005-08-01(svn r2779) -Fix: [clone vehicles] fixed typos, which could lead to crashes w...bjarni
2005-07-31(svn r2764) -Feature: Clone vehiclesbjarni
2005-07-24(svn r2701) Insert Id tags into all source filestron
2005-07-22(svn r2673) Include functions.h directly, not globally via openttd.htron
2005-07-20(svn r2658) -Codechange: Use MAKE_TRANSPARENT to display a transparented spritecelestar
2005-07-20(svn r2650) Convert many explicit shifts+ands to extract bits to invocations ...tron
2005-07-17(svn r2626) static, const, misc.tron
2005-07-17(svn r2625) - Fix: [pbs] Store the end of a train's reserved path explicitly...hackykid
2005-07-17(svn r2600) Fix: [vehicles] Fix problem with vehicle loop not distributing th...ludde
2005-07-13(svn r2558) Change the internal map format from 7 arrays to one array of stru...tron
2005-07-04(svn r2516) - Feature: [pbs] Implement path-based-signalling. This allows mu...hackykid
2005-07-03(svn r2514) - Codechange: [NPF] Move the checking of railtype into a funciton...matthijs
2005-06-26(svn r2491) -Fix: Solved a performance problem introduced in r2467. While busycelestar
2005-06-25(svn r2486) Turn TILE_FROM_XY into an inline function and rename it to TileVi...tron
2005-06-24(svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"tron
2005-06-21(svn r2468) -Codechange: Got rid of DEREF_PLAYER and replaced it by GetPlayercelestar
2005-06-20(svn r2465) Remove some unreachable codetron
2005-06-17(svn r2450) * Codechange: Replaced all uses of the arrays in tile.h with call...matthijs
2005-06-16(svn r2448) General cleanup of rail related code, more to follow.matthijs
2005-06-07(svn r2432) Use GetEngine() instead of DEREF_ENGINE() or even _engines[]tron
2005-06-06(svn r2428) - Feature: [newgrf] Implement shorter train vehicles (Therax), a...hackykid
2005-06-06(svn r2423) - CodeChange: Include first_engine in the train cache, instead o...hackykid
2005-06-05(svn r2411) - Codechange: Have trains cache stuff like consist power/weight/...hackykid
2005-06-02(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.Darkvater
2005-05-30(svn r2387) - CodeChange: made the saveload code more readable and also remov...Darkvater
2005-05-17(svn r2345) - Fix: Don't allow stuff to be renamed to nothing if we don't sup...Darkvater
2005-05-15(svn r2324) Introduce _cmd_text for passing strings with a command instead of...tron
2005-05-14(svn r2306) - CodeChange: Check the last commands; refits. This needed an ext...Darkvater
2005-05-12(svn r2300) - CodeChange: check the last number of commands, now only the ref...Darkvater
2005-05-12(svn r2297) - CodeChange: server-check the next batch of commands.Darkvater
2005-05-11(svn r2290) - CodeChange: protect the next batch of commands. This brings us ...Darkvater
2005-05-05(svn r2269) - CodeChange: no else after return; exchange some magic 0xffff wi...Darkvater
2005-05-03(svn r2262) - Fix: Assertion when vehicle in a depot wants to do pathfinding.matthijs
2005-05-03(svn r2261) - Fix: When crashed vehicles try to find a depot for servicing, o...matthijs
2005-05-02(svn r2256) - Fix: Trains cannot find a depot when they are in a tunnel. (glx)matthijs
2005-05-01(svn r2239) -Fix [autoreplace]: [ 1185653 ] autoreplacing a dualheaded engine...bjarni
2005-04-08(svn r2167) -fix: [autoreplace] trains now get the default cargo type if the...bjarni
2005-04-06(svn r2156) -Fix: in revision 2104 someone forgot to add a very important che...truelight
2005-04-03(svn r2139) -fix: "[ 1146215 ] Engine power not updated w/auto replace" autor...bjarni
2005-03-30(svn r2109) -Fix: use FindVehicleOnTileZ(tile, 0) over FindVehicleBetween(til...truelight
2005-03-29(svn r2105) -Codechange: Added a cache for the first vehicle of a chain to in...celestar
2005-03-29(svn r2104) Simplify implementation of Get{First,Prev}VehicleInChain() and re...tron
2005-03-24(svn r2046) -Codechange: moved all waypoint code to waypoint.c/waypoint.htruelight
2005-03-24(svn r2045) -Fix: hopefully fixed the desync problem. Please all test this re...truelight
2005-03-24(svn r2041) -Fix: not all vehicles did get a day_proc call (because of roundi...truelight