Commit History

Author SHA1 Message Date
  Justin Clark-Casey (justincc) 5c162ccd57 Go back to calling IncomingCloseAgent() in the "kick user" command for consistency instead of IClientAPI.Close() directly. 12 years ago
  Melanie 48add77a4c Merge branch 'master' into careminster 12 years ago
  Justin Clark-Casey (justincc) d547bcf8d1 Remove duplicate update of user count in Scene.IncomingCloseAgent() 12 years ago
  Melanie c0b21d92c2 Merge branch 'avination' into careminster 12 years ago
  UbitUmarov bdc62144ae fix the real cause of double velocity 12 years ago
  Melanie ebd9d2618b Merge branch 'master' into careminster 12 years ago
  Justin Clark-Casey (justincc) 4d34763f8c Check agent limit against root agent count rather than both root and child agents 12 years ago
  Melanie 50321fb7bf Merge branch 'master' into careminster 12 years ago
  Justin Clark-Casey (justincc) abbd050a13 Perform SceneGraph.DuplicateObject() under existing m_updateLock already used for link and delinking, in order to avoid race conditions. 12 years ago
  Melanie 900afbd53e Merge branch 'avination' into careminster 12 years ago
  Melanie 74eafb78eb Fix moving no-mod objects. Fixes a regression introduced with the undo fix 12 years ago
  Melanie 7397c9a68e Merge branch 'master' of ssh://[email protected]/var/git/careminster into careminster 12 years ago
  UbitUmarov fd19601c6b Help big boobies to dance (avatar visualParams). May not persist and need more lobe ? 12 years ago
  Melanie 65b3e13010 Merge branch 'master' of ssh://[email protected]/var/git/careminster into careminster 12 years ago
  UbitUmarov aeb5aed5b7 changed - VolumeDetect and phantom setting interaction. Script VD(true) forces phantom ON. UI phantom off turns off VD. Other transitions should only change specific parameter. This is not as current SL. - Fixed volumedetect prims being wrongly removed from physics. 12 years ago
  Melanie fc9f244a7d Merge branch 'master' into careminster 12 years ago
  Justin Clark-Casey (justincc) 859646ef5c minor: Add some method doc. Add warnings since calling SOG link/delink methods directly rather than through Scene may allow race conditions. 12 years ago
  Melanie 63c44719f7 Merge branch 'master' into careminster 12 years ago
  Justin Clark-Casey (justincc) 7468299673 Eliminate race condition where many callers would check SOP.PhysicsActor != null then assume it was still not null in later code. 12 years ago
  Melanie f3132c45d9 Merge branch 'master' into careminster 12 years ago
  Justin Clark-Casey (justincc) 32a953fed7 refactor: Rename SOG.GetChildPart() to GetPart() since it can also return the 'root' part. 12 years ago
  Justin Clark-Casey (justincc) f0406f9fe2 Rename SOG.HasChildPrim(uint) to SOG.ContainsPart(uint) to match existing ContainsPart method and remove method duplication. 12 years ago
  UbitUmarov efd7ff3146 add some more notifications about changes on physical parameters ( still incomple and there should be a better away ) 12 years ago
  Melanie c7e302864a Merge branch 'master' into careminster 12 years ago
  Justin Clark-Casey (justincc) a4b01ef38a Replace script-lines-per-second with the script execution time scaled by its measurement period and an idealised frame time. 12 years ago
  UbitUmarov 84ca09f7c5 added ObjectPhysicsProperties http event message to send viewer that data. For now on caps/EventQueue, and still only used on a material change... 12 years ago
  UbitUmarov 3de3b9e63c initial suport for ExtraPhysical parts parameters. Reading from llclientView to SOP including SOPserialization (not to databases). No action on physics still. No send to viewer, etc 12 years ago
  Melanie ebcd4910a2 Refactor, move OjectChangeData into it's own file and rename 12 years ago
  UbitUmarov 908abb1c3d BIG MESS. changed Iclient interface so only one event is used to inform scene about position scale or rotation change by client (others can be added). Its served at SceneGraph that does permition checks, undostore and sends down to SOG. changed values are stored in a class (ObjectChangeData) and what is changed as a enum (ObjectChangeWhat) with bit fields and 'macros' of this for better readability (at top of scenegraph.cs lasy to find better place for now) this can be extended for other things clients changes and need undo/redo. SOG process acording to what is changed. Changed UNDO/redo to use this also (warning is only storing what is changed, previus stored all, this must be checked for side efects. to save all PRS change commented line in scenegraph). Still have excessive calls to ScheduleGroupForTerseUpdate. **** UNTESTED **** 12 years ago
  Justin Clark-Casey (justincc) 06dda14505 Simplify minimap coarse location code by just reference SP.AbsolutePosition 12 years ago