summaryrefslogtreecommitdiff
path: root/src/station_cmd.cpp
AgeCommit message (Expand)Author
2007-12-22(svn r11682) -Codechange: move some 'generic' geometry related types into a s...rubidium
2007-12-21(svn r11680) -Codechange: refactor more out of openttd.h and functions.h.rubidium
2007-12-21(svn r11677) -Codechange: move price and command related types/functions to t...rubidium
2007-12-21(svn r11675) -Codechange: split the string types from the string functions.rubidium
2007-12-19(svn r11670) -Feature [FS#1565]: list neutral stations where the player has s...smatz
2007-12-19(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.hrubidium
2007-12-19(svn r11667) -Codechange: split window.h into a header that defines some 'glo...rubidium
2007-12-19(svn r11666) -Fix (r11504): when removing buoys, return to water or canal dep...glx
2007-12-18(svn r11663) -Codechange: moving of the road related types and functions.rubidium
2007-12-18(svn r11659) -Fix [FS#1563]: do not allow modifying non-uniform stations when...smatz
2007-12-17(svn r11657) -Fix: show better error message when trying to convert railsmatz
2007-12-15(svn r11642) -Codechange: VehicleFromPos does check for v->tile == tile, so r...smatz
2007-12-08(svn r11603) -Fix [FS#1481]: make price for railtype conversion more realisticsmatz
2007-12-05(svn r11577) -Fix: invalidate 'list trains/roadvehs/ships/planes' widgets whe...smatz
2007-12-05(svn r11576) -Codechange: enumerize and comment station GUIsmatz
2007-12-05(svn r11575) -Fix [FS#1502]: widget numbers of StationViewWindow were incorre...smatz
2007-12-04(svn r11570) -Fix: do not flood rail station tiles when there is a vehicle on...smatz
2007-11-24(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fit...skidd13
2007-11-24(svn r11504) -Fix [FS#1467]: removing docks/ship depots could result in non-c...rubidium
2007-11-20(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the ...skidd13
2007-11-19(svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the ...skidd13
2007-11-19(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...skidd13
2007-11-19(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit ...skidd13
2007-11-15(svn r11442) -Feature: make news messages related to the industry (production...rubidium
2007-11-11(svn r11414) -Fix [FS#1387]: when building a station, even though we already ...rubidium
2007-11-11(svn r11407) -Fix: do not allow building of tram-tracks when they are not ava...truelight
2007-11-10(svn r11399) -Feature(ette): transparency settings can now be saved and thus ...belugas
2007-11-04(svn r11376) -Fix: fill the town a oil rig is associated with before creating...rubidium
2007-10-31(svn r11364) -Fix (r11363): compilation brokenglx
2007-10-31(svn r11363) -Codechange: Remove some magical numbersbelugas
2007-10-26(svn r11345) -Cleanup: a bit of comment style fixingbelugas
2007-10-19(svn r11303) -Fix: EnsureNoVehicle and EnsureNoVehicleOnGround were both used...rubidium
2007-10-16(svn r11276) -Codechange: be more consistent with naming of some accessors.rubidium
2007-10-14(svn r11265) -Feature: Make more advanced rail types more expensive to build.maedhros
2007-09-30(svn r11190) -Fix: make snowy roofs of (newgrf) houses also transparent.rubidium
2007-09-28(svn r11183) -Fix [FS#1249]: airports do not need to care about overflying ai...rubidium
2007-09-27(svn r11176) -Revert (r9867): as it is needed for newgrf callbacks 14B and 14Cglx
2007-09-26(svn r11173) -Codechange: rename some callback enums so they are more uniform.rubidium
2007-09-14(svn r11107) -Feature: some tool so one can still build tunnels under rails (...rubidium
2007-09-09(svn r11065) -Documentation [FS#1186]: of the dirty marking/repainting subsys...rubidium
2007-09-08(svn r11059) -Fix [FS#1182]: inconsistency between Rail<->ElRail conversions ...rubidium
2007-09-01(svn r11030) -Revert r11016, Fix [FS#1178]: the way to determine whether a st...rubidium
2007-08-31(svn r11016) -Fix [FS#1172]: stations would also be given cargo when vehicles...rubidium
2007-08-31(svn r11013) -Fix [FS#1171]: MoveGoodsToStation's search area is too small as...rubidium
2007-08-30(svn r11005) -Codechange: move the tiletype specific terraforming checks to t...rubidium
2007-08-30(svn r11002) -Codechange: unhackify the cargo packet list saving (a little).rubidium
2007-08-26(svn r10981) -Fix [FS#1156] (r10970): stations gave ratings for accepted carg...rubidium
2007-08-24(svn r10974) -Fix [FS#1144, FS#1155]: road vehicles that could not (properly)...rubidium
2007-08-02(svn r10748) -Codechange: call the pool cleanup functions for stations direct...rubidium
2007-08-02(svn r10746) -Codechange: add a generic superclass for almost all pool items ...rubidium