summaryrefslogtreecommitdiff
path: root/station.h
AgeCommit message (Expand)Author
2006-02-03(svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update p...peter1138
2006-01-05(svn r3365) Staticise 36 functionstron
2005-12-29(svn r3353) Simplify the automatic length adjustment algorithm for replacing ...tron
2005-11-14(svn r3177) GB, CLRBIT, HASBIT, TOGGLEBITtron
2005-11-12(svn r3167) - NewGRF: Start moving custom station code to separate files.peter1138
2005-11-07(svn r3155) -Feature: [autoreplace] autoreplace can now remove cars from too ...bjarni
2005-10-22(svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in com...tron
2005-10-16(svn r3049) Replace byte/int/uint by RailType where appropriatetron
2005-10-07(svn r3024) -Codechange: Another batch of replacements of int/uint/int16/byte...tron
2005-10-04(svn r3014) -NewGRF, Codechange: Make all sprite group references be pointers...peter1138
2005-09-30(svn r3001) s/Player*/const Player*/tron
2005-09-18(svn r2962) - const correctness for all Get* functions and most Draw* functio...Darkvater
2005-07-24(svn r2701) Insert Id tags into all source filestron
2005-07-21(svn r2664) Remove depedency on player.h from variables.htron
2005-07-13(svn r2558) Change the internal map format from 7 arrays to one array of stru...tron
2005-06-24(svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"tron
2005-06-15(svn r2441) -Feature: You can now give transfer order to set up feeder systemscelestar
2005-05-14(svn r2306) - CodeChange: Check the last commands; refits. This needed an ext...Darkvater
2005-05-06(svn r2272) Remove unused attribute from struct Stationtron
2005-05-02(svn r2255) - Fix: [ 9680363 ] [NPF] Broken buoy handling for shipsmatthijs
2005-05-02(svn r2246) - CodeChange: Station is 'st' not 'station' - random commit of th...Darkvater
2005-04-22(svn r2222) Check the parameters of Cmd{Insert,Delete,Modify,Skip}Order() and...tron
2005-04-12(svn r2189) Introduce and use IsCompatibleTrainStationTile()tron
2005-04-11(svn r2184) - CodeChange: remove the copy of ClearSlot(), which is now also c...Darkvater
2005-03-25(svn r2055) -CodeChange: Begun introducting StationIDcelestar
2005-03-25(svn r2054) -CodeChange: Removed an unused enumcelestar
2005-03-10(svn r1981) Typedef some structs and enumstron
2005-03-05(svn r1928) Miscellaneous cleanups (data types, whitespace, const correctness)tron
2005-02-13(svn r1872) -Fix: Fixed an inline problem which caused MSVC6 to not compile :/celestar
2005-02-06(svn r1834) - Fix: NPF does not check the owner of its target, busses try to ...matthijs
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-01-31(svn r1751) - Feature: New PathFinder (NPF).matthijs
2005-01-29(svn r1721) -Feature: It is now possible to build multiple road stations (up ...celestar
2005-01-22(svn r1594) Convert all undefined parameter lists to (void) and add the appro...tron
2005-01-15(svn r1525) -Codechange: rewrote the _order_array, now it can be made dynamic.truelight
2005-01-06(svn r1407) -Codechange: changed a lot around _stations, _vehicles, _towns an...truelight
2005-01-06(svn r1402) Trim trailing whitespacetron
2004-12-08(svn r979) Allow more realistically sized catchment areasCelestar
2004-11-17(svn r659) Support for cutomized TTDPatch-style new stations (no selector GUI...tron
2004-11-17(svn r647) Cleanup custom station classes handling. (pasky)miham
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 r585) -newgrf: GUI for selecting custom waypoint graphics to use. Patch ...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