some little changes
This commit is contained in:
parent
15255614a9
commit
9e01a8f877
5 changed files with 1386 additions and 16 deletions
|
|
@ -33,11 +33,7 @@
|
||||||
struct cvar_t
|
struct cvar_t
|
||||||
{
|
{
|
||||||
char *name;
|
char *name;
|
||||||
#if defined (YAPB_INCLUDED)
|
|
||||||
char *strval; // (dz): changed since genclass.h library #define
|
|
||||||
#else
|
|
||||||
char *string;
|
char *string;
|
||||||
#endif
|
|
||||||
int flags;
|
int flags;
|
||||||
float value;
|
float value;
|
||||||
cvar_t *next;
|
cvar_t *next;
|
||||||
|
|
@ -76,12 +72,10 @@ typedef enum
|
||||||
print_chat,
|
print_chat,
|
||||||
} PRINT_TYPE;
|
} PRINT_TYPE;
|
||||||
|
|
||||||
#if defined (YAPB_INCLUDED)
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
print_withtag = print_console | 0x3ff,
|
print_withtag = print_console | 0x3ff,
|
||||||
} PRINT_TYPE_EX; // (dz): added for bots needs
|
} PRINT_TYPE_EX; // (dz): added for bots needs
|
||||||
#endif
|
|
||||||
|
|
||||||
// For integrity checking of content on clients
|
// For integrity checking of content on clients
|
||||||
typedef enum
|
typedef enum
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
#include <../include/resource.h>
|
#include <../include/resource.h>
|
||||||
|
|
||||||
// generated by update tool -- do not edit --
|
// generated by update tool -- do not edit --
|
||||||
#define PRODUCT_BUILD_TOOL 3853
|
#define PRODUCT_BUILD_TOOL 3885
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION PRODUCT_VERSION_DWORD, PRODUCT_BUILD_TOOL
|
FILEVERSION PRODUCT_VERSION_DWORD, PRODUCT_BUILD_TOOL
|
||||||
|
|
@ -45,7 +45,6 @@ FILETYPE 0x2
|
||||||
VALUE "LegalCopyright", PRODUCT_COPYRIGHT "\0"
|
VALUE "LegalCopyright", PRODUCT_COPYRIGHT "\0"
|
||||||
VALUE "LegalTrademarks", PRODUCT_LEGAL "\0"
|
VALUE "LegalTrademarks", PRODUCT_LEGAL "\0"
|
||||||
VALUE "ProductName", PRODUCT_NAME "\0"
|
VALUE "ProductName", PRODUCT_NAME "\0"
|
||||||
VALUE "SpecialBuild", PRODUCT_OPT_TYPE "\0"
|
|
||||||
VALUE "InternalName", PRODUCT_INTERNAL_NAME "\0"
|
VALUE "InternalName", PRODUCT_INTERNAL_NAME "\0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="..\source\basecode.cpp" />
|
<ClCompile Include="..\source\basecode.cpp" />
|
||||||
<ClCompile Include="..\source\botmanager.cpp" />
|
<ClCompile Include="..\source\manager.cpp" />
|
||||||
<ClCompile Include="..\source\chatlib.cpp" />
|
<ClCompile Include="..\source\chatlib.cpp" />
|
||||||
<ClCompile Include="..\source\combat.cpp" />
|
<ClCompile Include="..\source\combat.cpp" />
|
||||||
<ClCompile Include="..\source\globals.cpp" />
|
<ClCompile Include="..\source\globals.cpp" />
|
||||||
|
|
@ -60,7 +60,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||||
<PlatformToolset>Intel C++ Compiler XE 14.0</PlatformToolset>
|
<PlatformToolset>v120_xp</PlatformToolset>
|
||||||
<UseOfMfc>false</UseOfMfc>
|
<UseOfMfc>false</UseOfMfc>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||||
|
|
|
||||||
|
|
@ -68,12 +68,6 @@
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="..\source\basecode.cpp">
|
|
||||||
<Filter>source</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\source\botmanager.cpp">
|
|
||||||
<Filter>source</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\source\chatlib.cpp">
|
<ClCompile Include="..\source\chatlib.cpp">
|
||||||
<Filter>source</Filter>
|
<Filter>source</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|
@ -98,6 +92,12 @@
|
||||||
<ClCompile Include="..\source\waypoint.cpp">
|
<ClCompile Include="..\source\waypoint.cpp">
|
||||||
<Filter>source</Filter>
|
<Filter>source</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\source\manager.cpp">
|
||||||
|
<Filter>source</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\source\basecode.cpp">
|
||||||
|
<Filter>source</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ResourceCompile Include="yapb.rc">
|
<ResourceCompile Include="yapb.rc">
|
||||||
|
|
|
||||||
1377
source/manager.cpp
Normal file
1377
source/manager.cpp
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue