diff --git a/docs/landscape.html b/docs/landscape.html
index 0f953f6967..c6847e0c7c 100644
--- a/docs/landscape.html
+++ b/docs/landscape.html
@@ -183,7 +183,7 @@
- m1: owner of the tile
- - m2: see waypoint and signals
+ - m2: see signals
- m3 bits 7..4: see signals
- m3 bits 3..0 = track type:
@@ -452,25 +452,6 @@
- m2 bit 11: opposite track is reserved, too
- - m5 bit 7 set, bit 6 clear: checkpoint
-
- - m2: index into the array of waypoints.
- - m5 bit 0:
-
-
- 0 |
- in X direction |
-
-
-
- 1 |
- in Y direction |
-
-
-
- - m5 bit 4: pbs reservation state
-
-
- m5 bit 7 set, bit 6 set: railway depot
- m5 bits 1..0: exit towards
@@ -835,9 +816,9 @@
- m1: owner of the station
- m2: index into the array of stations
- - m3 bits 7..4: persistent random data for newstations (train station)
+ - m3 bits 7..4: persistent random data for newstations (railway stations/waypoints)
- m3 bits 7..4: owner of tram tracks (road stop)
- - m3 bits 3..0: track type for railway stations
+ - m3 bits 3..0: track type for railway stations/waypoints
- m3 bits 1..0: water class for buoys and water part of docks
- m4: custom station id; 0 means standard graphics
- m5: graphics index (range from 0..255 for each station type):
@@ -865,6 +846,22 @@
+
+ 00..01 |
+ waypoints
+
+
+ 00 |
+ in X direction |
+
+
+ 01 |
+ in Y direction |
+
+
+ |
+
+
00..8F |
all airports |
@@ -872,7 +869,7 @@
00..05 |
- road stops:
+ | road stops
- - m6 bits 5..3: the station type (rail, airport, truck, bus, oilrig, dock, buoy)
- - m6 bit 2: pbs reservation state for railway stations
+ - m6 bits 5..3: the station type (rail, airport, truck, bus, oilrig, dock, buoy, waypoint)
+ - m6 bit 2: pbs reservation state for railway stations/waypoints
- m6 bits 1..0 : Tropic zone definition
- m7 bits 4..0: owner of road (road stops)
- m7 bits 7..6: present road types (road stops)
- - m7: animation frame (train station)
+ - m7: animation frame (railway stations/waypoints)
|
diff --git a/docs/landscape_grid.html b/docs/landscape_grid.html
index d6a712e7e3..ac2671005c 100644
--- a/docs/landscape_grid.html
+++ b/docs/landscape_grid.html
@@ -86,7 +86,7 @@ the array so you can quickly see what is used and what is not.
OOOO OOOO |
- 1 |
+ 1 |
rail |
XXXX XXXX |
~~~X XXXX |
@@ -119,17 +119,6 @@ the array so you can quickly see what is used and what is not.
XXOO OOXX |
OOOO OOOO |
-
- waypoint |
- -inherit- |
- -inherit- |
- XXXX XXXX XXXX XXXX |
- OOOO ~~XX |
- OOOO XXXX |
- XXOX OOOX |
- XXOO OOXX |
- OOOO OOOO |
-
2 |
road |
@@ -189,7 +178,7 @@ the array so you can quickly see what is used and what is not.
OOOO OOOO |
- 5 |
+ 5 |
rail station |
XXXX XXXX |
~~~X XXXX |
@@ -200,6 +189,17 @@ the array so you can quickly see what is used and what is not.
OOXX XXXX |
XXXX XXXX |
+
+ rail waypoint |
+ -inherit- |
+ -inherit- |
+ -inherit- |
+ -inherit- |
+ -inherit- |
+ -inherit- |
+ -inherit- |
+ -inherit- |
+
road stop |
-inherit- |
|