alberth
|
9e27194651
|
(svn r19401) -Codechange: Use curly braces with multi-line if statements.
|
2010-03-13 15:42:36 +00:00 |
|
yexo
|
fa1d9816ea
|
(svn r19396) -Fix [FS#3690] (r19351): trying to remove a too large rail station rect caused crashes
|
2010-03-13 01:12:07 +00:00 |
|
frosch
|
f7eb527a37
|
(svn r19384) -Fix: Overbuilding plain rail with stations did not update PBS reservation.
|
2010-03-10 20:45:23 +00:00 |
|
yexo
|
ef52e21c75
|
(svn r19355) -Codechange: add the airport layout to build as parameter to CmdBuildAirport
|
2010-03-06 16:07:45 +00:00 |
|
yexo
|
bf6167710f
|
(svn r19351) -Codechange: use TileArea for AfterRemoveRect
|
2010-03-06 13:38:46 +00:00 |
|
alberth
|
6a3dbaf99a
|
(svn r19350) -Codechange: StationRect::BeforeAddRect() returns a CommandCost.
|
2010-03-06 13:23:33 +00:00 |
|
yexo
|
1eb52326cf
|
(svn r19331) -Fix: when deleting an airport the size from the AirportSpec was used instead of the stored airport size
-Fix (r19319): detecting if a plane was landed at an airport failed
-Fix: reset the airporttile mapping when restarting a game
|
2010-03-06 01:58:55 +00:00 |
|
alberth
|
c395b93acd
|
(svn r19319) -Codechange: EnsureNoVehicleOnGround() returns a CommandCost.
|
2010-03-05 21:20:22 +00:00 |
|
yexo
|
0bfd06245b
|
(svn r19318) -Fix [FS#3661](r19198): crash when building an airport at a station where a plane was headed
|
2010-03-05 19:19:29 +00:00 |
|
yexo
|
404df87b1f
|
(svn r19295) -Codechange: introduce wrapper functions for GRFConfig::name/info
|
2010-02-28 20:28:08 +00:00 |
|
alberth
|
566f87b2de
|
(svn r19279) -Codechange: CheckIfAuthorityAllowsNewStation() returns CommandCost.
|
2010-02-27 17:42:55 +00:00 |
|
terkhen
|
d9b2bf78c5
|
(svn r19276) -Fix [FS#3649](r19229): Newly built road stops were not always repainted.
|
2010-02-27 16:27:15 +00:00 |
|
alberth
|
b8f811c7ff
|
(svn r19275) -Codechange: CanExpandRailStation() returns a CommandCost.
|
2010-02-27 14:17:33 +00:00 |
|
alberth
|
fee81aedcb
|
(svn r19274) -Codechange: CmdBuildAirport() returns the 'too spread out' error via CommandCost, if needed.
|
2010-02-27 14:03:06 +00:00 |
|
alberth
|
a4927dcd21
|
(svn r19273) -Codechange: Return station joining error message when error is detected.
|
2010-02-27 13:51:11 +00:00 |
|
rubidium
|
45f34a4203
|
(svn r19265) -Fix [FS#3618]: "Can't build <industry> here... <industry> in the way" showed the to-be-built industry twice, instead of the to-be-built industry and the industry that's in the way
|
2010-02-26 10:08:16 +00:00 |
|
terkhen
|
17288d6c80
|
(svn r19259) -Fix (r19230): Road stops were not removed in case of bankruptcy.
|
2010-02-25 21:43:28 +00:00 |
|
terkhen
|
ba82d7d9a5
|
(svn r19232) -Fix (r19231): Forbid overbuilding drive-through stops using a different orientation.
|
2010-02-24 22:40:43 +00:00 |
|
terkhen
|
a4a66ec1aa
|
(svn r19231) -Feature: Allow overbuilding of road stops.
|
2010-02-24 21:55:03 +00:00 |
|
terkhen
|
aba24e44cf
|
(svn r19230) -Feature: Allow to remove multiple road stops using drag and drop.
|
2010-02-24 21:53:16 +00:00 |
|
terkhen
|
70b1bc5048
|
(svn r19229) -Feature: Allow to build multiple road stops using drag and drop (Based on Wolf01 work)
|
2010-02-24 21:51:59 +00:00 |
|
terkhen
|
f7f08c586f
|
(svn r19228) -Codechange: Move an additional check from CmdBuildRoadStop to CheckFlatLandRoadStop.
|
2010-02-24 21:47:06 +00:00 |
|
terkhen
|
524a10b375
|
(svn r19227) -Codechange: Reorganization of parameters at CmdBuildRoadStop.
|
2010-02-24 21:45:23 +00:00 |
|
yexo
|
cfc1571931
|
(svn r19201) -Codechange: airport tiles now have 4 random bits per tile.
|
2010-02-22 14:17:33 +00:00 |
|
yexo
|
06dc421f2a
|
(svn r19199) -Codechange: add a 'name'-property to airport tiles
|
2010-02-22 14:17:17 +00:00 |
|
yexo
|
698737f485
|
(svn r19198) -Codechange: store the size of stations in savegames
|
2010-02-22 14:17:07 +00:00 |
|
yexo
|
7ca4c31cf5
|
(svn r19197) -Codechange: introduce animation callbacks for airport tiles
|
2010-02-22 14:16:57 +00:00 |
|
yexo
|
61fe40ba73
|
(svn r19196) -Codechange: change the airport tile animation info so it works just like for industry tiles
|
2010-02-22 14:16:50 +00:00 |
|
yexo
|
880fedc192
|
(svn r19195) -Codechange: actually draw newgrf airport tiles
|
2010-02-22 14:16:41 +00:00 |
|
yexo
|
40f6e69ae9
|
(svn r19191) -Codechange: move AirportTileSpec to newgrf_airporttiles.h
|
2010-02-22 14:09:30 +00:00 |
|
terkhen
|
2ae5590f63
|
(svn r19172) -Codechange: Move road checks from CmdBuildRoadStop to CheckFlatLandRoadStop.
|
2010-02-20 18:28:21 +00:00 |
|
terkhen
|
d1cce94525
|
(svn r19171) -Codechange: Split CheckFlatLandBelow into different functions.
|
2010-02-20 18:12:56 +00:00 |
|
terkhen
|
6b849b5483
|
(svn r19170) -Codechange: Make CheckFlatLandBelow use TileArea.
|
2010-02-20 17:56:05 +00:00 |
|
terkhen
|
8a4f1133d8
|
(svn r19169) -Codechange: Move buildable tile checks outside of CheckFlatLandBelow.
|
2010-02-20 17:39:51 +00:00 |
|
alberth
|
33a96b5ef3
|
(svn r19132) -Codechange: No need to end a line with ;;.
|
2010-02-14 16:31:35 +00:00 |
|
peter1138
|
898e879bd9
|
(svn r19056) -Add: [NewGRF] Action 3/2/1 (i.e. new graphics) support for rail types. (To be documented...)
|
2010-02-07 22:22:54 +00:00 |
|
terkhen
|
9e03eb08a2
|
(svn r19010) -Codechange: Remove a now unneeded check at CmdBuildRailStation.
|
2010-02-04 21:09:29 +00:00 |
|
yexo
|
7f998ce80d
|
(svn r18921) -Codechange: make the preconditions for Get/Set CustomStationSpecIndex a bit more strict
|
2010-01-26 23:03:47 +00:00 |
|
yexo
|
388c713f08
|
(svn r18912) -Codechange: free up a bunch of airporttile ids by using the tile animation frame
|
2010-01-24 20:25:28 +00:00 |
|
frosch
|
4034f249db
|
(svn r18897) -Fix: Land area information read the stationspec also for non-rail-stationtiles, which is no longer valid since r18876.
|
2010-01-23 16:38:09 +00:00 |
|
yexo
|
18e7ec6b3e
|
(svn r18876) -Codechange: make sure m4 is always 0 for non-railroad station tiles
|
2010-01-21 13:34:05 +00:00 |
|
rubidium
|
f94c83a387
|
(svn r18872) -Codechange: introduce PaletteID and use it
|
2010-01-21 01:38:13 +00:00 |
|
rubidium
|
4d93b704d9
|
(svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper functions
|
2010-01-18 22:57:21 +00:00 |
|
yexo
|
a1f28ec88b
|
(svn r18860) -Codechange: introduce a wrapper to get an hangar tile from a station
|
2010-01-18 14:32:47 +00:00 |
|
yexo
|
ab68f08886
|
(svn r18857) -Codechange: don't rely on the fact that all airports are rectangular
|
2010-01-18 12:32:50 +00:00 |
|
frosch
|
24e0945bc4
|
(svn r18846) -Codechange: Merge DrawTileSeq into DrawCommonTileSeq.
|
2010-01-17 15:05:25 +00:00 |
|
yexo
|
830af8ee77
|
(svn r18845) -Codechange: introduce AirportTileSpec and use it for animation
|
2010-01-17 14:22:07 +00:00 |
|
frosch
|
d9d75c83d5
|
(svn r18842) -Codechange: Rename SPRITE_MODIFIER_USE_OFFSET to SPRITE_MODIFIER_CUSTOM_SPRITE, invert its meaning, and also use it for industry/house layouts instead of IS_CUSTOM_SPRITE().
|
2010-01-17 01:01:56 +00:00 |
|
frosch
|
707cf045f8
|
(svn r18841) -Fix (r16869): Default-waypoint was drawn incorrectly for monorail and maglev in the waypoint picker.
|
2010-01-17 00:51:18 +00:00 |
|
frosch
|
381bf04bab
|
(svn r18839) -Codechange: Detriplicate drawing of spritelayouts in the GUI.
|
2010-01-16 22:44:03 +00:00 |
|