Update of /cvsroot/netrek/client/netrekxp/resources/htmlhelp/html In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23244/resources/htmlhelp/html Modified Files: generalconfig.html Log Message: Heading tic default to off for the places I missed (whoops). Changed to format of sendShortReq, now passes a 2nd argument which tells whether to display the warning message confirming the packet request was sent. More bug fixes for phasers and checking against out of bounds. Added a quiet request for small update if you are alive, but out of galactic bounds. At high packet loss, it's not uncommon to lose your ship position packet upon reentry into game. And since your position is not resent until you move, it was causing draw problems (in fact local window wasn't redrawing at all because client thought you were out of bounds). This will probably mitigate problems with alert borders not updating on death and stray weapons on map, more testing needed however. Index: generalconfig.html =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/resources/htmlhelp/html/generalconfig.html,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- generalconfig.html 25 Mar 2007 23:44:37 -0000 1.43 +++ generalconfig.html 1 Apr 2007 10:11:36 -0000 1.44 @@ -336,8 +336,8 @@ <td>Draw a tic mark indicating your ship's direction</td> <td> <ul> - <li><b>on (default)</b></li> - <li><b>off</b></li> + <li><b>on</b></li> + <li><b>off (default)</b></li> </ul> </td> </tr>