summaryrefslogtreecommitdiff
path: root/station_cmd.c
AgeCommit message (Expand)Author
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
2004-11-17(svn r647) Cleanup custom station classes handling. (pasky)miham
2004-11-15(svn r635) Fix choosing a spritegroup from deterministic variational spritegr...tron
2004-11-15(svn r625) Almost complete support for deterministic variational vehicle spri...tron
2004-11-14(svn r610) -newgrf: Support for some basic deterministical spritegroups regar...darkvater
2004-11-14(svn r605) -newgrf: Framework for supporting variational spritegroups . Deter...darkvater
2004-11-14(svn r602) -newgrf: Move DrawTileSeqStruct & co and struct SpriteGroup to spr...darkvater
2004-11-14(svn r600) -newgrf: Relocation offset for custom station sprites is now store...darkvater
2004-11-14(svn r592) -newgrf: Dynamically allocate global custom station IDs (pasky).darkvater
2004-11-14(svn r591) -newgrf: Store whole struct StationSpec in SetCustomStation(), not...darkvater
2004-11-14(svn r581) -newgrf: Basic support for new stations - only waypoints supported...celestar
2004-11-14(svn r576) -newgrf: Cleanup horrible table/(station|unmovable)_land.h DrawTil...darkvater
2004-11-11(svn r542) -Fix: Display correct rail type in "build railway station" windowtron
2004-09-25(svn r319) -Fix: [ 1029064 ] Building a station acted weird in some rare situ...truelight
2004-09-14(svn r244) -Fix: Stations were not sorted for non-player-0 playersdarkvater
2004-09-12(svn r223) -Fix: Const correctness and miscellaneous fixes. Thank you Tron fo...darkvater