summaryrefslogtreecommitdiff
path: root/station_cmd.c
AgeCommit message (Expand)Author
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
2005-02-06(svn r1817) -Codechange: Moved depot-functions to depot.ctruelight
2005-02-05(svn r1803) Move debugging stuff into files of it's owntron
2005-02-05(svn r1799) -Codechange: [ Multistop ] Added debug class "ms" and more debuggingcelestar
2005-02-04(svn r1789) -Fix: there is no need to save the index, it is done for ustruelight
2005-02-04(svn r1788) -Add: Made RoadStops dynamic. You can now create up to 64k roadst...truelight
2005-02-03(svn r1776) -Add: Dynamic stations. You can now have up to 64k of stationstruelight
2005-02-02(svn r1770) -Fix: Hopefully last pieces of code that are containing a station-idtruelight
2005-02-02(svn r1769) Don't compute the same value twice, remove one function calltron
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 r1743) -Fix: Multistop: Added some debug output and made sure that orpha...celestar
2005-01-30(svn r1735) -Fix: [ 1112285 ] Fixed an assertion error with stations where stopscelestar
2005-01-29(svn r1721) -Feature: It is now possible to build multiple road stations (up ...celestar
2005-01-29(svn r1718) Use the enum TileType as parameter/return type for [GS]etTileType...tron
2005-01-29(svn r1713) Split off several functions which query/set information about a s...tron
2005-01-27(svn r1694) -Fix: Forgot to remove a DEBUG statement :(celestar
2005-01-27(svn r1693) -Fix: [ 1108618 ] A wrong error message was displayed when trying toCelestar
2005-01-25(svn r1676) Increase the size of TileIndex and TileIndexDiff to 32bits and ad...tron
2005-01-22(svn r1594) Convert all undefined parameter lists to (void) and add the appro...tron
2005-01-20(svn r1579) Fix: [ 1105963 ] Buoys can now only be removed if no ship has it ...dominik
2005-01-19(svn r1568) made an enum of train subtypes to make the code more readablebjarni
2005-01-18(svn r1560) Introduce SetTileType() and SetTileHeight()tron
2005-01-16(svn r1536) Move GET_TILEHEIGHT, GET_TILETYPE and IS_TILETYPE to map.h, turn ...tron
2005-01-16(svn r1533) Turn an if cascade into a switch and move a const array to the on...tron
2005-01-15(svn r1525) -Codechange: rewrote the _order_array, now it can be made dynamic.truelight
2005-01-14(svn r1512) Replace probably incorrect test of loading_count with probably co...tron
2005-01-10(svn r1472) -Fix: correct error message for when trying to build a railroad s...darkvater
2005-01-10(svn r1467) Fixed a nasty bug where one could build one station OVER the otherCelestar