BlueWall
|
f36fe45fa7
Add Copy task to Prebuild.exe (vsxxxx targets)
|
vor 13 Jahren |
Diva Canto
|
b6cfe15c7c
HG: more / love for Xmas
|
vor 13 Jahren |
Diva Canto
|
f9a1fd5748
HG: one more adjustment with trailing /s
|
vor 13 Jahren |
Diva Canto
|
d38b8caf2b
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
|
vor 13 Jahren |
Diva Canto
|
26bb95fe3d
HG: AAdded a few missing /'s at the end of URLs
|
vor 13 Jahren |
Mic Bowman
|
c6ce464dbc
remove the old region crossing handler
|
vor 13 Jahren |
Mic Bowman
|
456c89a7a3
Fixes some problems with objects that attempt to cross a region boundary
|
vor 13 Jahren |
Mic Bowman
|
f394cb2e8f
fix the UsesPhysics flag to reference the physics flag rather than the temponrez flag
|
vor 13 Jahren |
Mic Bowman
|
6b08c051a3
Enables processing of hypergrid links through simiangrid services. Thanks
|
vor 13 Jahren |
Justin Clark-Casey (justincc)
|
790ca65c84
Align default ODE_STEPSIZE with that already used through OpenSimDefaults.ini
|
vor 13 Jahren |
Justin Clark-Casey (justincc)
|
7ccd8f8f1d
rename Scene.m_physicalPrim to PhysicalPrims since its public and access external as a property
|
vor 13 Jahren |
Justin Clark-Casey (justincc)
|
f7dbdba447
Remove unused m_physicalPrim parameter from SOG.ApplyPhysics()
|
vor 13 Jahren |
Justin Clark-Casey (justincc)
|
48113f0fc8
Make it possible to force all prims to be phantom via the collidable_prim boolean setting in the OpenSim.ini config [Startup] section.
|
vor 13 Jahren |
Diva Canto
|
469955889e
Region crossings redone: (1) removed WaitForCallback. Now that we are passing the entire agent with attachs in one big message we don't necessarily need to wait for confirmation. The callback sometimes is problematic and it adds delay to the process. (2) Z velocity sent to the viewer = 0. This is an heuristic; the Z velocity usually is negative, and it makes the viewer move the avie down. This only matters while the agent is in transit and therefore not being physically simulated by neither region. As soon as the receiving region receives CompleteMovement from the viewer, the position and velocity get corrected.
|
vor 13 Jahren |
Melanie
|
7f527814d5
And a typo fix
|
vor 13 Jahren |
Melanie
|
6412349dec
Add a few comments, correct a merge artefact
|
vor 13 Jahren |
Melanie
|
2347593dac
Harmonizing SP with Avination
|
vor 13 Jahren |
Diva Canto
|
219ec7ef20
Fixing a bug introduced yesterday. This put the precondition test inside CheckForBorderCrossing the right way.
|
vor 13 Jahren |
Diva Canto
|
bb0c6a498b
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
|
vor 13 Jahren |
Diva Canto
|
ddff2f246c
Moved an external test into the method that uses those preconditions.
|
vor 13 Jahren |
Diva Canto
|
651f9f47d0
HG: Verify that the user is local
|
vor 13 Jahren |
Dan Lake
|
41b02a7208
Remove unused SetAcceleration and add set on Acceleration parameter
|
vor 13 Jahren |
Justin Clark-Casey (justincc)
|
fa0a71253f
Though the viewer warns about receiving this, not sending appears to break baked texture caching when crossing region boundaries.
|
vor 13 Jahren |
Diva Canto
|
dd69c9fd20
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
|
vor 13 Jahren |
Diva Canto
|
25cbba9bca
Fixed bug of avie going under the terrain when crossing regions in certain directions. This was a 1-off bug: the terrain was being placed in 127, 127 resulting in a bounding box if -2, 256. I placed it in 128, 128 resulting in a bounding box of -1, 257.
|
vor 13 Jahren |
Justin Clark-Casey (justincc)
|
87a2d8d51b
Move HandleObjectGroupUpdate() from GroupsModule to Scene.PacketHandlers.cs as this is updating SOG/SOP.GroupID, which is arguably generic.
|
vor 13 Jahren |
Justin Clark-Casey (justincc)
|
92039f295d
Stop sending the viewer its own AvatarAppearance packet.
|
vor 13 Jahren |
Justin Clark-Casey (justincc)
|
2899de1a5c
Stop unnecessarily sending the TextureEntry in client avatar updates.
|
vor 13 Jahren |
Justin Clark-Casey (justincc)
|
e8fbeeba5f
Fix race condition where the appearance update timer could be stopped just after another thread had started it on QueueAppearanceSave() or *Send()
|
vor 13 Jahren |
Justin Clark-Casey (justincc)
|
fc9400db07
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
|
vor 13 Jahren |