Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 515367f

Browse files
committed
Automatic merge of T1.4-162-g8d428b8cb and 17 pull requests
- Pull request #525 at 614b222: TCS extensions - Pull request #533 at 62a1c27: fix for shapes hidden by animations( 0 ) - Pull request #545 at 3f57012: Fix VRAM usage - Pull request #553 at 12e53b1: ScriptManager migration to the CodeAnalysis class. This is in preparation for the net 6 migration. - Pull request #561 at 36dcd19: Manual call-on is reset when passing an advanced signal - https://bugs.launchpad.net/or/+bug/1955907 - Pull request #562 at 44f35b4: Remove the locomotive handle from the script, because no interface function can allow access to any internal structure. - Pull request #564 at af9e9ae: Added TCS parameters file path in consist files (+ refactoring and code cleanup) - Pull request #567 at 91eb262: Adds 64-bit compatibility - Pull request #572 at 7ad5a93: docs: Improved clarity of making changes requirements - Pull request #574 at f4eb3e2: 02: Redundant options removed from Menu > Options - Pull request #576 at ddb9b59: DaylightOffsetHrs control: Fix for offset not effective soon after midnight - Pull request #578 at 1964941: https://bugs.launchpad.net/or/+bug/1959084 Wrong locale file IDs for pt-PT and pt-BR - Pull request #579 at 18ff734: Fix for https://bugs.launchpad.net/or/+bug/1959336. - Pull request #580 at a80269a: SamplerStates can only be set after the ShaderPasses.Current.Apply(). - Pull request #581 at 2c1da3c: Blueprint https://blueprints.launchpad.net/or/+spec/traindpuinfo-web-server - Pull request #582 at 404028a: Bug fix for https://bugs.launchpad.net/or/+bug/1959617 Positive bars can't have two colours - Pull request #583 at 6a66eb2: Bug fix for https://bugs.launchpad.net/or/+bug/1959660 Glitch in ORTS_SIGNED_TRACTION_BRAKING
19 parents 6dc1315 + 8d428b8 + 614b222 + 62a1c27 + 3f57012 + 12e53b1 + 36dcd19 + 44f35b4 + af9e9ae + 91eb262 + 7ad5a93 + f4eb3e2 + ddb9b59 + 1964941 + 18ff734 + a80269a + 2c1da3c + 404028a + 6a66eb2 commit 515367f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/RunActivity/RunActivity.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
</ItemGroup>
208208
<ItemGroup>
209209
<Content Include="..\3rdPartyLibs\openal-soft\Win32\OpenAL32.dll">
210-
<Link>Native\AnyCPU\OpenAL32.dll</Link>
210+
<Link>Native\X86\OpenAL32.dll</Link>
211211
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
212212
</Content>
213213
<Content Include="..\3rdPartyLibs\openal-soft\Win64\OpenAL32.dll">

0 commit comments

Comments
 (0)