Update of /cvsroot/netrek/client/netrekxp/resources/htmlhelp/html In directory sc8-pr-cvs16:/tmp/cvs-serv8178/resources/htmlhelp/html Modified Files: configfile.html Log Message: The default configuration file has been changed from netrekrc to netrekrc.txt to make life easier on Windows users. Extensionless filenames are a unix artifact and it's just for the better this way, in the long run. Moved netrekrc.txt file from docs folder to a new folder called netrekrc, just makes for easier/more logical build routine. Previously, text files in the same source docs folder were copied to different destination folders. Now each source folder only has items that get sent to the same destination folder. Cambot playback speed 9 is now halfway between speed 8 and max speed, to provide a finer control over speed at the highest playback speeds. Of course > and < work just fine too. Default playback speed now assumes 10 updates/sec instead of 6.5/sec. Double buffering now used for cambot playback. Fixes the issue with border redraw so that's turned back on too. Moved cambot playback delay variable pbdelay from local to global, so that receiving a FPS feature packet will set the playback speed. Index: configfile.html =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/resources/htmlhelp/html/configfile.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- configfile.html 7 May 2006 16:59:27 -0000 1.3 +++ configfile.html 14 May 2007 02:56:39 -0000 1.4 @@ -15,10 +15,10 @@ executable directory: <p> <ul> -<li><b>netrekrc</b></li> <li><b>netrekrc.txt</b></li> -<li><b>xtrekrc</b></li> +<li><b>netrekrc</b></li> <li><b>xtrekrc.txt</b></li> +<li><b>xtrekrc</b></li> </ul> So if you have one of these files it will be read at startup and then change application defaults to whatever values are set in the configuration file.