diff options
author | rubidium <rubidium@openttd.org> | 2009-07-22 09:21:48 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-07-22 09:21:48 +0000 |
commit | 565b99db223824ae1bf9dd10ffdc075753ce2050 (patch) | |
tree | e8c95547e691750b9b0d06fc7c9dfec9228ef41d /docs/landscape.html | |
parent | df9941f729e37b4e9f7dbb21047ea585855fff53 (diff) | |
download | openttd-565b99db223824ae1bf9dd10ffdc075753ce2050.tar.xz |
(svn r16911) -Update: map array documentation
Diffstat (limited to 'docs/landscape.html')
-rw-r--r-- | docs/landscape.html | 49 |
1 files changed, 23 insertions, 26 deletions
diff --git a/docs/landscape.html b/docs/landscape.html index 0f953f696..c6847e0c7 100644 --- a/docs/landscape.html +++ b/docs/landscape.html @@ -183,7 +183,7 @@ <td> <ul> <li>m1: <a href="#OwnershipInfo">owner</a> of the tile</li> - <li>m2: see waypoint and signals</li> + <li>m2: see signals</li> <li>m3 bits 7..4: see signals</li> <li>m3 bits 3..0 = <a name="TrackType">track type</a>: <table> @@ -452,25 +452,6 @@ <li>m2 bit 11: opposite track is reserved, too</li> </ul> </li> - <li>m5 bit 7 set, bit 6 clear: checkpoint - <ul> - <li>m2: index into the array of waypoints.</li> - <li>m5 bit 0: - <table> - <tr> - <td><tt>0</tt> </td> - <td>in X direction</td> - </tr> - - <tr> - <td><tt>1</tt> </td> - <td>in Y direction</td> - </tr> - </table> - </li> - <li>m5 bit 4: pbs reservation state</li> - </ul> - </li> <li>m5 bit 7 set, bit 6 set: railway depot <ul> <li>m5 bits 1..0: exit towards @@ -835,9 +816,9 @@ <ul> <li>m1: <a href="#OwnershipInfo">owner</a> of the station</li> <li>m2: index into the array of stations</li> - <li>m3 bits 7..4: persistent random data for newstations (train station)</li> + <li>m3 bits 7..4: persistent random data for newstations (railway stations/waypoints)</li> <li>m3 bits 7..4: <a href="#OwnershipInfo">owner</a> of tram tracks (road stop)</li> - <li>m3 bits 3..0: <a href="#TrackType">track type</a> for railway stations</li> + <li>m3 bits 3..0: <a href="#TrackType">track type</a> for railway stations/waypoints</li> <li>m3 bits 1..0: water class for buoys and water part of docks</li> <li>m4: custom station id; 0 means standard graphics</li> <li>m5: graphics index (range from 0..255 for each station type): @@ -866,13 +847,29 @@ </tr> <tr> + <td nowrap valign=top><tt>00</tt>..<tt>01</tt></td> + <td align=left>waypoints + <table> + <tr> + <td><tt>00</tt> </td> + <td align=left>in X direction</td> + </tr> + <tr> + <td><tt>01</tt> </td> + <td align=left>in Y direction</td> + </tr> + </table> + </td> + </tr> + + <tr> <td nowrap valign=top><tt>00</tt>..<tt>8F</tt></td> <td align=left>all airports</td> </tr> <tr> <td nowrap valign=top><tt>00</tt>..<tt>05</tt> </td> - <td align=left>road stops: + <td align=left>road stops <table> <tr> <td><tt>00</tt> </td> @@ -935,13 +932,13 @@ </tr> </table> </li> - <li>m6 bits 5..3: the station type (rail, airport, truck, bus, oilrig, dock, buoy)</li> - <li>m6 bit 2: pbs reservation state for railway stations</li> + <li>m6 bits 5..3: the station type (rail, airport, truck, bus, oilrig, dock, buoy, waypoint)</li> + <li>m6 bit 2: pbs reservation state for railway stations/waypoints</li> <li>m6 bits 1..0 : <a href="#tropic_zone">Tropic zone definition</a></li> <li>m7 bits 4..0: <a href="#OwnershipInfo">owner</a> of road (road stops)</li> <li>m7 bits 7..6: present road types (road stops)</li> - <li>m7: animation frame (train station)</li> + <li>m7: animation frame (railway stations/waypoints)</li> </ul> </td> </tr> |