diff options
author | Melanie Thielker | 2008-10-03 01:30:22 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-10-03 01:30:22 +0000 |
commit | e30856a32f27ecb21b4b0f0b93e80539a631a1b2 (patch) | |
tree | 043ef62c12162072f5fa407eafd1201cf62017d7 /OpenSim/Region/ScriptEngine/Shared/Api/Interface | |
parent | Mantis #2282. (diff) | |
download | opensim-SC_OLD-e30856a32f27ecb21b4b0f0b93e80539a631a1b2.zip opensim-SC_OLD-e30856a32f27ecb21b4b0f0b93e80539a631a1b2.tar.gz opensim-SC_OLD-e30856a32f27ecb21b4b0f0b93e80539a631a1b2.tar.bz2 opensim-SC_OLD-e30856a32f27ecb21b4b0f0b93e80539a631a1b2.tar.xz |
Mantis #2317
Thank you, fusspawn, for an implementation of osGetSimulatorVersion.
This patch removes the llRequestSimulatorData(..., 128) hack and
implements the functionality as an osFunction.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs index b2d6d3a..f486bd2 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | |||
@@ -71,6 +71,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
71 | void osSetRegionWaterHeight(double height); | 71 | void osSetRegionWaterHeight(double height); |
72 | 72 | ||
73 | string osGetScriptEngineName(); | 73 | string osGetScriptEngineName(); |
74 | string osGetSimulatorVersion(); | ||
74 | void osSetParcelMediaTime(double time); | 75 | void osSetParcelMediaTime(double time); |
75 | Hashtable osParseJSON(string JSON); | 76 | Hashtable osParseJSON(string JSON); |
76 | 77 | ||