mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 15:54:25 +02:00
0.57.1 update files
This commit is contained in:
parent
f447d7a18c
commit
d8ffec9637
@ -12,12 +12,12 @@ Public Class GameController
|
|||||||
''' <summary>
|
''' <summary>
|
||||||
''' The current version of the game.
|
''' The current version of the game.
|
||||||
''' </summary>
|
''' </summary>
|
||||||
Public Const GAMEVERSION As String = "0.57"
|
Public Const GAMEVERSION As String = "0.57.1"
|
||||||
|
|
||||||
''' <summary>
|
''' <summary>
|
||||||
''' The number of released iterations of the game.
|
''' The number of released iterations of the game.
|
||||||
''' </summary>
|
''' </summary>
|
||||||
Public Const RELEASEVERSION As String = "98"
|
Public Const RELEASEVERSION As String = "99"
|
||||||
|
|
||||||
''' <summary>
|
''' <summary>
|
||||||
''' The development stage the game is in.
|
''' The development stage the game is in.
|
||||||
|
@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
|
|||||||
' Build Number
|
' Build Number
|
||||||
' Revision
|
' Revision
|
||||||
'
|
'
|
||||||
<Assembly: AssemblyVersion("0.57")>
|
<Assembly: AssemblyVersion("0.57.1")>
|
@ -14240,9 +14240,6 @@
|
|||||||
<Content Include="Content\Textures\TVs\vs.png">
|
<Content Include="Content\Textures\TVs\vs.png">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="meta">
|
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
||||||
</Content>
|
|
||||||
<Content Include="Content\Effects\Shadow.png">
|
<Content Include="Content\Effects\Shadow.png">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
Shared _valid As Boolean = False
|
Shared _valid As Boolean = False
|
||||||
|
|
||||||
Const RUNVALIDATION As Boolean = False
|
Const RUNVALIDATION As Boolean = False
|
||||||
Const EXPECTEDSIZE As Integer = 47449572
|
Const EXPECTEDSIZE As Integer = 47449626
|
||||||
Const METAHASH As String = "MTE1RDRDOEJEMkEyOUVEQzFFQTU1NTU3Q0Y2MEY4MzU="
|
Const METAHASH As String = "ODI4QjU3RTRGQ0MxMDVGQTU0NUUyMDVERDEzNjA2NjQ="
|
||||||
|
|
||||||
Public Shared ReadOnly Property IsValid(ByVal ForceResult As Boolean) As Boolean
|
Public Shared ReadOnly Property IsValid(ByVal ForceResult As Boolean) As Boolean
|
||||||
Get
|
Get
|
||||||
|
Loading…
x
Reference in New Issue
Block a user