| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Fixes Mantis #3002
|
|
|
|
| |
getting the object moving.
|
|
|
|
|
|
| |
Fixes Mantis #3002
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The attached patch adds the automatic granting of PERMISSION_CONTROL_CAMERA
on request to a script when an avatar is sitting on the object that the script
resides in.
It also automatically removes PERMISSION_TAKE_CONTROLS and PERMISSION_CONTROL_CAMERA
from the scripts when an avatar stands up. It doesn't remove the other automatically
granted permissions but this follows LL server behavior. Removing these two
permissions avoids some potential race conditions (accidentally taking
control after the avatar has stood up) which may be why LL put
them in the first place.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Should be a clean build - last failure looked like a mantis hiccup
|
|
|
|
| |
WriteLine(e.ToString()) messages so that when they occur, we can figure out what threw them.
|
| |
|
|
|
|
| |
offline user directly from the server
|
| |
|
|
|
|
|
|
|
| |
causing sime scripts that expected the first param of the link_message
to match llGetLinkNumber() to fail in single prims
|
|
|
|
| |
funcion llAxes2Rot()
|
|
|
|
|
|
| |
Not implemented yet in DotNetEngine.
Fixes Mantis #2830
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
On a call of llVolumeDetect(1) (or any other number !=0) volume
detection is enabled. Together with VD, the phantom flag is set to the GUI.
On a call of llVolumeDetect(0), vd detection is switched of again,
also the phantom state is removed. On a call to llSetState(STATE_PHANTOM,
false) while VD is active, also VD is switched off. The same is true for
unchecking the phantom flag via GUI. This allows to take back VD without
the need to script just by removing the phantom flag.
Things missing in this patch: persistance of the volume-detection flag.
This needs more discussion and will be included in another patch soon.
|
|
|
|
|
|
| |
and allow deletion of the just received item.
|
|
|
|
|
|
| |
It is not documented to be applied to llGetTimeOfDay at all and is not appropriate for the other two because dilation does not directly affect script speed in OS.
Fixes Mantis #2783 and #2162
|
|
|
|
|
|
|
| |
ODEPlugin and pipes them to their respective LSL method.
* NBody will need to be updated, this is an API change. Torque property and AddAngularForce
|
| |
|
|
|
|
|
|
| |
Added some more tests that casts previously failed on.
Fixes Mantis #2789
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The attached patch ads an OpenSim.ini option (AutomaticLinkPermission)
which when enabled makes PERMISSION_CHANGE_LINKS to be granted to
scripts by default. When enabled llGetPermissions will always return it
as granted and llCreateLink//llBreakLink will succeed without
doing llRequestPermissions. ONLY ENABLE THIS IN TRUSTED ENVIRONMENTS.
The patch also fixes a minor bug in llCreateLink
related to a potential dereference of a null client object.
|
|
|
|
|
|
| |
* Warning! Physics API change. This means that the NBodySimulation needs to be updated!
* PhysicsActor -> void SetVolumeDetect(int) needs to go into classes that use PhysicsActor as their base class.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
The attached patch fixes the bug where llCreateLink will cause a null dereference
if the avatar who gave link permission for the object is no longer logged in.
|
| |
|
|
|
|
|
|
|
| |
* Fix llTriggerSound()
* Thanks Godfrey!
|
| |
|
|
|
|
|
| |
Use height calculation in Basic Physics and Physics of Simplicity so that avatars larger than the default walk with straight legs and shorter walk on the ground.
|
| |
|
|
|
|
|
|
| |
a gratuitious asset fetch when region crossing.
|
|
|
|
|
|
| |
expire and take the scripts down
|
|
|
|
|
|
| |
scripts until that can be better debugged
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
tables, and changed the database modules to actually push these doubles
down into the database layer.
|
|
|
|
| |
on GC. Also removed lease for LSL_Api as it strictly speaking should not be MarshalByRef. Or should it? If so I broke scripting! :)
|
|
|
|
|
|
|
| |
* Entities should now in theory be lock-free externally.
* Other properties may cause blocking however[?].
* ScenePresence maintains separate locks so isn't fixed by this commit.
|
|
|
|
| |
AssetTransactionModule to cut down on number of classes and to work towards having a base AssetXferUploader class than can be shared with EstateTerrainXferHandler
|
|
|
|
|
|
| |
the internals of the permissions module adapter sane
|
|
|
|
|
|
|
|
| |
* SceneObjectPartInventory.cs isn't a particularly good name but it's probably not got a long life
* A proper inventory interface to follow
* Parallel changes for other inventory partial classes to follow at a later date
|
|
|
|
|
|
|
|
| |
for a particular OSSL function
* I don't believe that the extra information given is anything that couldn't be worked out by trial and error
|