summaryrefslogtreecommitdiff
path: root/station_cmd.c
AgeCommit message (Expand)Author
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
2005-01-09(svn r1441) Fixed a couple of warnings, and removed a pointless assertcelestar
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
2005-01-06(svn r1396) Introduce TileIndexDiffC - the compile time version of TileIndexDifftron
2005-01-05(svn r1386) Move TileIndexDiff to map.htron
2005-01-04(svn r1375) -Fix: [1050990] Buying trains sometimes accounted for incorrectly...darkvater
2005-01-03(svn r1344) Use MapSize[XY]() (or MapSize()/MapMax[XY]() where appropriate) i...tron
2005-01-03(svn r1337) Use MapMax[XY]() (or MapSize[XY]() if appropriate) instead of TIL...tron
2005-01-03(svn r1328) Turn loop with explicit terminator element into loop using endof()tron
2004-12-28(svn r1288) -Codechange: changed _map2 to an uint16. It is still saved and lo...truelight
2004-12-21(svn r1211) -Feature: Introduce sticky windows to all vehicle windows...Just ...darkvater
2004-12-18(svn r1161) Don't make redundant GetAirport() calls, use the cached valuetron
2004-12-18(svn r1153) -Fix: FindCatchmentRadius is now a function that uses the enums i...truelight
2004-12-18(svn r1151) Fix last commit |:tron
2004-12-18(svn r1150) Fixes:tron
2004-12-15(svn r1117) Move map arrays and some related macros into their own files map....tron
2004-12-11(svn r1017) Solved a Segfault if a station was built too close to the norther...Celestar
2004-12-08(svn r979) Allow more realistically sized catchment areasCelestar
2004-12-05(svn r955) Replace uint16 for orders with struct Ordertron
2004-12-04(svn r942) -Merged branch/network back into the trunktruelight
2004-12-03(svn r907) Sprinkle holy ANSI water:tron
2004-12-02(svn r901) Small step in the process to clean up the DPARAM mess:tron
2004-11-25(svn r815) Include strings.h only in the files which need it.tron
2004-11-24(svn r793) Merge INLINE -> inline replacement (revision 376)tron
2004-11-23(svn r787) Invert the sense of the DO_TRANS_BUILDINGS flag to be consistent w...tron
2004-11-23(svn r780) Always report a bus/lorry station as unpassable.tron
2004-11-21(svn r724) Remove restriction that a tile can only accept 3 cargo types.tron
2004-11-17(svn r667) Fix bug in rendering stations from savegamestron
2004-11-17(svn r662) [newgrf] Moved grfspecial.c to newgrf.c/newgrf.hdominik
2004-11-17(svn r659) Support for cutomized TTDPatch-style new stations (no selector GUI...tron
2004-11-17(svn r654) Hopefully complete support for randomized variational spritegroups...tron