Update of /cvsroot/netrek/client/netrekxp/resources/htmlhelp/html
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14778/resources/htmlhelp/html

Modified Files:
        generalconfig.html 
Log Message:
Second round of the ship and keymap changes, this one focused on fixing the 
things the last patch broke.
Removed shipchange(function)
Defined ATT_BRONCO since it's defined statically on bronco as type 7 but as 
type 6 on paradise.  Was necessary to get ATT working right on both.
Removed option for ship specific netrekrc file (rcfile-<ship>).  Still can use 
ship specific keymaps and buttonmaps.
Refit string (displayed by client in message window upon entering refit state) 
now works on paradise servers to provide the correct list of available ships.
Fixed keymap bug in getname and playback - was incorrectly using ship keymap 
instead of default keymap.
Added call to buildShipKeymap() in getshipdefaults(), which is in turn called 
during ship initialization by initialize_shiptypes().  This will set up the 
individual ship keymaps and buttonmaps at client startup.
Fixed help window key remapping to effect not only current ship, but the 
default keymap and every individual ship keymap as well.
Fixed buildShipKeymap() function so it properly resets the ship's individual 
keymap before trying to parse the keymap from the netrekrc file.  Same with 
buttonmap.
Fixed broken logic in the team select screen.  Spacebar and clicking on a team 
window now both work properly again.
Fixed options window key remapping to effect not only current ship, but the 
default keymap and every individual ship keymap as well.  Same with buttonmap.  
Also reduced the amount of duplicate code considerably by calling the keymapAdd 
and buttonmapAdd functions instead of trying to reprocess the strings inline.
Fixed incorrect comment on how SP_SHIP_CAP is sent by bronco vs paradise.
Redid handleShipCap() so it works the way it is supposed to.  It obeys the 
operation value in the ship cap packet.  And adds news ships or modifies ships 
correctly.

Index: generalconfig.html
===================================================================
RCS file: 
/cvsroot/netrek/client/netrekxp/resources/htmlhelp/html/generalconfig.html,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- generalconfig.html  29 Jul 2007 01:38:39 -0000      1.56
+++ generalconfig.html  19 Apr 2008 16:22:57 -0000      1.57
@@ -943,11 +943,6 @@
 </td>
 </tr>
 <tr>
-<td><code><b>rcfile-&lt;ship&gt;</b><br>&lt;ship&gt; can be one of 
sc,dd,cs,bb,as,sb,ga,att</b></code></td>
-<td>Path to separate defaults for specific ship</td>
-<td><b>path</b></td>
-</tr>
-<tr>
 <td><code><b>redrawDelay</b></code></td>
 <td>Number of updates before redraw</td>
 <td><b>1-10</b><br>default: 0</td>


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

Reply via email to