Update of /cvsroot/netrek/client/netrekxp/resources/docs In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv9198/resources/docs Modified Files: changes.txt netrekrc_options.txt netrekxp.doc Log Message: Fixed some inconsistencies in how a few RCDs were named - "taking" renamed to "take", "generic" renamed to "help", "help3 and help4" renamed to "help1 and help2", and "doing3 and doing4" renamed to "doing1 and doing2" Added "saveWindow: (on)/off" and "saveBeeplite: (on)/off" to allow saving of window placments and beeplite macros to the netrek.sav file. Save options now can save windows placements, review window .allow settings, and beeplite macros Changed some default window sizes/locations that were either too small (i.e. help window) or in a bad spot (i.e. planet window) Fixed a bunch of spacing inconsistencies Added/modified a few checkmapped calls in newwin.c to either use the "newish" checkmappedpref function, or to add a checkmapped check if I felt it should be checked Index: netrekxp.doc =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/netrekxp.doc,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- netrekxp.doc 28 May 2006 06:28:13 -0000 1.8 +++ netrekxp.doc 28 May 2006 23:05:12 -0000 1.9 @@ -52,6 +52,7 @@ J. Mark Noworolski Tedd Hadley Heiko Wengler + Andy McFadden Chris Guthrie Ed James @@ -403,7 +404,7 @@ Or you can specifiy just the position: - <window>.geometrey: +<xpos>+<ypos> + <window>.geometry: +<xpos>+<ypos> or just the size: @@ -485,10 +486,9 @@ Short Packets: -Short packets are supported by COW. These have been shown to substantially reduce the volume of traffic between the client and server, and will improve lag in many situations. Not all -servers support short packets yet, but that is changing rapidly. +Short packets are supported by Netrek XP. These have been shown to substantially reduce the volume of traffic between the client and server, and will improve lag in many situations. All modern servers support short packets. -COW has a short packet window which is brought up with the "`" key. In this window you can turn short packets on and off as well as configure it in various ways. +Netrek XP has a short packet window which is brought up with the "`" key. In this window you can turn short packets on and off as well as configure it in various ways. Also in your netrek defaults file you can add the line @@ -546,7 +546,7 @@ Note that except for E and F, these are all control keys. Key Name Default Distress Macro -t taking %T%c->%O (%S) Carrying %a to %l%?%n>-1%{ @ %n%} +t take %T%c->%O (%S) Carrying %a to %l%?%n>-1%{ @ %n%} o ogg %T%c->%O Help Ogg %p at %l b bomb %T%c->%O %?%n>4%{bomb %l @ %n%!bomb%} c space_control %T%c->%O Help Control at %L @@ -568,8 +568,9 @@ 9 pickup %T%c->%O %p++ @ %l 0 pop %T%c->%O %l%?%n>-1%{ @ %n%}! F carrying %T%c->%O %?%S=SB%{Your Starbase is c%!C%}arrying %?%a>0%{%a%!NO%} arm%?%a=1%{y%!ies%}. -@ other2 %T%c->%O (%i)%?%a>0%{ has %a arm%?%a=1%{y%!ies%}%} at %l. (%d%%D, %s%%S, %f%%F) -# other3 %T%c->%O (%i)%?%a>0%{ has %a arm%?%a=1%{y%!ies%}%} at %l. (%d%%D, %s%%S, %f%%F) +@ other1 %T%c->%O (%i)%?%a>0%{ has %a arm%?%a=1%{y%!ies%}%} at %l. (%d%%D, %s%%S, %f%%F) + +# other2 %T%c->%O (%i)%?%a>0%{ has %a arm%?%a=1%{y%!ies%}%} at %l. (%d%%D, %s%%S, %f%%F) E help %T%c->%O Help(%S)! %s%% shd, %d%% dmg, %f%% fuel,%?%S=SB%{ %w%% wtmp,%!%}%E%{ ETEMP!%}%W%{ WTEMP!%} %a armies! @@ -582,7 +583,7 @@ 2. Map AS bombing (asbomb) to '^A', don't change the message. - First try to seperate in your mind the two types of configurability + First try to separate in your mind the two types of configurability that are going on here. 1) you are changing the key that sends the message @@ -738,7 +739,6 @@ %l three character name of target planet %N full name of target planet %i sender full player name (16 character max) - %u full name of target player (16 character max) %z 3 letter team id of target planet %b 3 char name of sender nearest planet @@ -809,8 +809,7 @@ 0%{included if true%!included if false%} included if false -Combining the whole package, a very robust macroing system is quickly generated. One can easily design or mimic Distress calls, including the variable NBT distress of the COW client and all the -hardcoded message macroing built into my own client but never released. +Combining the whole package, a very robust macroing system is quickly generated. One can easily design or mimic Distress calls, including the variable NBT distress of the COW client and all the hardcoded message macroing built into my own client but never released. Here are a few more samples to work from: @@ -862,7 +861,7 @@ set [name of key] [destination id] -to the shell ("!") tools. Of corse this may be done with macros as well. +to the shell ("!") tools. Of course this may be done with macros as well. Examples: mac.^C.!: set captain %g @@ -1030,8 +1029,7 @@ Local weenies cheat. They talk to each other. Those of us who have never met another netrek player are forced to rely heavily on the message window. - In order to even the playing field, the current feature was proposed. This feature causes certain types of RCD messages to beep or even highlite specific objects on the screen. This is done via a -macro-like interface which is highly configurable. Further, bitmaps used to highlite can be substituted with your preferences. + In order to even the playing field, the current feature was proposed. This feature causes certain types of RCD messages to beep or even highlite specific objects on the screen. This is done via a macro-like interface which is highly configurable. Further, bitmaps used to highlite can be substituted with your preferences. 1) Turning Beeping and Highliting on Index: changes.txt =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/changes.txt,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- changes.txt 26 May 2006 06:58:19 -0000 1.58 +++ changes.txt 28 May 2006 23:05:12 -0000 1.59 @@ -1,4 +1,13 @@ Version TBA: +- fixed some inconsistencies in how a few RCDs were named - "taking" renamed to "take", + "generic" renamed to "help", "help3 and help4" renamed to "help1 and help2", and + "doing3 and doing4" renamed to "doing1 and doing2" +- added "saveWindow: (on)/off" and "saveBeeplite: (on)/off" to allow saving of window placments + and beeplite macros to the netrek.sav file. +- save options now can save windows placements, review window .allow settings, and beeplite + macros +- changed some default window sizes/locations that were either too small (i.e. help window) + or in a bad spot (i.e. planet window) - cambot works now with double buffering, and added cambot howto to the NetrekXP manual - team select screen no longer uses 99% cpu power - planet kill messages now show armies dooshed (if any) Index: netrekrc_options.txt =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/netrekrc_options.txt,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- netrekrc_options.txt 22 May 2006 08:27:53 -0000 1.9 +++ netrekrc_options.txt 28 May 2006 23:05:12 -0000 1.10 @@ -204,9 +204,11 @@ romshipMbmpfile: (path) - mono bitmaps saveFile: (path) path to saved options file saveBig: (on/off) save options with remarks +saveBeeplite: (on/off) save beeplite macros to saveFile saveMacro: (on/off) save macros to saveFile saveRCD: (on/off) save receiver configurable distresses to saveFile saveRCM: (on/off) save receiver configurable messages to saveFile +saveWindow: (on/off) save window placements to saveFile server: (address) default server server.<server>: (address) <server> is a nickname for (address) shiftedMouse: (on/off) shift+mouse buttons will work as commands