This is a fork of Zandronum Beta for Mac Os (Silicon and Intel)
リビジョン | 2ee196ff971751b8e1536dcb85e4efc10160ef47 (tree) |
---|---|
日時 | 2007-03-08 05:52:31 |
作者 | Benjamin Berkels <torr.samaho@quan...> |
コミッター | Benjamin Berkels |
updated all version strings to 0.97c3
SVN r20 (trunk)
@@ -187,7 +187,7 @@ | ||
187 | 187 | //***************************************************************************** |
188 | 188 | // CONSOLE VARIABLES |
189 | 189 | |
190 | -CVAR( String, sv_motd, "\\cgWelcome to this Skulltag v0.97c3-rc1 server!\n\n\\ccHope you enjoy your stay!\n\\ccIf you have any questions or requests,\n\\ccplease talk to the admin of this server. Thanks!", CVAR_ARCHIVE ) | |
190 | +CVAR( String, sv_motd, "\\cgWelcome to this Skulltag v0.97c3 server!\n\n\\ccHope you enjoy your stay!\n\\ccIf you have any questions or requests,\n\\ccplease talk to the admin of this server. Thanks!", CVAR_ARCHIVE ) | |
191 | 191 | CVAR( Bool, sv_defaultdmflags, true, 0 ) |
192 | 192 | CVAR( Bool, sv_forcepassword, false, CVAR_ARCHIVE ) |
193 | 193 | CVAR( Bool, sv_forcejoinpassword, false, CVAR_ARCHIVE ) |
@@ -40,7 +40,7 @@ | ||
40 | 40 | |
41 | 41 | /** Lots of different version numbers **/ |
42 | 42 | |
43 | -#define DOTVERSIONSTR_NOREV "0.97c3-rc1" | |
43 | +#define DOTVERSIONSTR_NOREV "0.97c3" | |
44 | 44 | |
45 | 45 | // The version string the user actually sees. |
46 | 46 | #define DOTVERSIONSTR DOTVERSIONSTR_NOREV "-r" SVN_REVISION_STRING |
@@ -76,7 +76,7 @@ | ||
76 | 76 | #define MINDEMOVERSION 0x205 |
77 | 77 | |
78 | 78 | // [BC] This is what's displayed as the title for server windows. |
79 | -#define SERVERCONSOLE_TITLESTRING "Skulltag v0.97c3-rc1 Server" | |
79 | +#define SERVERCONSOLE_TITLESTRING "Skulltag v0.97c3 Server" | |
80 | 80 | |
81 | 81 | // SAVEVER is the version of the information stored in level snapshots. |
82 | 82 | // Note that SAVEVER is not directly comparable to VERSION. |
@@ -304,7 +304,7 @@ | ||
304 | 304 | VALUE "Comments", "Thanks to id Software for creating DOOM and then releasing the source code. Thanks also to TeamTNT for creating BOOM, which ZDoom (and thus Skulltag) is partially based on. Giant thanks to Randy Heit for his wonderful ZDoom.\0" |
305 | 305 | VALUE "CompanyName", " \0" |
306 | 306 | VALUE "FileDescription", "Skulltag\0" |
307 | - VALUE "FileVersion", "v0.97c3-rc1\0" | |
307 | + VALUE "FileVersion", "v0.97c3\0" | |
308 | 308 | VALUE "InternalName", "Skulltag\0" |
309 | 309 | VALUE "LegalCopyright", "Copyright © 1993-1996, id Software & 1998-2006, Randy Heit\0" |
310 | 310 | VALUE "LegalTrademarks", "Doom® is a Registered Trademark of id Software, Inc.\0" |
@@ -1042,7 +1042,7 @@ | ||
1042 | 1042 | |
1043 | 1043 | IDD_SERVERDIALOG DIALOG DISCARDABLE 0, 0, 288, 322 |
1044 | 1044 | STYLE DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU |
1045 | -CAPTION "Skulltag v0.97c3-rc1 Server" | |
1045 | +CAPTION "Skulltag v0.97c3 Server" | |
1046 | 1046 | MENU IDR_MAINMENU |
1047 | 1047 | FONT 8, "MS Sans Serif" |
1048 | 1048 | BEGIN |