Update of /cvsroot/netrek/client/netrekxp/resources/docs
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv7612/resources/docs

Modified Files:
        hints.dat 
Log Message:
hints.dat; updated with new hints regarding changes to close windows and det 
circle functionality
data.c: addition of 3rd metaserver to client.  This new metaserver entry is a 
static DNS that is currently
pointing to the IP address of metaserver2.us.netrek.org, but can be changed if 
needed to point to
a non *.netrek.org metaserver, providing a failsafe in case of critical loss of 
metaserver facilities.  The
DNS entry is currently controlled by the client author (Bill Balcerski).
Multiple minor changes in parsemeta.c, such as formalizing a value for 
MAX_SERVERS, removing an
unneeded variable in a sscanf call in parseInput().
parsemeta.c (version_r()):  Handle the new server entry case before the old 
server entry case, to mimic
how other functions are written.
parsemeta.c (SaveMetasCache): Rewritten to save data as text rather than a 
binary file.
parsemeta.c (LoadMetasCache): Rerwritten to load the new text cache file into a 
buffer, and parse the
data, making sure to check for invalid entries.
parsemeta.c (metasort): New function that sorts servers by status and player 
count, in the case of 
the UDP metaserver, as server order in the server list array may need to be 
changed as servers
gain or lose players.  Called upon metawindow creation, and any time the user 
requests a server
refresh.

Index: hints.dat
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/hints.dat,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- hints.dat   24 Jun 2006 23:48:57 -0000      1.8
+++ hints.dat   2 Dec 2006 11:24:42 -0000       1.9
@@ -1,5 +1,7 @@
-to  disable  this  window  permanently  you  should  add  "showHints: off"  to 
 your  rc  file
-the red circle you may see around your ship is the range at which you can 
detonate enemy torpedoes, you can turn this circle off through the ship menu.
+to  disable  this  window  permanently  you  should  add  "showHints: off"  to 
 your  rc  file.
+you can close this window with shift-right click if you don't have a middle 
mouse button.
+most windows (such as this one) can be closed by the unmap special windows key.
+the red circle you may see flash around your ship when detting is the range at 
which you can detonate enemy torpedoes, you can turn this circle off through 
the ship menu.
 you can use Alt+Enter to toggle the main title bar on and off.
 you can send messages from the player list window. Left click for individual 
messages, middle mouse button click for all board messages, and right click for 
team messages.
 you can remap keys by pointing at the key in the help window and pushing the 
key you want that option to be.


_______________________________________________
netrek-cvs mailing list
[email protected]
http://mailman.us.netrek.org/mailman/listinfo/netrek-cvs

Reply via email to