• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

This is a fork of Zandronum Beta for TSPG.


Commit MetaInfo

Revisión2ee196ff971751b8e1536dcb85e4efc10160ef47 (tree)
Tiempo2007-03-08 05:52:31
AutorBenjamin Berkels <torr.samaho@quan...>
CommiterBenjamin Berkels

Log Message

updated all version strings to 0.97c3

SVN r20 (trunk)

Cambiar Resumen

Diferencia incremental

diff -r d1e1431e9260 -r 2ee196ff9717 src/sv_main.cpp
--- a/src/sv_main.cpp Sat Mar 03 20:20:42 2007 +0000
+++ b/src/sv_main.cpp Wed Mar 07 20:52:31 2007 +0000
@@ -187,7 +187,7 @@
187187 //*****************************************************************************
188188 // CONSOLE VARIABLES
189189
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 )
191191 CVAR( Bool, sv_defaultdmflags, true, 0 )
192192 CVAR( Bool, sv_forcepassword, false, CVAR_ARCHIVE )
193193 CVAR( Bool, sv_forcejoinpassword, false, CVAR_ARCHIVE )
diff -r d1e1431e9260 -r 2ee196ff9717 src/version.h
--- a/src/version.h Sat Mar 03 20:20:42 2007 +0000
+++ b/src/version.h Wed Mar 07 20:52:31 2007 +0000
@@ -40,7 +40,7 @@
4040
4141 /** Lots of different version numbers **/
4242
43-#define DOTVERSIONSTR_NOREV "0.97c3-rc1"
43+#define DOTVERSIONSTR_NOREV "0.97c3"
4444
4545 // The version string the user actually sees.
4646 #define DOTVERSIONSTR DOTVERSIONSTR_NOREV "-r" SVN_REVISION_STRING
@@ -76,7 +76,7 @@
7676 #define MINDEMOVERSION 0x205
7777
7878 // [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"
8080
8181 // SAVEVER is the version of the information stored in level snapshots.
8282 // Note that SAVEVER is not directly comparable to VERSION.
diff -r d1e1431e9260 -r 2ee196ff9717 src/win32/zdoom.rc
--- a/src/win32/zdoom.rc Sat Mar 03 20:20:42 2007 +0000
+++ b/src/win32/zdoom.rc Wed Mar 07 20:52:31 2007 +0000
@@ -304,7 +304,7 @@
304304 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"
305305 VALUE "CompanyName", " \0"
306306 VALUE "FileDescription", "Skulltag\0"
307- VALUE "FileVersion", "v0.97c3-rc1\0"
307+ VALUE "FileVersion", "v0.97c3\0"
308308 VALUE "InternalName", "Skulltag\0"
309309 VALUE "LegalCopyright", "Copyright © 1993-1996, id Software & 1998-2006, Randy Heit\0"
310310 VALUE "LegalTrademarks", "Doom® is a Registered Trademark of id Software, Inc.\0"
@@ -1042,7 +1042,7 @@
10421042
10431043 IDD_SERVERDIALOG DIALOG DISCARDABLE 0, 0, 288, 322
10441044 STYLE DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
1045-CAPTION "Skulltag v0.97c3-rc1 Server"
1045+CAPTION "Skulltag v0.97c3 Server"
10461046 MENU IDR_MAINMENU
10471047 FONT 8, "MS Sans Serif"
10481048 BEGIN