Justin Clark-Casey (justincc)
|
728fd0b1b8
lock attachments when enumerating through them in ScenePresence.CopyTo().
|
vor 13 Jahren |
Justin Clark-Casey (justincc)
|
b903d2ca96
In SetAttachment, if the existing attachment has no asset id then carry on rather than abort.
|
vor 13 Jahren |
Justin Clark-Casey (justincc)
|
b6ac1c46cd
Get rid of AvatarAppearance.Owner to simplify the code.
|
vor 13 Jahren |
Justin Clark-Casey (justincc)
|
3d095e84d6
minor: remove mono compiler warnings
|
vor 13 Jahren |
Diva Canto
|
91a604d4b6
Removed XXX Debug. Increased ReadWriteTimeout on ServiceOSDRequest, because it was _way_ too low and is probably making writes abort in the middle.
|
vor 13 Jahren |
Diva Canto
|
56df746133
XXX DEBUGGING!
|
vor 13 Jahren |
Diva Canto
|
9892e115cc
Fatpack message on agent transfers: 1 message only (UpdateAgent) containing the agent and all attachments. Preserves backwards compatibility -- older sims get passed attachments one by one. Meaning that I finally introduced versioning in the simulation service.
|
vor 13 Jahren |
Mic Bowman
|
541a7660e0
Refactor appearance and avatar data sending code. Paritioning the routines into "one-to-many" and "many-to-one" makes it possible to call the right function on presence creation (both child and root) and when a child agent is promoted to root. This brings the total number of appearance sends down to one or two on login.
|
vor 14 Jahren |
Jeff Ames
|
ae9c4a4d11
Formatting cleanup.
|
vor 14 Jahren |
Melanie
|
818ed2032a
READ CAREFULLY!!! This is a BROKEN commit. It is UNTESTED and INCOMPLETE.
|
vor 14 Jahren |
Master ScienceSim
|
9cfd3e1d5a
Small cleanup and add more debugging information
|
vor 14 Jahren |
Master ScienceSim
|
6e58c3d563
Half of the compatibility is working. Login into a new region with
|
vor 14 Jahren |
Mic Bowman
|
657cceb884
Intermediate commit for backward compatability; does not compile yet
|
vor 14 Jahren |
Master ScienceSim
|
b1c8d05888
Major refactoring of appearance handling.
|
vor 14 Jahren |
Teravus Ovares (Dan Olivares)
|
94f35890e7
* Fixed and re-enabled CacheTests
|
vor 14 Jahren |
Melanie Thielker
|
26621ca500
Add scripted controllers into agent intersim messaging
|
vor 14 Jahren |
John Hurliman
|
13a8d11c46
Removing the sLLVector3 dinosaur
|
vor 14 Jahren |
Diva Canto
|
66920a9047
Fixed more appearance woes that showed up using remote connectors. Appearance is now being passed with AgentCircuitData, as it should be.
|
vor 15 Jahren |
Diva Canto
|
f11a97f12d
* Finished SimulationServiceConnector
|
vor 15 Jahren |
Diva Canto
|
e02062051d
Making attachments work again. Tons of debug more. This needs more testing and a lot of cleaning.
|
vor 15 Jahren |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
vor 15 Jahren |
diva
|
6e368c4b59
Refactoring, no functional changes. Moved ChildAgentDataUpdate data structures from OpenSim.Region.Framework.Scenes back to OpenSim.Framework, so they can be referenced more broadly. This involved having to move the small Animation data structure to OpenSim.Framework too.
|
vor 15 Jahren |
Charles Krinke
|
8f55b9d735
Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:
|
vor 15 Jahren |
diva
|
3f25128e77
Adds support for preserving animations on region crossings and TPs.
|
vor 15 Jahren |
lbsa71
|
801da4346a
* optimized usings.
|
vor 15 Jahren |
diva
|
4144fd0eb2
Split agent updates into two messages: full update and position+camera update. They're both sent over HTTP PUT. The full update is sent on TPs, for now; later it will also be sent on region crossings.
|
vor 16 Jahren |
diva
|
82700448f5
Some plumbing for additional agent update messages. Not used yet. Removed the compilation warnings on this file, and completed the packing/unpacking of AgentData (VisualParams, Anims and Groups).
|
vor 16 Jahren |
diva
|
d8ebf2fc9d
Major changes in interregion communications. This breaks compatibility with older versions, and may result is all sorts of weirdnesses when interacting with sims in older versions. Changes:
|
vor 16 Jahren |
diva
|
f08f11fe60
Removing unnecessary null checks on structs in AgentsData pack/unpack.
|
vor 16 Jahren |
diva
|
57518c3624
Merged the InterregionData that Melanie had placed there onto the existing ChildAgentDataUpdate. This commit involves a change in prebuild.xml, because ChildAgentDataUpdate uses OpenMetaverse.StructuredData. Still no use of this data structure, though. Crossing my fingers that this partial commit will compile ok...
|
vor 16 Jahren |