rubidium
|
b3f3ba36db
|
(svn r16990) -Codechange: unify some (command) naming w.r.t. stations/waypoints.
|
2009-07-29 22:32:20 +00:00 |
|
rubidium
|
df1c950d6a
|
(svn r16989) -Codechange: unify the code for demolishing (dynamite) stations and waypoints.
|
2009-07-29 22:13:12 +00:00 |
|
rubidium
|
34cb882127
|
(svn r16988) -Codechange: unify the code for removing (parts of) stations and waypoints
|
2009-07-29 22:09:05 +00:00 |
|
rubidium
|
edf7b21e18
|
(svn r16976) -Codechange: remove WaypointID and MAX_LENGTH constants in favour of their Station variants
|
2009-07-28 21:06:38 +00:00 |
|
rubidium
|
66bca52949
|
(svn r16962) -Codechange: more work towards multi tile waypoints
|
2009-07-26 16:17:49 +00:00 |
|
rubidium
|
196856f54e
|
(svn r16939) -Codechange: s/RailwayStation/RailStation/ to unify the way it's written.
|
2009-07-24 11:47:12 +00:00 |
|
rubidium
|
7b07e93b89
|
(svn r16934) -Codechange: introduce a simple helper function to check whether a station is pending deletion or not
|
2009-07-24 07:38:10 +00:00 |
|
rubidium
|
7f08aa4572
|
(svn r16925) -Fix (r16909): guard commands more against using waypoints as stations and/or accidentally reusing waypoints for stations or vice versa.
|
2009-07-23 12:02:09 +00:00 |
|
rubidium
|
f8ac5d16b7
|
(svn r16923) -Codechange: move Cmd*Buoy* to waypoint_cmd.cpp and make them behave more like waypoints, e.g. reuse station signs of recently deleted buoys
|
2009-07-23 00:14:05 +00:00 |
|
rubidium
|
6435dc89fe
|
(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_func.h
|
2009-07-22 10:18:19 +00:00 |
|
rubidium
|
100cb17fa8
|
(svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions all over the place when using the more advanced station types.
-Change: make (rail) waypoints sub classes of 'base stations', make buoys waypoints and unify code between them where possible.
|
2009-07-22 08:59:57 +00:00 |
|
rubidium
|
9eaee690bc
|
(svn r16908) -Codechange: s/DepotWaypointReservation/DepotReservation/
|
2009-07-22 08:52:41 +00:00 |
|
rubidium
|
f1d6561cc4
|
(svn r16907) -Codechange: make a more clear distinction between reservation functions that return a bool and that return TrackBits; GetRailStationReservation vs GetRailwayStationReservation, which one returns the bool and which one the TrackBits?
|
2009-07-21 22:37:10 +00:00 |
|
rubidium
|
1dda60343f
|
(svn r16900) -Codechange: prepare the waypoint window for buoys
|
2009-07-21 16:30:01 +00:00 |
|
rubidium
|
4d3072ec67
|
(svn r16897) -Codechange: use the 'generic' station spec to station allocation for waypoints too
|
2009-07-21 11:20:34 +00:00 |
|
rubidium
|
4ca5ce8904
|
(svn r16863) -Codechange: GetWaypointByTile -> Waypoint::GetByTile, like used for e.g. stations
|
2009-07-17 20:51:24 +00:00 |
|
rubidium
|
0e6b735b45
|
(svn r16860) -Codechange: introduce a helper to assign a station spec to Waypoints
|
2009-07-17 20:21:24 +00:00 |
|
rubidium
|
70bf10b34a
|
(svn r16855) -Codechange: remove unused 'conversion' stuff from the waypoint struct and make it more similar to Station.
|
2009-07-16 23:02:39 +00:00 |
|
rubidium
|
8f4ad741aa
|
(svn r16851) -Codechange: use StationSpecList in waypoint too
|
2009-07-16 20:29:08 +00:00 |
|
rubidium
|
5a38d8e007
|
(svn r16850) -Codechange: unify some naming of variables between waypoints and stations.
|
2009-07-16 20:15:28 +00:00 |
|
rubidium
|
873adde908
|
(svn r16825) -Codechange: unify dirtying when updating the viewport signs.
|
2009-07-13 23:15:13 +00:00 |
|
rubidium
|
79deeee323
|
(svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and UpdateAll[Type]VirtCoords.
|
2009-07-13 22:33:25 +00:00 |
|
rubidium
|
bb78e5bb14
|
(svn r16764) -Codechange: unify the way viewport signs are marked dirty
|
2009-07-08 08:30:35 +00:00 |
|
rubidium
|
4989b4afb9
|
(svn r16761) -Codechange: make UpdateViewportSignPos(ition) a class function of ViewportSign
|
2009-07-07 16:51:20 +00:00 |
|
rubidium
|
f163217dbb
|
(svn r16493) -Fix: missing/wrong @file doxygen 'headers'
|
2009-06-01 12:56:18 +00:00 |
|
smatz
|
e419fe6d3f
|
(svn r16442) -Codechange: use new Vehicle accessors at more places
|
2009-05-26 22:45:48 +00:00 |
|
rubidium
|
1324100d69
|
(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.
|
2009-05-22 22:22:46 +00:00 |
|
smatz
|
50624d5c0f
|
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved
|
2009-05-22 15:13:50 +00:00 |
|
smatz
|
512db5248e
|
(svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsValidID() and PoolItem::Get()
|
2009-05-18 16:21:28 +00:00 |
|
smatz
|
0c10daa243
|
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index)
|
2009-05-17 01:00:56 +00:00 |
|
smatz
|
cf986c3099
|
(svn r16326) -Codechange: replace GetPoolItemPoolSize() by PoolItem::GetPoolSize()
|
2009-05-16 23:44:36 +00:00 |
|
smatz
|
d495dc5dbc
|
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
|
2009-05-16 23:34:14 +00:00 |
|
rubidium
|
5c5b357043
|
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible.
|
2009-04-21 23:40:56 +00:00 |
|
rubidium
|
f3e0fd7416
|
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
|
2009-03-14 18:16:29 +00:00 |
|
smatz
|
4c6afbbbe2
|
(svn r15704) -Cleanup: remove further includes from recently split files
|
2009-03-13 23:48:07 +00:00 |
|
belugas
|
c540d40be1
|
(svn r15703) -Codechange: split Cmd* from waypoint.cpp to waypoint_cmd.cpp.
|
2009-03-13 21:49:24 +00:00 |
|