rubidium
|
02cdf01507
|
(svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and depot_base.h and remove quite a lot of unneeded (before this) includes of depot.h.
|
2008-04-17 19:10:30 +00:00 |
|
rubidium
|
e8ee93b593
|
(svn r12689) -Feature: non-stop(or rather no non-stop) and via orders for road vehicles.
|
2008-04-13 16:54:19 +00:00 |
|
peter1138
|
a45c1d45e5
|
(svn r12674) -Fix [FS#1902]: Colour remaps on station sprites only worked for company colours.
|
2008-04-12 22:11:21 +00:00 |
|
smatz
|
6af1fb2bdd
|
(svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify compiler's decisions about inlining
|
2008-04-06 23:49:45 +00:00 |
|
rubidium
|
1bd5a29df5
|
(svn r12596) -Feature: show what cargos a station could be supplied with. Patch by Roujin.
|
2008-04-06 22:32:20 +00:00 |
|
rubidium
|
d6623cf654
|
(svn r12588) -Codechange: do not access the destination of an order directly.
|
2008-04-06 07:48:51 +00:00 |
|
rubidium
|
5b47f81b0f
|
(svn r12584) -Codechange: do not access the order type directly.
|
2008-04-05 23:36:54 +00:00 |
|
rubidium
|
aef20ec54d
|
(svn r12580) -Codechange: merge some logical related to non-stop orders.
|
2008-04-05 15:30:15 +00:00 |
|
smatz
|
febc5150c9
|
(svn r12547) -Feature: invisibility options to make objects invisible instead of transparent
|
2008-04-03 19:55:40 +00:00 |
|
rubidium
|
2edd403656
|
(svn r12489) -Codechange: split station.h into station_base.h and station_func.h.
|
2008-03-31 00:06:17 +00:00 |
|
rubidium
|
eeabab4555
|
(svn r12459) -Codechange: split news.h into news_type.h and news_func.h.
|
2008-03-28 08:53:36 +00:00 |
|
peter1138
|
6184676ec7
|
(svn r12410) -Codechange: abstract out the test for catenary on electric rails
|
2008-03-25 12:10:13 +00:00 |
|
glx
|
4a4be744b6
|
(svn r12258) -Fix: GetProductionAroundTiles() may fail if only the second production slot exists
|
2008-02-25 16:30:12 +00:00 |
|
frosch
|
b7993793c8
|
(svn r12199) -Codechange: Remove magic around the results of GetTileTrackStatus().
|
2008-02-20 17:49:50 +00:00 |
|
smatz
|
29125c0e68
|
(svn r12177) -Codechange: use 'side' parameter in GetTileTrackStatus so there can be less checks in pathfinders for depots/stations/tunnels/bridges
|
2008-02-18 16:11:31 +00:00 |
|
glx
|
044ca2bbf6
|
(svn r12155) -Fix (r12154): some warnings (always compile before commit)
|
2008-02-16 00:10:03 +00:00 |
|
glx
|
3e70ee6ed7
|
(svn r12154) -Codechange: removed a magic number
|
2008-02-15 23:57:03 +00:00 |
|
frosch
|
a40d761d7f
|
(svn r12149) -Codechange: Merge 'ground_sprite' and 'ground_pal' of DrawTileSprites into one PalSpriteID
|
2008-02-15 18:40:42 +00:00 |
|
frosch
|
fd0f57a794
|
(svn r12148) -Codechange: Merge 'image' and 'pal' of DrawTileSeqStruct into one PalSpriteID
|
2008-02-15 18:34:26 +00:00 |
|
frosch
|
43c0f7ea8e
|
(svn r12141) -Codechange: Introduce IsNormalRoad[Tile](), IsRoadDepot[Tile]() and HasTileRoadType(); and use them.
|
2008-02-14 15:59:16 +00:00 |
|
smatz
|
e3301db213
|
(svn r12095) -Fix [FS#1703]: when a company bankrupts, remove drive-through road stops, ship depots and buoys too. Update owners of water and road.
|
2008-02-09 17:30:13 +00:00 |
|
smatz
|
802c949755
|
(svn r12094) -Codechange: use DC_BANKRUPT command flag when removing player property to allow further fixes
|
2008-02-09 15:07:31 +00:00 |
|
smatz
|
221494bd3f
|
(svn r12093) -Fix: do not set station owner for buoys when merging company
|
2008-02-09 12:20:50 +00:00 |
|
frosch
|
918591c05b
|
(svn r12072) -Fix: Make docks at sea flood neighboured tiles.
|
2008-02-06 16:19:28 +00:00 |
|
frosch
|
7860d8d18a
|
(svn r12071) -Feature(ette): Draw river- and canal-edges under docks and shipdepots.
|
2008-02-06 16:12:23 +00:00 |
|
peter1138
|
1d891a8b15
|
(svn r12042) -Fix [FS#1676]: Reimplement how rivers and canals are stored in the map, allowing the sea/river/canal status to also be
stored for buoys, docks, locks and depots. All these are now allowed on rivers and removal of them will revert to the
original water type.
|
2008-02-02 09:28:43 +00:00 |
|
peter1138
|
67782add11
|
(svn r12036) -Fix: For station tiles, only get road types for road stops.
|
2008-02-01 20:10:57 +00:00 |
|
frosch
|
a1b98cda59
|
(svn r11999) -Fix: Do entrance-slope-check for every tile of railstations.
|
2008-01-28 14:36:54 +00:00 |
|
maedhros
|
21eef65e77
|
(svn r11994) -Codechange: Remove numbers from string names where the strings aren't present in TTD, since they don't correspond to either TTD's TextIDs or OpenTTD's StringIDs.
|
2008-01-27 17:32:12 +00:00 |
|
frosch
|
6f6708e844
|
(svn r11983) -Codechange: Add some helper functions for slopes and use them.
|
2008-01-25 15:47:58 +00:00 |
|
peter1138
|
0f966a316a
|
(svn r11956) -Fix [FS#1675]: Disallow building locks and docks on rapids.
|
2008-01-23 08:47:49 +00:00 |
|
smatz
|
96a18d859f
|
(svn r11944) -Fix: allow building drive-through road/tram stops at road/tram track that has no owner
|
2008-01-22 15:40:29 +00:00 |
|
smatz
|
9556623281
|
(svn r11871) -Fix [FS#1074]: do not update signals after each tile when building/removing a large block of track/signals/station
|
2008-01-16 01:18:15 +00:00 |
|
rubidium
|
576f8ad93e
|
(svn r11866) -Codechange: swap OFB_* and OF_* so it conceptually in sync with other cases of *B_* vs *_* like VETSB_* and VETS_*.
|
2008-01-15 18:44:22 +00:00 |
|
smatz
|
245f05a7cc
|
(svn r11864) -Codechange: pass owner whose signals we will update instead of complex detection later
|
2008-01-15 15:00:01 +00:00 |
|
peter1138
|
ea6535c864
|
(svn r11860) -Fix: Test station class validity against number of classes, not abosolute limit.
|
2008-01-15 11:43:06 +00:00 |
|
rubidium
|
d4e6a6bf57
|
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
|
2008-01-13 01:21:35 +00:00 |
|
peter1138
|
ab8382c0db
|
(svn r11822) -Codechange: Replaced fixed size custom name array. Names are now attached to their object directly and there is
no limit to the amount of names.
-Fix: NewGRF engines could not be renamed.
|
2008-01-12 19:58:06 +00:00 |
|
rubidium
|
ac528411df
|
(svn r11818) -Codechange: split player.h into smaller pieces.
|
2008-01-12 14:10:35 +00:00 |
|
smatz
|
f44a9a5d5b
|
(svn r11802) -Fix [FS#716]: do not crash trains when leaving depot to a very long track
-Codechange: use dedicated pathfinder for signal updating, resulting in better performance and possible future improvements
|
2008-01-09 23:00:59 +00:00 |
|
rubidium
|
998d7644f6
|
(svn r11800) -Codechange: move some functions to a more logical location + some type safety.
|
2008-01-09 21:05:03 +00:00 |
|
rubidium
|
46650c54b6
|
(svn r11793) -Codechange: pass the expense type via the CommandCost instead of a global variable. Patch by Noldo (FS#1114).
|
2008-01-09 16:55:48 +00:00 |
|
rubidium
|
b4b3190b62
|
(svn r11788) -Fix (11787): makedepend doesn't mark delete files as changed...
|
2008-01-09 09:57:48 +00:00 |
|
rubidium
|
a3ccdcea36
|
(svn r11777) -Codechange: split the string header and make do not include it when it's not necessary.
|
2008-01-07 14:23:25 +00:00 |
|
rubidium
|
b0ac283aec
|
(svn r11774) -Change: do not include variables.h in a header when it is not needed.
|
2008-01-07 00:57:19 +00:00 |
|
peter1138
|
75472cbc16
|
(svn r11729) -Codechange: Don't rely on the first railtype's sprite offset being zero when drawing road stations.
|
2007-12-31 11:13:51 +00:00 |
|
peter1138
|
06d578d07e
|
(svn r11720) -Codechange: [NewGRF] Add support for bit 30 of station tile layouts; forcing a sprite to always be opaque.
|
2007-12-29 21:06:54 +00:00 |
|
rubidium
|
384503e7d3
|
(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes.
|
2007-12-27 13:35:39 +00:00 |
|
rubidium
|
b9046c97fb
|
(svn r11702) -Codechange: move all date related stuff to date*.
|
2007-12-26 13:50:40 +00:00 |
|
rubidium
|
2786d789a1
|
(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h).
|
2007-12-26 11:45:43 +00:00 |
|