rubidium
|
43eda3dfbf
|
(svn r16896) -Codechange: make station spec allocation and station animation functions work for both stations and waypoints
|
2009-07-21 11:11:05 +00:00 |
|
rubidium
|
42e1bdacbc
|
(svn r16880) -Codechange: replace magic numbers with their enums and use a clearer variable name than 'flag' in the station naming function.
|
2009-07-19 15:58:47 +00:00 |
|
rubidium
|
861a2163f6
|
(svn r16869) -Codechange: make drawing waypoints a tiny bit more like drawing stations
|
2009-07-18 10:01:31 +00:00 |
|
rubidium
|
8c17c6cb2b
|
(svn r16868) -Codechange: unify UpdateAll[Station|Waypoint]VirtCoords
|
2009-07-18 08:41:58 +00:00 |
|
smatz
|
1f29e38b83
|
(svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get()
|
2009-07-16 19:00:13 +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 |
|
smatz
|
b6960e4e17
|
(svn r16814) -Codechange: make IsNormalAircraft() member of Aircraft
|
2009-07-13 16:37:27 +00:00 |
|
rubidium
|
86768da0f6
|
(svn r16791) -Codechange: unify (and document) the Remove[StationType] functions.
|
2009-07-10 22:46:30 +00:00 |
|
rubidium
|
9ae07bba85
|
(svn r16766) -Codechange: remove station->MarkDirty. It is in all cases meant to only update the sign and not invalidate the widget; the widget would be invalidated by a call before/after the call to MarkDirty or it wouldn't make sense because e.g. the window doesn't exist anymore/yet.
|
2009-07-08 12:01:26 +00:00 |
|
rubidium
|
3fb1506d6d
|
(svn r16765) -Codechange: give ViewportSign's width_1 and width_2 more self explaining names
|
2009-07-08 08:50:20 +00:00 |
|
rubidium
|
3086383cdc
|
(svn r16761) -Codechange: make UpdateViewportSignPos(ition) a class function of ViewportSign
|
2009-07-07 16:51:20 +00:00 |
|
rubidium
|
fbb2fb9720
|
(svn r16760) -Codechange: make UpdateStationVirtCoord a function of Station
|
2009-07-07 16:43:58 +00:00 |
|
rubidium
|
4d14c1b534
|
(svn r16722) -Codechange: unify the naming of the Is/Set/HasArticulatedPart functions
|
2009-07-02 09:06:15 +00:00 |
|
rubidium
|
61e735ba4c
|
(svn r16721) -Codechange: make Is/SetRoadVehicleFront, Is/Set/HasArticulatedPart member of RoadVehicle.
|
2009-07-02 08:59:27 +00:00 |
|
smatz
|
adc5363202
|
(svn r16717) -Codechange: make IsFrontEngine() member of Train
|
2009-07-01 22:22:01 +00:00 |
|
rubidium
|
927c4a0fe8
|
(svn r16709) -Fix [FS#2994]: the list of animated tiles could have duplicates (only for old savegames) and tiles that weren't animated
|
2009-07-01 14:51:05 +00:00 |
|
frosch
|
a288e4d82f
|
(svn r16678) -Codechange: Turn CargoArray into a class, so one does not have to deal with sizeof() wrt. typedef-ed arrays.
|
2009-06-27 21:06:58 +00:00 |
|
frosch
|
812ad41f23
|
(svn r16676) -Codechange: Rename AcceptedCargo to CargoArray and its instances to more meaningful names.
|
2009-06-27 18:26:50 +00:00 |
|
smatz
|
50b5678e26
|
(svn r16673) -Codechange: rename GetProducedCargo() to AddProducedCargo() and change its behaviour accordingly
|
2009-06-27 17:05:20 +00:00 |
|
smatz
|
2987f02144
|
(svn r16663) -Codechange: make removing of railway station tiles faster
|
2009-06-26 12:25:53 +00:00 |
|
smatz
|
90554ee390
|
(svn r16662) -Codechange: replace GetRoadStopByTile() by RoadStop::GetByTile()
|
2009-06-26 10:45:20 +00:00 |
|
smatz
|
c0ac230e3e
|
(svn r16660) -Codechange: get rid of more dummy tile_type_procs
|
2009-06-25 20:08:59 +00:00 |
|
smatz
|
c30a87758f
|
(svn r16659) -Codechange: rename GetAcceptedCargo() to AddAcceptedCargo() and change its behaviour accordingly
-Codechange: remove dummy GetAcceptedCargo_*() handlers
|
2009-06-25 19:23:09 +00:00 |
|
smatz
|
38477f2b36
|
(svn r16655) -Codechange: use IsRailwayStationTile() more
|
2009-06-25 15:54:06 +00:00 |
|
smatz
|
fa1ad0fd3c
|
(svn r16654) -Codechange: cache industries in station's coverage area instead of searching them everytime payment is made
|
2009-06-25 15:42:03 +00:00 |
|
smatz
|
8343340acb
|
(svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile()
|
2009-06-24 17:39:54 +00:00 |
|
smatz
|
0045096403
|
(svn r16640) -Codechange: move roadstop stuff to separate files
|
2009-06-23 21:44:48 +00:00 |
|
yexo
|
c7bd6c8d34
|
(svn r16614) -Codechange: Make the airport min/max available year a property of the Airport class.
-Change: rename station.always_small_airport to station.never_expire_airports to make it more future-proof
|
2009-06-21 13:26:30 +00:00 |
|
yexo
|
ea03c76bd6
|
(svn r16569) -Codechange: remove the gaps in the AirportTiles enum
|
2009-06-12 19:44:47 +00:00 |
|
yexo
|
4b34957987
|
(svn r16566) -Codechange: enumify all airport tiles
|
2009-06-12 14:53:57 +00:00 |
|
smatz
|
0c10006907
|
(svn r16527) -Codechange: use static member functions instead of simple casts when converting Vehicle to specialised vehicle types. Includes safety check
|
2009-06-06 16:54:22 +00:00 |
|
alberth
|
bab70a823d
|
(svn r16491) -Codechange: Added parentheses around bitwise operators for code style.
|
2009-06-01 11:43:36 +00:00 |
|
smatz
|
45af2a294c
|
(svn r16452) -Fix: don't trigger station animations when the station was deleted in the same tick
|
2009-05-27 23:11:52 +00:00 |
|
rubidium
|
5df12c37a9
|
(svn r16448) -Fix [FS#2909]: road vehicles ending up on the pavement when they are in a drive through station that got removed due to bankruptcy
|
2009-05-27 17:17:06 +00:00 |
|
smatz
|
5a463c8347
|
(svn r16442) -Codechange: use new Vehicle accessors at more places
|
2009-05-26 22:45:48 +00:00 |
|
rubidium
|
0d99b6c71c
|
(svn r16421) -Codechange: do not unnecessarily remove constness or unnecessarily add it.
|
2009-05-24 20:29:04 +00:00 |
|
frosch
|
a4557c7da4
|
(svn r16416) -Fix [FS#2912]: Rework deleting of news when referenced vehicles/stations/industries are deleted.
|
2009-05-24 16:52:42 +00:00 |
|
rubidium
|
80e94b9bb1
|
(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.
|
2009-05-22 22:22:46 +00:00 |
|
rubidium
|
7a37220881
|
(svn r16390) -Codechange: move u.road to RoadVehicle.
|
2009-05-22 20:22:20 +00:00 |
|
rubidium
|
c882248348
|
(svn r16388) -Codechange: move u.air to Aircraft
|
2009-05-22 20:07:26 +00:00 |
|
rubidium
|
441011b782
|
(svn r16382) -Codechange: make GetVehicleTrackdir a member function of Vehicle.
|
2009-05-22 18:17:20 +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
|
d1f9a90d32
|
(svn r16348) -Fix (r16280): buoys with invalid station ID could be left in the game
|
2009-05-18 00:33:24 +00:00 |
|
rubidium
|
6b2f9e8c9e
|
(svn r16328) -Fix: desync when removing lots of stations
|
2009-05-17 10:19:00 +00:00 |
|
smatz
|
871107f529
|
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index)
|
2009-05-17 01:00:56 +00:00 |
|
smatz
|
6221d74644
|
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
|
2009-05-16 23:34:14 +00:00 |
|
smatz
|
683a6ca039
|
(svn r16308) -Fix: parameter is invalid when it's equal to length of an array (Yexo)
|
2009-05-14 23:40:03 +00:00 |
|
rubidium
|
5f81ba886c
|
(svn r16297) -Codechange: silence more ICC warnings
|
2009-05-13 17:39:00 +00:00 |
|