summaryrefslogtreecommitdiff
path: root/ship_cmd.c
AgeCommit message (Expand)Author
2006-02-10(svn r3585) Similar changes to the order handlers of the other vehicle types ...tron
2006-02-03(svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch],...peter1138
2006-01-29(svn r3472) - [PBS] Remove from trunk. Anyone interested can still find it in...Darkvater
2006-01-18(svn r3402) -Fix: [building/cloning] added a string telling if build failed d...bjarni
2006-01-05(svn r3367) Unify the 4 distinct CMD_CHANGE_{AIRCRAFT,ROADVEH,SHIP,TRAIN}_SER...tron
2006-01-05(svn r3365) Staticise 36 functionstron
2005-12-28(svn r3352) - NewGRF: Move initialization of vehicle random_bits to DC_EXEC b...peter1138
2005-12-24(svn r3339) Remove unnecessary includestron
2005-11-29(svn r3248) - Codechange: Change interface of CanRefitTo() to supply the engi...peter1138
2005-11-16(svn r3204) Make handling of clicking on vehicles a bit less ugly by avoiding...tron
2005-11-14(svn r3181) -Bracingtron
2005-11-14(svn r3177) GB, CLRBIT, HASBIT, TOGGLEBITtron
2005-11-13(svn r3172) static, consttron
2005-11-08(svn r3156) -Fix: removed some cases where autoreplace windows were redrawn w...bjarni
2005-10-31(svn r3111) -Fix: [autoreplace] [ 1341783 ] Assertion failure in vehicle.c li...bjarni
2005-10-30(svn r3105) readded 2 line that should not have been removed in last commit(3...bjarni
2005-10-30(svn r3104) -Codechange: [refit] removed now obsolite code that the old autor...bjarni
2005-10-29(svn r3101) -Codechange: added _new_vehicle_idbjarni
2005-10-26(svn r3090) Remove long dead pieces of codetron
2005-10-24(svn r3081) -Codechange: [autoreplace] complete rewrite of autoreplacebjarni
2005-10-01(svn r3003) Change int, uint, uin16 and byte to EngineID where appropriate, p...tron
2005-09-26(svn r2990) Remove _engine_original_sprites and replace all uses with referen...peter1138
2005-07-28(svn r2732) -Codechange: Cleaned the order flags some more. Hit some inconsis...celestar
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-21(svn r2669) Shuffle some more stuff around to reduce dependenciestron
2005-07-21(svn r2660) Get rid of some more shifting/anding/castingtron
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-07-01(svn r2504) Move Draw*EngineInfo to engine_gui.c to reduce dependenciestron
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-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-04(svn r2407) Use {Get,Is}TileOwner to get/check the owner of a tile and fix so...tron
2005-06-02(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.Darkvater
2005-05-14(svn r2306) - CodeChange: Check the last commands; refits. This needed an ext...Darkvater
2005-05-12(svn r2297) - CodeChange: server-check the next batch of commands.Darkvater
2005-05-11(svn r2294) - CodeChange: check the service interval settings when changing o...Darkvater
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-02(svn r2255) - Fix: [ 9680363 ] [NPF] Broken buoy handling for shipsmatthijs
2005-04-15(svn r2202) - Fix: [NPF] When a vehicle could not reach its target, it would ...matthijs
2005-03-20(svn r2034) -Codechange: Replaced the rather meaningless LOAD and UNLOAD flag...celestar
2005-03-19(svn r2024) -Fix: [autoreplace] reverted all changes involving v->set_for_re...bjarni
2005-03-06(svn r1947) As in r1946, permit DC_QUERY_COST even on non-depot tiles - so th...pasky
2005-02-22(svn r1905) - Fix: [ 1118810 ] openttd: ship_cmd.c:642 ... Assertion failed. ...Darkvater
2005-02-06(svn r1834) - Fix: NPF does not check the owner of its target, busses try to ...matthijs
2005-02-06(svn r1817) -Codechange: Moved depot-functions to depot.ctruelight