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

Modified Files:
        changes.txt netrekrc_options.txt 
Log Message:
Fixed KRP dashboard hull display upon death
Added "warnHull: on/(off)" to visually display hull status as a series of dots 
around your ship.  Modelled after warnHull implementation in COW, except that I 
use an actual bitmap rather than the hullbitmap header file to define the 
bitmaps.

Index: netrekrc_options.txt
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/netrekrc_options.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- netrekrc_options.txt        6 Jun 2006 19:50:39 -0000       1.12
+++ netrekrc_options.txt        13 Jun 2006 11:18:22 -0000      1.13
@@ -271,6 +271,7 @@
 useRSA.<server>           (on/off) user RSA for <server>
 varyShields:              (on/off) change shields color on shields damage
 viewBox:                  (on/off) show tactical window boundaries on map
+warnHull:                 (on/off) warn hull state based on damage
 warnShields:              (on/off) change shields color on enemy approach
 warpStreaks:              (on/off) show streaks while warping to starbase
 windowMove:               (on/off) enable internal windows to be moved with 
mouse

Index: changes.txt
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/changes.txt,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- changes.txt 12 Jun 2006 14:10:29 -0000      1.71
+++ changes.txt 13 Jun 2006 11:18:22 -0000      1.72
@@ -1,4 +1,12 @@
 Version 1.1:
+- fixed KRP dashboard hull display on death (it incorrectly displayed hull 
value, which
+  went into the negative if more damage was taken than the ship's hull could 
take, now it
+  just shows hull at 0 upon death)
+- added "warnHull: on/(off)" to visually display hull status as a series of 
dots around your
+  ship (same as in COW), except that the colors of the hull dots more closely 
resemble the 
+  corresponding colors for the COW dashboard hull states.  So the hull dots 
are white when
+  ship hull is about 90% or better, then they turn to yellow from about 40-90% 
hull left, and
+  finally they turn red from about 0-40% hull left. 
 - fixed case of view box not updating under certain circumstances, like 
flipping through
   options menus
 - changed drawing of the new ship bitmaps to overwrite any other image on the 
screen, except


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

Reply via email to