fteqw/engine/dotnet2005/botlib.vcproj
Spoike e0aab1c134 try to fix shader vertex lighting issue.
fix issue where ftenq protocol positions were sticking.
fixed manifest file windowless infinite wait.
Added support for ^[\img\foo^] images on the console if they are at the start of the line.
Console objects may now be drawn by csqc. Key input is blocked for now, lest csqc get access to things its not allowed to access. Will add provisions later.
fixed sound menu crash.
added ultrawide speex codec.
clamp micamp levels to try to boost audio quality/audiability.
rtp control plugins are now allowed to use opus, speex support is correctly queried instead of assumed.
WriteFloat now works properly, and not just for ents.
no longer sending prespawn/precaches/signon commands to clients that do not expect them.
fix sql column header queries.
more verbose about active nq protocol verions.
-condebug overrides config.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4461 fc73d0e0-1445-4013-8a0c-d673dee63da5
2013-08-21 07:14:39 +00:00

410 lines
7.7 KiB
XML

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
Name="botlib"
ProjectGUID="{0018E098-B12A-4E4D-9B22-6772DA287080}"
RootNamespace="botlib"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="4"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="../libs/speex,..\client,../libs/freetype2/include,../common,../server,../gl,../sw,../qclib,../libs,../libs/dxsdk7/include"
PreprocessorDefinitions="BOTLIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MinimalRebuild="true"
BasicRuntimeChecks="3"
SmallerTypeCheck="true"
RuntimeLibrary="0"
WarningLevel="3"
DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="4"
CharacterSet="2"
WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
FavorSizeOrSpeed="0"
OmitFramePointers="true"
PreprocessorDefinitions="BOTLIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
RuntimeLibrary="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath="..\botlib\be_aas_bspq3.c"
>
</File>
<File
RelativePath="..\botlib\be_aas_cluster.c"
>
</File>
<File
RelativePath="..\botlib\be_aas_debug.c"
>
</File>
<File
RelativePath="..\botlib\be_aas_entity.c"
>
</File>
<File
RelativePath="..\botlib\be_aas_file.c"
>
</File>
<File
RelativePath="..\botlib\be_aas_main.c"
>
</File>
<File
RelativePath="..\botlib\be_aas_move.c"
>
</File>
<File
RelativePath="..\botlib\be_aas_optimize.c"
>
</File>
<File
RelativePath="..\botlib\be_aas_reach.c"
>
</File>
<File
RelativePath="..\botlib\be_aas_route.c"
>
</File>
<File
RelativePath="..\botlib\be_aas_routealt.c"
>
</File>
<File
RelativePath="..\botlib\be_aas_sample.c"
>
</File>
<File
RelativePath="..\botlib\be_ai_char.c"
>
</File>
<File
RelativePath="..\botlib\be_ai_chat.c"
>
</File>
<File
RelativePath="..\botlib\be_ai_gen.c"
>
</File>
<File
RelativePath="..\botlib\be_ai_goal.c"
>
</File>
<File
RelativePath="..\botlib\be_ai_move.c"
>
</File>
<File
RelativePath="..\botlib\be_ai_weap.c"
>
</File>
<File
RelativePath="..\botlib\be_ai_weight.c"
>
</File>
<File
RelativePath="..\botlib\be_ea.c"
>
</File>
<File
RelativePath="..\botlib\be_interface.c"
>
</File>
<File
RelativePath="..\botlib\l_crc.c"
>
</File>
<File
RelativePath="..\botlib\l_libvar.c"
>
</File>
<File
RelativePath="..\botlib\l_log.c"
>
</File>
<File
RelativePath="..\botlib\l_memory.c"
>
</File>
<File
RelativePath="..\botlib\l_precomp.c"
>
</File>
<File
RelativePath="..\botlib\l_script.c"
>
</File>
<File
RelativePath="..\botlib\l_struct.c"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
RelativePath="..\botlib\aasfile.h"
>
</File>
<File
RelativePath="..\botlib\be_aas.h"
>
</File>
<File
RelativePath="..\botlib\be_aas_bsp.h"
>
</File>
<File
RelativePath="..\botlib\be_aas_cluster.h"
>
</File>
<File
RelativePath="..\botlib\be_aas_debug.h"
>
</File>
<File
RelativePath="..\botlib\be_aas_def.h"
>
</File>
<File
RelativePath="..\botlib\be_aas_entity.h"
>
</File>
<File
RelativePath="..\botlib\be_aas_file.h"
>
</File>
<File
RelativePath="..\botlib\be_aas_funcs.h"
>
</File>
<File
RelativePath="..\botlib\be_aas_main.h"
>
</File>
<File
RelativePath="..\botlib\be_aas_move.h"
>
</File>
<File
RelativePath="..\botlib\be_aas_optimize.h"
>
</File>
<File
RelativePath="..\botlib\be_aas_reach.h"
>
</File>
<File
RelativePath="..\botlib\be_aas_route.h"
>
</File>
<File
RelativePath="..\botlib\be_aas_routealt.h"
>
</File>
<File
RelativePath="..\botlib\be_aas_sample.h"
>
</File>
<File
RelativePath="..\botlib\be_ai_char.h"
>
</File>
<File
RelativePath="..\botlib\be_ai_chat.h"
>
</File>
<File
RelativePath="..\botlib\be_ai_gen.h"
>
</File>
<File
RelativePath="..\botlib\be_ai_goal.h"
>
</File>
<File
RelativePath="..\botlib\be_ai_move.h"
>
</File>
<File
RelativePath="..\botlib\be_ai_weap.h"
>
</File>
<File
RelativePath="..\botlib\be_ai_weight.h"
>
</File>
<File
RelativePath="..\botlib\be_ea.h"
>
</File>
<File
RelativePath="..\botlib\be_interface.h"
>
</File>
<File
RelativePath="..\botlib\botlib.h"
>
</File>
<File
RelativePath="..\botlib\l_crc.h"
>
</File>
<File
RelativePath="..\botlib\l_libvar.h"
>
</File>
<File
RelativePath="..\botlib\l_log.h"
>
</File>
<File
RelativePath="..\botlib\l_memory.h"
>
</File>
<File
RelativePath="..\botlib\l_precomp.h"
>
</File>
<File
RelativePath="..\botlib\l_script.h"
>
</File>
<File
RelativePath="..\botlib\l_struct.h"
>
</File>
<File
RelativePath="..\botlib\l_utils.h"
>
</File>
<File
RelativePath="..\botlib\q_platform.h"
>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>