Robert Adams
|
2e1f5bb011
Temporarily comment out OSSL enabled warning log message.
|
9 years ago |
Robert Adams
|
e4e58fad32
Enable OSSL functions by default using the osslEnable.ini configuration file.
|
9 years ago |
Robert Adams
|
9b337b089c
Add osCheckODE() function so scripts can configure for running with legacy physics engine.
|
9 years ago |
Freaky Tech
|
773df94665
corrected osMakeNotecard(string data) text length was calculated wrong. The Linden text format defines a byte count in that format.
|
9 years ago |
ft@noemail
|
fb48ee1cb6
corrected script notecard parser. It now handles notecards with inventory as well.
|
9 years ago |
BlueWall
|
c02636b6f3
Revert "corrected osMakeNotecard(string data) text length was calculated wrong. The Linden text format defines a byte count in that format."
|
9 years ago |
Freaky Tech
|
b519a5e62a
corrected osMakeNotecard(string data) text length was calculated wrong. The Linden text format defines a byte count in that format.
|
9 years ago |
BlueWall
|
aeb8a4bf85
Revert "Adding dynamic ossl permission control"
|
9 years ago |
BlueWall
|
a3681f3052
Adding dynamic ossl permission control
|
9 years ago |
Justin Clark-Casey (justincc)
|
ec8d21c434
Label all threadpool calls being made in core OpenSimulator. This is to add problem diagnosis.
|
10 years ago |
Justin Clark-Casey (justincc)
|
00b23e51ae
Change name of just added OSSL osForceSit() to osForceOtherSit()
|
10 years ago |
Justin Clark-Casey (justincc)
|
5acbbcb33f
minor: spacing cleanup from previous commit 79a4d1ea
|
10 years ago |
Vegaslon
|
79a4d1ea8d
Implements osForceSit(string avatar) & overload osForceSit(string avatar, string target)
|
10 years ago |
Justin Clark-Casey (justincc)
|
29a05cdeb5
Change thread of osForceAttachToOvtherAvatarFromInventory to VeryHigh from Severe
|
10 years ago |
Diva Canto
|
2ff9ea3f80
Fixed a few things pertaining to interfacing with the estate service. Specifically, StoreEstateSettings was not being used anywhere; instead EstatSetting.Save was being called, but that method is a trigger to the DB-layer code directly, which, besides being wrong, was making it impossible to replace the service with a remote connector.
|
10 years ago |
Oren Hurvitz
|
eb79c882ea
Show more meaningful error messages when failed to move an item from a prim to a user's inventory.
|
10 years ago |
Justin Clark-Casey (justincc)
|
873eee5431
Implement osForceBreakAllLinks().
|
10 years ago |
Justin Clark-Casey (justincc)
|
296d63e20b
Implement osForceCreateLink() and osForceBreakLink()
|
10 years ago |
Dev Random
|
9de3fe9410
Add Varregion support to osGetRegionSize OSSL function
|
10 years ago |
Robert Adams
|
8eec717f5f
Merge branch 'master' into varregion
|
11 years ago |
Oren Hurvitz
|
2cf224166f
Added osGetRegionSize(), which returns the region size in meters and recognizes megaregions
|
11 years ago |
Robert Adams
|
2d2bea4aa7
varregion: many more updates removing the constant RegionSize and replacing
|
11 years ago |
Robert Adams
|
beeec1c467
varregion: elimination of Constants.RegionSize from all over OpenSimulator.
|
11 years ago |
Justin Clark-Casey (justincc)
|
b16bc7b01c
refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make it clear that all non-clientstack callers should be using this rather than RemoveClient() in order to step through the ScenePresence state machine properly.
|
11 years ago |
Melanie
|
5f4c4df227
Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask
|
11 years ago |
Justin Clark-Casey (justincc)
|
2fbc08d7dd
refactor: minor cleanup in osGetAvatarList()
|
11 years ago |
Justin Clark-Casey (justincc)
|
0ea0f8aa83
Fix bug in osCauseHealing() if called with an avatar ID for an avatar that is not in the scene.
|
11 years ago |
Justin Clark-Casey (justincc)
|
56b333f301
minor: Use more compact libomv primitive constructors in osNpcGetPos() and osNpcGetRot()
|
11 years ago |
Justin Clark-Casey (justincc)
|
55204ccde6
Fix minor race conditions in OSSL_Api functions where a parcel could be misidentified for moving prims.
|
11 years ago |
Justin Clark-Casey (justincc)
|
ad9bd3fe93
Fix sensors, llGetRootRotation(), llGet*Param() and other functions to use the world rotation if the avatar to which they are attached is sitting
|
11 years ago |