summaryrefslogtreecommitdiff
path: root/ship_cmd.c
AgeCommit message (Expand)Author
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
2005-02-04(svn r1786) -Fix: unitnumber is increased to 16bit, so now you can have up to...truelight
2005-02-02(svn r1770) -Fix: Hopefully last pieces of code that are containing a station-idtruelight
2005-01-31(svn r1751) - Feature: New PathFinder (NPF).matthijs
2005-01-31(svn r1749) Move the functions which calculate distances to map.[ch] and give...tron
2005-01-30(svn r1741) - Fix: added IsVehicleIndex() so it's possible to protect GetVehi...bjarni
2005-01-30(svn r1739) - Fix: type checking when selling vehicles (TrueLight)darkvater
2005-01-30(svn r1730) - Fix: Ships and Aircrafts have to be build in depots owned by _c...bjarni
2005-01-29(svn r1713) Split off several functions which query/set information about a s...tron
2005-01-29(svn r1710) - Fix: [autoreplace] vehicles do no longer go to a depot all the ...bjarni
2005-01-28(svn r1709) - Feature: [autoreplace] ships now automatically goes to a depot ...bjarni
2005-01-27(svn r1701) Style police ^^tron
2005-01-27(svn r1700) - Fix: Hacked clients can no longer be used to build vehicles tha...bjarni
2005-01-24(svn r1652) Fix: train and road vehicle lists are now redrawn when vehicles e...bjarni
2005-01-23(svn r1629) added a counter to tell how many engines you have of each type to...bjarni
2005-01-22(svn r1594) Convert all undefined parameter lists to (void) and add the appro...tron
2005-01-18(svn r1556) -Fix: Vehicle list updates should now really workCelestar
2005-01-17(svn r1554) -Fix: [ 1103187 ] Order Check messages are now validated beforecelestar
2005-01-16(svn r1536) Move GET_TILEHEIGHT, GET_TILETYPE and IS_TILETYPE to map.h, turn ...tron
2005-01-15(svn r1525) -Codechange: rewrote the _order_array, now it can be made dynamic.truelight
2005-01-15(svn r1521) -Fix: Ship Vehicle Lists are now redrawn correctlycelestar
2005-01-07(svn r1414) Move TileIndex, TILE_MASK and GET_TILE_[XY] to map.h and turn the...tron
2005-01-06(svn r1407) -Codechange: changed a lot around _stations, _vehicles, _towns an...truelight