index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
station_cmd.c
Age
Commit message (
Expand
)
Author
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 readable
bjarni
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 other
Celestar
2005-01-09
(svn r1441) Fixed a couple of warnings, and removed a pointless assert
celestar
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 TileIndexDiff
tron
2005-01-05
(svn r1386) Move TileIndexDiff to map.h
tron
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 value
tron
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 areas
Celestar
2004-12-05
(svn r955) Replace uint16 for orders with struct Order
tron
2004-12-04
(svn r942) -Merged branch/network back into the trunk
truelight
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 savegames
tron
2004-11-17
(svn r662) [newgrf] Moved grfspecial.c to newgrf.c/newgrf.h
dominik
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
[next]