Update of /cvsroot/netrek/client/netrekxp/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29806/src
Modified Files:
data.c defaults.c socket.c
Log Message:
Went through various documents and help files to get them in sync in terms of features and their default settings.
Replaced a bunch of xtrek references with netrek.
Index: defaults.c
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/src/defaults.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- defaults.c 21 Apr 2006 12:00:06 -0000 1.7
+++ defaults.c 22 Apr 2006 14:11:47 -0000 1.8
@@ -138,17 +138,17 @@
},
{"extraAlertBorder", &extraAlertBorder, RC_BOOL,
{
- "Extend alter borders",
+ "Change window border on enemy approach",
NULL
}
},
{"forceDisplay", &forceDisplay, RC_INT,
{
"Number of colors the client will display",
- "0 - find best available color option",
+ "0 - find best available color option (default)",
"1 - 16 colors",
"2 - 256 colors",
- "3 - true color (default)",
+ "3 - true color",
NULL
}
},
@@ -173,7 +173,7 @@
},
{"keepInfo", &keepInfo, RC_INT,
{
- "How much updates to keep info window on (default 15)",
+ "How many updates to keep info window on (default 15)",
NULL
}
},
@@ -439,7 +439,7 @@
{
"Show tractor/pressor for all players",
"This option actually helps to turn the feature off",
- "Server god decides wether to enable it on server",
+ "Server god decides whether to enable it on server",
NULL
}
},
@@ -490,7 +490,7 @@
},
{"showMotd", &showMotd, RC_BOOL,
{
- "Show MOTD before login",
+ "Show MOTD if waiting on queue",
NULL
}
},
Index: socket.c
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/src/socket.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- socket.c 21 Apr 2006 12:00:07 -0000 1.3
+++ socket.c 22 Apr 2006 14:11:47 -0000 1.4
@@ -1971,7 +1971,7 @@
case 4:
case 5:
case 6:
- LineToConsole ("Sorry, but you cannot play xtrek now.\n");
+ LineToConsole ("Sorry, but you cannot play netrek now.\n");
LineToConsole ("Try again later.\n");
break;
default:
Index: data.c
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/src/data.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- data.c 22 Apr 2006 12:09:19 -0000 1.9
+++ data.c 22 Apr 2006 14:11:47 -0000 1.10
@@ -517,8 +517,8 @@
#ifdef MOTION_MOUSE
/* KRP */
-int continuousMouse = 0;
-int continuousMouseFix = 0;
+int continuousMouse = 1;
+int continuousMouseFix = 1;
int motionThresh = 16;
int motion_mouse_enablable = 1;
int motion_mouse_steering = 0;