Justin Clark-Casey (justincc)
|
e298bf41ff
Add missing viewer param elements for butt and breast physics.
|
11 years ago |
Justin Clark-Casey (justincc)
|
a5ca15c428
Create regression test TestSendAgentGroupDataUpdate() for groups agent data sending
|
11 years ago |
Justin Clark-Casey (justincc)
|
51da52f904
Extend TestLlGetNotecardLine() regression test to contain chars that are two bytes in utf8
|
11 years ago |
Kevin Cozens
|
957449e62c
ParseNotecardToList() returned data past end of notecard text (mantis #6881).
|
11 years ago |
Justin Clark-Casey (justincc)
|
e7a294e739
Wrap analysis of the particle system in the UUID Gatherer in a separate try/catch as sometimes it appears that this can be corrupt.
|
11 years ago |
Justin Clark-Casey (justincc)
|
996a6c2eea
After previous discussion, put eye-catcher 'SCRIPT READY' messages to console rather than log as warning
|
11 years ago |
Eva Comaroski
|
63ccc3dbf5
Convert if-blocks to return statements in small functions such as GetStartParameter().
|
11 years ago |
Justin Clark-Casey (justincc)
|
d656ec2a07
Make WindParamSet success a console message rather than a log message.
|
11 years ago |
Justin Clark-Casey (justincc)
|
5ddd818238
minor: Make wind console commands print out to console rather than log
|
11 years ago |
dahlia
|
0875050161
Add console utility commands "scale scene" and "translate scene". Note that repeated use of these commands will induce floating point accumulation errors. Please back up your region before using.
|
11 years ago |
dahlia
|
8f221a3077
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
|
11 years ago |
dahlia
|
c0380d1bfe
apparently mono DeflateStream has no CopyTo method =(
|
11 years ago |
Diva Canto
|
5047bd7b44
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
|
11 years ago |
Diva Canto
|
4058e5f709
Fixed misleading comment
|
11 years ago |
dahlia
|
aba2a44453
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
|
11 years ago |
dahlia
|
1496de7ce9
use System.IO.Compression.DeflateStream for mesh decompression in an attempt to reduce mesh asset decoding failures
|
11 years ago |
BlueWall
|
1842388bb4
Add support for user preferences (im via email)
|
11 years ago |
BlueWall
|
04f8fc1ce9
Adding profile partners fix to SQLite and PgSQL drivers
|
11 years ago |
BlueWall
|
823a175f07
Stop writing partner id to record when updating profile data. This should be changed only by admin in backend.
|
11 years ago |
Fernando Oliveira
|
9b76a46df0
Reversing back to the row["ColumnName"] case field name. http://opensimulator.org/mantis/view.php?id=6868
|
11 years ago |
Justin Clark-Casey (justincc)
|
bb4f4d9480
minor: Use enums for setting inv/asset types on data upload rather than magic numbers
|
11 years ago |
Justin Clark-Casey (justincc)
|
16aaba77d4
Properly set InventoryType.Snapshot when a snapshot is uploaded
|
11 years ago |
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 years ago |
Justin Clark-Casey (justincc)
|
62a2d7836f
Ignore X and Y body rotations when sent by mouse look.
|
11 years ago |
Justin Clark-Casey (justincc)
|
8ebad90800
Actually use the SP.AgentControlStopSlowWhilstMoving parameter intoroduced for slow walk/run in 4cfe02a rather than the magic number
|
11 years ago |
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 years ago |
Justin Clark-Casey (justincc)
|
4cde02a2a3
Implement most effects of AGENT_CONTROL_STOP
|
11 years ago |
Justin Clark-Casey (justincc)
|
4bd4f1cd83
Remove nudgehack from SP.HandleAgentUpdate by making MovementFlag a uint rather than a byte
|
11 years ago |
Justin Clark-Casey (justincc)
|
8b3a4367ea
Still send CameraEyeOffset in UDP SendSitReponse even if at offset is Vector3.Zero
|
11 years ago |
Justin Clark-Casey (justincc)
|
5f0e763062
Remove unused sp.ParentPosition, which has not been used for some time
|
11 years ago |