summaryrefslogtreecommitdiff
path: root/src/station_cmd.cpp
AgeCommit message (Expand)Author
2009-11-15(svn r18110) -Codechange [FS#3316]: search for stations nearby only once per ...smatz
2009-11-12(svn r18049) -Fix [FS#3310] (r16448): Crash when an articulated RV is turning...rubidium
2009-11-10(svn r18035) -Fix (r16909): one could remotely crash (assert) the server on c...rubidium
2009-11-09(svn r18028) -Codechange: unglobalise some functionsrubidium
2009-11-07(svn r18005) -Codechange: Convert the Prices struct into an array and an enum.frosch
2009-11-05(svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up includi...frosch
2009-10-20(svn r17836) -Codechange: split the CargoPacket constructor for creating 'rea...rubidium
2009-10-17(svn r17782) -Fix [FS#3270]: animation wasn't removed from station tiles when...rubidium
2009-09-20(svn r17589) -Codechange: rename town_acc to always_acceptedsmatz
2009-09-19(svn r17579) -Fix: remove doxygen docs for removed parameters, or change @par...rubidium
2009-09-19(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, whi...rubidium
2009-09-18(svn r17567) -Fix: some doxygen warningsrubidium
2009-09-15(svn r17547) -Feature: [NewGRF] Implement callback 145 (custom station rating)rubidium
2009-09-14(svn r17534) -Codechange: unify the naming of callback masks/flagsrubidium
2009-09-13(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for...frosch
2009-09-08(svn r17481) -Fix (r16998): in cases where the northern most tile of an airpo...rubidium
2009-09-08(svn r17471) -Change: when removing a station or waypoint keep the rail unles...rubidium
2009-09-08(svn r17470) -Fix (r17460): possible crash when overbuiling rail by stationsmatz
2009-09-07(svn r17460) -Feature: allow building rail stations over existing rail withou...rubidium
2009-09-07(svn r17439) -Fix (r17436): you weren't paid for cargo delivered to houses an...smatz
2009-08-30(svn r17316) -Codechange: use Industry::GetByTile() instead of GetIndustryByT...smatz
2009-08-22(svn r17268) -Fix [FS#3143]: Station/Town window titles weren't updated when ...rubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-08(svn r17113) -Change [FS#265][FS#2094][FS#2589]: apply the subsidy when subsi...smatz
2009-08-05(svn r17075) -Codechange: rename ~750 strings to be more uniform with their r...rubidium
2009-08-02(svn r17039) -Fix (r16988): segfault when removing rail with waypoint remover...rubidium
2009-07-31(svn r17002) -Change: also support distant join for waypointsrubidium
2009-07-30(svn r17000) -Change: allow overbuilding/extending waypointsrubidium
2009-07-30(svn r16998) -Codechange: rework/unify 'find station to join with' code and u...rubidium
2009-07-30(svn r16993) -Change: make the rail waypoint builder draggablerubidium
2009-07-29(svn r16990) -Codechange: unify some (command) naming w.r.t. stations/waypoints.rubidium
2009-07-29(svn r16989) -Codechange: unify the code for demolishing (dynamite) stations ...rubidium
2009-07-29(svn r16988) -Codechange: unify the code for removing (parts of) stations and...rubidium
2009-07-29(svn r16987) -Codechange: simplify the code to loop train station for the sta...rubidium
2009-07-29(svn r16985) -Codechange: simplify the station removal code a bit by giving p...rubidium
2009-07-28(svn r16974) -Codechange: do simple station build checks and 'decode' p1/p2 f...rubidium
2009-07-28(svn r16972) -Fix [FS#3058] (r16942): mixup of variables caused, in some case...rubidium
2009-07-26(svn r16966) -Codechange: BEGIN_TILE_LOOP and END_TILE_LOOP reworked into TIL...rubidium
2009-07-26(svn r16959) -Codechange: make the station joiner a bit more aware of the dif...rubidium
2009-07-25(svn r16948) -Codechange: some code reductions and usage of wrapper functionsrubidium
2009-07-25(svn r16947) -Codechange: use TileArea instead of train_tile, trainst_w and t...rubidium
2009-07-24(svn r16942) -Codechange: document CanExpandRailStation and remove the 'magic...rubidium
2009-07-24(svn r16939) -Codechange: s/RailwayStation/RailStation/ to unify the way it's...rubidium
2009-07-24(svn r16934) -Codechange: introduce a simple helper function to check whether...rubidium
2009-07-23(svn r16926) -Fix (r16925): if checking whether a station can be adjoined, do...rubidium
2009-07-23(svn r16925) -Fix (r16909): guard commands more against using waypoints as st...rubidium
2009-07-23(svn r16923) -Codechange: move Cmd*Buoy* to waypoint_cmd.cpp and make them be...rubidium
2009-07-22(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_fu...rubidium
2009-07-22(svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions a...rubidium
2009-07-21(svn r16907) -Codechange: make a more clear distinction between reservation f...rubidium