summaryrefslogtreecommitdiff
path: root/src/waypoint.cpp
AgeCommit message (Expand)Author
2021-05-29Codechange: Rename window related DeleteXXX to match new behaviourglx22
2019-12-01Fix #7847: Use ViewportSign coordinates for sign Kdtree coordinates (#7849)Niels Martin Hansen
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-03-09Codechange: Make a merged k-d tree index of all viewport signsNiels Martin Hansen
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2010-06-11(svn r19958) -Codechange: move common code from Waypoint and Station destruct...smatz
2010-06-11(svn r19957) -Codechange: remove VLW_WAYPOINT_LISTsmatz
2010-06-10(svn r19956) -Fix: close list of vehicles with given oil rig in orders when t...smatz
2010-06-10(svn r19951) -Fix [FS#3869]: close buoy's vehicle list when the buoy is deletedsmatz
2010-01-01(svn r18679) -Fix (r16993): tile area of waypoints wasn't correctly given to ...rubidium
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
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 r16897) -Codechange: use the 'generic' station spec to station allocatio...rubidium
2009-07-21(svn r16896) -Codechange: make station spec allocation and station animation ...rubidium
2009-07-18(svn r16870) -Codechange: unmagicify road stop/waypoint picker drawingrubidium
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]VirtCoordsrubidium
2009-07-17(svn r16864) -Codechange: make Waypoints a subclass of BaseStation.rubidium
2009-07-17(svn r16863) -Codechange: GetWaypointByTile -> Waypoint::GetByTile, like used...rubidium
2009-07-17(svn r16862) -Codechange: make waypoints use the same system of station stati...rubidium
2009-07-17(svn r16860) -Codechange: introduce a helper to assign a station spec to Wayp...rubidium
2009-07-16(svn r16855) -Codechange: remove unused 'conversion' stuff from the waypoint ...rubidium
2009-07-16(svn r16850) -Codechange: unify some naming of variables between waypoints an...rubidium
2009-07-13(svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and Updat...rubidium
2009-07-08(svn r16764) -Codechange: unify the way viewport signs are marked dirtyrubidium
2009-05-22(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time...smatz
2009-05-16(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)smatz
2009-03-13(svn r15704) -Cleanup: remove further includes from recently split filessmatz
2009-03-13(svn r15703) -Codechange: split Cmd* from waypoint.cpp to waypoint_cmd.cpp.belugas
2009-02-26(svn r15589) -Fix: drawing of waypoints with invalid owner was brokensmatz
2009-02-09(svn r15434) -Codechange: bit of type safety for the DC_xxx flags.rubidium
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-10(svn r14958) -Codechange [FS#1923]: when checking for unique names, compare o...smatz
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2009-01-04(svn r14828) -Codechange: move most of save/load-specific code to separate filessmatz
2009-01-03(svn r14807) -Codechange: use INVALID_TILE instead of 0 to mark invalid depot...smatz
2008-12-28(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)...rubidium
2008-10-14(svn r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus)rubidium
2008-09-30(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.rubidium
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-09-15(svn r14334) -Feature: ability to reset name to default/automatic value (for ...smatz
2008-09-14(svn r14322) -Fix (r10368): possible assert when renaming removed waypointsmatz
2008-09-09(svn r14280) -Codechange: use IsRailWaypointTile() instead of IsTileType() an...smatz
2008-09-07(svn r14265) -Fix (r10750): desyncs after deleting a waypoint because of expl...smatz
2008-08-31(svn r14210) -Codechange: remove a useless check when creating new waypointsmatz
2008-08-23(svn r14145) -Fix (r14135, r14141): When savegame conversion cannot determine...frosch
2008-08-23(svn r14143) -Codechange: Recenter viewport of waypoint window when relocatin...frosch
2008-08-23(svn r14142) -Codechange: Disallow taking over greyed waypoints of other comp...frosch