mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Compare commits
7 Commits
0.9.2.2Dev
...
0.7.1-rc1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
70e8e8a785 | ||
|
|
09113bb813 | ||
|
|
149d4e48d8 | ||
|
|
7c88821020 | ||
|
|
557769f6e1 | ||
|
|
7b989e8432 | ||
|
|
489e1b11b7 |
@@ -30,7 +30,7 @@ namespace OpenSim
|
|||||||
public class VersionInfo
|
public class VersionInfo
|
||||||
{
|
{
|
||||||
private const string VERSION_NUMBER = "0.7.1";
|
private const string VERSION_NUMBER = "0.7.1";
|
||||||
private const Flavour VERSION_FLAVOUR = Flavour.Dev;
|
private const Flavour VERSION_FLAVOUR = Flavour.RC1;
|
||||||
|
|
||||||
public enum Flavour
|
public enum Flavour
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Assets
|
|||||||
if (meshConfig == null)
|
if (meshConfig == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
m_enabled = meshConfig.GetBoolean("ColladaMesh", true);
|
m_enabled = meshConfig.GetBoolean("AllowMeshUpload", true);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void AddRegion(Scene pScene)
|
public void AddRegion(Scene pScene)
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Assets
|
|||||||
if (meshConfig == null)
|
if (meshConfig == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
m_enabled = meshConfig.GetBoolean("ColladaMesh", true);
|
m_enabled = meshConfig.GetBoolean("AllowMeshUpload", true);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void AddRegion(Scene pScene)
|
public void AddRegion(Scene pScene)
|
||||||
|
|||||||
@@ -453,7 +453,7 @@
|
|||||||
[Mesh]
|
[Mesh]
|
||||||
; enable / disable Collada mesh support
|
; enable / disable Collada mesh support
|
||||||
; default is true
|
; default is true
|
||||||
ColladaMesh = true
|
AllowMeshUpload = true
|
||||||
|
|
||||||
; if you use Meshmerizer and want collisions for meshies, setting this to true
|
; if you use Meshmerizer and want collisions for meshies, setting this to true
|
||||||
; will cause OpenSim to attempt to decode meshies assets, extract the physics
|
; will cause OpenSim to attempt to decode meshies assets, extract the physics
|
||||||
|
|||||||
Reference in New Issue
Block a user