summaryrefslogtreecommitdiff
path: root/src/waypoint_cmd.cpp
AgeCommit message (Expand)Author
2012-04-22(svn r24166) -Codechange: Turn NewGRFClass::Get(Tid, uint) and GetCount(Tid) ...frosch
2012-01-01(svn r23704) -Doc: Doxygen comment fixes and additions.alberth
2011-12-03(svn r23414) -Add: Company infrastructure counts for stations/airports.michi_cc
2011-11-24(svn r23319) -Fix (r23316): Offsets of viewport signs were not scaled up.peter1138
2011-11-04(svn r23093) -Codechange: add a default NULL for the Z of GetTileSlope and us...rubidium
2011-11-04(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions...rubidium
2011-05-01(svn r22405) -Document: some more "random-ish" tidbitsrubidium
2011-02-07(svn r22017) -Codechange: move MarkTileDirtyByTile to viewport_func.hrubidium
2011-02-04(svn r21953) -Remove [FS#4456]: the non-uniform stations setting. Support for...smatz
2011-01-15(svn r21806) -Codechange: Correct additional appearances of the same typo.terkhen
2010-12-05(svn r21415) -Codechange: limit station/waypoint name by amount of characters...rubidium
2010-11-21(svn r21290) -Codechange: Add HasTileWaterGround() to deduplicate some tests.frosch
2010-09-16(svn r20816) -Codechange [FS#3835]: make waypoint default names work like dep...rubidium
2010-09-05(svn r20749) -Fix: allow overbuilding objects with buoys and ship depotsyexo
2010-08-27(svn r20636) -Codechange: Move MarkTileDirtyByTile() and DeleteAnimatedTile()...frosch
2010-08-20(svn r20579) -Change (r1579): Allow removing of buoys if they are only used b...frosch
2010-08-07(svn r20406) -Codechange: make StationClass use the new generic classrubidium
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-05-12(svn r19798) -Codechange: generalise the waypoint naming methodrubidium
2010-04-17(svn r19654) -Codechange: Use Extract<> in more places.frosch
2010-03-20(svn r19494) -Codechange: Remove _error_message.alberth
2010-03-13(svn r19405) -Codechange: CheckOwnership() returns a CommandCost.alberth
2010-03-06(svn r19350) -Codechange: StationRect::BeforeAddRect() returns a CommandCost.alberth
2010-03-05(svn r19319) -Codechange: EnsureNoVehicleOnGround() returns a CommandCost.alberth
2010-02-27(svn r19275) -Codechange: CanExpandRailStation() returns a CommandCost.alberth
2010-02-27(svn r19273) -Codechange: Return station joining error message when error is ...alberth
2010-01-26(svn r18921) -Codechange: make the preconditions for Get/Set CustomStationSpe...yexo
2010-01-02(svn r18692) -Fix: after a company went bankrupt it was impossible to build a...yexo
2009-12-02(svn r18379) -Codechange: move the cache updating function to its own header ...rubidium
2009-12-01(svn r18364) -Codechange: move the pathfinders and their related files into a...rubidium
2009-11-24(svn r18283) -Feature: [NewGRF] Add new price bases for removing industries, ...frosch
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-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
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-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-05(svn r17075) -Codechange: rename ~750 strings to be more uniform with their r...rubidium
2009-08-01(svn r17020) -Fix: Recenter viewport of waypoint-gui after moving the sign.frosch
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 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-28(svn r16976) -Codechange: remove WaypointID and MAX_LENGTH constants in favou...rubidium
2009-07-26(svn r16962) -Codechange: more work towards multi tile waypointsrubidium
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 r16925) -Fix (r16909): guard commands more against using waypoints as st...rubidium