index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
ScriptEngine
/
Shared
/
Api
/
Implementation
/
OSSL_Api.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Have osAvatarName2Key check the cache first, even for foreign users
Oren Hurvitz
2015-08-07
1
-22
/
+23
*
create osGetAvatarHomeURI
Christopher
2015-08-04
1
-0
/
+33
*
Make osAvatarName2Key() able to get names from unknown HG users
Christopher
2015-08-04
1
-4
/
+40
*
osKey2Name returns now correct values for HG users who are not on the region.
Christopher
2015-08-02
1
-10
/
+18
*
Add a new os function "osGetGender()"
dahlia
2015-05-29
1
-0
/
+45
*
Temporarily comment out OSSL enabled warning log message.
Robert Adams
2015-04-14
1
-1
/
+1
*
Enable OSSL functions by default using the osslEnable.ini configuration file.
Robert Adams
2015-04-14
1
-0
/
+3
*
Add osCheckODE() function so scripts can configure for running with legacy ph...
Robert Adams
2015-04-12
1
-0
/
+15
*
corrected osMakeNotecard(string data) text length was calculated wrong. The L...
Freaky Tech
2015-03-03
1
-5
/
+15
*
corrected script notecard parser. It now handles notecards with inventory as ...
ft@noemail
2015-03-03
1
-2
/
+1
*
Revert "corrected osMakeNotecard(string data) text length was calculated wron...
BlueWall
2015-03-03
1
-15
/
+5
*
corrected osMakeNotecard(string data) text length was calculated wrong. The L...
Freaky Tech
2015-03-03
1
-5
/
+15
*
Revert "Adding dynamic ossl permission control"
BlueWall
2015-02-27
1
-44
/
+0
*
Adding dynamic ossl permission control
BlueWall
2015-02-27
1
-0
/
+44
*
Label all threadpool calls being made in core OpenSimulator. This is to add ...
Justin Clark-Casey (justincc)
2014-11-25
1
-6
/
+10
*
Change name of just added OSSL osForceSit() to osForceOtherSit()
Justin Clark-Casey (justincc)
2014-10-11
1
-5
/
+5
*
minor: spacing cleanup from previous commit 79a4d1ea
Justin Clark-Casey (justincc)
2014-10-11
1
-3
/
+3
*
Implements osForceSit(string avatar) & overload osForceSit(string avatar, str...
Vegaslon
2014-10-11
1
-0
/
+53
*
Change thread of osForceAttachToOvtherAvatarFromInventory to VeryHigh from Se...
Justin Clark-Casey (justincc)
2014-10-08
1
-1
/
+1
*
Fixed a few things pertaining to interfacing with the estate service. Specifi...
Diva Canto
2014-06-01
1
-1
/
+1
*
Show more meaningful error messages when failed to move an item from a prim t...
Oren Hurvitz
2014-05-06
1
-4
/
+5
*
Implement osForceBreakAllLinks().
Justin Clark-Casey (justincc)
2014-03-13
1
-0
/
+10
*
Implement osForceCreateLink() and osForceBreakLink()
Justin Clark-Casey (justincc)
2014-03-12
1
-0
/
+20
*
Add Varregion support to osGetRegionSize OSSL function
Dev Random
2014-03-07
1
-1
/
+3
*
Merge branch 'master' into varregion
Robert Adams
2014-01-28
1
-0
/
+23
|
\
|
*
Added osGetRegionSize(), which returns the region size in meters and recogniz...
Oren Hurvitz
2014-01-28
1
-0
/
+23
*
|
varregion: many more updates removing the constant RegionSize and replacing
Robert Adams
2013-12-26
1
-2
/
+2
*
|
varregion: elimination of Constants.RegionSize from all over OpenSimulator.
Robert Adams
2013-11-08
1
-3
/
+4
|
/
*
refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ...
Justin Clark-Casey (justincc)
2013-09-27
1
-1
/
+1
*
Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask
Melanie
2013-03-26
1
-2
/
+3
*
refactor: minor cleanup in osGetAvatarList()
Justin Clark-Casey (justincc)
2013-03-14
1
-2
/
+1
*
Fix bug in osCauseHealing() if called with an avatar ID for an avatar that is...
Justin Clark-Casey (justincc)
2013-03-14
1
-13
/
+9
*
minor: Use more compact libomv primitive constructors in osNpcGetPos() and os...
Justin Clark-Casey (justincc)
2013-03-14
1
-6
/
+3
*
Fix minor race conditions in OSSL_Api functions where a parcel could be misid...
Justin Clark-Casey (justincc)
2013-03-14
1
-6
/
+4
*
Fix sensors, llGetRootRotation(), llGet*Param() and other functions to use th...
Justin Clark-Casey (justincc)
2013-03-14
1
-6
/
+3
*
Switched to using the other Util function with a default value.
Diva Canto
2013-02-27
1
-2
/
+4
*
Moved the HG default variables out of [Startup] and into their own section [H...
Diva Canto
2013-02-27
1
-2
/
+2
*
Added new Util function for reading config vars that's more generic than the ...
Diva Canto
2013-02-22
1
-2
/
+2
*
Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de...
Diva Canto
2013-02-21
1
-2
/
+10
*
Merge branch 'master' into cooptermination
Justin Clark-Casey (justincc)
2013-01-24
1
-1
/
+1
|
\
|
*
Restore previous client AO behaviour by not allowing them to remove the defau...
Justin Clark-Casey (justincc)
2013-01-18
1
-1
/
+1
*
|
Pass narrower WaitHandle rather than EventWaitHandle as co-op termination wai...
Justin Clark-Casey (justincc)
2013-01-23
1
-1
/
+1
|
/
*
Implement co-operative script termination if termination comes during a scrip...
Justin Clark-Casey (justincc)
2013-01-16
1
-4
/
+5
*
Instead of passing separate engine, part and item components to script APIs, ...
Justin Clark-Casey (justincc)
2013-01-15
1
-4
/
+4
*
BulletSim: add osGetPhysicsEngineType() LSL function and update
Robert Adams
2013-01-11
1
-11
/
+48
*
Fixed several problems with the Sun: some settings didn't work, or were incon...
Oren Hurvitz
2013-01-02
1
-6
/
+4
*
adding ability for listeners to be filtered by regular expressions and a gene...
SignpostMarv
2012-10-26
1
-0
/
+63
*
Formatting and casing correction in WorldCommModule, trailing new line in OSS...
SignpostMarv
2012-10-26
1
-1
/
+1
*
Get osNpcCreate() and osNpcLoadAppearance() to generate a script error if app...
Justin Clark-Casey (justincc)
2012-10-25
1
-5
/
+6
*
When scripts generate expected exceptions (e.g. due to checked bad parameter)...
Justin Clark-Casey (justincc)
2012-10-25
1
-1
/
+1
[next]