summaryrefslogtreecommitdiff
path: root/src/station_cmd.cpp
AgeCommit message (Expand)Author
2008-05-08(svn r13016) -Codechange: unify the detection if rail catenary should be drawnsmatz
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-05-02(svn r12934) -Codechange: Before verification of local authority, just make s...belugas
2008-04-28(svn r12915) -Fix [FS#1960](r12857): don't initialize Station struct with til...smatz
2008-04-25(svn r12897) -Codechange: some coding style in station_cmd.cpp.rubidium
2008-04-24(svn r12875) -Codechange: Use defined const instead of cast magicbelugas
2008-04-24(svn r12874) -Codechange: The closest town is already known. Do not search f...belugas
2008-04-23(svn r12857) -Fix [FS#1948]: remove the last uses of AutoPtr in the station c...rubidium
2008-04-23(svn r12852) -Fix: do not try to draw rail catenary above non-rail station tilessmatz
2008-04-21(svn r12819) -Codechange: handle more NewGRFs in the same way as TTDP does it...rubidium
2008-04-20(svn r12800) -Codechange: move the animated tile related functions out of tex...rubidium
2008-04-19(svn r12798) -Feature: Add some support for NewGRF station animation. (Thanks...peter1138
2008-04-18(svn r12762) -Fix: tabs after the first non-tab character are generally not o...rubidium
2008-04-18(svn r12761) -Codechange: lots of minor whitespace coding style fixes around ...rubidium
2008-04-17(svn r12756) -Cleanup: variable scope and coding style in station*smatz
2008-04-17(svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and de...rubidium
2008-04-13(svn r12689) -Feature: non-stop(or rather no non-stop) and via orders for roa...rubidium
2008-04-12(svn r12674) -Fix [FS#1902]: Colour remaps on station sprites only worked for...peter1138
2008-04-06(svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify co...smatz
2008-04-06(svn r12596) -Feature: show what cargos a station could be supplied with. Pat...rubidium
2008-04-06(svn r12588) -Codechange: do not access the destination of an order directly.rubidium
2008-04-05(svn r12584) -Codechange: do not access the order type directly.rubidium
2008-04-05(svn r12580) -Codechange: merge some logical related to non-stop orders.rubidium
2008-04-03(svn r12547) -Feature: invisibility options to make objects invisible instead...smatz
2008-03-31(svn r12489) -Codechange: split station.h into station_base.h and station_fun...rubidium
2008-03-28(svn r12459) -Codechange: split news.h into news_type.h and news_func.h.rubidium
2008-03-25(svn r12410) -Codechange: abstract out the test for catenary on electric railspeter1138
2008-02-25(svn r12258) -Fix: GetProductionAroundTiles() may fail if only the second pro...glx
2008-02-20(svn r12199) -Codechange: Remove magic around the results of GetTileTrackStat...frosch
2008-02-18(svn r12177) -Codechange: use 'side' parameter in GetTileTrackStatus so there...smatz
2008-02-16(svn r12155) -Fix (r12154): some warnings (always compile before commit)glx
2008-02-15(svn r12154) -Codechange: removed a magic numberglx
2008-02-15(svn r12149) -Codechange: Merge 'ground_sprite' and 'ground_pal' of DrawTileS...frosch
2008-02-15(svn r12148) -Codechange: Merge 'image' and 'pal' of DrawTileSeqStruct into o...frosch
2008-02-14(svn r12141) -Codechange: Introduce IsNormalRoad[Tile](), IsRoadDepot[Tile]()...frosch
2008-02-09(svn r12095) -Fix [FS#1703]: when a company bankrupts, remove drive-through r...smatz
2008-02-09(svn r12094) -Codechange: use DC_BANKRUPT command flag when removing player p...smatz
2008-02-09(svn r12093) -Fix: do not set station owner for buoys when merging companysmatz
2008-02-06(svn r12072) -Fix: Make docks at sea flood neighboured tiles.frosch
2008-02-06(svn r12071) -Feature(ette): Draw river- and canal-edges under docks and ship...frosch
2008-02-02(svn r12042) -Fix [FS#1676]: Reimplement how rivers and canals are stored in ...peter1138
2008-02-01(svn r12036) -Fix: For station tiles, only get road types for road stops.peter1138
2008-01-28(svn r11999) -Fix: Do entrance-slope-check for every tile of railstations.frosch
2008-01-27(svn r11994) -Codechange: Remove numbers from string names where the strings ...maedhros
2008-01-25(svn r11983) -Codechange: Add some helper functions for slopes and use them.frosch
2008-01-23(svn r11956) -Fix [FS#1675]: Disallow building locks and docks on rapids.peter1138
2008-01-22(svn r11944) -Fix: allow building drive-through road/tram stops at road/tram ...smatz
2008-01-16(svn r11871) -Fix [FS#1074]: do not update signals after each tile when build...smatz
2008-01-15(svn r11866) -Codechange: swap OFB_* and OF_* so it conceptually in sync with...rubidium
2008-01-15(svn r11864) -Codechange: pass owner whose signals we will update instead of ...smatz