Age | Commit message (Expand) | Author |
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 |