Update of /cvsroot/netrek/client/netrekxp/resources/docs
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv11912/resources/docs
Modified Files:
changes.txt netrekrc netrekrc_options.txt
Log Message:
Cygwin makefile changes: fixed up a bunch of problems to get build to work,
still not
perfect as libdir not resolving correctly. Also removed CYGWIN define from
code and
placed it as a compiler runtime define. Progress of Cygwin build is that
client runs, but
select() is broken. Most likely related to struct fd_set definition.
Added observer support for shrink phasers, color phaser, warn and vary shields,
and
removed observer support for detcircle.
Fixed detcircle so turning it off really does turn it off (oops).
Fixed color phaser with regards to FPS changes, so it works at all framerates.
Added observer support for showArmy for locking onto planets.
Split varyShields into 2 netrekrc options, varyShields and varyShieldsColor, to
be
able to vary either/neither/both shield graphic and shield color with damage.
Changed defaults for FPS client/server values back to 10 from 50. Let the user
have it in netrekrc if they want to request a higher rate, and don't assume
servers
are running at 50 FPS. Require that feature packet to be sent to increase the
update rate.
Index: netrekrc
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/netrekrc,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- netrekrc 23 Feb 2007 13:43:55 -0000 1.23
+++ netrekrc 24 Feb 2007 10:19:54 -0000 1.24
@@ -298,7 +298,7 @@
# Server god decides whether to enable it on server
showAllTractorPressor: on
-# Show army count of planet you are orbiting
+# Show army count of planet you are orbiting (or locked on as observer)
showArmy: on
# Show hints window
@@ -417,16 +417,19 @@
# Use RSA verification
useRsa: on
-# Change shields color on ship damage
+# Change shields graphic on shield damage
varyShields: on
+# Change shields color on shield damage
+varyShieldsColor: on
+
# Show limits of tactical display on galaxy
viewBox: on
# Warn hull state based on damage
warnHull: off
-# Change shields color on enemy approach
+# Change shields color on enemy approach, overrides varyShieldsColor
warnShields: off
# Draw warp streaks while transwarping to starbase
Index: netrekrc_options.txt
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/netrekrc_options.txt,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- netrekrc_options.txt 23 Feb 2007 13:43:56 -0000 1.25
+++ netrekrc_options.txt 24 Feb 2007 10:19:54 -0000 1.26
@@ -231,7 +231,7 @@
server.<server>: (address) <server> is a nickname for (address)
shiftedMouse: (on/off) shift+mouse buttons will work as commands
showAllTractorPressor: (on/off) show each player's tractor/pressor beams
(requires server support)
-showArmy: (on/off) show army count of planet you are orbiting
+showArmy: (on/off) show army count of planet you are orbiting
(or locked on as observer)
showHints: (on/off) show hints window
showHockeyLinesLocal: (on/off) show hockey lines on tactical
showHockeyLinesMap: (on/off) show hockey lines on galactic
@@ -286,7 +286,8 @@
defLite: (on/off) use default beeplite settings
useRSA: (on/off) use RSA client verification
useRSA.<server> (on/off) user RSA for <server>
-varyShields: (on/off) change shields color on shields damage
+varyShields: (on/off) change shields graphic on shield damage
+varyShieldsColor: (on/off) change shields color on shield 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
Index: changes.txt
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/changes.txt,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- changes.txt 22 Feb 2007 17:44:34 -0000 1.107
+++ changes.txt 24 Feb 2007 10:19:54 -0000 1.108
@@ -1,7 +1,12 @@
Netrek XP 2006, Version 1.2: (Released Feb-2007)
-- the varyShields option now scales shield damage properly, previously it
would go straight
- from green to red shields, now there is an intermediate yellow state as
well. Damage threshholds
- are the somewhat standard 33%/66% for transition between green-yellow and
yellow-red.
+- the showArmy option now allows observers to lock onto a planet and see the
army count
+- the varyShields option now only controls shield graphic, not shield color
+- new netrekrc option "varyShieldsColor: (on)/off" which colors shield based
on damage,
+ and fixes a previous problem where shield color would go straight from green
to red.
+ Now there is an intermediate yellow state as well. Damage threshholds are
the somewhat
+ standard 33%/66% for transition between green-yellow and yellow-red.
+- observer support for vary shields, vary shields color, warn shields, shrink
phasers and
+ colorful (jubilee) phasers
- added "autoRotate: on/(off)" to automatically rotate the galaxy when you
enter so that
your team and largest other team are on the left hand side of the galaxy, if
possible.
- added "playerListBlankZeroKills: (on)/off" to choose whether or not to
display 0.00 kills
_______________________________________________
netrek-cvs mailing list
[email protected]
http://mailman.us.netrek.org/mailman/listinfo/netrek-cvs