You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message(WARNING "WARNING: You maybe building without Windows XP compability. See which toolchain version Visual Studio provides, and say cmake to use it: cmake -G \"Visual Studio XX\" -T \"vXXX_xp\"")
26
+
message(WARNING "WARNING: You maybe building without Windows XP compatibility. See which toolchain version Visual Studio provides, and say cmake to use it: cmake -G \"Visual Studio XX\" -T \"vXXX_xp\"")
Copy file name to clipboardExpand all lines: engine/common/host.c
+3-3
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ void Sys_PrintUsage( void )
85
85
#endif
86
86
#endif
87
87
" [options] [+command1] [+command2 arg]\n"
88
-
"Availiable options:\n"
88
+
"Available options:\n"
89
89
O("-dev <level> ","set developer level")
90
90
O("-log ","write log to \"engine.log\"")
91
91
O("-toconsole ","start witn console open")
@@ -1262,8 +1262,8 @@ int EXPORT Host_Main( int argc, const char **argv, const char *progname, int bCh
1262
1262
host_limitlocal=Cvar_Get( "host_limitlocal", "0", 0, "apply cl_cmdrate and rate to loopback connection" );
1263
1263
con_gamemaps=Cvar_Get( "con_mapfilter", "1", CVAR_ARCHIVE, "when enabled, show only maps in game folder (no maps from base folder when running mod)" );
1264
1264
download_types=Cvar_Get( "download_types", "msec", CVAR_ARCHIVE, "list of types to download: Model, Sounds, Events, Custom" );
1265
-
build=Cvar_Get( "build", va( "%i", Q_buildnum_compat()), CVAR_INIT, "returns an original xash3d build number. left for compability" );
1266
-
ver=Cvar_Get( "ver", va( "%i/%g.%i", PROTOCOL_VERSION, BASED_VERSION, Q_buildnum_compat( ) ), CVAR_INIT, "shows an engine version. left for compabiltiy" );
1265
+
build=Cvar_Get( "build", va( "%i", Q_buildnum_compat()), CVAR_INIT, "returns an original xash3d build number. left for compatibility" );
1266
+
ver=Cvar_Get( "ver", va( "%i/%g.%i", PROTOCOL_VERSION, BASED_VERSION, Q_buildnum_compat( ) ), CVAR_INIT, "shows an engine version. left for compatibility" );
<divid=pkgHiderstyle=display:none><inputname=btype=radioid=rPackagechecked=true/>Emscripten package from server (cached in IndexedDB if availiable)<selectid=selectPkgstyle=display:none></select><br></div>
94
+
<divid=pkgHiderstyle=display:none><inputname=btype=radioid=rPackagechecked=true/>Emscripten package from server (cached in IndexedDB if available)<selectid=selectPkgstyle=display:none></select><br></div>
95
95
<divid=zipHiderstyle=display:none><inputname=btype=radioid=rZip/>ZIP archive from server (slower, but smaller, no IndexedDB cache)<selectid=selectZipstyle=display:none></select><br></div>
96
96
<inputname=btype=radioid=rLocalZip/>Local ZIP file:<inputtype=filename=cid=iZipFile/><br>
0 commit comments