Robert Adams
|
8eec717f5f
Merge branch 'master' into varregion
|
10 лет назад |
Justin Clark-Casey (justincc)
|
a4017ee1eb
Reinsert attachments list taking code in SP.MakeRootAgent()
|
10 лет назад |
Justin Clark-Casey (justincc)
|
1b86239f79
refactor: Remove identical part.ParentGroup.AddAvatar(UUID); calls which occur no matter which branch of the conditional is executed
|
10 лет назад |
Robert Adams
|
f127e4b4ee
Merge branch 'master' into varregion
|
10 лет назад |
Justin Clark-Casey (justincc)
|
4fa843ff19
Reorder checks in SP.CompleteMovement() to fix test failures
|
10 лет назад |
Justin Clark-Casey (justincc)
|
f467121c51
Merge branch 'justincc-master'
|
10 лет назад |
Justin Clark-Casey (justincc)
|
3bc669ffc7
Actually put IsChildAgent = true inside the lock, otherwise there is still a small window for race conditions on duplicate CompleteMovement calls
|
10 лет назад |
Justin Clark-Casey (justincc)
|
3ffd90496a
Prevent duplicate invocations or race dontision in SP.CompleteMovement()
|
10 лет назад |
Robert Adams
|
3760d10cd0
varregion: remove unnecessary border checking code in ScenePresence.
|
11 лет назад |
Robert Adams
|
1cf17a3cf7
Merge branch 'master' into varregion
|
11 лет назад |
Justin Clark-Casey (justincc)
|
32e9c16957
Merge branch 'justincc-master'
|
11 лет назад |
Justin Clark-Casey (justincc)
|
0155d42b80
If an agent is sitting, then do send the rotation in the agent update instead of zeroing it to resolve mouselook camera problems
|
11 лет назад |
Robert Adams
|
01c0bbf181
varregion: extract banned region logic into a class for cleanlyness.
|
11 лет назад |
Robert Adams
|
e5f7c8b6e8
varregion: add lots of DEBUG level log messages. Especially for teleport.
|
11 лет назад |
Robert Adams
|
6937eec258
Merge branch 'master' into varregion
|
11 лет назад |
Robert Adams
|
13a9a4b653
varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.
|
11 лет назад |
Justin Clark-Casey (justincc)
|
11f177d6a8
Eliminate unnecessary line from my previous commit 1d605642
|
11 лет назад |
Justin Clark-Casey (justincc)
|
1d605642f7
Refix sitting on child prims by reinserting relevant code back into SP.HandleAgentSit()
|
11 лет назад |
Melanie
|
5b73b9c4a8
Committing the Avination Scene Presence and related texture code
|
11 лет назад |
Robert Adams
|
4eb52eb19e
Merge branch 'master' into varregion
|
11 лет назад |
Justin Clark-Casey (justincc)
|
17b32b764a
Fix regression where mouse look flight direction no longer worked by zeroing x/y rot before sending agent updates, instead of before any agent update processing
|
11 лет назад |
Justin Clark-Casey (justincc)
|
62a2d7836f
Ignore X and Y body rotations when sent by mouse look.
|
11 лет назад |
Robert Adams
|
31bacfbb63
Merge branch 'master' into varregion
|
11 лет назад |
Robert Adams
|
6cd0d7a62b
varregion: Add MaxRegionSize constant and enforce in RegionInfo.
|
11 лет назад |
Justin Clark-Casey (justincc)
|
8ebad90800
Actually use the SP.AgentControlStopSlowWhilstMoving parameter intoroduced for slow walk/run in 4cfe02a rather than the magic number
|
11 лет назад |
Justin Clark-Casey (justincc)
|
96018afab4
Remove unused SP.Updated flag, which appears unused for many years and was only set true once and never reset
|
11 лет назад |
Justin Clark-Casey (justincc)
|
4cde02a2a3
Implement most effects of AGENT_CONTROL_STOP
|
11 лет назад |
Justin Clark-Casey (justincc)
|
4bd4f1cd83
Remove nudgehack from SP.HandleAgentUpdate by making MovementFlag a uint rather than a byte
|
11 лет назад |
Justin Clark-Casey (justincc)
|
5f0e763062
Remove unused sp.ParentPosition, which has not been used for some time
|
11 лет назад |
Justin Clark-Casey (justincc)
|
84bfde3bdf
Comment out debug sit message accidently left active
|
11 лет назад |