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
/
waypoint_cmd.cpp
Age
Commit message (
Expand
)
Author
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 functions
rubidium
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 includes
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 warnings
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
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 waypoints
rubidium
2009-07-30
(svn r17000) -Change: allow overbuilding/extending waypoints
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-28
(svn r16976) -Codechange: remove WaypointID and MAX_LENGTH constants in favou...
rubidium
2009-07-26
(svn r16962) -Codechange: more work towards multi tile waypoints
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 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-22
(svn r16908) -Codechange: s/DepotWaypointReservation/DepotReservation/
rubidium
2009-07-21
(svn r16907) -Codechange: make a more clear distinction between reservation f...
rubidium
2009-07-21
(svn r16900) -Codechange: prepare the waypoint window for buoys
rubidium
2009-07-21
(svn r16897) -Codechange: use the 'generic' station spec to station allocatio...
rubidium
2009-07-17
(svn r16863) -Codechange: GetWaypointByTile -> Waypoint::GetByTile, like used...
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 r16851) -Codechange: use StationSpecList in waypoint too
rubidium
2009-07-16
(svn r16850) -Codechange: unify some naming of variables between waypoints an...
rubidium
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-08
(svn r16764) -Codechange: unify the way viewport signs are marked dirty
rubidium
2009-07-07
(svn r16761) -Codechange: make UpdateViewportSignPos(ition) a class function ...
rubidium
2009-06-01
(svn r16493) -Fix: missing/wrong @file doxygen 'headers'
rubidium
2009-05-26
(svn r16442) -Codechange: use new Vehicle accessors at more places
smatz
2009-05-22
(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.
rubidium
2009-05-22
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time...
smatz
2009-05-18
(svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsV...
smatz
2009-05-17
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal...
smatz
2009-05-16
(svn r16326) -Codechange: replace GetPoolItemPoolSize() by PoolItem::GetPoolS...
smatz
2009-05-16
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
smatz
2009-04-21
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t...
rubidium
2009-03-14
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
rubidium
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