rubidium
|
6d6be50ae0
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
rubidium
|
e40eb8177a
|
(svn r23735) -Codechange: remove ~50 includes from headers that weren't needed
|
2012-01-03 20:26:05 +00:00 |
|
rubidium
|
caa5762636
|
(svn r23717) -Fix [FS#4927]: ships going to wrong dock location when moving the dock while the game is paused
|
2012-01-02 20:39:18 +00:00 |
|
smatz
|
3655d5105b
|
(svn r23716) -Revert (r23705)[FS#4937]: unforeseen consequences
|
2012-01-02 19:47:52 +00:00 |
|
smatz
|
a90b767995
|
(svn r23705) -Codechange: cache the last processed station in FindStationsAroundTiles() in order to make the code a bit faster
|
2012-01-01 17:32:45 +00:00 |
|
truebrain
|
3b2ecfab01
|
(svn r23702) -Codechange: avoid using TileAddWrap() in FindStationsAroundTiles() by finding out where the border is in advance, speeding up the function with a factor 3 (you got to love random statistics which has no real meaning in the grand scheme of it all :D)
|
2012-01-01 16:23:05 +00:00 |
|
rubidium
|
2c09939bd3
|
(svn r23676) -Fix [FS#4913] (r23412): when removing road stops the wrong tile was checked for updating the infrastructure cache
|
2011-12-27 13:45:30 +00:00 |
|
truebrain
|
9266bde593
|
(svn r23546) -Codechange: document and rename widgets to be consistent and understandable
|
2011-12-16 18:14:11 +00:00 |
|
rubidium
|
3d88c74389
|
(svn r23526) -Codechange: unify cargos vs cargoes
|
2011-12-15 21:56:00 +00:00 |
|
yexo
|
7af041d12d
|
(svn r23463) -Fix (r23461): unused variable
|
2011-12-09 20:27:59 +00:00 |
|
yexo
|
16eb11e988
|
(svn r23462) -Codechange: use AirportTileTableIterator in a few more places to make the code easier to read
|
2011-12-09 19:53:42 +00:00 |
|
yexo
|
c9be5d50da
|
(svn r23461) -Fix: handle a missing airport newgrf as graceful as possible by not crashing when loading such savegame or when an airport is removed
|
2011-12-09 19:30:30 +00:00 |
|
yexo
|
b8ee5c018d
|
(svn r23459) -Fix: don't crash trying to draw airport tiles when the airport grf is missing
|
2011-12-09 17:14:03 +00:00 |
|
yexo
|
e7777f44b9
|
(svn r23456) -Fix (r23441): oilrigs don't have any layouts nor do they provide airport noise
|
2011-12-09 15:16:21 +00:00 |
|
rubidium
|
de46e9647b
|
(svn r23441) -Fix [FS#4764]: some airport functions didn't take the layout into account resulting in wrong noise levels or nearests towns (patch by Zuu)
|
2011-12-06 21:02:57 +00:00 |
|
michi_cc
|
f98312eb77
|
(svn r23414) -Add: Company infrastructure counts for stations/airports.
|
2011-12-03 23:40:30 +00:00 |
|
michi_cc
|
c06bbb4863
|
(svn r23413) -Add: Company infrastructure counts for canals.
|
2011-12-03 23:40:23 +00:00 |
|
michi_cc
|
a29a9d94b7
|
(svn r23412) -Add: Company infrastructure counts for road.
|
2011-12-03 23:40:18 +00:00 |
|
michi_cc
|
d30fcd4e35
|
(svn r23411) -Add: Company infrastructure counts for rail.
|
2011-12-03 23:40:13 +00:00 |
|
peter1138
|
3e1d070413
|
(svn r23319) -Fix (r23316): Offsets of viewport signs were not scaled up.
|
2011-11-24 17:37:20 +00:00 |
|
rubidium
|
560bae8c91
|
(svn r23312) -Fix [FS#4849]: assertion could be triggered in case a station was removed just after a vehicle delivered cargo to it
|
2011-11-23 20:36:27 +00:00 |
|
yexo
|
6a272233b3
|
(svn r23160) -Fix: wrong comments in a lot of TileTypeProcs definitions
|
2011-11-08 17:37:32 +00:00 |
|
frosch
|
52774235eb
|
(svn r23148) -Change: [NewGRF] Check the results of various callbacks for validness.
|
2011-11-08 17:27:13 +00:00 |
|
frosch
|
30874b5e81
|
(svn r23147) -Change: [NewGRF v8] Unify the return values of boolean callbacks, and check the results for validity.
|
2011-11-08 17:26:49 +00:00 |
|
rubidium
|
2a2c102b0b
|
(svn r23108) -Codechange: more uint -> int / byte -> int conversions for Z related variables
|
2011-11-04 11:52:19 +00:00 |
|
rubidium
|
459c9523e8
|
(svn r23107) -Codechange: let GetSlopePixelZ and TerraformTile tile type functions use int z as well
|
2011-11-04 11:36:10 +00:00 |
|
rubidium
|
19eabdba2c
|
(svn r23106) -Codechange: pass int* to GetTileSlope and friends
|
2011-11-04 11:30:37 +00:00 |
|
rubidium
|
a8c4efcff4
|
(svn r23101) -Codechange: remove pointless multiplications by TILE_HEIGHT from the station/object building code
|
2011-11-04 10:31:13 +00:00 |
|
rubidium
|
1dc685aeea
|
(svn r23100) -Codechange: remove pointless multiplications by TILE_HEIGHT for the terraform code
|
2011-11-04 10:30:10 +00:00 |
|
rubidium
|
2ed0f93bfb
|
(svn r23093) -Codechange: add a default NULL for the Z of GetTileSlope and use it
|
2011-11-04 10:22:27 +00:00 |
|
rubidium
|
7757a2ed40
|
(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions if they return the Z in pixels (like TilePixelHeight)
|
2011-11-04 10:18:13 +00:00 |
|
michi_cc
|
e094d7db62
|
(svn r23072) -Feature: [NewGRF] House callback 0x148.
|
2011-10-31 22:31:40 +00:00 |
|
frosch
|
3eddb9c23f
|
(svn r23049) -Fix [FS#4810]: Use the same forest-check for the vegetation-map colour as for nearby station names.
|
2011-10-21 19:10:35 +00:00 |
|
rubidium
|
1842622d81
|
(svn r22973) -Add: support for replacing the buoy via action123
|
2011-10-02 20:26:43 +00:00 |
|
frosch
|
8d5c1479f4
|
(svn r22960) -Feature: Allow depots, standard roadstops and airports on steep slopes.
|
2011-09-25 13:35:17 +00:00 |
|
frosch
|
7f228d6909
|
(svn r22924) -Codechange: Enhance NewGRFSpriteLayout for drawing construction stages in spritelayouts with inconsistent number of sprites per spriteset.
|
2011-09-11 15:10:09 +00:00 |
|
michi_cc
|
d579af11e8
|
(svn r22659) -Add: [NewGRF] Support for the land slope check callback for stations.
|
2011-07-11 16:32:35 +00:00 |
|
terkhen
|
00e5c1df18
|
(svn r22567) -Codechange: Store persistent storages inside a pool.
|
2011-06-12 20:47:45 +00:00 |
|
terkhen
|
e127fca384
|
(svn r22557) -Codechange: Remove constness from AnimationBase callbacks.
|
2011-06-12 20:32:52 +00:00 |
|
frosch
|
d5e7537e14
|
(svn r22552) -Fix: Clear airport persistent storage on construction/removal of airports.
|
2011-06-11 20:47:31 +00:00 |
|
terkhen
|
8e00fa39b2
|
(svn r22542) -Add: Store cargo acceptance stats for stations.
|
2011-06-04 21:21:00 +00:00 |
|
terkhen
|
5bb79b1f46
|
(svn r22540) -Codechange: Rename AcceptancePickup to GoodsEntryStatus.
|
2011-06-04 21:17:07 +00:00 |
|
frosch
|
a241a4ce97
|
(svn r22518) -Feature: [NewGRF] Advanced sprite layouts with register modifiers.
|
2011-05-29 16:56:22 +00:00 |
|
frosch
|
474b4799e8
|
(svn r22482) -Codechange: Add some contants for the number of ticks between certain cyclical tasks.
|
2011-05-21 11:26:37 +00:00 |
|
alberth
|
990ec6f0a9
|
(svn r22460) -Doc: Semantic documentation fixes, and doxygen additions (partly by planetmaker).
|
2011-05-14 18:38:54 +00:00 |
|
frosch
|
20e86fd5ea
|
(svn r22454) -Codechange: Deduplicate GetCustomStationGroundRelocation() into GetCustomStationRelocation() and only call it if actually needed.
|
2011-05-14 13:12:47 +00:00 |
|
frosch
|
fdd2f8447e
|
(svn r22453) -Feature(ette): Implement variable 18 for custom station foundations.
|
2011-05-14 12:38:10 +00:00 |
|
frosch
|
76c7cbff70
|
(svn r22436) -Fix (r18969): Apply railtype property 12 (station graphics) also to station groundsprites from action 1.
|
2011-05-08 15:58:59 +00:00 |
|
rubidium
|
1a515e6344
|
(svn r22405) -Document: some more "random-ish" tidbits
|
2011-05-01 19:14:12 +00:00 |
|
yexo
|
3769b4f218
|
(svn r22163) -Fix [FS#4541]: building a station part adjacent to both an existing station and a rail waypoint failed
|
2011-03-03 19:26:18 +00:00 |
|