Update of /cvsroot/netrek/client/netrekxp/resources/docs In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv28263/resources/docs Modified Files: changes.txt netrekrc netrekrc_options.txt netrekxp.doc Log Message: Added a disabled richText option. Disabled cause it's buggy in several respects. Requires a windows guru to fix, I've tried several times to fix it completely. Main issues are scrolling (all richtext windows seem to have an extra blank line at the end) and keyboard actions over message windows (messaging is broken with cursor in message windows). Also the order of loading defaults and window creation do not allow the option to be set as a netrekrc option at this time. I did manage to fix the problem with keyboard input being locked out upon the cursor entering a richtext window. URL support and cut/paste out of richtext message windows does work. Index: netrekrc =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/netrekrc,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- netrekrc 19 Mar 2007 04:33:50 -0000 1.43 +++ netrekrc 19 Mar 2007 19:59:43 -0000 1.44 @@ -293,6 +293,9 @@ # Report kills reportKills: on +# Use rich text message windows, currently disabled +richText: off + # Rotate planets (only works with new planet bitmaps) rotatePlanets: on Index: netrekxp.doc =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/netrekxp.doc,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- netrekxp.doc 18 Mar 2007 16:43:35 -0000 1.13 +++ netrekxp.doc 19 Mar 2007 19:59:43 -0000 1.14 @@ -46,8 +46,10 @@ Many people contributed to the making of NetrekXP, and many many others contributed to its ancestor clients such as COW. Here is an undoubtedly incomplete list of credits presented in no particular order: - Scott Silvey - Kevin Smith + Code Art + + Scott Silvey Pascal Gagnon + Kevin Smith Chris Lukassen Rick Weinstein J. Mark Noworolski Tedd Hadley @@ -72,7 +74,6 @@ Stas Pirogov James Cameron Joe Evango - Pascal Gagnon 3.0 Features Index: changes.txt =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/changes.txt,v retrieving revision 1.145 retrieving revision 1.146 diff -u -d -r1.145 -r1.146 --- changes.txt 19 Mar 2007 04:33:50 -0000 1.145 +++ changes.txt 19 Mar 2007 19:59:43 -0000 1.146 @@ -1,4 +1,5 @@ Netrek XP 2006, Version 1.3: +- some bug fixes related to handling graphics initilization and exit - added "viewRange: (0-2)" option to draw a dashed circle on the map showing the range at which enemies can see you. You can choose to draw it at all times, only when you are cloaked, or not at all. If orbitting a foreign planet, no Index: netrekrc_options.txt =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/netrekrc_options.txt,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- netrekrc_options.txt 19 Mar 2007 04:33:50 -0000 1.39 +++ netrekrc_options.txt 19 Mar 2007 19:59:43 -0000 1.40 @@ -221,6 +221,7 @@ redrawDelay: (0-10) how many updates to wait before redraw rejectMacro: (on/off) reject macros reportKills: (on/off) report kills +richText: (on/off) use rich text message windows, currently disabled romshipbmpfile: (path) - old color bitmaps romship1bmpfile: (path) - new color bitmaps romshipGbmpfile: (path) - your own ship's grayscale bitmaps