Age | Commit message (Expand) | Author |
2010-06-11 | (svn r19958) -Codechange: move common code from Waypoint and Station destruct... | smatz |
2010-06-11 | (svn r19957) -Codechange: remove VLW_WAYPOINT_LIST | smatz |
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 deleted | smatz |
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 includes | rubidium |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | 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 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 drawing | 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-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 dirty | rubidium |
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 files | smatz |
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 broken | smatz |
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 includes | smatz |
2009-01-10 | (svn r14958) -Codechange [FS#1923]: when checking for unique names, compare o... | smatz |
2009-01-10 | (svn r14949) -Cleanup: pointer coding style | rubidium |
2009-01-04 | (svn r14828) -Codechange: move most of save/load-specific code to separate files | smatz |
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 waypoint | smatz |
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 waypoint | smatz |
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 |
2008-08-23 | (svn r14135) -Codechange: Add owner to waypoints. Previously, it was guessed ... | belugas |
2008-08-21 | (svn r14119) -Fix(r14104): Forgot to make the gui disappear when the waypoint... | belugas |
2008-08-13 | (svn r14064) -Fix [FS#1752]: check for the length of strings (in bytes) in th... | rubidium |
2008-08-02 | (svn r13957) -Codechange [YAPP]: Free the old path reservation on removing so... | rubidium |
2008-08-02 | (svn r13931) -Codechange [YAPP]: Retain the reservation state when building/r... | rubidium |