aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Differentiate between requests only the owner should be able to do and thoseMelanie Thielker2014-04-261-1/+1
* Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie2013-03-241-2/+3
* Merge branch 'master' into careminsterMelanie2013-03-151-27/+17
|\
| * refactor: minor cleanup in osGetAvatarList()Justin Clark-Casey (justincc)2013-03-141-2/+1
| * Fix bug in osCauseHealing() if called with an avatar ID for an avatar that is...Justin Clark-Casey (justincc)2013-03-141-13/+9
| * minor: Use more compact libomv primitive constructors in osNpcGetPos() and os...Justin Clark-Casey (justincc)2013-03-141-6/+3
| * Fix minor race conditions in OSSL_Api functions where a parcel could be misid...Justin Clark-Casey (justincc)2013-03-141-6/+4
* | Merge branch 'master' into careminsterMelanie2013-03-141-6/+3
|\ \ | |/
| * Fix sensors, llGetRootRotation(), llGet*Param() and other functions to use th...Justin Clark-Casey (justincc)2013-03-141-6/+3
* | Merge branch 'avination' into careminsterMelanie2013-03-031-1/+1
|\ \
| * | Remove osParseJSONNew because it's "object" return type is not useful for LSLroot2013-02-251-1/+1
* | | Merge branch 'master' into careminsterMelanie2013-02-281-2/+4
|\ \ \ | | |/ | |/|
| * | Switched to using the other Util function with a default value.Diva Canto2013-02-271-2/+4
| * | Moved the HG default variables out of [Startup] and into their own section [H...Diva Canto2013-02-271-2/+2
* | | Merge branch 'master' into careminsterMelanie2013-02-231-2/+2
|\ \ \ | |/ /
| * | Added new Util function for reading config vars that's more generic than the ...Diva Canto2013-02-221-2/+2
* | | Merge branch 'master' into careminsterMelanie2013-02-221-2/+10
|\ \ \ | |/ /
| * | Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de...Diva Canto2013-02-211-2/+10
* | | Merge branch 'master' into careminsterMelanie2013-01-241-1/+1
|\ \ \ | |/ /
| * | Merge branch 'master' into coopterminationJustin Clark-Casey (justincc)2013-01-241-1/+1
| |\ \
| * | | Pass narrower WaitHandle rather than EventWaitHandle as co-op termination wai...Justin Clark-Casey (justincc)2013-01-231-1/+1
* | | | Merge branch 'avination' into careminsterMelanie2013-01-231-11/+35
|\ \ \ \ | | |_|/ | |/| |
| * | | * Fix notecard loading - If the notecard name is formatted like a UUID but is...teravus2013-01-211-11/+35
* | | | Merge branch 'master' into careminsterMelanie2013-01-191-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Restore previous client AO behaviour by not allowing them to remove the defau...Justin Clark-Casey (justincc)2013-01-181-1/+1
| | |/ | |/|
| * | Implement co-operative script termination if termination comes during a scrip...Justin Clark-Casey (justincc)2013-01-161-4/+5
| * | Instead of passing separate engine, part and item components to script APIs, ...Justin Clark-Casey (justincc)2013-01-151-4/+4
* | | JustinCC's core re-mergeMelanie2013-01-161-2/+3
* | | Merge commit '8bf0a9f85dda4b1831630b65620d5c6868196c11' into careminsterMelanie2013-01-161-11/+48
|\ \ \ | |/ /
| * | BulletSim: add osGetPhysicsEngineType() LSL function and updateRobert Adams2013-01-111-11/+48
* | | Merge branch 'master' into careminsterMelanie2013-01-041-6/+4
|\ \ \ | |/ / | | / | |/ |/|
| * Fixed several problems with the Sun: some settings didn't work, or were incon...Oren Hurvitz2013-01-021-6/+4
* | Merge branch 'master' into careminsterMelanie2012-10-261-12/+86
|\ \ | |/
| * 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
* | Merge branch 'master' into careminsterMelanie2012-10-121-2/+2
|\ \ | |/
| * 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
* | Merge branch 'master' into careminsterMelanie2012-10-031-1/+88
|\ \ | |/
| * 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
* | Merge branch 'avination' into careminsterMelanie2012-09-291-3/+10
|\ \
| * | Fix a possible NREMelanie2012-09-281-3/+10
* | | Merge branch 'master' into careminsterMelanie2012-09-091-1/+1
|\ \ \ | | |/ | |/|