Skip to content

Commit

Permalink
Fixed source tick max thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Traderain committed Nov 6, 2016
1 parent 3cfe272 commit 93ed5a1
Show file tree
Hide file tree
Showing 18 changed files with 32 additions and 29 deletions.
Binary file modified .vs/VolvoWrench/v14/.suo
Binary file not shown.
Binary file added VolvoWrench/DG/08 Wrench.ico
Binary file not shown.
7 changes: 5 additions & 2 deletions VolvoWrench/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -518,9 +518,12 @@ public void PrintDemoDetails(CrossParseResult demo)
Client name: {demo.Sdi.ClientName}
Map name: {demo.Sdi.MapName}
Game directory: {demo.Sdi.GameDirectory}
Length in seconds: {demo.Sdi.Seconds.ToString("#,0.000")}s
Tick count: {demo.Sdi.TickCount}
Playback seconds: {demo.Sdi.Seconds.ToString("#,0.000")}s
Playback tick: {demo.Sdi.TickCount}
Frame count: {demo.Sdi.FrameCount}
Measured time: {(demo.Sdi.Messages.Max(x => x.Tick)*0.015).ToString("n3")}s
Measured ticks: {demo.Sdi.Messages.Max(x => x.Tick)}
----------------------------------------------------------";
UpdateForm();
foreach (var f in demo.Sdi.Flags)
Expand Down
2 changes: 1 addition & 1 deletion VolvoWrench/bin/Debug/VolvoWrench.application
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>uW4uY1rgP+meQ9M16OVg2Vg6+3Za1S8VfcGqqSUBzr0=</dsig:DigestValue>
<dsig:DigestValue>WJ/irLu1yDuWcE5+dQd9gQ8lf86mdWqDuWDUsbGPhPs=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified VolvoWrench/bin/Debug/VolvoWrench.exe
Binary file not shown.
16 changes: 8 additions & 8 deletions VolvoWrench/bin/Debug/VolvoWrench.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<description asmv2:iconFile="08 Wrench.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
<application />
<entryPoint>
<assemblyIdentity name="VolvoWrench" version="1.0.6152.35240" language="neutral" processorArchitecture="amd64" />
<assemblyIdentity name="VolvoWrench" version="1.0.6154.32867" language="neutral" processorArchitecture="amd64" />
<commandLine file="VolvoWrench.exe" parameters="" />
</entryPoint>
<trustInfo>
Expand Down Expand Up @@ -55,14 +55,14 @@
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="VolvoWrench.exe" size="886272">
<assemblyIdentity name="VolvoWrench" version="1.0.6152.35240" language="neutral" processorArchitecture="amd64" />
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="VolvoWrench.exe" size="864248">
<assemblyIdentity name="VolvoWrench" version="1.0.6154.32867" language="neutral" processorArchitecture="amd64" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>w6jN+3K9SYo+m2MZye0k8nC6z8CdRmaT51lCT9s9azQ=</dsig:DigestValue>
<dsig:DigestValue>w9mF1wL4SOJ4+elMBCJzKVsN96D5vD5JUqmdzSl2XJY=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand All @@ -84,22 +84,22 @@
<dsig:DigestValue>ldsE6Hl1ejn5Aucp+L1wJ+SskQduMFSw+BU4C2WQslk=</dsig:DigestValue>
</hash>
</file>
<file name="DG\Roadmap.txt" size="110">
<file name="DG\Roadmap.txt" size="115">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>P6fdnI9ffAVVO81IA+pJYPgfNgBSfq7YuoKw18VCqAk=</dsig:DigestValue>
<dsig:DigestValue>LEudcTc2+pmjg3XORKKUcT/XdAxPoX9mElA/92g7n8s=</dsig:DigestValue>
</hash>
</file>
<file name="VolvoWrench.exe.config" size="175">
<file name="VolvoWrench.exe.config" size="181">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>GlKxsaH1chYkZy917eY7+J3BQ7OAfKEKSU8B5falRrk=</dsig:DigestValue>
<dsig:DigestValue>SFuAJeKPCvD4+78UJN+ukJykp1KIg29cXW9aKqf4gvw=</dsig:DigestValue>
</hash>
</file>
<fileAssociation extension=".dem" description="Save files" progid="420" defaultIcon="08 Wrench.ico" xmlns="urn:schemas-microsoft-com:clickonce.v1" />
Expand Down
Binary file modified VolvoWrench/bin/Debug/VolvoWrench.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion VolvoWrench/bin/Debug/VolvoWrench.vshost.application
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>uW4uY1rgP+meQ9M16OVg2Vg6+3Za1S8VfcGqqSUBzr0=</dsig:DigestValue>
<dsig:DigestValue>WJ/irLu1yDuWcE5+dQd9gQ8lf86mdWqDuWDUsbGPhPs=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
16 changes: 8 additions & 8 deletions VolvoWrench/bin/Debug/VolvoWrench.vshost.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<description asmv2:iconFile="08 Wrench.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
<application />
<entryPoint>
<assemblyIdentity name="VolvoWrench" version="1.0.6152.35240" language="neutral" processorArchitecture="amd64" />
<assemblyIdentity name="VolvoWrench" version="1.0.6154.32867" language="neutral" processorArchitecture="amd64" />
<commandLine file="VolvoWrench.exe" parameters="" />
</entryPoint>
<trustInfo>
Expand Down Expand Up @@ -55,14 +55,14 @@
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="VolvoWrench.exe" size="886272">
<assemblyIdentity name="VolvoWrench" version="1.0.6152.35240" language="neutral" processorArchitecture="amd64" />
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="VolvoWrench.exe" size="864248">
<assemblyIdentity name="VolvoWrench" version="1.0.6154.32867" language="neutral" processorArchitecture="amd64" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>w6jN+3K9SYo+m2MZye0k8nC6z8CdRmaT51lCT9s9azQ=</dsig:DigestValue>
<dsig:DigestValue>w9mF1wL4SOJ4+elMBCJzKVsN96D5vD5JUqmdzSl2XJY=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand All @@ -84,22 +84,22 @@
<dsig:DigestValue>ldsE6Hl1ejn5Aucp+L1wJ+SskQduMFSw+BU4C2WQslk=</dsig:DigestValue>
</hash>
</file>
<file name="DG\Roadmap.txt" size="110">
<file name="DG\Roadmap.txt" size="115">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>P6fdnI9ffAVVO81IA+pJYPgfNgBSfq7YuoKw18VCqAk=</dsig:DigestValue>
<dsig:DigestValue>LEudcTc2+pmjg3XORKKUcT/XdAxPoX9mElA/92g7n8s=</dsig:DigestValue>
</hash>
</file>
<file name="VolvoWrench.exe.config" size="175">
<file name="VolvoWrench.exe.config" size="181">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>GlKxsaH1chYkZy917eY7+J3BQ7OAfKEKSU8B5falRrk=</dsig:DigestValue>
<dsig:DigestValue>SFuAJeKPCvD4+78UJN+ukJykp1KIg29cXW9aKqf4gvw=</dsig:DigestValue>
</hash>
</file>
<fileAssociation extension=".dem" description="Save files" progid="420" defaultIcon="08 Wrench.ico" xmlns="urn:schemas-microsoft-com:clickonce.v1" />
Expand Down
Binary file modified VolvoWrench/bin/Debug/app.publish/VolvoWrench.exe
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion VolvoWrench/obj/Debug/VolvoWrench.application
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>uW4uY1rgP+meQ9M16OVg2Vg6+3Za1S8VfcGqqSUBzr0=</dsig:DigestValue>
<dsig:DigestValue>WJ/irLu1yDuWcE5+dQd9gQ8lf86mdWqDuWDUsbGPhPs=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified VolvoWrench/obj/Debug/VolvoWrench.csproj.GenerateResource.Cache
Binary file not shown.
Binary file not shown.
Binary file modified VolvoWrench/obj/Debug/VolvoWrench.exe
Binary file not shown.
16 changes: 8 additions & 8 deletions VolvoWrench/obj/Debug/VolvoWrench.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<description asmv2:iconFile="08 Wrench.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
<application />
<entryPoint>
<assemblyIdentity name="VolvoWrench" version="1.0.6152.35240" language="neutral" processorArchitecture="amd64" />
<assemblyIdentity name="VolvoWrench" version="1.0.6154.32867" language="neutral" processorArchitecture="amd64" />
<commandLine file="VolvoWrench.exe" parameters="" />
</entryPoint>
<trustInfo>
Expand Down Expand Up @@ -55,14 +55,14 @@
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="VolvoWrench.exe" size="886272">
<assemblyIdentity name="VolvoWrench" version="1.0.6152.35240" language="neutral" processorArchitecture="amd64" />
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="VolvoWrench.exe" size="864248">
<assemblyIdentity name="VolvoWrench" version="1.0.6154.32867" language="neutral" processorArchitecture="amd64" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>w6jN+3K9SYo+m2MZye0k8nC6z8CdRmaT51lCT9s9azQ=</dsig:DigestValue>
<dsig:DigestValue>w9mF1wL4SOJ4+elMBCJzKVsN96D5vD5JUqmdzSl2XJY=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand All @@ -84,22 +84,22 @@
<dsig:DigestValue>ldsE6Hl1ejn5Aucp+L1wJ+SskQduMFSw+BU4C2WQslk=</dsig:DigestValue>
</hash>
</file>
<file name="DG\Roadmap.txt" size="110">
<file name="DG\Roadmap.txt" size="115">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>P6fdnI9ffAVVO81IA+pJYPgfNgBSfq7YuoKw18VCqAk=</dsig:DigestValue>
<dsig:DigestValue>LEudcTc2+pmjg3XORKKUcT/XdAxPoX9mElA/92g7n8s=</dsig:DigestValue>
</hash>
</file>
<file name="VolvoWrench.exe.config" size="175">
<file name="VolvoWrench.exe.config" size="181">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>GlKxsaH1chYkZy917eY7+J3BQ7OAfKEKSU8B5falRrk=</dsig:DigestValue>
<dsig:DigestValue>SFuAJeKPCvD4+78UJN+ukJykp1KIg29cXW9aKqf4gvw=</dsig:DigestValue>
</hash>
</file>
<fileAssociation extension=".dem" description="Save files" progid="420" defaultIcon="08 Wrench.ico" xmlns="urn:schemas-microsoft-com:clickonce.v1" />
Expand Down
Binary file modified VolvoWrench/obj/Debug/VolvoWrench.pdb
Binary file not shown.

0 comments on commit 93ed5a1

Please sign in to comment.