diff options
author | onefang | 2019-08-22 12:01:47 +1000 |
---|---|---|
committer | onefang | 2019-08-22 12:01:47 +1000 |
commit | fe8977564bda8ec2f328ebb2d2623c43073e9be5 (patch) | |
tree | 3bd04d2a64dcd8d141c5f4221c581fa215c2c3ad /OpenSim/Region/Framework/Interfaces | |
parent | OhSillyThreatLevels should throw an exception when not allowed. (diff) | |
download | opensim-SC_OLD-fe8977564bda8ec2f328ebb2d2623c43073e9be5.zip opensim-SC_OLD-fe8977564bda8ec2f328ebb2d2623c43073e9be5.tar.gz opensim-SC_OLD-fe8977564bda8ec2f328ebb2d2623c43073e9be5.tar.bz2 opensim-SC_OLD-fe8977564bda8ec2f328ebb2d2623c43073e9be5.tar.xz |
When the generate map command is given, generate the map.
The month check seems a bit dodgy, but I'll let it ride for now.
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/ITerrain.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/ITerrain.cs b/OpenSim/Region/Framework/Interfaces/ITerrain.cs index 815a2d8..2fc954a 100644 --- a/OpenSim/Region/Framework/Interfaces/ITerrain.cs +++ b/OpenSim/Region/Framework/Interfaces/ITerrain.cs | |||
@@ -74,6 +74,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
74 | 74 | ||
75 | public interface IMapImageGenerator | 75 | public interface IMapImageGenerator |
76 | { | 76 | { |
77 | System.Drawing.Bitmap CreateMapTileForce(); | ||
77 | System.Drawing.Bitmap CreateMapTile(); | 78 | System.Drawing.Bitmap CreateMapTile(); |
78 | System.Drawing.Bitmap CreateViewImage(Vector3 camPos, Vector3 camDir, float fov, int width, int height, bool useTextures); | 79 | System.Drawing.Bitmap CreateViewImage(Vector3 camPos, Vector3 camDir, float fov, int width, int height, bool useTextures); |
79 | byte[] WriteJpeg2000Image(); | 80 | byte[] WriteJpeg2000Image(); |