Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test scenes do not set IsRunning | UbitUmarov | 2017-07-16 | 1 | -3/+0 |
| | |||||
* | store kfm on inventory. this may still be a bit confusing on rez | UbitUmarov | 2017-07-16 | 1 | -0/+3 |
| | |||||
* | rename SOG.UpdatePrimFlags as just UpdateFlags since this is relative to the ↵ | UbitUmarov | 2017-07-12 | 1 | -74/+57 |
| | | | | group never individual prims/parts and so confusing | ||||
* | fix the name of a funtion on last commit | UbitUmarov | 2017-07-10 | 1 | -1/+1 |
| | |||||
* | throttle collision sounds on a SOG. | UbitUmarov | 2017-07-09 | 1 | -1/+29 |
| | |||||
* | some cleanup | UbitUmarov | 2017-06-13 | 1 | -14/+0 |
| | |||||
* | add a adicional in transit flag to signal HG tps, and use it to ignore ↵ | UbitUmarov | 2017-06-09 | 1 | -0/+1 |
| | | | | usernames requests sent to start region during tp; don't send unknows display names ( getdisplaynames cap ) | ||||
* | do the same in the cases we are just moving parts around and not changing ↵ | UbitUmarov | 2017-05-04 | 1 | -5/+5 |
| | | | | their caches (ie their taskInventory) | ||||
* | move deep effective permissions aggregation to first time use and not on ↵ | UbitUmarov | 2017-05-04 | 1 | -1/+1 |
| | | | | changes. There flag it is need with InvalidateDeepEffectivePerms(). Add config options PropagateGroupShareOutwards and PropagateAnyOneOutwards | ||||
* | missing file and remove warnings | UbitUmarov | 2017-04-15 | 1 | -1/+1 |
| | |||||
* | several changes for osTeleportObject | UbitUmarov | 2017-04-15 | 1 | -142/+265 |
| | |||||
* | mantis 8740: fix osTeleportObject set rotation | UbitUmarov | 2017-04-06 | 1 | -4/+5 |
| | |||||
* | add a little speedup on repeated requests for same name on osGetLinkNumber. | UbitUmarov | 2017-04-04 | 1 | -7/+28 |
| | |||||
* | add LSL_Integer osGetLinkNumber(LSL_String name). uses a cache for the ↵ | UbitUmarov | 2017-04-04 | 1 | -0/+61 |
| | | | | string to linknumber map, cache invalidations may still be missing :( | ||||
* | mantis 8740: rename osObjectTeleport as osTeleportObject, replaced the stop ↵ | UbitUmarov | 2017-04-04 | 1 | -11/+23 |
| | | | | parameter by flags, add flags OSTPOBJ_STOPATTARRGET and OSTPOBJ_SETROT | ||||
* | mantis 8140: fix objectTeleport rotation if stop TRUE | UbitUmarov | 2017-04-04 | 1 | -1/+9 |
| | |||||
* | add EXPERIMENTAL osObjectTeleport(LSL_Key objectUUID, LSL_Vector targetPos, ↵ | UbitUmarov | 2017-04-03 | 1 | -0/+85 |
| | | | | LSL_Rotation rotation, LSL_Integer stop) | ||||
* | store the physics inertia override in Mysql and add it to serializer. run ↵ | UbitUmarov | 2017-04-01 | 1 | -9/+11 |
| | | | | prebuild is required | ||||
* | add OSSL functions to override linksets total mass, center of mass and ↵ | UbitUmarov | 2017-03-31 | 1 | -0/+41 |
| | | | | inertia. replacing the crude automatic estimation based on prims known to physics and density. Changed parameters are still not saved, and are lost on region crossings. only suported by UbODE. EXPERIMENTAL feature, only test it for now.. don't try to use in products. | ||||
* | Merge branch 'melanie' | Melanie Thielker | 2017-03-31 | 1 | -0/+2 |
|\ | |||||
| * | Add the option to link a scene object with a monitoring object | Melanie Thielker | 2017-03-31 | 1 | -0/+2 |
| | | | | | | | | For debugging purposes. | ||||
* | | several changes relative to objects return and parcel prim counts: avoid ↵ | UbitUmarov | 2017-01-27 | 1 | -2/+2 |
| | | | | | | | | null refs, report correct count of returned objects, make obkects counts by ownership coerent with return rules, etc | ||||
* | | remove unused and wrong methods | UbitUmarov | 2017-01-26 | 1 | -57/+0 |
| | | |||||
* | | change CanObjectEntry() to use a SOG | UbitUmarov | 2017-01-20 | 1 | -1/+1 |
| | | |||||
* | | add more calls to effective permissions aggregation, some paths may still be ↵ | UbitUmarov | 2017-01-17 | 1 | -11/+15 |
| | | | | | | | | missing on objects changes, but remove the aggregation on check paths, so all can be tested. | ||||
* | | add more calls to effective permissions aggregation; do not change groupmask ↵ | UbitUmarov | 2017-01-17 | 1 | -0/+3 |
| | | | | | | | | on deed | ||||
* | | remove now unused SetRootPartOwner() | UbitUmarov | 2017-01-16 | 1 | -21/+1 |
| | | |||||
* | | replace calls to SetOwnerId and SetRootPartOwner by a single new SetOwner() ↵ | UbitUmarov | 2017-01-16 | 1 | -0/+24 |
| | | | | | | | | so owner is not changed twice on rootpart | ||||
* | | avoid lastOwner beeing the group | UbitUmarov | 2017-01-16 | 1 | -1/+2 |
|/ | |||||
* | fix incoerent definition of Slam bit (bits 3 and 4 used in diferent | UbitUmarov | 2017-01-14 | 1 | -3/+0 |
| | | | | | places.) this may still be wrong on other places; Do not loose folded permitions, WARNING MASTER IS NOW UNSTABLE. permissions are still broken" | ||||
* | don't let object lastowner be its group | UbitUmarov | 2017-01-11 | 1 | -1/+2 |
| | |||||
* | Change improperly named isNPC to be IsNPC as a property should be uppercase | Melanie Thielker | 2017-01-07 | 1 | -1/+1 |
| | |||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -96/+96 |
| | |||||
* | remove SOG.FromPartID from main code and flag it obsolete | UbitUmarov | 2016-12-04 | 1 | -1/+6 |
| | |||||
* | The new Constant: integer OBJECT_REZZER_KEY = 32; | Mandarinka Tasty | 2016-12-04 | 1 | -0/+6 |
| | | | | | Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | add llGetMaxScaleFactor and llGetMinScaleFactor | UbitUmarov | 2016-11-25 | 1 | -0/+77 |
| | |||||
* | change llScaleByFactor (sorry Mandarinka). | UbitUmarov | 2016-11-25 | 1 | -0/+97 |
| | |||||
* | replace datetime.now on just timming by faster utcnow | UbitUmarov | 2016-11-22 | 1 | -3/+3 |
| | |||||
* | ignore prims with shape type none on max size check for physics | UbitUmarov | 2016-10-17 | 1 | -8/+12 |
| | |||||
* | fix linknumbers when unlink the root prim | UbitUmarov | 2016-09-24 | 1 | -3/+108 |
| | |||||
* | change spinobject math, and a few minor things | UbitUmarov | 2016-09-16 | 1 | -7/+12 |
| | |||||
* | pass touch_end as other touchs, make blockgrab work on nonphysical also | UbitUmarov | 2016-09-16 | 1 | -52/+44 |
| | |||||
* | mantis: 8008 unscripted child prim collisions didn't trigger scripted root ↵ | UbitUmarov | 2016-08-28 | 1 | -0/+20 |
| | | | | prim collision events; collision sounds had incorrect aggregateevents call and default sounds where muted. Future optimization needed and Testing | ||||
* | let mouse steer work on crossings; some cleanup | UbitUmarov | 2016-08-28 | 1 | -1/+0 |
| | |||||
* | fix the conditions to do parcel objects autoreturn | UbitUmarov | 2016-08-24 | 1 | -7/+8 |
| | |||||
* | (re)fix avatar standup from a child prim on object delete | UbitUmarov | 2016-08-22 | 1 | -1/+1 |
| | |||||
* | on sog unlink loose the reference to the deleted physics actor | UbitUmarov | 2016-08-19 | 1 | -0/+3 |
| | |||||
* | on object delete send a direct kill and a delayed one via updates queue, ↵ | UbitUmarov | 2016-08-19 | 1 | -1/+3 |
| | | | | Until we find why some are missing, (if its not by udp nature). also remove redundant avatar stands | ||||
* | partially revert commit 42a9afdc43cc.. of 06-12 not allowing more updates ↵ | UbitUmarov | 2016-08-12 | 1 | -21/+17 |
| | | | | to be enqueued on deleted objects. Keep the catch up on deenqueue, so preserving the race condition safe guard. Let Scene sendkillObject work even if object is flaged as deleted. Still not clear how this are related to mantis 7858 or even less to 7990. | ||||
* | add a SimpleAngularDistance Updates prioritazition scheme. Results don't ↵ | UbitUmarov | 2016-08-09 | 1 | -0/+17 |
| | | | | look that great so don't use it still. |