summaryrefslogtreecommitdiff
path: root/station_cmd.c
AgeCommit message (Expand)Author
2005-07-28(svn r2731) -Fix [ 1244171 ]: Hangar orders are now properly invalidated as s...celestar
2005-07-24(svn r2702) -Codechange: Cleaned up the sprite code and replaced many magic n...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-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-19(svn r2643) Get rid of some unnecessary caststron
2005-07-16(svn r2595) -Codechange: Introduced "IsSteepTileh" to find whether a tile is ...celestar
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-06-25(svn r2487) Replace TILE_XY by TileXY/TileDiffXYtron
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-15(svn r2441) -Feature: You can now give transfer order to set up feeder systemscelestar
2005-06-04(svn r2408) Introduce SetTileOwner() and use ittron
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-30(svn r2387) - CodeChange: made the saveload code more readable and also remov...Darkvater
2005-05-30(svn r2382) - Fix: Check the airport type when building an airportDarkvater
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-11(svn r2290) - CodeChange: protect the next batch of commands. This brings us ...Darkvater
2005-05-09(svn r2288) - CodeChange: protected the next batch of commands (41 so far, ou...Darkvater
2005-05-09(svn r2286) - CodeChange: paramcheck the next batch of commands.Darkvater
2005-05-09(svn r2285) - Codechange: Fix up some of the missing things from server-check...Darkvater
2005-05-07(svn r2279) - Fix: Check the parameters of the first 10 Commands. While there...Darkvater
2005-05-07(svn r2278) When renaming a station, check if the station exists and belongs ...tron
2005-05-02(svn r2255) - Fix: [ 9680363 ] [NPF] Broken buoy handling for shipsmatthijs
2005-04-16(svn r2210) - Fix: When a road-station is deleted, also delete the assigned s...Darkvater
2005-04-12(svn r2189) Introduce and use IsCompatibleTrainStationTile()tron
2005-04-10(svn r2176) Revise CheckOprhanedSlot():tron
2005-04-08(svn r2168) - Fix: Various stages of invisible trains, and wrong v->u.rail.tr...Darkvater
2005-03-28(svn r2097) -Codechange: [Multistop] Prettified the previous commitcelestar
2005-03-28(svn r2096) -Codechange: [Multistop] Modfied some debug stuffcelestar
2005-03-25(svn r2055) -CodeChange: Begun introducting StationIDcelestar
2005-03-19(svn r2031) -Fix: Station #256 now gets cargo delivered as wellcelestar
2005-03-15(svn r2011) - Fix: [ 1162209 ] Fix OS/2 build (orudge) #2darkvater
2005-03-10(svn r1981) Typedef some structs and enumstron
2005-03-09(svn r1976) Cleanups - mostly indentation and fiddling with loopstron
2005-03-08(svn r1961) - Fix: [ 1158618 ] Segmentation fault when loading savegame, out ...Darkvater
2005-03-08(svn r1958) GenerateStationName() tidyup.pasky
2005-03-05(svn r1928) Miscellaneous cleanups (data types, whitespace, const correctness)tron
2005-03-05(svn r1927) Replace implementation of UpdateStationAcceptance(). The new one ...tron
2005-03-03(svn r1921) -Fix: Out of bounds array access which caused oil rigs to accept ...tron
2005-02-13(svn r1872) -Fix: Fixed an inline problem which caused MSVC6 to not compile :/celestar
2005-02-13(svn r1867) Include tables/sprites.h only in files which need ittron
2005-02-07(svn r1839) Move GetTileSlope() and GetTileZ() into tile.[ch] and use more ex...tron
2005-02-06(svn r1832) Next byte -> char iteration: custom namestron
2005-02-06(svn r1818) -Add: Dynamic orders (up to 64k orders)truelight