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
/
src
/
station_cmd.cpp
Age
Commit message (
Expand
)
Author
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 waypoints
rubidium
2009-07-30
(svn r17000) -Change: allow overbuilding/extending waypoints
rubidium
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 draggable
rubidium
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 functions
rubidium
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
2009-07-21
(svn r16899) -Fix (r16896): Missing 'return'.
frosch
2009-07-21
(svn r16896) -Codechange: make station spec allocation and station animation ...
rubidium
2009-07-19
(svn r16880) -Codechange: replace magic numbers with their enums and use a cl...
rubidium
2009-07-18
(svn r16869) -Codechange: make drawing waypoints a tiny bit more like drawing...
rubidium
2009-07-18
(svn r16868) -Codechange: unify UpdateAll[Station|Waypoint]VirtCoords
rubidium
2009-07-16
(svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get()
smatz
2009-07-13
(svn r16825) -Codechange: unify dirtying when updating the viewport signs.
rubidium
2009-07-13
(svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and Updat...
rubidium
2009-07-13
(svn r16814) -Codechange: make IsNormalAircraft() member of Aircraft
smatz
2009-07-10
(svn r16791) -Codechange: unify (and document) the Remove[StationType] functi...
rubidium
2009-07-08
(svn r16766) -Codechange: remove station->MarkDirty. It is in all cases meant...
rubidium
2009-07-08
(svn r16765) -Codechange: give ViewportSign's width_1 and width_2 more self e...
rubidium
2009-07-07
(svn r16761) -Codechange: make UpdateViewportSignPos(ition) a class function ...
rubidium
2009-07-07
(svn r16760) -Codechange: make UpdateStationVirtCoord a function of Station
rubidium
2009-07-02
(svn r16722) -Codechange: unify the naming of the Is/Set/HasArticulatedPart f...
rubidium
2009-07-02
(svn r16721) -Codechange: make Is/SetRoadVehicleFront, Is/Set/HasArticulatedP...
rubidium
2009-07-01
(svn r16717) -Codechange: make IsFrontEngine() member of Train
smatz
2009-07-01
(svn r16709) -Fix [FS#2994]: the list of animated tiles could have duplicates...
rubidium
2009-06-27
(svn r16678) -Codechange: Turn CargoArray into a class, so one does not have ...
frosch
2009-06-27
(svn r16676) -Codechange: Rename AcceptedCargo to CargoArray and its instance...
frosch
2009-06-27
(svn r16673) -Codechange: rename GetProducedCargo() to AddProducedCargo() and...
smatz
2009-06-26
(svn r16663) -Codechange: make removing of railway station tiles faster
smatz
2009-06-26
(svn r16662) -Codechange: replace GetRoadStopByTile() by RoadStop::GetByTile()
smatz
[next]