diff options
author | rubidium <rubidium@openttd.org> | 2008-08-02 22:48:43 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-08-02 22:48:43 +0000 |
commit | fe4f23dba23ba7553304961773a74bc1037e12a7 (patch) | |
tree | 579def525f3daf00a22a8597e6be680ed28fd831 /docs | |
parent | ad4fdb76fc51d6af87d79c734a94407dca501de3 (diff) | |
download | openttd-fe4f23dba23ba7553304961773a74bc1037e12a7.tar.xz |
(svn r13932) -Add [YAPP]: PBS signals added to the map array. The signals are drawn using the old Patch-like PBS sprites. (michi_cc)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/landscape.html | 26 | ||||
-rw-r--r-- | docs/landscape_grid.html | 2 |
2 files changed, 19 insertions, 9 deletions
diff --git a/docs/landscape.html b/docs/landscape.html index 15333cc8f..07ac847f0 100644 --- a/docs/landscape.html +++ b/docs/landscape.html @@ -376,30 +376,40 @@ </tr> </table> <ul> - <li>m2 bit 6: Signal 0 and 1: set = semaphore signals, clear = light signals</li> - <li>m2 bit 2: Signal 2 and 3: set = semaphore signals, clear = light signals</li> - <li>m2 bits 5..4: type of signal 0 and 1 (same values as m2 bits 1..0)</li> - <li>m2 bits 1..0: type of signal 2 and 3 + <li>m2 bit 7: Signal 0 and 1: set = semaphore signals, clear = light signals</li> + <li>m2 bit 3: Signal 2 and 3: set = semaphore signals, clear = light signals</li> + <li>m2 bits 6..4: type of signal 0 and 1 (same values as m2 bits 2..0)</li> + <li>m2 bits 2..0: type of signal 2 and 3 <table> <tr> - <td nowrap="nowrap" valign="top"><tt>00</tt>: </td> + <td nowrap="nowrap" valign="top"><tt>000</tt>: </td> <td align="left">normal signals</td> </tr> <tr> - <td nowrap="nowrap" valign="top"><tt>01</tt>: </td> + <td nowrap="nowrap" valign="top"><tt>001</tt>: </td> <td align="left">pre-signals</td> </tr> <tr> - <td nowrap="nowrap" valign="top"><tt>10</tt>: </td> + <td nowrap="nowrap" valign="top"><tt>010</tt>: </td> <td align="left">exit-signals</td> </tr> <tr> - <td nowrap="nowrap" valign="top"><tt>11</tt>: </td> + <td nowrap="nowrap" valign="top"><tt>011</tt>: </td> <td align="left">combo-signals</td> </tr> + + <tr> + <td nowrap="nowrap" valign="top"><tt>100</tt>: </td> + <td align="left">pbs signals</td> + </tr> + + <tr> + <td nowrap="nowrap" valign="top"><tt>101</tt>: </td> + <td align="left">no-entry signals</td> + </tr> </table> </li> diff --git a/docs/landscape_grid.html b/docs/landscape_grid.html index e01d32460..ed5734988 100644 --- a/docs/landscape_grid.html +++ b/docs/landscape_grid.html @@ -101,7 +101,7 @@ the array so you can quickly see what is used and what is not. <td class="caption">rail with signals</td> <td class="bits">-inherit-</td> <td class="bits">-inherit-</td> - <td class="bits"><span class="free">OOOO</span> XXXX <span class="free">O</span>XXX <span class="free">O</span>XXX</td> + <td class="bits"><span class="free">OOOO</span> XXXX XXXX XXXX</td> <td class="bits">XXXX <span class="option">~~</span>XX</td> <td class="bits">XXXX XXXX</td> <td class="bits">-inherit-</td> |