diff --git a/docs/landscape_grid.html b/docs/landscape_grid.html
index a950b6db1f..07c103436c 100644
--- a/docs/landscape_grid.html
+++ b/docs/landscape_grid.html
@@ -28,7 +28,8 @@ the array so you can quickly see what is used and what is not.
type_height - 8 bits in size, stores tile height (lower 4 bits) and tile class (upper 4 bits)
m1 - 8 bits in size, used to identify the owner of that tile (eg piece of rail, bridge, etc.)
m2 - 16 bits in size, used to identify the index of the given tile (object) in the (object-)array
- m3/m4 - 16 bits in size, which is split up into m3 and m4 is used for general storage
+ m3 - 8 bits in size, is used for general storage
+ m4 - 8 bits in size, is used for general storage
m5 - 8 bits in size, is used for general storage
@@ -37,17 +38,19 @@ the array so you can quickly see what is used and what is not.
class |
- m1[L1] (8) |
- m2[L2] (16) |
- m3/m4[L3] (16) |
- type_height[L4] (8) |
- m5[L5] (8) |
+ m1 (8) |
+ m2 (16) |
+ m3 (8) |
+ m4 (8) |
+ type_height (8) |
+ m5 (8) |
bits |
- 0123 4567 |
- 0123 4567 0123 4567 |
- 0123 4567 0123 4567 |
+ 0123 4567 |
+ 0123 4567 0123 4567 |
+ 0123 4567 |
+ 0123 4567 |
0123 4567 |
0123 4567 |
@@ -55,17 +58,17 @@ the array so you can quickly see what is used and what is not.
(0) ground |
XXXX XXXX |
OOOO OOOO OOOO OOOO |
- XXXX OOOO OOXX XXXX |
+ XXXX OOOO |
+ OOXX XXXX |
XXXX XXXX |
XXXX XOXX |
(1) rail |
XXXX XXXX |
- XXXX XXXX OOOO OOOO
- |
- XXXX XXXX XXXX XXXX
- |
+ XXXX XXXX OOOO OOOO |
+ XXXX XXXX |
+ XXXX XXXX |
XXXX XXXX |
XXXX XXXX
|
@@ -78,7 +81,8 @@ the array so you can quickly see what is used and what is not.
-inherit- |
OOOO OOOO OOOO OOOO |
- XXXX XOOO XXXX XXXX |
+ XXXX XOOO |
+ XXXX XXXX |
-inherit- |
XXXO OOXX |
@@ -86,7 +90,8 @@ the array so you can quickly see what is used and what is not.
(2) road |
XXXX XXXX |
XXXX XXXX XXXX XXXX |
- OOOO OOOO XXXX XXXX |
+ OOOO OOOO |
+ XXXX XXXX |
XXXX XXXX |
XXXX XXXX |
@@ -98,7 +103,8 @@ the array so you can quickly see what is used and what is not.
-inherit- |
XXXX XXXX XXXX XXXX |
- XXXX XXXX XXXX XXXX |
+ XXXX XXXX |
+ XXXX XXXX |
-inherit- |
OOXX XXXX |
@@ -110,17 +116,17 @@ the array so you can quickly see what is used and what is not.
-inherit- |
OOOO OOOO OOOO OOOO |
- OOOO OOOO OOOO OOOX |
+ OOOO OOOO |
+ OOOO OOOX |
-inherit- |
XXXX XXXX |
(3) town |
XXXX XXXX |
- XXXX XXXX XXXX XXXX
- |
- OOOO OOXX XXXX XXXX
- |
+ XXXX XXXX XXXX XXXX |
+ OOOO OOXX |
+ XXXX XXXX |
XXXX XXXX |
XXXX XXOX |
@@ -128,7 +134,8 @@ the array so you can quickly see what is used and what is not.
(4) trees |
XXXX XXXX |
XXXX XXOO OOOO OOOO |
- XXXX XXXX OOXX XXXX |
+ XXXX XXXX |
+ OOXX XXXX |
XXXX XXXX |
XXXO OOXX |
@@ -136,7 +143,8 @@ the array so you can quickly see what is used and what is not.
(5) station |
XXXX XXXX |
XXXX XXXX XXXX XXXX |
- XXXX XOOO XXXX XXXX |
+ XXXX XOOO |
+ XXXX XXXX |
XXXX XXXX |
XXXX XXXX |
@@ -144,7 +152,8 @@ the array so you can quickly see what is used and what is not.
(6) water |
XXXX XXXX |
OOOO OOOO OOOO OOOO |
- OOOO OOOO OOOO OOOO |
+ OOOO OOOO |
+ OOOO OOOO |
XXXX XXXX |
XXXX XXXX |
@@ -152,7 +161,8 @@ the array so you can quickly see what is used and what is not.
(8) industry |
XXXX XOOX |
XXXX XXXX XXXX XXXX |
- OOOO OOOO OOOO OOOO |
+ OOOO OOOO |
+ OOOO OOOO |
XXXX XXXX |
XXXX XXXX |
@@ -164,7 +174,8 @@ the array so you can quickly see what is used and what is not.
-inherit- |
-inherit- |
- XXXX XXXX OOOO OOOO |
+ XXXX XXXX |
+ OOOO OOOO |
-inherit- |
-inherit- |
@@ -176,7 +187,8 @@ the array so you can quickly see what is used and what is not.
-inherit- |
-inherit- |
- XXXX XXXX XXXX XXXX |
+ XXXX XXXX |
+ XXXX XXXX |
-inherit- |
-inherit- |
@@ -191,6 +203,7 @@ the array so you can quickly see what is used and what is not.
-inherit- |
-inherit- |
-inherit- |
+ -inherit- |
@@ -203,6 +216,7 @@ the array so you can quickly see what is used and what is not.
| -inherit- |
-inherit- |
-inherit- |
+ -inherit- |
@@ -215,12 +229,14 @@ the array so you can quickly see what is used and what is not.
| -inherit- |
-inherit- |
-inherit- |
+ -inherit- |
(9) tunnel |
XXXX XXXX |
OOOO OOOO OOOO OOOO |
- XXXX OOOO OOOO OOOX |
+ XXXX OOOO |
+ OOOO OOOX |
XXXX XXXX |
XXXX XXXX |
@@ -232,7 +248,8 @@ the array so you can quickly see what is used and what is not.
XXXX XXXX |
XXXX XXXX OOOO OOOO |
- XXXX XXXX OOOO OOOX |
+ XXXX XXXX |
+ OOOO OOOX |
XXXX XXXX |
XXXX XXXX |
@@ -240,7 +257,8 @@ the array so you can quickly see what is used and what is not.
(10) various (HQ) |
XXXX XXXX |
OOOO OOOO OOOO OOOO |
- OOOO OOOO OOOO OOOO |
+ OOOO OOOO |
+ OOOO OOOO |
XXXX XXXX |
XXXX XXXX |