aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hack around some tests failing.OpenSim_SC_0.9.0.1_1onefang2019-09-111-9/+16
* Gods can do anything they want, including bypassing OhSilly threat levels.onefang2019-08-251-0/+11
* OhSillyThreatLevels should throw an exception when not allowed.onefang2019-08-221-7/+3
* Gatekeeper -> GatekeeperURIonefang2019-07-251-2/+2
* TPs from scripts avoid all that silly raycasting nonsense, just go where we ask.onefang2019-07-211-4/+4
* One last big source of script slowness removed.onefang2019-05-191-30/+7
* More script speed ups.onefang2019-05-191-3/+0
* Less Oh Silly Threat detection.onefang2019-05-191-214/+24
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-572/+1481
* Don't throw exceptions on threat level checks and a few other script function...David Walter Seikel2016-11-221-94/+99
* Adjust OS script functions threat levels, and don't bother wasting time check...David Walter Seikel2016-11-071-139/+39
* Remove silly rezzing distance limits. They just make scripters work around t...David Walter Seikel2016-11-071-4/+0
* Excess white space removal.David Walter Seikel2016-11-071-9/+9
* Sleep is for the weak. No wonder the standard script engines are so slow.David Walter Seikel2016-11-051-19/+0
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-95/+393
* Restore previous client AO behaviour by not allowing them to remove the defau...Justin Clark-Casey (justincc)2013-01-251-1/+1
* adding ability for listeners to be filtered by regular expressions and a gene...SignpostMarv2012-10-261-0/+63
* Formatting and casing correction in WorldCommModule, trailing new line in OSS...SignpostMarv2012-10-261-1/+1
* Get osNpcCreate() and osNpcLoadAppearance() to generate a script error if app...Justin Clark-Casey (justincc)2012-10-251-5/+6
* When scripts generate expected exceptions (e.g. due to checked bad parameter)...Justin Clark-Casey (justincc)2012-10-251-1/+1
* Make osNpcCreate() return UUID.Zero instead of throwing an exception if notec...Justin Clark-Casey (justincc)2012-10-251-8/+18
* Correct osSetContentType() threat check to query osSetContentType rather than...Justin Clark-Casey (justincc)2012-10-101-1/+3
* Remove osDropAttachment threat level check wrongly placed in OSSL_Api.ShoutEr...Justin Clark-Casey (justincc)2012-10-101-1/+0
* correcting typoSignpostMarv2012-10-021-3/+3
* taking into account the recent introduction of implicit operatorsSignpostMarv2012-10-021-3/+1
* added perms checking, duplicated functionality to methods that do not require...SignpostMarv2012-10-021-6/+64
* fixing copypastaSignpostMarv2012-10-021-1/+1
* implementing osDropAttachment & osDropAttachmentAtSignpostMarv2012-10-021-2/+31
* refactoring to allow Scene.GetLandData to accept Vector3 as an argument. Note...SignpostMarv2012-09-081-1/+1
* wrapping attachment functions in a regionSignpostMarv2012-09-041-0/+2
* Implementing functing to send messages directly to attachmentsSignpostMarv2012-09-041-0/+131
* refactoring the grunt work of MessageObject into a private method with a UUID...SignpostMarv2012-09-041-0/+5
* implementing a function to get the number of attachments wornSignpostMarv2012-09-041-0/+38
* This partially implements the LSL function to set the responseMic Bowman2012-08-291-1/+17
* track originating IScriptApi method for SL-like error messages. Will add rule...SignpostMarv2012-08-291-1/+1
* implementing PRIM_LINK_TARGET on GetPrimParams ala SetPrimParamsSignpostMarv2012-08-251-1/+12
* refactoring to local variable for cleaner codeSignpostMarv2012-08-251-2/+5
* since we will be making the Get return type the remaining ruleset as with the...SignpostMarv2012-08-251-1/+1
* renaming to be similar to equivalent Set commandSignpostMarv2012-08-251-2/+2
* Revert "implementing function to allow scripts to self-replicate as if the ow...Justin Clark-Casey (justincc)2012-08-241-50/+0
* implementing function to allow scripts to self-replicate as if the owner dupl...SignpostMarv2012-08-241-0/+50
* Removed land checking as suggested by SignpostMarv.TBG Renfold2012-08-241-12/+2
* Adds osGetHealth.TBG Renfold2012-08-241-0/+21
* Add --force flag to "kick user" console command to allow bypassing of recent ...Justin Clark-Casey (justincc)2012-08-201-2/+2
* Rot2Quaternion is now redundantSignpostMarv2012-08-181-1/+1
* refactoring for Vector3 operator & constructor tweaksSignpostMarv2012-08-181-13/+9
* Prevent race conditions when one thread removes an NPC SP before another thre...Justin Clark-Casey (justincc)2012-08-141-5/+20
* refactor: rename SOG.RezzingObjectID to SOG.FromPartID to match FromFolderID,...Justin Clark-Casey (justincc)2012-08-031-1/+1
* reduced-complexity implementation of function to get rezzing object keySignpostMarv2012-08-021-0/+8
* LSL/OSSL lacks Math.Min & Math.Max implementations.SignpostMarv2012-07-281-0/+28