This commit is contained in:
Andrei Drexler 2002-05-19 21:31:22 +00:00
parent c598e866b1
commit 5fbab22c30
2 changed files with 11 additions and 4 deletions

View file

@ -6,13 +6,13 @@
--------------------Configuration: ui - Win32 Release TA--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\DOCUME~1\Andrei\LOCALS~1\Temp\RSP1B7.tmp" with contents
Creating temporary file "D:\DOCUME~1\Andrei\LOCALS~1\Temp\RSP314.tmp" with contents
[
/nologo /G6 /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "UI_EXPORTS" /Fp"Release_TA/ta_ui.pch" /YX /Fo"Release_TA/" /Fd"Release_TA/" /FD /c
"C:\Games\Quake3\rq3source\reaction\ta_ui\ui_main.c"
]
Creating command line "cl.exe @D:\DOCUME~1\Andrei\LOCALS~1\Temp\RSP1B7.tmp"
Creating temporary file "D:\DOCUME~1\Andrei\LOCALS~1\Temp\RSP1B8.tmp" with contents
Creating command line "cl.exe @D:\DOCUME~1\Andrei\LOCALS~1\Temp\RSP314.tmp"
Creating temporary file "D:\DOCUME~1\Andrei\LOCALS~1\Temp\RSP315.tmp" with contents
[
/nologo /base:"0x40000000" /dll /incremental:no /pdb:"Release_TA/uix86.pdb" /map:"Release_TA/uix86.map" /machine:I386 /def:".\ui.def" /out:"uix86.dll" /implib:"Release_TA/uix86.lib"
.\Release_TA\bg_misc.obj
@ -26,7 +26,7 @@ Creating temporary file "D:\DOCUME~1\Andrei\LOCALS~1\Temp\RSP1B8.tmp" with conte
.\Release_TA\ui_syscalls.obj
.\Release_TA\ui_util.obj
]
Creating command line "link.exe @D:\DOCUME~1\Andrei\LOCALS~1\Temp\RSP1B8.tmp"
Creating command line "link.exe @D:\DOCUME~1\Andrei\LOCALS~1\Temp\RSP315.tmp"
<h3>Output Window</h3>
Compiling...
ui_main.c

View file

@ -5,6 +5,9 @@
//-----------------------------------------------------------------------------
//
// $Log$
// Revision 1.23 2002/05/19 21:31:22 makro
// Stuff
//
// Revision 1.22 2002/05/19 15:45:03 makro
// "Specify server" option
//
@ -123,6 +126,8 @@ static const serverFilter_t serverFilters[] = {
{"Weapons Factory Arena", "wfa" },
{"OSP", "osp" },
{"All", "" },*/
{"Reaction", "reaction" },
//Makro - hack !!!
{"Reaction", "reaction" }
};
@ -5609,6 +5614,8 @@ void _UI_Init( qboolean inGameLoad ) {
//Makro - set default bot skill to medium
uiInfo.skillIndex = 2;
//Makro - set default net filter index to 0
trap_Cvar_Set("ui_serverFilterType", "0");
uiInfo.serverStatus.currentServerCinematic = -1;
uiInfo.previewMovie = -1;