diff options
author | lbsa71 | 2007-04-03 20:08:30 +0000 |
---|---|---|
committer | lbsa71 | 2007-04-03 20:08:30 +0000 |
commit | f12ceff6925236ca184c5a7a9c010b5e4bdb1b70 (patch) | |
tree | 9c83230be4bbdc19501e854df63084399cd742ba /OpenSim.RegionServer/OpenSim.RegionServer.csproj | |
parent | * Extended Script API with GetRandomAvatar (diff) | |
download | opensim-SC_OLD-f12ceff6925236ca184c5a7a9c010b5e4bdb1b70.zip opensim-SC_OLD-f12ceff6925236ca184c5a7a9c010b5e4bdb1b70.tar.gz opensim-SC_OLD-f12ceff6925236ca184c5a7a9c010b5e4bdb1b70.tar.bz2 opensim-SC_OLD-f12ceff6925236ca184c5a7a9c010b5e4bdb1b70.tar.xz |
* The world can not contain ScriptFactories that creates unique instances of scripts for entities.
* Created Scripts folder to house trusted Scripts
* The test script now lives in Scripts/FollowRandomAvatar.cs
Diffstat (limited to 'OpenSim.RegionServer/OpenSim.RegionServer.csproj')
-rw-r--r-- | OpenSim.RegionServer/OpenSim.RegionServer.csproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim.RegionServer/OpenSim.RegionServer.csproj b/OpenSim.RegionServer/OpenSim.RegionServer.csproj index 165b123..6c0f2da 100644 --- a/OpenSim.RegionServer/OpenSim.RegionServer.csproj +++ b/OpenSim.RegionServer/OpenSim.RegionServer.csproj | |||
@@ -196,6 +196,12 @@ | |||
196 | <Compile Include="world\scripting\Script.cs"> | 196 | <Compile Include="world\scripting\Script.cs"> |
197 | <SubType>Code</SubType> | 197 | <SubType>Code</SubType> |
198 | </Compile> | 198 | </Compile> |
199 | <Compile Include="world\scripting\ScriptFactory.cs"> | ||
200 | <SubType>Code</SubType> | ||
201 | </Compile> | ||
202 | <Compile Include="world\scripting\Scripts\FollowRandomAvatar.cs"> | ||
203 | <SubType>Code</SubType> | ||
204 | </Compile> | ||
199 | </ItemGroup> | 205 | </ItemGroup> |
200 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> | 206 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> |
201 | <PropertyGroup> | 207 | <PropertyGroup> |