Bumped the version to 2.3

This commit is contained in:
Richard Allen 2002-10-31 01:10:07 +00:00
parent 726ece7949
commit 5e5201b437
5 changed files with 10 additions and 4 deletions

Binary file not shown.

View file

@ -5,6 +5,9 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// //
// $Log$ // $Log$
// Revision 1.127 2002/10/31 01:10:07 jbravo
// Bumped the version to 2.3
//
// Revision 1.126 2002/10/30 20:04:34 jbravo // Revision 1.126 2002/10/30 20:04:34 jbravo
// Adding helmet // Adding helmet
// //
@ -628,7 +631,7 @@ static cvarTable_t gameCvarTable[] = {
{&g_RQ3_NextMapID, "g_RQ3_NextMapID", "-1", CVAR_SYSTEMINFO, 0, qfalse}, {&g_RQ3_NextMapID, "g_RQ3_NextMapID", "-1", CVAR_SYSTEMINFO, 0, qfalse},
{&g_RQ3_NextMap, "g_RQ3_NextMap", "", CVAR_SYSTEMINFO, 0, qfalse}, {&g_RQ3_NextMap, "g_RQ3_NextMap", "", CVAR_SYSTEMINFO, 0, qfalse},
//Makro - for server browsers //Makro - for server browsers
{&g_RQ3_version, "g_RQ3_version", "Beta 2.25", CVAR_SERVERINFO | CVAR_SYSTEMINFO | CVAR_ROM, 0, qfalse}, {&g_RQ3_version, "g_RQ3_version", "Beta 2.3", CVAR_SERVERINFO | CVAR_SYSTEMINFO | CVAR_ROM, 0, qfalse},
//Makro - max votes per client //Makro - max votes per client
{&g_RQ3_maxClientVotes, "g_RQ3_maxClientVotes", "3", CVAR_ARCHIVE, 0, qfalse} {&g_RQ3_maxClientVotes, "g_RQ3_maxClientVotes", "3", CVAR_ARCHIVE, 0, qfalse}
}; };

View file

@ -5,6 +5,9 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// //
// $Log$ // $Log$
// Revision 1.55 2002/10/31 01:10:07 jbravo
// Bumped the version to 2.3
//
// Revision 1.54 2002/10/29 01:34:52 jbravo // Revision 1.54 2002/10/29 01:34:52 jbravo
// Added g_RQ3_tdmMode (0 = TP style, 1 = DM style) including UI support. // Added g_RQ3_tdmMode (0 = TP style, 1 = DM style) including UI support.
// //
@ -4850,7 +4853,7 @@ static void UI_BuildServerDisplayList(qboolean force)
if (len == 0) { if (len == 0) {
//Makro - changing from Team Arena to RQ3 beta2 //Makro - changing from Team Arena to RQ3 beta2
//strcpy(uiInfo.serverStatus.motd, "Welcome to Team Arena!"); //strcpy(uiInfo.serverStatus.motd, "Welcome to Team Arena!");
strcpy(uiInfo.serverStatus.motd, " *** Welcome to Reaction Quake 3 Beta 2.25 *** "); strcpy(uiInfo.serverStatus.motd, " *** Welcome to Reaction Quake 3 Beta 2.3 *** ");
len = strlen(uiInfo.serverStatus.motd); len = strlen(uiInfo.serverStatus.motd);
} }
if (len != uiInfo.serverStatus.motdLen) { if (len != uiInfo.serverStatus.motdLen) {

View file

@ -132,7 +132,7 @@
textscale .45 textscale .45
textalignx 220 textalignx 220
textaligny 100 textaligny 100
text "REACTION QUAKE 3 BETA 2.25" text "REACTION QUAKE 3 BETA 2.3"
autowrapped autowrapped
visible 1 visible 1
decoration decoration

View file

@ -148,7 +148,7 @@
itemDef { itemDef {
name copyright name copyright
autowrapped autowrapped
text "Reaction Quake 3 Beta 2.25\n" text "Reaction Quake 3 Beta 2.3\n"
"Copyright (c) 2000 - 2002 Reaction Quake 3 Team\n" "Copyright (c) 2000 - 2002 Reaction Quake 3 Team\n"
"Quake III Arena (c) 1999 - 2000 id Software Inc." "Quake III Arena (c) 1999 - 2000 id Software Inc."
style 0 style 0