Updated ReleaseNotes.htm and build locations

git-svn-id: https://lsleditor.svn.sourceforge.net/svnroot/lsleditor@43 3f4676ac-adda-40fd-8265-58d1435b1672
This commit is contained in:
niel-archer 2011-11-29 13:26:42 +00:00
parent 2dbe24cc42
commit 305bd34203
2 changed files with 39 additions and 5 deletions

View file

@ -1,5 +1,37 @@
<div style="font-family: Verdana, sans-serif;font-size: 13px;line-height: 1.3;"> <div style="font-family: Verdana, sans-serif;font-size: 13px;line-height: 1.3;">
<h3>Release 2.43</h3>
<p>
<u>2011- </u><br />
- Added: event
<ul>
<li>transaction_result</li>
</ul>
- Added: stub functions for:
<ul>
<li>llCastRay</li>
<li>llClearLinkMedia</li>
<li>llGetDisplayName</li>
<li>llGetLinkMedia</li>
<li>llGetMassMKS</li>
<li>llGetMemoryLimit</li>
<li>llGetPhysicsMaterial</li>
<li>llLinkSitTarget</li>
<li>llManageEstateAccess</li>
<li>llScriptProfiler</li>
<li>llSetAngularVelocity</li>
<li>llSetKeyframedMotion</li>
<li>llSetLinkMedia</li>
<li>llSetMemoryLimit</li>
<li>llSetPhysicsMaterial</li>
<li>llSetVelocity</li>
<li>llTransferLindenDollars</li>
</ul>
- Fixed UTF-8 file format from prefixing with a BOM. While not invalid, it confuses some apps.
<br />
</p>
<h3>Release 2.40</h3> <h3>Release 2.40</h3>
<p><u>April 17 2010 14:51 (local time)</u><br /> <p><u>April 17 2010 14:51 (local time)</u><br />

View file

@ -47,7 +47,7 @@
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion> <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</OutputPath> <OutputPath>..\bin\Debug\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks> <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress> <BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
@ -71,7 +71,7 @@
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>bin\Release\</OutputPath> <OutputPath>..\bin\Release\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks> <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress> <BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
@ -721,7 +721,9 @@
<EmbeddedResource Include="Resource\thanks.gif" /> <EmbeddedResource Include="Resource\thanks.gif" />
<None Include="Web References\org.lsleditor.www\Service1.disco" /> <None Include="Web References\org.lsleditor.www\Service1.disco" />
<EmbeddedResource Include="Resource\About.htm" /> <EmbeddedResource Include="Resource\About.htm" />
<EmbeddedResource Include="Resource\ReleaseNotes.htm" /> <EmbeddedResource Include="Resource\ReleaseNotes.htm">
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="SimulatorConsole.resx"> <EmbeddedResource Include="SimulatorConsole.resx">
<SubType>Designer</SubType> <SubType>Designer</SubType>
<DependentUpon>SimulatorConsole.cs</DependentUpon> <DependentUpon>SimulatorConsole.cs</DependentUpon>