aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ChildAgentDataUpdate.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-01More EntityTransferContext plumbingMelanie Thielker1-19/+11
2015-11-01More plumbing of the EntityTransferContext (not yet complete)Melanie Thielker1-11/+17
2014-10-20 Assume childreen don't need to know caps seedsUbitUmarov1-0/+37
2014-10-19 try to fix propagation of seeds to all relevante regionsUbitUmarov1-0/+38
2014-10-17 send motion control state in update to childs. Reset CollisionPlane onUbitUmarov1-0/+9
2014-09-09*test*UbitUmarov1-0/+36
2014-08-15remove duplication of textures, wearables and attachments on crossings.UbitUmarov1-34/+49
2014-08-08 add wearables array size checks on unpackUbitUmarov1-1/+6
2014-08-07add limites checks on wearables size, revert to max 15 forUbitUmarov1-1/+6
2013-12-11Committing the Avination Scene Presence and related texture codeMelanie1-1/+17
2013-08-07minor: add some method doc to ScenePresence fields used for entity transfer, ...Justin Clark-Casey (justincc)1-0/+6
2013-07-24New Teleport protocol (V2), still compatible with V1 and older. (version of t...Diva Canto1-5/+6
2013-07-14Authenticate ChildAgentUpdate too.Diva Canto1-1/+2
2012-10-30Add AnimState to CADUMelanie1-0/+36
2012-10-30Add AnimState to CADUMelanie1-0/+18
2012-05-04Fix teleporting from older to newer regionsMelanie1-1/+8
2012-05-04Add the default animation to the child agent data updateMelanie1-0/+11
2012-05-03Clear permissions given to the object we stand up fromMelanie1-1/+6
2012-02-14Implement region crossing of sitting avatars. Edit mode and llSetPos workMelanie1-0/+11
2011-12-16Commented a couple of verbose debug messages.Diva Canto1-1/+1
2011-12-09Comment out ChildAgentDataUpdate.Pack() "Pack data" message for now.Justin Clark-Casey (justincc)1-1/+1
2011-09-10lock attachments when enumerating through them in ScenePresence.CopyTo().Justin Clark-Casey (justincc)1-1/+0
2011-09-06In SetAttachment, if the existing attachment has no asset id then carry on ra...Justin Clark-Casey (justincc)1-0/+1
2011-08-02Get rid of AvatarAppearance.Owner to simplify the code.Justin Clark-Casey (justincc)1-2/+2
2011-05-06minor: remove mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2011-04-30Removed XXX Debug. Increased ReadWriteTimeout on ServiceOSDRequest, because i...Diva Canto1-1/+0
2011-04-30XXX DEBUGGING!Diva Canto1-1/+2
2011-04-28Fatpack message on agent transfers: 1 message only (UpdateAgent) containing t...Diva Canto1-5/+52
2010-11-27Refactor appearance and avatar data sending code. Paritioning the routines in...Mic Bowman1-8/+2
2010-11-24Prevent an overlength button label from producing a debug dump and abortingMelanie1-8/+2
2010-11-08Formatting cleanup.Jeff Ames1-3/+3
2010-10-30READ CAREFULLY!!! This is a BROKEN commit. It is UNTESTED and INCOMPLETE.Melanie1-6/+4
2010-10-26Small cleanup and add more debugging informationMaster ScienceSim1-6/+21
2010-10-25Half of the compatibility is working. Login into a new region withMaster ScienceSim1-11/+22
2010-10-25Intermediate commit for backward compatability; does not compile yetMic Bowman1-29/+41
2010-10-20Major refactoring of appearance handling.Master ScienceSim1-49/+21
2010-09-17* Fixed and re-enabled CacheTestsTeravus Ovares (Dan Olivares)1-2/+2
2010-07-11Add scripted controllers into agent intersim messagingMelanie Thielker1-0/+65
2010-07-11Add scripted controllers into agent intersim messagingMelanie Thielker1-0/+65
2010-03-03Removing the sLLVector3 dinosaurJohn Hurliman1-7/+6
2010-01-12Fixed more appearance woes that showed up using remote connectors. Appearance...Diva Canto1-1/+6
2010-01-07* Finished SimulationServiceConnectorDiva Canto1-5/+5
2009-08-16Making attachments work again. Tons of debug more. This needs more testing an...Diva Canto1-1/+63
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-04-01Refactoring, no functional changes. Moved ChildAgentDataUpdate data structure...diva1-125/+68
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-4/+4
2009-02-18Adds support for preserving animations on region crossings and TPs. diva1-28/+30
2009-02-12* optimized usings.lbsa711-11/+7
2009-01-03Split agent updates into two messages: full update and position+camera update...diva1-5/+23
2009-01-03Some plumbing for additional agent update messages. Not used yet. Removed the...diva1-14/+236