Skip to content

Commit dde98e7

Browse files
committed
update nightly URLs, disable some GTA:SA file checks
1 parent ea654d1 commit dde98e7

File tree

4 files changed

+130
-14
lines changed

4 files changed

+130
-14
lines changed

MTADiag/Common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
#include <shlobj.h>
2424
#include "Log.h"
2525

26-
#define VERSION "2.7.9"
26+
#define VERSION "2.7.13"

MTADiag/Diag.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ void Diag::Begin ( void )
159159
// write some of MTA's logs to our log
160160
Log::WriteFileToLog ( MTAPath + "\\MTA\\core.log", "core.log" );
161161
Log::WriteFileToLog ( MTAPath + "\\MTA\\logfile.txt", "logfile.txt" );
162+
Log::WriteFileToLog ( MTAPath + "\\MTA\\logfile_old.txt", "logfile_old.txt" );
162163
Log::WriteFileToLog ( MTAPath + "\\MTA\\CEGUI.log", "CEGUI.log" );
163164
Log::WriteFileToLog ( MTAPath + "\\timings.log", "timings.log" );
164165
Log::WriteFileToLog ( MTAPath + "\\mods\\deathmatch\\resources\\benchmark\\output\\bench.log", "bench.log" ); // FPS benchmark log

MTADiag/Diag.h

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
// Nightly download URLs
4242
#define MTA11NightlyURL "https://nightly.mtasa.com/?mtasa-1.1.1-rc-latest"
4343
#define MTA12NightlyURL "https://nightly.mtasa.com/?mtasa-1.2-rc-latest"
44-
#define MTA13NightlyURL "https://nightly.mtasa.com/?mtasa-1.3.3-rc-latest"
45-
#define MTA14NightlyURL "https://nightly.mtasa.com/?mtasa-1.4-unstable-latest"
44+
#define MTA13NightlyURL "https://nightly.mtasa.com/?mtasa-1.3.5-rc-latest"
45+
#define MTA14NightlyURL "https://nightly.mtasa.com/?mtasa-1.4.1-rc-latest"
4646
#define MTA15NightlyURL "https://nightly.mtasa.com/?mtasa-1.5-unstable-latest"
4747

