diff options
author | MW | 2007-03-08 18:07:53 +0000 |
---|---|---|
committer | MW | 2007-03-08 18:07:53 +0000 |
commit | aa120266d79b87b39bf80f3f7aaca8970447bde1 (patch) | |
tree | cecae22f2d8b2fc7541a011d2db86f819901c51f /src/Config.cs | |
parent | Changed water height to default of 20 (diff) | |
download | opensim-SC_OLD-aa120266d79b87b39bf80f3f7aaca8970447bde1.zip opensim-SC_OLD-aa120266d79b87b39bf80f3f7aaca8970447bde1.tar.gz opensim-SC_OLD-aa120266d79b87b39bf80f3f7aaca8970447bde1.tar.bz2 opensim-SC_OLD-aa120266d79b87b39bf80f3f7aaca8970447bde1.tar.xz |
Primitive's shape and scale are now saved into database and reloaded.
New ServerConsole command: regenerate - will regenerate the terrain of the whole sim.
Diffstat (limited to 'src/Config.cs')
-rw-r--r-- | src/Config.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Config.cs b/src/Config.cs index c42b80e..c7cd3cd 100644 --- a/src/Config.cs +++ b/src/Config.cs | |||
@@ -63,6 +63,8 @@ namespace OpenSim | |||
63 | public abstract void InitConfig(); | 63 | public abstract void InitConfig(); |
64 | public abstract void LoadFromGrid(); | 64 | public abstract void LoadFromGrid(); |
65 | public abstract World LoadWorld(); | 65 | public abstract World LoadWorld(); |
66 | public abstract void SaveMap(); | ||
67 | |||
66 | } | 68 | } |
67 | 69 | ||
68 | public interface ISimConfig | 70 | public interface ISimConfig |