rubidium
|
665fa7f9c1
|
(svn r16851) -Codechange: use StationSpecList in waypoint too
|
2009-07-16 20:29:08 +00:00 |
|
rubidium
|
dea1144bcb
|
(svn r16850) -Codechange: unify some naming of variables between waypoints and stations.
|
2009-07-16 20:15:28 +00:00 |
|
rubidium
|
2b1c43f81f
|
(svn r16825) -Codechange: unify dirtying when updating the viewport signs.
|
2009-07-13 23:15:13 +00:00 |
|
rubidium
|
e067d4a4b8
|
(svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and UpdateAll[Type]VirtCoords.
|
2009-07-13 22:33:25 +00:00 |
|
rubidium
|
8275a98e1f
|
(svn r16764) -Codechange: unify the way viewport signs are marked dirty
|
2009-07-08 08:30:35 +00:00 |
|
rubidium
|
3086383cdc
|
(svn r16761) -Codechange: make UpdateViewportSignPos(ition) a class function of ViewportSign
|
2009-07-07 16:51:20 +00:00 |
|
rubidium
|
765c65b738
|
(svn r16493) -Fix: missing/wrong @file doxygen 'headers'
|
2009-06-01 12:56:18 +00:00 |
|
smatz
|
5a463c8347
|
(svn r16442) -Codechange: use new Vehicle accessors at more places
|
2009-05-26 22:45:48 +00:00 |
|
rubidium
|
80e94b9bb1
|
(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.
|
2009-05-22 22:22:46 +00:00 |
|
smatz
|
62a7948af0
|
(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
|
8808f3beea
|
(svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsValidID() and PoolItem::Get()
|
2009-05-18 16:21:28 +00:00 |
|
smatz
|
871107f529
|
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index)
|
2009-05-17 01:00:56 +00:00 |
|
smatz
|
ed1e54bd84
|
(svn r16326) -Codechange: replace GetPoolItemPoolSize() by PoolItem::GetPoolSize()
|
2009-05-16 23:44:36 +00:00 |
|
smatz
|
6221d74644
|
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
|
2009-05-16 23:34:14 +00:00 |
|
rubidium
|
59d45a04d6
|
(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
|
9d018723b7
|
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
|
2009-03-14 18:16:29 +00:00 |
|
smatz
|
40745dc0d9
|
(svn r15704) -Cleanup: remove further includes from recently split files
|
2009-03-13 23:48:07 +00:00 |
|
belugas
|
42d9816ce3
|
(svn r15703) -Codechange: split Cmd* from waypoint.cpp to waypoint_cmd.cpp.
|
2009-03-13 21:49:24 +00:00 |
|