Skip to content

Commit

Permalink
Updated to v2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangqiang101 committed Sep 17, 2015
1 parent 1088307 commit 8ed890e
Show file tree
Hide file tree
Showing 21 changed files with 560 additions and 332 deletions.
Binary file modified .vs/PDM.NET/v14/.suo
Binary file not shown.
4 changes: 2 additions & 2 deletions NativeUI-master/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.4.0.0")]
[assembly: AssemblyFileVersion("1.4.0.0")]
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
6 changes: 4 additions & 2 deletions NativeUI-master/UIMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,9 @@ public void Draw()
DisEnableControls(false);

if (_buttonsEnabled)
_instructionalButtonsScaleform.Render2D();
Function.Call(Hash._0x0DF606929C105BE1, _instructionalButtonsScaleform.Handle, 255, 255, 255, 255, 0);
// _instructionalButtonsScaleform.Render2D(); // Bug #13


Function.Call((Hash)0xB8A850F20A067EB6, 76, 84); // Safezone
Function.Call((Hash)0xF5A2C681787E579D, 0f, 0f, 0f, 0f); // stuff
Expand Down Expand Up @@ -1197,7 +1199,7 @@ public void RemoveInstructionalButton(InstructionalButton button)
/// </summary>
public void UpdateScaleform()
{
if (!Visible) return;
if (!Visible || !_buttonsEnabled) return;
_instructionalButtonsScaleform.CallFunction("CLEAR_ALL");
_instructionalButtonsScaleform.CallFunction("TOGGLE_MOUSE_BUTTONS", 0);
_instructionalButtonsScaleform.CallFunction("CREATE_CONTAINER");
Expand Down
4 changes: 2 additions & 2 deletions PremiumDeluxeMotorsport.NET/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("2.6.0.0")>
<Assembly: AssemblyFileVersion("2.6.0.0")>
<Assembly: AssemblyVersion("2.7.2.0")>
<Assembly: AssemblyFileVersion("2.7.2.0")>
40 changes: 8 additions & 32 deletions PremiumDeluxeMotorsport.NET/My Project/Settings.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 4 additions & 10 deletions PremiumDeluxeMotorsport.NET/My Project/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,11 @@
<Setting Name="keyModEnable" Type="System.Windows.Forms.Keys" Scope="User">
<Value Profile="(Default)">F9</Value>
</Setting>
<Setting Name="keyRotLeft" Type="System.Windows.Forms.Keys" Scope="User">
<Value Profile="(Default)">1</Value>
<Setting Name="showRoom" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="keyRotRight" Type="System.Windows.Forms.Keys" Scope="User">
<Value Profile="(Default)">2</Value>
</Setting>
<Setting Name="keyOpenDoor" Type="System.Windows.Forms.Keys" Scope="User">
<Value Profile="(Default)">3</Value>
</Setting>
<Setting Name="keyCloseDoor" Type="System.Windows.Forms.Keys" Scope="User">
<Value Profile="(Default)">4</Value>
<Setting Name="removeColor" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
</Settings>
</SettingsFile>
1 change: 1 addition & 0 deletions PremiumDeluxeMotorsport.NET/PDM.NET.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="timer.vb" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="My Project\Resources.resx">
Expand Down
14 changes: 4 additions & 10 deletions PremiumDeluxeMotorsport.NET/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,11 @@
<setting name="keyModEnable" serializeAs="String">
<value>F9</value>
</setting>
<setting name="keyRotLeft" serializeAs="String">
<value>1</value>
<setting name="showRoom" serializeAs="String">
<value>False</value>
</setting>
<setting name="keyRotRight" serializeAs="String">
<value>2</value>
</setting>
<setting name="keyOpenDoor" serializeAs="String">
<value>3</value>
</setting>
<setting name="keyCloseDoor" serializeAs="String">
<value>4</value>
<setting name="removeColor" serializeAs="String">
<value>True</value>
</setting>
</PDMCarShopMod.My.MySettings>
</userSettings>
Expand Down
Binary file modified PremiumDeluxeMotorsport.NET/bin/Release/PDMCarShopGUI.dll
Binary file not shown.
Binary file modified PremiumDeluxeMotorsport.NET/bin/Release/PDMCarShopGUI.pdb
Binary file not shown.
Binary file modified PremiumDeluxeMotorsport.NET/bin/Release/PDMCarShopMod.dll
Binary file not shown.
14 changes: 4 additions & 10 deletions PremiumDeluxeMotorsport.NET/bin/Release/PDMCarShopMod.dll.config
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,11 @@
<setting name="keyModEnable" serializeAs="String">
<value>F9</value>
</setting>
<setting name="keyRotLeft" serializeAs="String">
<value>1</value>
<setting name="showRoom" serializeAs="String">
<value>False</value>
</setting>
<setting name="keyRotRight" serializeAs="String">
<value>2</value>
</setting>
<setting name="keyOpenDoor" serializeAs="String">
<value>3</value>
</setting>
<setting name="keyCloseDoor" serializeAs="String">
<value>4</value>
<setting name="removeColor" serializeAs="String">
<value>True</value>
</setting>
</PDMCarShopMod.My.MySettings>
</userSettings>
Expand Down
Binary file modified PremiumDeluxeMotorsport.NET/bin/Release/PDMCarShopMod.pdb
Binary file not shown.
Binary file modified PremiumDeluxeMotorsport.NET/bin/Release/ScriptHookVDotNet.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified PremiumDeluxeMotorsport.NET/obj/Release/PDMCarShopMod.dll
Binary file not shown.
Binary file modified PremiumDeluxeMotorsport.NET/obj/Release/PDMCarShopMod.pdb
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 8ed890e

Please sign in to comment.