Justin Clark-Casey (justincc)
|
083587eb32
Stop a scene object from attempting to link with itself (which results in an exception and constant complaints in v3 viewers).
|
12 years ago |
Justin Clark-Casey (justincc)
|
d9a8f5f16d
Implement "show object uuid <uuid>" console command.
|
13 years ago |
Mic Bowman
|
674baa39ed
fix the UsesPhysics flag to reference the physics flag rather than the temponrez flag
|
13 years ago |
Justin Clark-Casey (justincc)
|
292ab783e4
Remove unused m_physicalPrim parameter from SOG.ApplyPhysics()
|
13 years ago |
Justin Clark-Casey (justincc)
|
0563530bf8
remove now redundant m_physical_prim flag from SOP.ApplyPhysics()
|
13 years ago |
Justin Clark-Casey (justincc)
|
67a2d6d855
Fix bug where objects could not be set to a new group if the group had been created in that client session, or if no other action has been performed on the object.
|
13 years ago |
Justin Clark-Casey (justincc)
|
7d426debd3
refactor: simplify methods in Scene.PacketHandlers.cs by using GetGroupByPrim() rather than retrieving GetEntities() and inspecting the entire list
|
13 years ago |
Justin Clark-Casey (justincc)
|
deb50cd410
Stop generating client flags when we send out full object updates.
|
13 years ago |
Snoopy Pfeffer
|
c2586b0ea9
Fix for rezzing and derezzing HUDs (see Mantis #5406). From now on updates are only sent to affected clients.
|
13 years ago |
Justin Clark-Casey (justincc)
|
d358125cac
Reinstate option to land an npc when it reaches a target.
|
13 years ago |
Justin Clark-Casey (justincc)
|
de19dc3024
refactor: rename SOG/SOP.GetProperties() to SendPropertiesToClient() to reflect what it actually does
|
13 years ago |
Justin Clark-Casey (justincc)
|
26b471f25a
Go back to resetting the State parameter for all parts of a SOG when SOG.ClearPartAttachmentData() is called.
|
13 years ago |
Justin Clark-Casey (justincc)
|
7eca929686
Eliminate pointless checks of SOG.RootPart != null
|
13 years ago |
Justin Clark-Casey (justincc)
|
a90e1cf3aa
add Name property to ISceneEntity
|
13 years ago |
Justin Clark-Casey (justincc)
|
1615e7d29f
Eliminate duplicate AttachmentPoint properties by always using the one stored in the root part's state field.
|
13 years ago |
Justin Clark-Casey (justincc)
|
33a894f3d2
refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid pointless duplication of identical values
|
13 years ago |
Justin Clark-Casey (justincc)
|
15a514fcbc
refactor: simplify SOP.AttachedAvatar into SOG.AttachedAvatar
|
13 years ago |
Justin Clark-Casey (justincc)
|
5f3ffc195f
refactor: move SOG.DetachToGround() to AttachmentsModule.DetachSceneObjectToGround() and remove redundant code
|
13 years ago |
Justin Clark-Casey (justincc)
|
002313bf13
refactor: move sog.DetachToInventoryPrep() into AttachmentsModule.DetachSingleAttachmentToInv()
|
13 years ago |
Justin Clark-Casey (justincc)
|
6d4432f440
refactor: simplify EntityBase.IsDeleted property
|
13 years ago |
Justin Clark-Casey (justincc)
|
9ba4511d3e
add SOG helper properties IsPhantom, IsTemporary, etc. to improve code readability
|
13 years ago |
Justin Clark-Casey (justincc)
|
5d6c9644fa
early code to allow scripts to force npcs not to fly when moving to target
|
13 years ago |
Justin Clark-Casey (justincc)
|
ba89fc3aa1
Add regression test for setting phantom status on a scene object. This is not yet complete.
|
13 years ago |
Justin Clark-Casey (justincc)
|
a333c60f28
refactor: rename the move to position methods to move to target to be consistent with terminology used by scene object part and elsewhere
|
13 years ago |
Justin Clark-Casey (justincc)
|
2964467708
get rid of vestigal move to parameters
|
13 years ago |
Justin Clark-Casey (justincc)
|
c122489e09
Partially fix autopilot/go here
|
13 years ago |
Justin Clark-Casey (justincc)
|
bc3679b67d
Fix undo when changing just the root prim's position in a linkset.
|
13 years ago |
Justin Clark-Casey (justincc)
|
0ef29da9b2
refactor: rename UpdatePrimPosition() to UpdatePrimGroupPosition() for consistency
|
13 years ago |
Justin Clark-Casey (justincc)
|
62325829ec
comment out all kinds of debugging guff
|
13 years ago |
Justin Clark-Casey (justincc)
|
1fdb16f1cd
Fix undo for rotation of the root prim in a linkset on its own.
|
13 years ago |