aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-06Show more meaningful error messages when failed to move an item from a prim t...Oren Hurvitz1-4/+5
2014-03-13Implement osForceBreakAllLinks().Justin Clark-Casey (justincc)1-0/+10
2014-03-12Implement osForceCreateLink() and osForceBreakLink()Justin Clark-Casey (justincc)1-0/+20
2014-03-07Add Varregion support to osGetRegionSize OSSL functionDev Random1-1/+3
2014-01-28Added osGetRegionSize(), which returns the region size in meters and recogniz...Oren Hurvitz1-0/+23
2013-12-26varregion: many more updates removing the constant RegionSize and replacingRobert Adams1-2/+2
2013-11-08varregion: elimination of Constants.RegionSize from all over OpenSimulator.Robert Adams1-3/+4
2013-09-27refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ...Justin Clark-Casey (justincc)1-1/+1
2013-03-26Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie1-2/+3
2013-03-14refactor: minor cleanup in osGetAvatarList()Justin Clark-Casey (justincc)1-2/+1
2013-03-14Fix bug in osCauseHealing() if called with an avatar ID for an avatar that is...Justin Clark-Casey (justincc)1-13/+9
2013-03-14minor: Use more compact libomv primitive constructors in osNpcGetPos() and os...Justin Clark-Casey (justincc)1-6/+3
2013-03-14Fix minor race conditions in OSSL_Api functions where a parcel could be misid...Justin Clark-Casey (justincc)1-6/+4
2013-03-14Fix sensors, llGetRootRotation(), llGet*Param() and other functions to use th...Justin Clark-Casey (justincc)1-6/+3
2013-02-27Switched to using the other Util function with a default value.Diva Canto1-2/+4
2013-02-27Moved the HG default variables out of [Startup] and into their own section [H...Diva Canto1-2/+2
2013-02-22Added new Util function for reading config vars that's more generic than the ...Diva Canto1-2/+2
2013-02-21Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de...Diva Canto1-2/+10
2013-01-23Pass narrower WaitHandle rather than EventWaitHandle as co-op termination wai...Justin Clark-Casey (justincc)1-1/+1
2013-01-18Restore previous client AO behaviour by not allowing them to remove the defau...Justin Clark-Casey (justincc)1-1/+1
2013-01-16Implement co-operative script termination if termination comes during a scrip...Justin Clark-Casey (justincc)1-4/+5
2013-01-15Instead of passing separate engine, part and item components to script APIs, ...Justin Clark-Casey (justincc)1-4/+4
2013-01-11BulletSim: add osGetPhysicsEngineType() LSL function and updateRobert Adams1-11/+48
2013-01-02Fixed several problems with the Sun: some settings didn't work, or were incon...Oren Hurvitz1-6/+4
2012-10-26adding ability for listeners to be filtered by regular expressions and a gene...SignpostMarv1-0/+63
2012-10-26Formatting and casing correction in WorldCommModule, trailing new line in OSS...SignpostMarv1-1/+1
2012-10-25Get osNpcCreate() and osNpcLoadAppearance() to generate a script error if app...Justin Clark-Casey (justincc)1-5/+6
2012-10-25When scripts generate expected exceptions (e.g. due to checked bad parameter)...Justin Clark-Casey (justincc)1-1/+1
2012-10-25Make osNpcCreate() return UUID.Zero instead of throwing an exception if notec...Justin Clark-Casey (justincc)1-8/+18
2012-10-10Correct osSetContentType() threat check to query osSetContentType rather than...Justin Clark-Casey (justincc)1-1/+3
2012-10-10Remove osDropAttachment threat level check wrongly placed in OSSL_Api.ShoutEr...Justin Clark-Casey (justincc)1-1/+0
2012-10-02correcting typoSignpostMarv1-3/+3
2012-10-02taking into account the recent introduction of implicit operatorsSignpostMarv1-3/+1
2012-10-02added perms checking, duplicated functionality to methods that do not require...SignpostMarv1-6/+64
2012-10-02fixing copypastaSignpostMarv1-1/+1
2012-10-02implementing osDropAttachment & osDropAttachmentAtSignpostMarv1-2/+31
2012-09-08refactoring to allow Scene.GetLandData to accept Vector3 as an argument. Note...SignpostMarv1-1/+1
2012-09-04wrapping attachment functions in a regionSignpostMarv1-0/+2
2012-09-04Implementing functing to send messages directly to attachmentsSignpostMarv1-0/+131
2012-09-04refactoring the grunt work of MessageObject into a private method with a UUID...SignpostMarv1-0/+5
2012-09-04implementing a function to get the number of attachments wornSignpostMarv1-0/+38
2012-08-29This partially implements the LSL function to set the responseMic Bowman1-1/+17
2012-08-29track originating IScriptApi method for SL-like error messages. Will add rule...SignpostMarv1-1/+1
2012-08-25implementing PRIM_LINK_TARGET on GetPrimParams ala SetPrimParamsSignpostMarv1-1/+12
2012-08-25refactoring to local variable for cleaner codeSignpostMarv1-2/+5
2012-08-25since we will be making the Get return type the remaining ruleset as with the...SignpostMarv1-1/+1
2012-08-25renaming to be similar to equivalent Set commandSignpostMarv1-2/+2
2012-08-24Revert "implementing function to allow scripts to self-replicate as if the ow...Justin Clark-Casey (justincc)1-50/+0
2012-08-24implementing function to allow scripts to self-replicate as if the owner dupl...SignpostMarv1-0/+50
2012-08-24Removed land checking as suggested by SignpostMarv.TBG Renfold1-12/+2