rubidium
|
6d6be50ae0
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
michi_cc
|
fc8633e1ac
|
(svn r23415) -Feature: Infrastructure maintenance costs.
|
2011-12-03 23:40:46 +00:00 |
|
michi_cc
|
d3b7b89493
|
(svn r23415) -Feature: Infrastructure maintenance costs.
|
2011-12-03 23:40:46 +00:00 |
|
rubidium
|
bec64ece5a
|
(svn r23199) -Fix [FS#4822]: oil rigs that "expired" did not get removed from the station list
|
2011-11-12 18:06:34 +00:00 |
|
rubidium
|
fb63543e2a
|
(svn r23199) -Fix [FS#4822]: oil rigs that "expired" did not get removed from the station list
|
2011-11-12 18:06:34 +00:00 |
|
terkhen
|
7e0daae1ec
|
(svn r22567) -Codechange: Store persistent storages inside a pool.
|
2011-06-12 20:47:45 +00:00 |
|
terkhen
|
00e5c1df18
|
(svn r22567) -Codechange: Store persistent storages inside a pool.
|
2011-06-12 20:47:45 +00:00 |
|
rubidium
|
6e9122828e
|
(svn r22406) -Document: some more "random-ish" tidbits
|
2011-05-01 19:51:52 +00:00 |
|
rubidium
|
5a620d1c65
|
(svn r22406) -Document: some more "random-ish" tidbits
|
2011-05-01 19:51:52 +00:00 |
|
smatz
|
c85e1c3089
|
(svn r22116) -Codechange: use PoolBase::Clean() at more places
|
2011-02-19 23:05:47 +00:00 |
|
smatz
|
756cc6cf65
|
(svn r22116) -Codechange: use PoolBase::Clean() at more places
|
2011-02-19 23:05:47 +00:00 |
|
rubidium
|
7e4ff17e35
|
(svn r22111) -Codechange/fix-ish: upon cleaning a pool a destructor should not delete items from other pools
|
2011-02-19 18:02:17 +00:00 |
|
rubidium
|
68bc93f950
|
(svn r22111) -Codechange/fix-ish: upon cleaning a pool a destructor should not delete items from other pools
|
2011-02-19 18:02:17 +00:00 |
|
rubidium
|
701bd8848a
|
(svn r22017) -Codechange: move MarkTileDirtyByTile to viewport_func.h
|
2011-02-07 22:29:47 +00:00 |
|
rubidium
|
faf5d899f7
|
(svn r22017) -Codechange: move MarkTileDirtyByTile to viewport_func.h
|
2011-02-07 22:29:47 +00:00 |
|
rubidium
|
0cf2ef83f0
|
(svn r21846) -Codechange: move documentation towards the code to make it more likely to be updated [o-s].
|
2011-01-18 23:09:43 +00:00 |
|
rubidium
|
9ca4b629cd
|
(svn r21846) -Codechange: move documentation towards the code to make it more likely to be updated [o-s].
|
2011-01-18 23:09:43 +00:00 |
|
rubidium
|
508f7816dc
|
(svn r21483) -Codechange: make StationRect::ScanForStationTiles make use of TILE_AREA_LOOP. Making use of make makes me making use of my brain to determine whether I make use of tautology, or make use of pleonasm, or make use of both, or even make use of neither
|
2010-12-12 17:36:34 +00:00 |
|
rubidium
|
15b4941401
|
(svn r21483) -Codechange: make StationRect::ScanForStationTiles make use of TILE_AREA_LOOP. Making use of make makes me making use of my brain to determine whether I make use of tautology, or make use of pleonasm, or make use of both, or even make use of neither
|
2010-12-12 17:36:34 +00:00 |
|
alberth
|
9f3845227e
|
(svn r21273) -Codechange: Return values should start at the same line.
|
2010-11-20 15:44:24 +00:00 |
|
alberth
|
ab50f74d7f
|
(svn r21273) -Codechange: Return values should start at the same line.
|
2010-11-20 15:44:24 +00:00 |
|
rubidium
|
86a3fbb287
|
(svn r20774) -Fix [FS#4116]: assertion triggered when removing a station owned by nobody when the local company is "spectator" as well
|
2010-09-09 10:55:05 +00:00 |
|
rubidium
|
64d9a36dc0
|
(svn r20774) -Fix [FS#4116]: assertion triggered when removing a station owned by nobody when the local company is "spectator" as well
|
2010-09-09 10:55:05 +00:00 |
|
rubidium
|
1664ac1eb5
|
(svn r20772) -Codechange: use packed VehicleListIdentifiers as window numbers
|
2010-09-08 21:37:13 +00:00 |
|
rubidium
|
f5128695c5
|
(svn r20772) -Codechange: use packed VehicleListIdentifiers as window numbers
|
2010-09-08 21:37:13 +00:00 |
|
frosch
|
c18839704b
|
(svn r20286) -Codechange: Unify end of doxygen comments.
|
2010-08-01 19:44:49 +00:00 |
|
frosch
|
4bd32799f1
|
(svn r20286) -Codechange: Unify end of doxygen comments.
|
2010-08-01 19:44:49 +00:00 |
|
frosch
|
5b86c79fce
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|
frosch
|
ed4f806f1d
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|
smatz
|
ba43c0f5dd
|
(svn r19958) -Codechange: move common code from Waypoint and Station destructors to BaseStation destructor
|
2010-06-11 00:20:24 +00:00 |
|
smatz
|
e71fd4bb57
|
(svn r19958) -Codechange: move common code from Waypoint and Station destructors to BaseStation destructor
|
2010-06-11 00:20:24 +00:00 |
|
smatz
|
a6232ad532
|
(svn r19957) -Codechange: remove VLW_WAYPOINT_LIST
|
2010-06-11 00:18:28 +00:00 |
|
smatz
|
c4175b752a
|
(svn r19957) -Codechange: remove VLW_WAYPOINT_LIST
|
2010-06-11 00:18:28 +00:00 |
|
smatz
|
24e4010f93
|
(svn r19956) -Fix: close list of vehicles with given oil rig in orders when the oil rig is deleted
-Fix (r19952): close the list when it is not sticky
|
2010-06-10 23:52:09 +00:00 |
|
smatz
|
8bf4a7d1ae
|
(svn r19956) -Fix: close list of vehicles with given oil rig in orders when the oil rig is deleted
-Fix (r19952): close the list when it is not sticky
|
2010-06-10 23:52:09 +00:00 |
|
yexo
|
22a27d3b62
|
(svn r19455) -Codechange: split all airport information in Station to a seperate class
|
2010-03-18 21:02:20 +00:00 |
|
yexo
|
c4a88ce022
|
(svn r19455) -Codechange: split all airport information in Station to a seperate class
|
2010-03-18 21:02:20 +00:00 |
|
yexo
|
fadc8a3fee
|
(svn r19351) -Codechange: use TileArea for AfterRemoveRect
|
2010-03-06 13:38:46 +00:00 |
|
yexo
|
bf6167710f
|
(svn r19351) -Codechange: use TileArea for AfterRemoveRect
|
2010-03-06 13:38:46 +00:00 |
|
alberth
|
beb46d1a7f
|
(svn r19350) -Codechange: StationRect::BeforeAddRect() returns a CommandCost.
|
2010-03-06 13:23:33 +00:00 |
|
alberth
|
6a3dbaf99a
|
(svn r19350) -Codechange: StationRect::BeforeAddRect() returns a CommandCost.
|
2010-03-06 13:23:33 +00:00 |
|
alberth
|
1f2a0c3a77
|
(svn r19335) -Codechange: StationRect::BeforeAddTile() returns a CommandCost.
|
2010-03-06 12:15:03 +00:00 |
|
alberth
|
d4b748e27e
|
(svn r19335) -Codechange: StationRect::BeforeAddTile() returns a CommandCost.
|
2010-03-06 12:15:03 +00:00 |
|
alberth
|
26d53fbb5f
|
(svn r19334) -Codechange: method-call codestyle fixes, and introduction of const reference formal parameter.
|
2010-03-06 11:54:59 +00:00 |
|
alberth
|
993c9e6f62
|
(svn r19334) -Codechange: method-call codestyle fixes, and introduction of const reference formal parameter.
|
2010-03-06 11:54:59 +00:00 |
|
yexo
|
80982cc91b
|
(svn r19198) -Codechange: store the size of stations in savegames
|
2010-02-22 14:17:07 +00:00 |
|
yexo
|
698737f485
|
(svn r19198) -Codechange: store the size of stations in savegames
|
2010-02-22 14:17:07 +00:00 |
|
alberth
|
830c42c3b5
|
(svn r19038) -Codechange: Move TileArea methods to their own file.
|
2010-02-06 12:56:13 +00:00 |
|
alberth
|
05388c953a
|
(svn r19038) -Codechange: Move TileArea methods to their own file.
|
2010-02-06 12:56:13 +00:00 |
|
rubidium
|
9467b7c6d6
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +00:00 |
|