4848
#define MTAVerURL "https://nightly.mtasa.com/ver/"
@@ -136,18 +136,18 @@ namespace Diag {
136136
{"3649bb4a3cb2439aeec00dfee685fc7f", "\\audio\\streams\\ADVERTS"},
137137
{"b7d437493764d9ba333e786ce10c1b67", "\\audio\\streams\\AMBIENCE"},
138138
{"e26d86c7805d090d8210086876d6c35c", "\\audio\\streams\\BEATS"},
139-
{"fe31259226e0b4a8a963c70840e1fe8f", "\\audio\\streams\\CH"},
140-
{"c40bd5d69c17d182b653db890cb38001", "\\audio\\streams\\CO"},
141-
{"900148b8141ea4c1e782c3a48dbfbf3b", "\\audio\\streams\\CR"},
139+
//{"fe31259226e0b4a8a963c70840e1fe8f", "\\audio\\streams\\CH"},
140+
//{"c40bd5d69c17d182b653db890cb38001", "\\audio\\streams\\CO"},
141+
//{"900148b8141ea4c1e782c3a48dbfbf3b", "\\audio\\streams\\CR"},
142142
{"c25fcaa329b3d48f197ff4ed2a1d2a4d", "\\audio\\streams\\CUTSCENE"},
143-
{"9b4c18e4f3e82f0fee41e30b2ea2246a", "\\audio\\streams\\DS"},
144-
{"4e6f0c294db93ab7b086f14d0ee3cf54", "\\audio\\streams\\HC"},
145-
{"909e7c4a7a29473e3885a96f987d7221", "\\audio\\streams\\MH"},
146-
{"a1ec1cbe16dbb9f73022c6f33658abe2", "\\audio\\streams\\MR"},
147-
{"e48b03a281243aeeb021f4b5323965e5", "\\audio\\streams\\NJ"},
148-
{"49b83551c684e17164f2047dcba3e5aa", "\\audio\\streams\\RE"},
149-
{"7491dc5325854c7117af6e31900f38dd", "\\audio\\streams\\RG"},
150-
{"8b83278106608ac1954cc4fb688d0f52", "\\audio\\streams\\TK"},
143+
//{"9b4c18e4f3e82f0fee41e30b2ea2246a", "\\audio\\streams\\DS"},
144+
//{"4e6f0c294db93ab7b086f14d0ee3cf54", "\\audio\\streams\\HC"},
145+
//{"909e7c4a7a29473e3885a96f987d7221", "\\audio\\streams\\MH"},
146+
//{"a1ec1cbe16dbb9f73022c6f33658abe2", "\\audio\\streams\\MR"},
147+
//{"e48b03a281243aeeb021f4b5323965e5", "\\audio\\streams\\NJ"},
148+
//{"49b83551c684e17164f2047dcba3e5aa", "\\audio\\streams\\RE"},
149+
//{"7491dc5325854c7117af6e31900f38dd", "\\audio\\streams\\RG"},
150+
//{"8b83278106608ac1954cc4fb688d0f52", "\\audio\\streams\\TK"},
151151
{"f638fae1023422aef37b22b336e7fdc6", "\\data\\AudioEvents.txt"},
152152
{"6a484b0b2356c524207d939487f1bff1", "\\data\\animgrp.dat"},
153153
{"f856ba3a4ba25ae10b561aa764fba0c4", "\\data\\animviewer.dat"},

MTADiag/MTADiag.vcxproj

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup Label="ProjectConfigurations">
4+
<ProjectConfiguration Include="Debug|Win32">
5+
<Configuration>Debug</Configuration>
6+
<Platform>Win32</Platform>
7+
</ProjectConfiguration>
8+
<ProjectConfiguration Include="Release|Win32">
9+
<Configuration>Release</Configuration>
10+
<Platform>Win32</Platform>
11+
</ProjectConfiguration>
12+
</ItemGroup>
13+
<PropertyGroup Label="Globals">
14+
<ProjectGuid>{C55F3E8F-3FC0-45F5-B595-48D3F1207E6C}</ProjectGuid>
15+
<RootNamespace>MTADiag</RootNamespace>
16+
<Keyword>Win32Proj</Keyword>
17+
</PropertyGroup>
18+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
20+
<ConfigurationType>Application</ConfigurationType>
21+
<PlatformToolset>v110_xp</PlatformToolset>
22+
<CharacterSet>MultiByte</CharacterSet>
23+
<WholeProgramOptimization>true</WholeProgramOptimization>
24+
</PropertyGroup>
25+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
26+
<ConfigurationType>Application</ConfigurationType>
27+
<PlatformToolset>v110</PlatformToolset>
28+
<CharacterSet>MultiByte</CharacterSet>
29+
</PropertyGroup>
30+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
31+
<ImportGroup Label="ExtensionSettings">
32+
</ImportGroup>
33+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
34+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
35+
</ImportGroup>
36+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
37+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38+
</ImportGroup>
39+
<PropertyGroup Label="UserMacros" />
40+
<PropertyGroup>
41+
<_ProjectFileVersion>11.0.50727.1</_ProjectFileVersion>
42+
</PropertyGroup>
43+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
44+
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
45+
<IntDir>$(Configuration)\</IntDir>
46+
<LinkIncremental>true</LinkIncremental>
47+
</PropertyGroup>
48+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
49+
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
50+
<IntDir>$(Configuration)\</IntDir>
51+
<LinkIncremental>false</LinkIncremental>
52+
</PropertyGroup>
53+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
54+
<ClCompile>
55+
<Optimization>Disabled</Optimization>
56+
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
57+
<MinimalRebuild>true</MinimalRebuild>
58+
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
59+
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
60+
<PrecompiledHeader />
61+
<WarningLevel>Level3</WarningLevel>
62+
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
63+
</ClCompile>
64+
<Link>
65+
<AdditionalDependencies>libcurl.lib;%(AdditionalDependencies)</AdditionalDependencies>
66+
<GenerateDebugInformation>true</GenerateDebugInformation>
67+
<SubSystem>Console</SubSystem>
68+
<TargetMachine>MachineX86</TargetMachine>
69+
</Link>
70+
</ItemDefinitionGroup>
71+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
72+
<ClCompile>
73+
<Optimization>MaxSpeed</Optimization>
74+
<IntrinsicFunctions>true</IntrinsicFunctions>
75+
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
76+
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
77+
<FunctionLevelLinking>true</FunctionLevelLinking>
78+
<PrecompiledHeader />
79+
<WarningLevel>Level4</WarningLevel>
80+
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
81+
<MultiProcessorCompilation>true</MultiProcessorCompilation>
82+
</ClCompile>
83+
<Link>
84+
<AdditionalDependencies>libcurl.lib;%(AdditionalDependencies)</AdditionalDependencies>
85+
<UACExecutionLevel>AsInvoker</UACExecutionLevel>
86+
<GenerateDebugInformation>true</GenerateDebugInformation>
87+
<SubSystem>Console</SubSystem>
88+
<OptimizeReferences>true</OptimizeReferences>
89+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
90+
<TargetMachine>MachineX86</TargetMachine>
91+
</Link>
92+
</ItemDefinitionGroup>
93+
<ItemGroup>
94+
<ClCompile Include="Curl.cpp" />
95+
<ClCompile Include="Diag.cpp" />
96+
<ClCompile Include="Log.cpp" />
97+
<ClCompile Include="main.cpp" />
98+
<ClCompile Include="md5.cpp" />
99+
<ClCompile Include="util.cpp" />
100+
</ItemGroup>
101+
<ItemGroup>
102+
<ClInclude Include="Common.h" />
103+
<ClInclude Include="Curl.h" />
104+
<ClInclude Include="Diag.h" />
105+
<ClInclude Include="Log.h" />
106+
<ClInclude Include="md5.h" />
107+
<ClInclude Include="util.h" />
108+
</ItemGroup>
109+
<ItemGroup>
110+
<ResourceCompile Include="resource.rc" />
111+
</ItemGroup>
112+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
113+
<ImportGroup Label="ExtensionTargets">
114+
</ImportGroup>
115+
</Project>

0 commit comments

Comments
 (0)